/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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; }
[hidden] { display: none; }

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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { color: #000; font-family: Arial, Helvetica, sans-serif; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection{ background: #2ca3e4; color:#fff; text-shadow: 0 -1px 0 #5f9bba; }
::selection { background:#2ca3e4; color:#fff; text-shadow: 0 -1px 0 #5f9bba; }


/* =============================================================================
   Links
   ========================================================================== */
a { color: #00b9e8; text-decoration:none; }

a { -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
a:visited {  }
a:hover { }
a:focus { outline: thin dotted; }
a:hover, a:focus { text-decoration:underline; color:#00dcf4; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


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

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
ul ul, ol ul { margin:0; font-size:0.9em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/*
 * Layout
 * Eigentliches Stile
 */

body { background:#000; font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; color:#fff; padding-bottom:40px; letter-spacing:0.5px; }

h1, h2, h3, h4, h5, p, ul, ol, address { margin:0; margin-bottom:15px; }

.hide { display:none; }
#ric { position:absolute; right:10px; top:10px; }
#ric a { background:url(../images/ric_logo.gif) no-repeat; width:18px; height:7px; display:block; }

/*************************************************** wrap */
div#wrap
{margin:0 auto;
 display:block;
 width:960px; }

/*************************************************** hauptkontainer */

div.hauptkontainer
{ }
/*************************************************** header */

header { position:relative; }

.logo { position:absolute; left:0; top:30px; z-index:1000; }
.logo a { background:url(../images/logo.png) no-repeat; width:315px; height:120px; display:block; background-size: cover; }

div.sprachen { height: 25px;  position:absolute; right:20px; top:0; background: transparent; z-index:1000;}
div.sprachen a { color:#848484; font-size:12px; padding:3px 5px; float:left; background:#000; font-family: Arial, Helvetica, sans-serif;}
div.sprachen a:hover, div.sprachen a:focus { text-decoration:underline;}
div.sprachen a.active { color:#fff; font-weight:bold;}

#slideshow { height:400px; overflow:hidden; position:relative; }

#slideshow .copy {
  position:absolute;
  bottom:10px;
  right:0px;
  font-size:11px;
  z-index:200;
  margin:0px;
  background:#000;
  padding:3px 9px;
}

#slideshow .control { position:absolute; left:10px; bottom:10px; z-index:200; width:37px; height:36px; background:url(../images/ico-play-pause.png) no-repeat; }
#slideshow .play { background:url(../images/ico-play-pause.png) 0 -36px no-repeat; }


/*************************************************** bild */
div.bild
{ width:960px; height:400px; overflow:hidden;}

div.bild img
{ display:block;}

/*************************************************** nav */

#nav
{ width:960px; height:50px; display:block; margin-top:10px; background:url(../images/bg-nav.png) repeat-x; border-color: #000 /*#1b1b1b*/; border-style:solid; border-width:10px 0 0 0;  letter-spacing:2px;
  height:107px;
}
#nav ul
{ display:block; margin:0; padding:0; background:url(../images/bg-nav-sep.png) right top no-repeat; padding-right:2px; }
#nav ul li
{ float:left; padding-left:2px; background:url(../images/bg-nav-sep.png) left top no-repeat;  }
#nav a { font-size:26px; color:#fff; line-height:30px; display:block; padding:10px 0; background:url(../images/bg-nav.png); text-align:center; text-shadow:0 2px 0 #000; height:30px; }
#nav a:hover, #nav a:focus, #nav a.active { background:url(../images/bg-nav-on.png); text-decoration:none; }
/*subnav*/
#nav ul li ul{
  position: absolute;
  left: 5px;

  display: block;
  width: 960px;
  margin: 11px 0 0 0; margin-left: -2px; background: transparent; ; padding-right:2px;
}
#nav ul li ul li{
  float:left; padding-left:0px; background: transparent ;
}
#nav ul li ul li a{
  letter-spacing: 0; font-size: 14px; color:#959595; display:block; padding:10px 0; background: url(../images/bg-subnav.png) transparent; text-align:center; text-shadow:0 2px 0 #000; height:26px; min-width:97px; margin-right: 10px;
}
#nav ul li ul li:last-child a{ margin:0; }

#nav ul li ul li a:hover, #nav ul li ul li a:focus, #nav ul li ul li a.active{
  border-radius: 6px 6px 0 0;
  color: #fff;
  background: #1B1B1B; text-decoration:none;
}

/*************************************************** mitte */

.preview { margin-bottom:10px; }
.preview .car { background:#1b1b1b; padding:7px; float:left; }
.preview .car a, .preview .car .video { padding:6px 6px 0 6px; border:1px solid #3d3d3d; display:block; } .preview .car .video { padding:6px 6px 6px 6px;}
.preview .car a img { display:block; }
.preview .car a:hover, .preview .car a:focus, .preview .car .video:hover { text-decoration:none; background:#262823; }
.preview .left { margin-right:10px; }
.preview .price { display:block; padding:8px 0; font-size:34px; line-height:40px; color:#fff; font-weight:normal; }

.car { margin-bottom:5px; background:#1b1b1b; padding:7px; }
.car .inner { padding:6px 6px 0 6px; border:1px solid #3d3d3d; }
.car .img { float:left; margin:0 8px 8px 0; width:378px; height:286px; }
.car .box { float:left; width:260px; height:135px; padding:4px 0 0 8px; overflow:hidden; position:relative; margin:0 8px 8px 0; font-size:16px; line-height:20px; }
.car .box, .car .special { background:url(../images/bg-detail.jpg); }
.car .right { margin-right:0; }

.car span { display:block; }
.car .preis { font-size:34px; line-height:34px; margin-bottom:5px; }
.car .infos { font-size:12px; line-height:18px; }
.car .box4 .infos { line-height:16px; font-size:13px;  }
.car .box4 .dauer { /*font-weight:bold;*/ }

.car .special { padding:2px 12px; margin:0 0 8px 0; }
.car .special .title { float:left; width:540px; font-size:40px; line-height:56px; }
.car .special p { margin:0; }

.exclusive { background:url(../images/bg-exclusive.jpg) repeat-y; color:#000; padding:7px; font-size:24px; line-height:24px; text-align:center; text-transform:uppercase; margin-bottom:10px; }
.exclusive .inner { border:1px solid #7c5b25; padding:7px;  }
.exclusive p { margin:0; }
.exclusive .klein { font-size:16px; line-height:21px;}

.fullimg { margin-bottom:20px; }
.fullimg img { display:block; border:none; }

.car h1 { height:60px; color:#fff; font-weight:300; line-height:60px; padding:0 0 0 12px; margin:0; font-size:28px; letter-spacing:1px; }
.preview .car { font-size:36px; }

.gradient-green {
background: #014e20; /* Old browsers */
background: -moz-linear-gradient(left,  #014e20 0%, #028e37 50%, #014e20 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#014e20), color-stop(50%,#028e37), color-stop(100%,#014e20)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #014e20 0%,#028e37 50%,#014e20 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #014e20 0%,#028e37 50%,#014e20 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #014e20 0%,#028e37 50%,#014e20 100%); /* IE10+ */
background: linear-gradient(left,  #014e20 0%,#028e37 50%,#014e20 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014e20', endColorstr='#014e20',GradientType=1 ); /* IE6-9 */
}

.gradient-black {
background: #000000;
background: -moz-linear-gradient(left,  #000000 0%, #a0a0a0 50%, #000000 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#a0a0a0), color-stop(100%,#000000));
background: -webkit-linear-gradient(left,  #000000 0%,#a0a0a0 50%,#000000 100%);
background: -o-linear-gradient(left,  #000000 0%,#a0a0a0 50%,#000000 100%);
background: -ms-linear-gradient(left,  #000000 0%,#a0a0a0 50%,#000000 100%);
background: linear-gradient(left,  #000000 0%,#a0a0a0 50%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

.gradient-grey { background: #1b1b1b;
background: -moz-linear-gradient(left,  #1b1b1b 0%, #707070 50%, #1b1b1b 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1b1b1b), color-stop(50%,#707070), color-stop(100%,#1b1b1b));
background: -webkit-linear-gradient(left,  #1b1b1b 0%,#707070 50%,#1b1b1b 100%);
background: -o-linear-gradient(left,  #1b1b1b 0%,#707070 50%,#1b1b1b 100%);
background: -ms-linear-gradient(left,  #1b1b1b 0%,#707070 50%,#1b1b1b 100%);
background: linear-gradient(left,  #1b1b1b 0%,#707070 50%,#1b1b1b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#1b1b1b',GradientType=1 );
}

.gradient-red {
background: #77042b;
background: -moz-linear-gradient(left,  #77042b 0%, #9d0c19 50%, #77042b 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#77042b), color-stop(50%,#9d0c19), color-stop(100%,#77042b));
background: -webkit-linear-gradient(left,  #77042b 0%,#9d0c19 50%,#77042b 100%);
background: -o-linear-gradient(left,  #77042b 0%,#9d0c19 50%,#77042b 100%);
background: -ms-linear-gradient(left,  #77042b 0%,#9d0c19 50%,#77042b 100%);
background: linear-gradient(left,  #77042b 0%,#9d0c19 50%,#77042b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77042b', endColorstr='#77042b',GradientType=1 );
}

.gradient-yellow { color:#000 !important;
background: #e4b21b;
background: -moz-linear-gradient(left,  #e4b21b 0%, #fedd80 50%, #e4b21b 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4b21b), color-stop(50%,#fedd80), color-stop(100%,#e4b21b));
background: -webkit-linear-gradient(left,  #e4b21b 0%,#fedd80 50%,#e4b21b 100%);
background: -o-linear-gradient(left,  #e4b21b 0%,#fedd80 50%,#e4b21b 100%);
background: -ms-linear-gradient(left,  #e4b21b 0%,#fedd80 50%,#e4b21b 100%);
background: linear-gradient(left,  #e4b21b 0%,#fedd80 50%,#e4b21b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4b21b', endColorstr='#e4b21b',GradientType=1 );
}

.gradient-blue { color:#fff !important;
background: #1a2245;
background: -moz-linear-gradient(left,  #1a2245 0%, #1f2bcc 50%, #1a2245 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1a2245), color-stop(50%,#1f2bcc), color-stop(100%,#1a2245));
background: -webkit-linear-gradient(left,  #1a2245 0%,#1f2bcc 50%,#1a2245 100%);
background: -o-linear-gradient(left,  #1a2245 0%,#1f2bcc 50%,#1a2245 100%);
background: -ms-linear-gradient(left,  #1a2245 0%,#1f2bcc 50%,#1a2245 100%);
background: linear-gradient(left,  #1a2245 0%,#1f2bcc 50%,#1a2245 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2245', endColorstr='#1a2245',GradientType=1 );
}

/*************************************************** kontakt */

#kontakt-daten{
  margin: 0 0 40px 0;
  text-align: center;
  font-family: ​Helvetica,'Open Sans Condensed',​Arial,​sans-serif;
}
#kontakt-daten h1{
  font-size: 34px;
  line-height: 37px;
  font-weight: 400;
}

/*************************************************** fuss */

.fuss { padding-left:14px; }
.fuss iframe { }

.fuss h1, .fuss h2 { font-size:12px; line-height:18px; }
.fuss h1 { text-transform:uppercase; text-decoration:underline; }

.fuss h2 { margin:0; }

.fuss p { }

/*.fuss span
{ color:#e3004f;}
*/

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden, .hide { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

div.text h1 { font-size:34px; font-weight:normal; line-height:39px; }
div.text h2 { font-size:22px; line-height:26px; }
div.text p, div.text h3 { font-size:16px; line-height:19px; }

.block-link {
  color: #ffffff;
}


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media all and (orientation:portrait) and (max-device-width: 480px) {
  /* Style adjustments for portrait mode goes here */


}

@media all and (orientation:landscape) and (max-device-width: 480px) {
  /* Style adjustments for landscape mode goes here */

}

@media screen and (orientation:portrait) and (max-device-width: 768px) {
}

@media screen and (orientation:landscape) and (max-device-width: 1024px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

