/*
CSS ITS Mobile

*/

/*  clr1:         #2196F3
    clr1:hover:   #337ab7

    clr2:         #5cb85c
    clr2:hover:   #5cb85c
*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?h0n5t3');
  src:  url('../fonts/icomoon.eot?h0n5t3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?h0n5t3') format('truetype'),
    url('../fonts/icomoon.woff?h0n5t3') format('woff'),
    url('../fonts/icomoon.svg?h0n5t3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.its-container
{
	max-width: 100%;
  background-color: white;
  border-radius: 10px;
}

.its-container,
.its-container *,
.its-container-fluid *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.wrapper-its-flex
{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

a.its-anchor {
	display: block;
	position: relative;
	top: 0px;
	visibility: hidden;
}

.its-shd
{
  -webkit-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
}

.its-bg-clr1
{
  background-color: #f5f5f5;
  border-radius: 10px;
}

.its-click-box
{
  cursor: pointer;
}

.its-wrapper-extra-list
{
	position: relative;
}

.its-loading
{
	background-image: url('images/loader.gif');
	background-position: center;
	background-size: 32px 32px;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	display: none;

}

.its-wrapper-extra-list.loading
{
	min-height: 100px;
}

.its-wrapper-extra-list.loading .its-loading
{
	display: block;
}

.hinweis
{
   padding: 15px;
   font-weight: bold;
}

.its-text-right
{
	text-align: right;
}

.its-text-left
{
	text-align: left;
}

.its-text-center
{
	text-align: center;
}

.its-inline
{
	display: inline-block;
}

.its-expand {
  display: none;
}

.its-btn {
    display: inline-block;
    padding: 0 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out 0s;
}

.its-btn-fit {
    width: 100%;
}

.its-btn-clr1{
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  padding: 0 0 0 10px;
  text-align: left;
  padding-right: 10px;
}

.its-btn-clr1:hover {
  background-color: #D9043D;
  border-color: #D9043D;
  box-shadow: 5px 5px 0 rgba(0,0,0,.1);
  color: white;
}

.its-btn-clr2 {
  background-color: #D9043D;
  border-color: #D9043D;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  padding: 0 0 0 10px;
  text-align: left;
}

.its-btn-clr2:hover {
  background-color: white;
  border-color: #1A1A1A;
  box-shadow: 6px 6px 0 #D9043D;
  color: #1A1A1A;
}

.its-btn-light
{
    background-color: #FFF;
    border-color: #FFF;
    color: #505050;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.its-btn-light:hover
{
  background-color: #F5F5F5;
}

.its-btn-text
{
    background-color: #FFF;
    border-color: #FFF;
    color: #505050;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.its-btn-text:hover
{
  background-color: #F5F5F5;
  text-decoration: none;
}

.its-btn-more
{
  cursor: pointer;
}

/*.its-btn-more:hover span:before,*/
.its-btn-more.its-open span:before
{
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.its-btn-action
{
	margin-bottom: 10px;

}

.its-left-icon .its-icon
{
  display: inline-block;
  margin-right: 10px;
}

.its-btn .its-icon-chevron-right,
.its-pagination a [class^="its-icon-"], [class*=" its-icon-"] {
  position: relative;
  top: 2px;
}

/* Fahrzeugsuche Filter, Forms*/
#wrapper-its-suche
{
   padding: 15px;
   position: relative;
   border: 0;
   margin-top: 15px;
}

.wrapper-its-form-control
{
  margin-bottom: 10px;
  font-family: inherit;
  color: #505050;
}

#wrapper-its-suche .wrapper-its-form-control
{
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}

#wrapper-its-suche-features .wrapper-its-form-control
{
  width: calc(50% - 20px);
}

#wrapper-its-suche .its-btn
{
  width: 100%;
}

.its-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 38px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    color: inherit;
}

.its-form-control:focus {
  border-color: #2196F3
}

textarea.its-form-control {
  font-family: inherit;
  color: inherit;
  min-height: 150px;
  line-height: 22px;
  padding: 8px 12px;
}

.wrapper-its-select
{
	position: relative;
}

.wrapper-its-select:before {
	color: inherit;
  content: '\1f302';
  font-family: 'icomoon' !important;
	display: block;
	height: 34px;
	line-height: 34px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}

.wrapper-its-select select::-ms-expand {
	display: none;
}

.its-select
{
   font-family: inherit;
   color: inherit;
   padding-right: 40px;
   -moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

#its_sort .wrapper-its-select
{
	display: inline-block;
}

.its-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 25px;
}

