/*
CSS ITS Mobile
ver 0.31
*/
.hinweis
{
	padding: 15px;
	font-weight: bold;
}
/* Sprachauswahl Flaggen*/

.wrapper_flags
{
	text-align: right;
   
}

.flags
{
   display: inline-block;
   cursor: pointer;
   width: 15px;
   height: 11px;
   border: 0;
   margin: 2px;
   
}
.flags.de {background: url('images/flags/flag-de.jpg');}
.flags.cz {background: url('images/flags/flag-cz.jpg');}
.flags.es {background: url('images/flags/flag-es.jpg');}
.flags.fr {background: url('images/flags/flag-fr.jpg');}
.flags.it {background: url('images/flags/flag-it.jpg');}
.flags.pl {background: url('images/flags/flag-pl.jpg');}
.flags.ro {background: url('images/flags/flag-ro.jpg');}
.flags.ru {background: url('images/flags/flag-ru.jpg');}
.flags.en {background: url('images/flags/flag-uk.jpg');}

/* Ende Sprachauswahl Flaggen*/

/* Fahrzeugsuche Filter*/
*
{
  margin: 0;
  padding: 0;
}

#wrapper_suche
{
   
   max-width:359px;
   float: left;
   margin-top: 15px;
   margin-right: 15px;
   margin-left: 15px;
   position: relative;
   background: #F4F4F4;
   padding-bottom: 11px;  
}

