/**
 * $Id: responsive.scss 30 2014-07-03 20:43:10Z marcello $
 * $Rev: 30 $
 * $Author: marcello $
 * $Date: 2014-07-03 22:43:10 +0200 (Do, 03 Jul 2014) $
 * $URL: svn://ironhide/disque/fwrechner/responsive/trunk/scss/responsive.scss $
 */
/* line 17, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 15, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
body {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  background: #fff;
  color: #000;
}

/* line 22, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.spacer {
  margin-bottom: 1em;
}

/* line 26, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
a {
  color: #307eb6;
}
/* line 18, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
  color: #307eb6;
}
/* line 21, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:focus {
  color: #307eb6;
}
/* line 24, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #72afda;
}
/* line 27, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: #307eb6;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* line 50, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
h1 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
}

/* line 50, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
h2 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}

/* line 50, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

/* line 50, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
h4 {
  font-size: 14px;
  margin-bottom: 4px;
}

/* line 60, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform {
  max-width: 100%;
  width: 100%;
  padding: 0;
  background: #f6f6f6;
  font-size: 1.1em;
  margin: 0 auto;
}
/* line 69, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline {
  min-height: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 75, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline:first-child {
  padding-top: 10px;
}
/* line 79, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline label {
  display: block;
  font-size: 1.1em;
  width: 100%;
  float: none;
  min-height: 20px;
  padding-bottom: 5px;
}
/* line 88, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield {
  width: 100%;
  float: none;
  min-height: 20px;
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 94, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield.help .helpMarker {
  color: #c00;
  cursor: help;
  display: inline-block;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  font-size: 20px;
}
/* line 106, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield input[type='text'], .bnform .inputline .formfield select, .bnform .inputline .formfield input[type='submit'], .bnform .inputline .formfield input[type='reset'] {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 3px;
  font-size: 1.1em;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
}
/* line 113, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield input[type='text'].short, .bnform .inputline .formfield select.short, .bnform .inputline .formfield input[type='submit'].short, .bnform .inputline .formfield input[type='reset'].short {
  width: 80%;
}
/* line 120, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield input[type='submit'], .bnform .inputline .formfield input[type='reset'] {
  margin-bottom: 10px;
  color: #aea07b;
  font-weight: bold;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(#ffffff, #e9e9e9);
  background-image: -moz-linear-gradient(#ffffff, #e9e9e9);
  background-image: -o-linear-gradient(#ffffff, #e9e9e9);
  background-image: linear-gradient(#ffffff, #e9e9e9);
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
/* line 133, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield.help input[type='text'], .bnform .inputline .formfield.help select, .bnform .inputline .formfield.help input[type='submit'], .bnform .inputline .formfield.help input[type='reset'] {
  max-width: 80%;
}
/* line 138, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield label {
  float: left;
  display: block;
  width: 30%;
}
/* line 38, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.bnform .inputline .formfield:after {
  content: "";
  display: table;
  clear: both;
}
/* line 147, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnform .inputline:after {
  display: none;
  clear: none;
}

/* line 154, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
p {
  padding: 10px;
}

/* line 158, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnwrapped {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
/* line 163, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnwrapped.info {
  padding: 10px;
}

/* line 168, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult {
  background: #f6f6f6;
  padding: 0;
  font-size: 1.1em;
  margin: 0 auto;
}
/* line 174, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline {
  min-height: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
/* line 181, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline:nth-child(2n) {
  background: #e6e6e6;
}
/* line 38, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.bnresult .resultline:after {
  content: "";
  display: table;
  clear: both;
}
/* line 187, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline .right, .bnresult .resultline .left {
  float: left;
  min-height: 20px;
  line-height: 1.1em;
}
/* line 193, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline .right {
  text-align: right;
}
/* line 197, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline .head {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 202, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline .twothird {
  width: 60%;
}
/* line 205, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline .onethird {
  width: 40%;
}
/* line 208, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline .onesix {
  width: 49%;
  padding-right: 1%;
}
/* line 213, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult .resultline p {
  padding: 10px 0;
}
/* line 218, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
.bnresult:first-child {
  padding-top: 10px;
}

/* line 224, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#helpText {
  background: #fff;
  border: 2px solid #c00;
  display: none;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 90%;
  font-size: 14px;
  font-weight: normal;
  z-index: 999;
}

@media only screen and (min-width: 480px) {
  /* line 240, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  #helpText {
    border: 1px solid #c00;
    width: 300px;
    font-size: 12px;
    font-weight: normal;
  }

  /* line 247, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform {
    max-width: 600px;
    width: auto;
    padding: 10px;
    font-size: 1em;
  }
  /* line 253, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform p {
    padding: 10px 0;
  }
  /* line 257, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline {
    min-height: 30px;
    margin: 0;
    margin-bottom: 10px;
    *zoom: 1;
  }
  /* line 262, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline label {
    width: 43%;
    float: left;
    min-height: 30px;
    padding-bottom: 0px;
    font-size: 1em;
    padding-right: 2%;
  }
  /* line 270, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline label:after {
    content: ": ";
  }
  /* line 275, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield {
    width: 55%;
    float: right;
    min-height: 30px;
    margin-bottom: 0px;
  }
  /* line 281, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield.help .helpMarker {
    font-size: 13px;
    line-height: 16px;
    height: 16px;
    width: 16px;
  }
  /* line 288, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield input[type='text'], .bnform .inputline .formfield select, .bnform .inputline .formfield input[type='submit'], .bnform .inputline .formfield input[type='reset'] {
    width: auto;
    max-width: 250px;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0px;
    font-size: 1em;
  }
  /* line 296, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield input[type='text'].short, .bnform .inputline .formfield select.short, .bnform .inputline .formfield input[type='submit'].short, .bnform .inputline .formfield input[type='reset'].short {
    width: 60px;
  }
  /* line 301, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield input[type='text'] {
    padding: 2px;
  }
  /* line 305, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield input[type='submit'], .bnform .inputline .formfield input[type='reset'] {
    color: #aea07b;
    font-weight: bold;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(#ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(#ffffff, #e9e9e9);
    background-image: -o-linear-gradient(#ffffff, #e9e9e9);
    background-image: linear-gradient(#ffffff, #e9e9e9);
    border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 0 10px;
    line-height: 1.3992em;
    font-size: 0.9em;
    height: 25px;
  }
  /* line 319, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield label {
    float: left;
    display: block;
    width: auto;
    padding-right: 10px;
  }
  /* line 324, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield label:after {
    content: "";
  }
  /* line 331, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnform .inputline.last .formfield {
    width: 100%;
    text-align: right;
  }
  /* line 38, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .bnform .inputline:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 341, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnwrapped {
    max-width: 600px;
    width: 100%;
  }

  /* line 347, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult {
    padding: 0;
    background: #f6f6f6;
    font-size: 1.1em;
  }
  /* line 353, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult .resultline {
    min-height: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    *zoom: 1;
  }
  /* line 360, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult .resultline:nth-child(2n) {
    background: #f6f6f6;
  }
  /* line 38, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .bnresult .resultline:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 366, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .right, .bnresult .resultline .left {
    float: left;
    min-height: 20px;
    line-height: 1.1em;
  }
  /* line 372, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .right {
    text-align: right;
  }
  /* line 376, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .head {
    font-size: 1.1em;
    font-weight: bold;
  }
  /* line 381, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .twothird {
    width: 60%;
  }
  /* line 384, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .onethird {
    width: 40%;
  }
  /* line 387, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .onesix {
    width: 18%;
    padding-right: 2%;
  }
  /* line 393, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .bnresult:first-child {
    padding-top: 10px;
  }
}
/* line 401, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#fahrzeug {
  cursor: pointer;
}

/* line 405, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#bgcover {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* line 412, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector {
  background: #f6f6f6;
  margin-left: -10px;
  padding: 10px;
  position: absolute;
  top: 20px;
  width: 100%;
  max-width: 600px;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  /* line 412, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  #carselector {
    font-size: 14px;
  }
}
/* line 425, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .headlines h2 {
  text-align: center;
  font-size: 14px;
  padding-top: 0.5em;
}
/* line 434, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector ul.carselect {
  border-bottom: 1px solid silver;
}
/* line 439, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .carselect li, #carselector .carselect .head, #carselector .headlines li, #carselector .headlines .head {
  overflow: hidden;
  *zoom: 1;
  border: 1px solid silver;
  border-bottom: 0;
  padding: 10px;
}
/* line 446, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .carselect li .title, #carselector .carselect li .price, #carselector .carselect li .cost, #carselector .carselect .head .title, #carselector .carselect .head .price, #carselector .carselect .head .cost, #carselector .headlines li .title, #carselector .headlines li .price, #carselector .headlines li .cost, #carselector .headlines .head .title, #carselector .headlines .head .price, #carselector .headlines .head .cost {
  display: inline-block;
  float: left;
}
/* line 451, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .carselect li .title, #carselector .carselect .head .title, #carselector .headlines li .title, #carselector .headlines .head .title {
  width: 60%;
  margin-right: 2%;
}
@media only screen and (max-width: 480px) {
  /* line 451, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  #carselector .carselect li .title, #carselector .carselect .head .title, #carselector .headlines li .title, #carselector .headlines .head .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    color: #133f4c;
    font-size: 16px;
  }
}
/* line 463, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .carselect li .price, #carselector .carselect .head .price, #carselector .headlines li .price, #carselector .headlines .head .price {
  text-align: right;
  width: 18%;
  margin-right: 2%;
}
@media only screen and (max-width: 480px) {
  /* line 463, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  #carselector .carselect li .price, #carselector .carselect .head .price, #carselector .headlines li .price, #carselector .headlines .head .price {
    width: auto;
    max-width: 48%;
    text-align: left;
    color: #006f04;
  }
  /* line 472, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  #carselector .carselect li .price:after, #carselector .carselect .head .price:after, #carselector .headlines li .price:after, #carselector .headlines .head .price:after {
    content: " \20AC";
  }
}
/* line 478, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .carselect li .cost, #carselector .carselect .head .cost, #carselector .headlines li .cost, #carselector .headlines .head .cost {
  float: right;
  width: 18%;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  /* line 478, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  #carselector .carselect li .cost, #carselector .carselect .head .cost, #carselector .headlines li .cost, #carselector .headlines .head .cost {
    width: auto;
    max-width: 48%;
  }
  /* line 485, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  #carselector .carselect li .cost:after, #carselector .carselect .head .cost:after, #carselector .headlines li .cost:after, #carselector .headlines .head .cost:after {
    content: " \20AC";
  }
}
/* line 492, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .carselect li, #carselector .headlines li {
  cursor: pointer;
}
/* line 494, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .carselect li:hover, #carselector .headlines li:hover {
  background: white;
}
/* line 499, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
#carselector .carselect .head, #carselector .headlines .head {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  /* line 506, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  .ismobile {
    display: none;
  }

  /* line 511, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
  #helpText {
    position: fixed;
  }
}