.its-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;

}

.its-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #2196F3;
  border-radius: 0px;
}

.its-checkbox:hover input ~ .its-checkmark {
  background-color: #ccc;
}

.its-checkbox input:checked ~ .its-checkmark {
  background-color: #2196F3;
}


.its-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.its-checkbox input:checked ~ .its-checkmark:after {
  display: block;
}

.its-checkbox .its-checkmark:after {
  left: 9px;
  top: 5px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#its-btn-reset .its-icon-cross::before {
  font-size: 12px;
  margin-right: 6px;
}

.its-label
{
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.its-form-hinweis
{
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #949494;
}

.its-form-hinweis a
{
  color: inherit;
  text-decoration: underline;
}

.wrapper-its-suche-start .its-btn
{
  line-height: 38px;
  height: 38px;
}



@media (min-width: 768px)
{
  #wrapper-its-suche .wrapper-its-form-control
  {
    margin: 10px;
    width: calc(25% - 20px);
  }

  #wrapper-its-suche .wrapper-its-form-control.its-inline,
  #wrapper-its-suche-features .wrapper-its-form-control
  {
    margin: 10px;
    width: calc(33.33% - 20px);
  }

  #wrapper-its-suche
  {
    padding: 10px;
  }

  #wrapper-its-suche .its-btn
  {
    width: auto;
  }

  #wrapper-its-suche .its-btn.its-btn-fit
  {
    width: 100%;
  }
}

@media (min-width: 992px)
{
  #wrapper-its-suche .wrapper-its-form-control.its-inline,
  #wrapper-its-suche-features .wrapper-its-form-control
  {
    width: calc(25% - 20px);
  }

}

/*
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #b83729;
}
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
*/



/* Ende Fahrzeugsuche Filter, Forms*/

#wrapper-its-listing
{
   position: relative;
   margin-top: 20px;
}

.its-listing-grid .its-listing-box:hover .its-list-img-box img,
.its-listing-pic .its-listing-box:hover .its-list-img-box img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  transition: all 0.1s ease-in-out 0.1s;
}

.its-listing-list .its-listing-box:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 0.1s ease-in-out 0.1s;
}

/* Fahrzeugliste Liste*/


.its-listing-list .its-listing-box
{
   position: relative;
   background: #f2f2f2;
   border: 0;
   margin-bottom: 15px;
   padding: 20px;
   padding-bottom: 100px;
}

.its-listing-list .vad-title,
.its-listing-list .its-list-highlights,
.its-listing-list .its-list-img-box {
  margin-bottom: 20px;
}