#wrapper_suche .startbox_title
{
   line-height: 40px;
   padding-left: 15px;
   background: rgba(51,133,183,1);
background: -moz-linear-gradient(top, rgba(51,133,183,1) 0%, rgba(26,97,155,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,133,183,1)), color-stop(100%, rgba(26,97,155,1)));
background: -webkit-linear-gradient(top, rgba(51,133,183,1) 0%, rgba(26,97,155,1) 100%);
background: -o-linear-gradient(top, rgba(51,133,183,1) 0%, rgba(26,97,155,1) 100%);
background: -ms-linear-gradient(top, rgba(51,133,183,1) 0%, rgba(26,97,155,1) 100%);
background: linear-gradient(to bottom, rgba(51,133,183,1) 0%, rgba(26,97,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3385b7', endColorstr='#1a619b', GradientType=0 );
}

#wrapper_suche form
{
	padding: 0 15px 0 15px;
}

#wrapper_suche select
{
   font-family: 'News Cycle', sans-serif;
   color: #777777;
   font-size: 13px;  
   padding: 4px;
   margin: 5px;
   width: 118px; 
   border: 1px solid #cacaca;	
}

#klassenauswahl
{
   font-size: 12px;
   margin-bottom: 0;
}


#wrapper_suche input[type='radio']
{
   margin-left: 10px;
   margin-right: 10px;
}


#wrapper_suche input[type='submit']
{
	width:61px;
   height: 31px;
   color: #777777;
   font-size: 14px;
   text-transform: lowercase;
   background-color: #DCDCDC;
   border: 1px solid #cacaca;
   margin-left: 10px;
   cursor: pointer;
}

#wrapper_suche input[type='submit']:hover
{
	border: 1px solid #FFF;
}

/* Ende Fahrzeugsuche Filter*/


/* Fahrzeugliste*/
#wrapper_fzg_liste
{
   padding: 15px;
   min-height: 350px;
   background-color:#fff;
   position: relative; 
   margin-top: 15px; 
}

.list_fzg
{

   
   position: relative;
	margin-bottom: 10px;
	padding: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border: dashed (oder solid, mir egal) 1px #bfbfbf;
	border-radius:0px;
   border: 1px solid #dfdfdf;
   -moz-box-shadow: 1px 1px 3px #bdbdbd;
   -webkit-box-shadow: 1px 1px 3px #bdbdbd;
   box-shadow: 1px 1px 3px #bdbdbd;
	
}

.list_fzg h2
{
   margin-bottom: 10px;
}

.fzg_title
{
	color: #505050;
	font-size: 20px;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
}

.info_wrapper
{
	float: left;
}

.list_img_box, .list_info_box1, .list_info_box2, .list_info_box3
{
	float: left;
	color: #3e3e3d;
   font-size: 16px;
   text-shadow: 1px 1px 1px #fff;
   margin-right: 20px;
}

.list_img
{
	border: 0;
}
.list_info_box1
{
	font-weight: bold;
}


.list_emm_box
{
	clear: both;
	padding-top: 30px;
}

.list_preis_box
{
   float: right;
   text-align: right;
   padding-left: 15px;
   
}

.list_fzg .list_preis_box
{
   margin-top: 40px;
}

.preis_brutto
{
   color: #505050;
   font-size: 22px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;	
}

.preis_netto
{
   color: #605f5e;
   font-size: 18px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;   
}

.mwst_text
{
   color: #868686;
   font-size: 14px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;   
}

.btn_new
{
   position: absolute;
   right: 0;
   top: 0;
   background-image: linear-gradient(#d72020 0%,#ba0202 100%); 
   box-shadow: 1px 1px 2px #a9a9a9 inset,  
               1px 1px 2px #ffffff;
   padding: 5px 20px 5px 20px;
   color: #FFF;
   font-size: 22px;
   text-shadow: 1px 1px 1px #000;
   border-top-right-radius: 3px;
   border-bottom-left-radius: 3px;
   
}

.seitenwahl
{
	text-align: center;
}

.seitenwahl a
{
	color: #3e3e3d;
   font-size: 20px;
   text-shadow: 1px 1px 1px #fff;
   margin-right: 15px;
   text-decoration: none;
   display: inline-block;
   padding: 5px;
	
}

.seitenwahl a.seite_aktiv, .seitenwahl a:hover
{
	font-weight: bold;
	font-size: 24px;
}

.emm_hinweis
{
   color: #868686;
   font-size: 14px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;   
}

/***** Ende Fahrzeugliste *********/

/*****  Fahrzeugdetailansicht *********/

#wrapper_fzg_detail
{
   background: #FFF;
   position: relative; 
   margin-top: 15px; 
}

#detail_fzg {}

#detail_header
{
   padding: 15px;
   background: #9E9E9E;
   background-image: linear-gradient(#9E9E9E 0%,#797979 100%);
   position: relative;  
}

#detail_header a
{
   color: #FFF;
   font-weight: bold;
   font-size: 16px;
   float: left;
   display: block;
   width: 50%;
}

#detail_header a:nth-child(2)
{
	text-align: right;
}


#fzg_content
{
	padding: 15px;
	position: relative;
    width: auto;
}

#fzg_header
{
	height: 44px; 
	color: #ACACAC;
	text-shadow: 1px 1px 1px #000;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 20px;
}


#wrapper_detail_slider
{
   position: relative;
   float: none;
   margin: 0 auto;
   max-width: 640px;
  
    
   
}

#detailslider
{
   box-shadow: 1px 1px 2px #000000;
   border: 2px solid #FFFFFF;	
   margin-bottom: 15px;
   overflow: hidden;
   max-height: 261px;
   min-height: 231px;
   
   
}

#detailslider .clbox_zoom
{
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}

#detailslider .flex-direction-nav a
{
  /* width: 11px;
   height: 14px;
   */
   margin: 0 8px;
   top: 35%;
}

.carousel
{
	width: 310px;
	left: 21px;
}

#thumb_carousel .flex-direction-nav a
{
	width: 11px;
	height: 14px;
	margin: 0 -10px 0;
	top: 30%;
}

#thumb_carousel .flex-prev
{
   background: url("images/arrow-left.png") ;
}

#thumb_carousel .flex-next
{
   background: url("images/arrow-right.png") ;
}

#thumb_carousel img
{
	max-height: 60px;
	cursor: pointer;
}

#thumb_carousel 
{
   display: none;
}

#fzg_content .list_info_box1, #fzg_content  .list_info_box2, #fzg_content  .list_info_box3
{
   float: none;
   margin-bottom: 20px;
}

#fzg_content .list_preis_box
{
	top: 0;
   position: relative;
   min-width: 150px;
   float: left;
   text-align: left;
   right: 0;
}

#btn_kontakt
{
   text-align: center;
   position: absolute;
   top: 250px;
   right: 50px;
   width:120px;
   height: 22px;
   padding-top: 8px;
   padding-bottom: 8px;
   border:0;
   border-radius: 3px;
   color: #FFF;
   font-weight: bold;
   text-transform: uppercase;
   cursor: pointer;
    background-color: #E80202;
    background-image: linear-gradient(to bottom, #E80202, #770000);
    background-repeat: repeat-x;
    display: none;
}

#btn_kontakt:hover
{
     border: 1px solid #FFF;
}

.auftragsnummer
{
   color: #868686;
   font-size: 16px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;
   line-height: 30px;   
}

#fzg_content hr
{
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #A6A7A7;
	height:0;
	margin-top: 20px;
}

#fzg_content h2
{
   color: #3e3e3d;
   font-size: 23px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;
   margin-top: 20px;
   margin-bottom: 18px;   
}

.liste_weitere_daten, .liste_emmission
{
   width: 50%;
   display: block;
   float: left;
   line-height: 20px;
   min-width: 300px;
   
   
}

.liste_weitere_daten dt, .liste_emmission dt
{
   display: inline-block;
   width: 60%;
   
}

.liste_weitere_daten dd,  .liste_emmission dd
{
   display: inline-block;
   width: 35%;
}


.eff_img
{
	float: left;
	margin-top: 20px;
}

.feature_col
{
   float: left;
   width: 25%;
   min-width: 150px;
}

.feature_col ul
{
   list-style-type: none;
   font-size:13px;
   line-height: 20px;
}

.fahrzeugbeschreibung
{
   font-size:13px;
   line-height: 20px;
}

.fahrzeugbeschreibung ul
{
   margin-left: 20px;
}


.wrapper_kontakt .kontakt_daten , .wrapper_kontakt #wrapper_form
{
   float: left;
   margin-bottom: 20px;
}

.wrapper_kontakt #wrapper_form
{
   width: 50%;
   min-width: 260px;
}

.wrapper_kontakt .kontakt_daten 
{
   width: 50%;
}

 #form_anfrage
{
   width: auto;
}

.wrapper_kontakt p
{
	margin-bottom: 15px;
}


.kontakt_daten dt, .kontakt_daten dd
{
   float:left;
}
.kontakt_daten dt
{
	clear: both;
	width: 40px;
}


#form_anfrage
{
}

#form_anfrage .form_text, #kontakt_form .form_text
{
  display: block;
   width: 90%;
  min-width: 220px;
  max-width: 330px;
  border: 0;
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 3px;
  font-size: 14px;
  font-family:  Arial, sans-serif;
  box-shadow: inset 1px 1px 2px -1px rgba(0,0,0,0.7);
}

#form_anfrage textarea
{
  width: 90%;
  min-width: 220px;
  max-width: 330px;
  padding: 4px;
  font-family:  Arial, sans-serif;
  box-shadow: inset 1px 1px 2px -1px rgba(0,0,0,0.7);

}

#form_anfrage input[type='submit']
{
   width:120px;
   height: 30px;
   border:0;
   border-radius: 3px;
   color: #FFF;
   margin: 15px auto;
   font-weight: bold;
   cursor: pointer;
	background-color: #E80202;
	background-image: linear-gradient(to bottom, #E80202, #770000);
	background-repeat: repeat-x;
}

#form_anfrage input[type='submit']:hover
{
	  border: 1px solid #FFF;
}

#form_anfrage .error, #kontakt_form .error
{
  color: red;
}

#form_anfrage label.error, #kontakt_form label.error
{
  color: red;
  font-size: 16px;
  padding: 4px;
  margin-bottom: 5px;
  display: block;

}


/***** Ende Fahrzeugdetailansicht *********/

.clear {
    clear: both;
    height: 0;
    line-height: 0;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
/*
    Ende Colorbox Core Style:
*/

/*
 * 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)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides > li > div { box-shadow: inset 0 0 8px rgba(0,0,0,1); -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,1); -moz-box-shadow: inset 0 0 8px rgba(0,0,0,1); -o-box-shadow: inset 0 0 8px rgba(0,0,0,1); }*/
 
.flexslider .slides img {width: 100%; display: block; border: 0;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* 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 */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; border: 0; position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 28px; height: 60px; margin: -20px 0 0; display: block; position: absolute; top: 45%; z-index: 10; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background: url(images/slider-right.png) no-repeat 0 0; right: -8px; }
.flex-direction-nav .flex-prev {background: url(images/slider-left.png) no-repeat 0 0; left: -8px;}

.flex-next {opacity: 0.8;}
.flex-prev {opacity: 0.8;}
.flex-next:hover, .flex-prev:hover {opacity: 1;}



/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
/*
.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);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
*/
#startslider .flex-control-nav {display: none; position: relative; width: 100px; bottom: 20px; left: 670px;}

#startslider .flex-control-nav li {margin: 0 1px; display: inline-block; zoom: 1; *display: inline;}
#startslider .flex-control-paging li a {width: 8px; height: 8px; display: block; cursor: pointer; text-indent: -9999px; background: #FFF;  }
#startslider .flex-control-paging li a:hover { background: #6D6D6D; }
#startslider .flex-control-paging li a.flex-active { background: #6D6D6D; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*
    Ende FlexSlider Style
*/
/****  media queries   ******/

@-ms-viewport {
   width: device-width;
}
@viewport {
   width: device-width;
}


@media screen and (min-width: 880px)
{
   #wrapper_detail_slider
   {
      float: left;
      max-width: 350px;
      margin: 0;
      margin-right: 20px;
     
   }
   
   
   #btn_kontakt
   {
      display: block;
   
   } 
   
   #thumb_carousel
   {
      display: block;
   
   } 
   
   #fzg_content .list_preis_box
   {
   text-align: right;
   float: right;
   }
}

@media screen and (max-width: 970px)
{
   
   #wrapper_suche
   {
      float: none;
      margin: 0 auto;
      margin-top: 15px;
   }  
}