.its-listing-list .vad-title,
.its-listing-list .vad-sub-title {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.its-listing-list .vad-sub-title {
  font-size: 16px;
  font-weight: bold;
}

.its-listing-list .its-listing-box .preis-brutto,
.its-listing-list .its-listing-box .preis-netto
{
  text-align: right;
}

.its-listing-list .its-list-img-box img {
  width: 100%;
}

.its-listing-list ul
{
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style-type: none;
  column-count: 3;
  column-gap: 20px;
}

.its-listing-list  .its-list-em-box{
  position: relative;
  display: inline-block;
  padding-right: 50px;
}

.its-listing-list .its-list-action
{
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 20px;


}

.its-pagination
{
   text-align: center;
   min-height: 15px;
   margin: 10px 0;

}

.its-pagination a
{
   color:inherit;
   font-size: 20px;
   text-shadow: 1px 1px 1px #fff;
   margin-right: 15px;
   text-decoration: none !important;
   display: inline-block;
   padding: 5px;

}

.its-pagination a.seite_aktiv, .its-pagination a:hover
{
   font-weight: bold;
   font-size: 20px;
}

a.its-view-mode
{
  color:inherit;
  font-size: 32px;
  line-height: 34px;
   text-decoration: none;
   display: inline-block;
   margin-left: 5px;
}

a.its-view-mode:hover,
a.its-view-mode.active
{
  color: #FD317F;
}
a.its-view-mode span
{
  vertical-align: middle;
}

a.its-view-mode .its-icon-image {
  font-size: 23px;
}



.icon_eff
{
    background: url('images/eff.png') no-repeat scroll  rgba(0, 0, 0, 0);
    height: 11px;
    width: 29px;
    margin-left: 3px;
    display: inline-block;
}

.eff-AA
{
    background-position: 0px -1px;
}
.eff-A
{
    background-position: -29px -1px;
}
.eff-B
{
    background-position: -58px -1px;
}

.eff-C
{
    background-position: -87px -1px;
}

.eff-D
{
    background-position: -115px -1px;
}

.eff-E
{
    background-position: -145px -1px;
}

.eff-F
{
    background-position: -174px -1px;
}

.eff-G
{
    background-position: -203px -1px;
}

.its-con-eff
{

    height: 15px;
    width: 30px;
    margin-left: 3px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 8px;
}

.its-eff-AAAA
{
    background-image: url('images/A+++.svg');
}

.its-eff-AAA
{
    background-image: url('images/A++.svg');
}

.its-eff-AA
{
    background-image: url('images/A+.svg');
}

.its-eff-A
{
    background-image: url('images/A.svg');
}

.its-eff-B
{
    background-image: url('images/B.svg');
}

.its-eff-C
{
    background-image: url('images/C.svg');
}

.its-eff-D
{
    background-image: url('images/D.svg');
}

.its-eff-E
{
    background-image: url('images/E.svg');
}

.its-eff-F
{
    background-image: url('images/F.svg');
}

.its-eff-G
{
    background-image: url('images/G.svg');
}


@media (min-width: 768px)
{
  .its-listing-list .its-list-img-box img {
    width: auto;
  }

  .its-listing-list .its-list-img-box {
    margin-bottom: 0;
  }



}

@media (min-width: 992px)
{


  .its-listing-list .its-listing-box
  {
    padding: 20px;
  }

  .its-listing-list .its-list-action
  {
    left: auto;
  }

}

/***** Ende Fahrzeugliste Liste*********/

/***** Fahrzeugliste Grid ********/

.its-listing-grid .wrapper-its-flex>div
{
	margin-bottom: 30px;
}


.its-listing-grid .its-listing-box
{
   position: relative;
   border: 0;
   padding: 0;
   padding-bottom: 90px;
   border-radius: 10px;
   height: 100%;
   background-color: white;
   -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.its-listing-grid .its-list-content {
  padding: 0 20px;
  position: relative;
  margin-top: 15px;
  font-size: 15px;
  line-height: 26px;
}

.its-listing-grid .vad-title,
.its-listing-grid .vad-sub-title {
  display: block;
  color: inherit;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
}

.its-listing-grid .vad-sub-title {
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  display: block;
}

.its-listing-grid .its-list-img-box
{
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  display: block;
  margin: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.highlights-title {
  font-weight: bold;
}

.its-listing-grid .its-list-action
{
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}

.its-listing-grid ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  column-count: 2;
  column-gap: 20px;
}

.its-listing-grid .its-list-preis
{
	border-radius: 0;
}

.its-listing-box .preis-brutto,
.its-listing-box .preis-netto
{
  display: block;
  text-align: left;
}

.its-listing-box .preis-brutto
{
  color:inherit;
  font-size: 22px;
  font-weight: bold;
}

.its-listing-box .preis-netto
{
  color:inherit;
  font-size: 16px;
  color: #999;
  font-weight: normal;
}


/***** Ende Fahrzeugliste Grid*********/


/***** Fahrzeugliste Bilderliste ********/

.its-listing-pic .its-listing-box
{
  border: 0;
  margin-bottom: 30px;
}

.its-listing-pic .its-list-img-box {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  border-radius: 0px;
  color: #FFF;
}

.its-listing-pic .its-list-box-header
{
	position: absolute;
  top:0;
  left: 0;
	width: 100%;
  padding: 10px 15px;
}

.its-listing-pic .its-list-box-header,
.its-listing-pic .its-list-em-box
{
  background: rgba(0,0,0,0.5);
  z-index: 1;
}


.its-listing-pic .its-list-box-header .vad-title
{
  padding-right: 150px;
  display: block;
}
.its-listing-pic .its-list-box-header .its-list-preis
{
  position: absolute;
  right: 15px;
  top: 10px;
}

.its-listing-pic .vad-title,
.its-listing-pic .vad-sub-title {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
}

.its-listing-pic .vad-sub-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  height: 18px;
  overflow: hidden;
}

.its-listing-pic .wrapper_bg .fzg_infos
{
	clear: both;
	color: #FFF;
	text-align: left;
}

.its-listing-pic .its-listing-box .preis-brutto,
.its-listing-pic .its-listing-box .preis-netto
{
  display: block;
  text-align: right;
}

.its-listing-pic .its-list-em-box
{
	position: absolute;
	display: inline-block;
	bottom: 0;
   left: 0;
   padding: 5px 10px;
   padding-right: 40px;
   text-align: left;
   color: inherit;
   border-top-right-radius: 4px;
   font-size: 14px;
}

.its-listing-pic .its-con-eff {
    top: 10px;
}

.its-listing-pic .list_img
{
  width: 100%;
  border: 0;
}

@media (min-width: 992px)
{
	.its-listing-pic .vad-sub-title {
    height: auto;
    overflow:unset;
  }

  .its-listing-pic .its-list-em-box {
    font-size: unset;
  }
}

/***** Ende Fahrzeugliste Bilderliste ********/


/*****  Fahrzeugdetailansicht *********/

#wrapper-its-vad
{
   position: relative;
}

.its-vad-detail {}

.its-vad-header
{
   position: relative;
   padding: 15px;
   border: 0;
   margin-top: 15px;
   margin-bottom: 15px;
   background-color: #f5f5f5;
}

.its-vad-header,
.its-vad-content
{

}

.its-vad-header a, .its-vad-header a:hover, .its-vad-header a:focus
{
   color: inherit;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
}

.its-vad-content
{
   padding: 0;
   width: auto;
   margin-bottom: 15px;
}

.its-section-title
{
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 24px;
  color: #1A1A1A;
}

.its-vad-content hr
{
  border: 0;
  border-bottom: 2px solid #2196F3;
  height: 0;
  margin: 20px 0px;
}

.wrapper-its-thumbs
{
  justify-content: space-between;
}

.its-thumb {
  display: block;
  position: relative;
  margin-bottom: 5px;
  width: calc(33.33% - 5px);
  overflow: hidden;
  -webkit-filter: opacity(.75);
   filter: opacity(.75);
   transition-property: filter;
   transition-duration: 0.2s;
}

.its-thumb:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.its-thumb:hover {
  -webkit-filter: opacity(1);
   filter: opacity(1);
}

.its-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: none;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.its-vad-detail .vad-title,
.its-vad-detail .vad-sub-title {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 28px;
}

.its-vad-detail .vad-sub-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 22px;
  margin-top: 4px;
}

.its-vad-prices span
{
  display: block;
  text-align: left;
  line-height: 1.4;
}

.its-vad-prices .preis-brutto
{
  font-size: 22px;
  font-weight: bold;
}

.its-vad-prices .preis-netto
{
  font-size: 18px;
}

.its-vad-prices .mwst-text
{
  font-size: 14px;
}

.its-vad-prices .auftragsnummer
{
   font-size: 16px;
   line-height: 1.8;
}

.its-vad-basics ul
{
  column-count: 2;
  column-gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

.its-vad-highlights
{
  margin-top: 20px;
}

.its-vad-more-data table
{
	width: 100%;
	line-height: 1.5;
	font-weight: normal;
	border-collapse: collapse;
	border: 0;
}

.its-vad-more-data table tr
{
    border-bottom: 1px solid #ddd;
}


.its-vad-more-data table td
{
    padding: 6px 4px;
    vertical-align: top;
    border: 0 !important;
}

.its-vad-more-data table td:last-child
{
    text-align: right;
}

.its-vad-more-data table td:not(:last-child)
{
  padding-right: 15px;

}
.its-eff-img
{
   margin-top: 20px;
   border: 0;
}

.wrapper-its-feature-list
{
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.its-feature-head
{
  font-size: 16px;
  margin: 20px 0 10px 0;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #1A1A1A;
}

ul.its-feature-list,
.its-vad-desc-text ul
{
   list-style-type: none;
   columns: 1;
  	-webkit-columns: 1;
  	-moz-columns: 1;
  	-moz-column-gap: 20px;
   -webkit-column-gap: 20px;
   column-gap: 20px;
  	margin-bottom: 20px;
  	padding-left: 0;
}

ul.its-feature-list li,
.its-vad-desc-text ul li
{
	padding-left: 20px;
	position: relative;
	line-height: 30px;
}
ul.its-feature-list li::before,
.its-vad-desc-text ul li:before
{
    content: "\e902";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 15px;
    height: 15px;
    display: block;
}

.its-vad-daten-adresse table
{
  border: 0;
}

.its-vad-daten-adresse table tr td:first-child
{
padding-right: 30px;
}

.its-vad-daten-adresse table tr td
{
  border: 0 !important;
}

.its-vad-desc-text p {
  margin: 0 0 20px 0;
}

#its-form-anfrage .its-btn
{
  max-width: 220px;
}

@media (min-width: 768px)
{

  .its-vad-content .its-expand {
    display: block;
  }

  .its-vad-content hr
  {
    border-bottom: 2px solid #ddd;
    margin: 40px 20px;
  }

  .its-vad-basics ul
  {
    column-gap: 20px;
    margin: 20px 0 0 0;
  }

  .its-vad-more-data table td:not(:last-child)
  {
    padding-right: 40px;

  }

  .its-vad-prices span
  {
    display: block;
    text-align: right;
    line-height: 1.4;
  }

  .wrapper-its-feature-list
  {
    border-bottom: 1px solid #ddd;
  }

}

@media (min-width: 992px)
{

}

@media (min-width: 1200px)
{


}


@media (min-width: 768px)
{
	ul.its-feature-list,
.its-vad-desc-text ul
	{
	   columns: 2;
	  	-webkit-columns: 2;
	  	-moz-columns: 2;
	}

}

@media (min-width: 992px)
{
	ul.its-feature-list,
.its-vad-desc-text ul
	{
	   columns: 3;
	  	-webkit-columns: 3;
	  	-moz-columns: 3;
	}

}

@media (min-width: 1200px)
{
	ul.its-feature-list,
.its-vad-desc-text ul
	{
	   columns: 4;
	  	-webkit-columns: 4;
	  	-moz-columns: 4;
	}

}

/***** Ende Fahrzeugdetailansicht *********/

/* Slider */

.wrapper-its-vadimg-slider
{
	max-width: 100%;
	overflow: hidden;
}

.wrapper-its-vadimg-slider .its-vadimg-slider
{
	margin-bottom: 10px;
}


.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    height: 250px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    max-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('images/loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    text-align: left;
}
.slick-next
{
	text-align: right;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 1;
	opacity: .75;
   color: white;


}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
    content: '\e901';
}
[dir='rtl'] .slick-prev:before
{
    content: '\e901';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    content: '\e902';
}
[dir='rtl'] .slick-next:before
{
    content: '\e902';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/**** Lightbox ******/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loader.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-size: 20px;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-size: 20px;
}

@media (min-width: 768px)
{
  .lb-nav a.lb-next,
  .lb-nav a.lb-prev {
    background-size:unset;
  }
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Icons Generated by IcoMoon https://icomoon.io/app */
[class^="its-icon-"], [class*=" its-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.its-icon-chevron-down:before {
  content: "\1f302";
}
.its-icon-chevron-up:before {
  content: "\e903";
}
.its-icon-bar-graph:before {
  content: "\e904";
}
.its-icon-chevron-left:before {
  content: "\e901";
}
.its-icon-chevron-right:before {
  content: "\e902";
}
.its-icon-cw:before {
  content: "\e906";
}
.its-icon-grid:before {
  content: "\e900";
}
.its-icon-list:before {
  content: "\e907";
}
.its-icon-swap:before {
  content: "\e908";
}
.its-icon-thumbs-down:before {
  content: "\e909";
}
.its-icon-thumbs-up:before {
  content: "\e90a";
}
.its-icon-image:before {
  content: "\e90d";
}
.its-icon-images:before {
  content: "\e90e";
}
.its-icon-phone:before {
  content: "\e942";
}
.its-icon-location2:before {
  content: "\e948";
}
.its-icon-compass:before {
  content: "\e949";
}
.its-icon-printer:before {
  content: "\e954";
}
.its-icon-search:before {
  content: "\e986";
}
.its-icon-zoom-in:before {
  content: "\e987";
}
.its-icon-zoom-out:before {
  content: "\e988";
}
.its-icon-cog:before {
  content: "\e994";
}
.its-icon-pencil:before {
  content: "\e905";
}
.its-icon-image1:before {
  content: "\e90f";
}
.its-icon-mobile:before {
  content: "\e958";
}
.its-icon-shrink2:before {
  content: "\e98c";
}
.its-icon-list1:before {
  content: "\e9ba";
}
.its-icon-cross:before {
  content: "\ea0f";
}
.its-icon-loop:before {
  content: "\ea2d";
}
.its-icon-share2:before {
  content: "\ea82";
}
.its-icon-mail:before {
  content: "\ea83";
}
.its-icon-mail4:before {
  content: "\ea86";
}
