﻿@charset "UTF-8";
/*  ================================================
    Main
    ================================================ */
/*
    Imports only
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/base/_normalize.scss */
/* MW-IT import font */
@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
  /* MW-IT Font font-family: sans-serif; */
  font-family: Roboto, sans-serif; 
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, ../scss/base/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, ../scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, ../scss/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/* line 60, ../scss/base/_normalize.scss */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 73, ../scss/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 83, ../scss/base/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 95, ../scss/base/_normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 103, ../scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 115, ../scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 123, ../scss/base/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 132, ../scss/base/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 141, ../scss/base/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 151, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 160, ../scss/base/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 168, ../scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 176, ../scss/base/_normalize.scss */
sup {
  top: -0.5em; }

/* line 180, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 191, ../scss/base/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 199, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 210, ../scss/base/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 218, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 236, ../scss/base/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 244, ../scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  f/* MW-IT font-family: monospace, monospace; */
  font-family: Roboto, sans-serif; 
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 267, ../scss/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 281, ../scss/base/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 292, ../scss/base/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 305, ../scss/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 317, ../scss/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 326, ../scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 337, ../scss/base/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 349, ../scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 361, ../scss/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 372, ../scss/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 385, ../scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 394, ../scss/base/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 405, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 414, ../scss/base/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 423, ../scss/base/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 434, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 439, ../scss/base/_normalize.scss */
td,
th {
  padding: 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 450, ../scss/base/_normalize.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 455, ../scss/base/_normalize.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*  ================================================
    Variables
    ================================================ */
/*  ================================================
    Mixins
    ================================================ */
/*
    Usage: @extend %reset;
*/
/* line 78, ../scss/base/_mixins.scss */
header.main .info ul, .question ul, .ratings ul, footer.main .ratings ul, footer.main .stats ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
    Usage: @extend %clearfix;
*/
/* line 87, ../scss/base/_mixins.scss */
.u-clearfix, section.page header, .question#formular .contact p, .question#formular .contact .text, .overlay-content .popup-box, footer.main .footer-content {
  *zoom: 1; }
  /* line 90, ../scss/base/_mixins.scss */
  .u-clearfix:before, section.page header:before, .question#formular .contact p:before, .question#formular .contact .text:before, .overlay-content .popup-box:before, footer.main .footer-content:before, .u-clearfix:after, section.page header:after, .question#formular .contact p:after, .question#formular .contact .text:after, .overlay-content .popup-box:after, footer.main .footer-content:after {
    content: "";
    display: table; }
  /* line 91, ../scss/base/_mixins.scss */
  .u-clearfix:after, section.page header:after, .question#formular .contact p:after, .question#formular .contact .text:after, .overlay-content .popup-box:after, footer.main .footer-content:after {
    clear: both; }

/* 
    Example: @include position(0 0 0 0, fixed);
*/
/* 
    Example Multiple:  @include tn((opacity, visibility), (.5s, 0s), (0, .5s), (ease-out, linear));
    Example Simple:    @include tn(opacity, .5s, 0, linear);
*/
/*  ================================================
    general
    ================================================ */
/* line 9, ../scss/general/_general.scss */
body {
    /* MW-IT font-family: Arial, Helvetica, sans-serif; */
  font-family: Roboto, sans-serif; 
}
  @media only screen and (max-width: 700px) {
    /* line 9, ../scss/general/_general.scss */
    body {
      background: #fff; } }

/* line 18, ../scss/general/_general.scss */
h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  color: #004472;
  margin-bottom: 36px; }
  /* line 25, ../scss/general/_general.scss */
  h2 span {
    color: #17acde; }
  @media only screen and (max-width: 700px) {
    /* line 18, ../scss/general/_general.scss */
    h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px; } }

/* line 36, ../scss/general/_general.scss */
h3 {
  font-size: 31px;
  line-height: 42px;
  color: #004472;
  margin-bottom: 40px; }
  @media only screen and (max-width: 700px) {
    /* line 36, ../scss/general/_general.scss */
    h3 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 15px; } }

/* line 49, ../scss/general/_general.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* line 51, ../scss/general/_general.scss */
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

/* line 58, ../scss/general/_general.scss */
p {
  margin: 0 0 20px; }

/* line 62, ../scss/general/_general.scss */
::-webkit-input-placeholder {
  color: #ccc; }

/* line 63, ../scss/general/_general.scss */
:-moz-placeholder {
  color: #ccc; }

/* line 64, ../scss/general/_general.scss */
::-moz-placeholder {
  color: #ccc; }

/* line 65, ../scss/general/_general.scss */
:-ms-input-placeholder {
  color: #ccc; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 74, ../scss/general/_general.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 81, ../scss/general/_general.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 86, ../scss/general/_general.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 90, ../scss/general/_general.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 98, ../scss/general/_general.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 104, ../scss/general/_general.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 110, ../scss/general/_general.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 114, ../scss/general/_general.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 119, ../scss/general/_general.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 127, ../scss/general/_general.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 134, ../scss/general/_general.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/*  ================================================
    Unique styles
    ================================================ */
/*
    Information: unique classes start with u-
*/
/* line 15, ../scss/general/_unique.scss */
.u-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 700px) {
    /* line 15, ../scss/general/_unique.scss */
    .u-container {
      width: 100%; } }
/* line 31, ../scss/general/_unique.scss */
.u-box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
/* line 41, ../scss/general/_unique.scss */
.u-button-bar {
  margin-top: 30px;
  clear: both;
  text-align: center; }
  
  
 /* MSG ################### */
 @media screen and (max-width: 768px) {
 #formular .u-button {
	padding: 10px 15px;
		} 
  }
  
  
  /* line 46, ../scss/general/_unique.scss */
  .u-button-bar small {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-style: italic;
    color: #999;
    margin-bottom: 20px; }
/* line 57, ../scss/general/_unique.scss */
.u-button {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29c6fb+0,25c0f4+30,19afe1+83,17acde+100 */
  /* MW-IT bisher background: #2c73b7;*/
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #8f8f8f;
  -moz-box-shadow: 0px 1px 3px #8f8f8f;
  box-shadow: 0px 1px 3px #8f8f8f;
  font-family: Roboto, sans-serif;
  color: #ffffff;
  font-size: 1.1em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

  /* IE6-9 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 40px 10px 30px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.6); }
  @media only screen and (max-width: 480px) {
    /* line 57, ../scss/general/_unique.scss */
    .u-button {
      font-size: 15px;
      line-height: 20px;
      padding-left: 12px; } }
  /* line 85, ../scss/general/_unique.scss */
  .u-button:focus {
    border-bottom: 0;
    position: relative;
    top: 3px; }
  /* line 90, ../scss/general/_unique.scss */
  .u-button:hover {
    text-decoration: underline; }
  /* line 94, ../scss/general/_unique.scss */
  .u-button span {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    display: block;
    width: 11px;
    background-image: url(../img/arrow.png);
    background-position: center;
    background-repeat: no-repeat; }
/* line 102, ../scss/general/_unique.scss */
.u-button--prev {
  background: #707173;
  margin-right: 20px;
  padding-right: 30px; }
  @media only screen and (max-width: 480px) {
    /* line 102, ../scss/general/_unique.scss */
    .u-button--prev {
      padding-right: 25px; } }
/* line 112, ../scss/general/_unique.scss */
.u-button--submit {
  padding-left: 55px; }
  /* line 115, ../scss/general/_unique.scss */
  .u-button--submit span {
    right: auto;
    left: 14px;
    width: 28px;
    background-image: url(../img/mail.png);
    background-position: center;
    background-repeat: no-repeat; }
/* line 137, ../scss/general/_unique.scss */
.u-hidden {
  display: none !important;
  visibility: hidden; }
/* line 142, ../scss/general/_unique.scss */
.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  /* line 152, ../scss/general/_unique.scss */
  .u-visuallyhidden.focusable:active, .u-visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
/* line 163, ../scss/general/_unique.scss */
.u-invisible {
  visibility: hidden; }
/* line 172, ../scss/general/_unique.scss */
.u-l {
  text-align: left; }
/* line 173, ../scss/general/_unique.scss */
.u-r {
  text-align: right; }
/* line 174, ../scss/general/_unique.scss */
.u-c {
  text-align: center; }
/* line 181, ../scss/general/_unique.scss */
.u-float-left {
  float: left; }
/* line 182, ../scss/general/_unique.scss */
.u-float-right {
  float: right; }
/* line 183, ../scss/general/_unique.scss */
.u-float-none {
  float: none; }
/* line 185, ../scss/general/_unique.scss */
.u-clear {
  clear: both; }

/*  ================================================
    Icons
    ================================================ */
/* line 5, ../scss/general/_icons.scss */
.question [class*="icon-"] {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat; }
  /* line 8, ../scss/general/_icons.scss */
  .svg .question [class*="icon-"] {
    background-image: url(../img/icons.svg);
    background-repeat: no-repeat; }

/* line 18, ../scss/general/_icons.scss */
.question .icon-haus {
  background-position: 0px 0px; }
/* line 19, ../scss/general/_icons.scss */
.question .icon-wohnung {
  background-position: -130px 0px; }
/* line 20, ../scss/general/_icons.scss */
.question .icon-gewerbe {
  background-position: -260px 0px; }
/* line 21, ../scss/general/_icons.scss */
.question .icon-grundstueck {
  background-position: -390px 0px; }
/* line 23, ../scss/general/_icons.scss */
.question .icon-stockwerke-1 {
  background-position: 0px -150px; }
/* line 24, ../scss/general/_icons.scss */
.question .icon-stockwerke-2 {
  background-position: -130px -150px; }
/* line 25, ../scss/general/_icons.scss */
.question .icon-stockwerke-3 {
  background-position: -260px -150px; }
/* line 26, ../scss/general/_icons.scss */
.question .icon-stockwerke-mehr {
  background-position: -390px -150px; }
/* line 28, ../scss/general/_icons.scss */
.question .icon-garage {
  background-position: 0px -300px; }
/* line 29, ../scss/general/_icons.scss */
.question .icon-carport {
  background-position: -130px -300px; }
/* line 30, ../scss/general/_icons.scss */
.question .icon-stellplatz {
  background-position: -260px -300px; }
/* line 31, ../scss/general/_icons.scss */
.question .icon-keine-parkmoeglichkeiten {
  background-position: -390px -300px; }
/* line 33, ../scss/general/_icons.scss */
.question .icon-vermietet {
  background-position: 0px -450px; }
/* line 34, ../scss/general/_icons.scss */
.question .icon-eigennutzung {
  background-position: -130px -450px; }
/* line 35, ../scss/general/_icons.scss */
.question .icon-sonstiges {
  background-position: -260px -450px; }
/* line 37, ../scss/general/_icons.scss */
.question .icon-einfamilienhaus {
  background-position: 0px -600px; }
/* line 38, ../scss/general/_icons.scss */
.question .icon-mehrfamilienhaus {
  background-position: -130px -600px; }
/* line 39, ../scss/general/_icons.scss */
.question .icon-reihenhaus {
  background-position: -260px -600px; }
/* line 41, ../scss/general/_icons.scss */
.question .icon-lage-keller {
  background-position: 0px -750px; }
/* line 42, ../scss/general/_icons.scss */
.question .icon-lage-ergeschoss {
  background-position: -130px -750px; }
/* line 43, ../scss/general/_icons.scss */
.question .icon-lage-beliebig {
  background-position: -260px -750px; }
/* line 44, ../scss/general/_icons.scss */
.question .icon-lage-dachgeschoss {
  background-position: -390px -750px; }
@media only screen and (max-width: 700px) {
  /* line 49, ../scss/general/_icons.scss */
  .question .icon-parkmoeglichkeiten {
    background-position: -390px -311px; } }

/*  ================================================
    Header
    ================================================ */
/* line 5, ../scss/page/_header.scss */
header.main {
  position: relative;
  z-index: 900;
  background-color: #fff;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 50px;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 700px) {
    /* line 5, ../scss/page/_header.scss */
    header.main {
      margin-bottom: 0;
      padding-top: 4px;
      padding-bottom: 6px;
      -webkit-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.2); }
      /* line 23, ../scss/page/_header.scss */
      header.main .u-container {
        width: 96%; } }
  /* line 28, ../scss/page/_header.scss */
  header.main .logo {
    background-image: url(../img/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 320px;
    height: 76px;
    margin: 0;
    padding: 0;
    display: block; }
    @media only screen and (max-width: 900px) {
      /* line 28, ../scss/page/_header.scss */
      header.main .logo {
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 700px) {
      /* line 28, ../scss/page/_header.scss */
      header.main .logo {
        width: 155px;
        height: 40px;
        margin-left: 0; } }
  /* line 51, ../scss/page/_header.scss */
  header.main .info {
    text-align: center;
    /* MW-IT font-family: 'Open Sans', sans-serif; */
    font-family: Roboto, sans-serif;  }
    @media only screen and (min-width: 901px) {
      /* line 51, ../scss/page/_header.scss */
      header.main .info {
        position: absolute;
        top: 5px;
        right: 0;
        margin-bottom: 10px; } }
    /* line 60, ../scss/page/_header.scss */
    header.main .info ul {
      border-top: 1px solid #d5d5d5;
      box-shadow: 0 -1px 1px #f9f9f9;
      padding-top: 6px; }
      @media only screen and (max-width: 700px) {
        /* line 60, ../scss/page/_header.scss */
        header.main .info ul {
          display: none; } }
    /* line 71, ../scss/page/_header.scss */
    header.main .info li {
      display: inline-block;
      background-image: url(../img/sprite.png);
      background-repeat: no-repeat;
      padding-left: 28px;
      margin-left: 20px;
      font-size: 13px;
      line-height: 20px;
      font-weight: 600;
      color: #606060; }
      /* line 81, ../scss/page/_header.scss */
      header.main .info li.icon-bundesweit {
        background-position: 0 -40px; }
      /* line 82, ../scss/page/_header.scss */
      header.main .info li.icon-kostenlos {
        background-position: 0 -70px; }
      /* line 83, ../scss/page/_header.scss */
      header.main .info li.icon-zeit {
        background-position: 0 -100px; }
      @media only screen and (max-width: 900px) {
        /* line 71, ../scss/page/_header.scss */
        header.main .info li {
          margin-left: 6px;
          margin-right: 6px; } }
      @media only screen and (max-width: 520px) {
        /* line 71, ../scss/page/_header.scss */
        header.main .info li {
          margin-bottom: 5px; } }
  /* line 98, ../scss/page/_header.scss */
  header.main .call {
    display: inline-block;
    text-align: left;
    margin-bottom: 13px;
    /* MW-IT font-family: 'Lato', sans-serif; */
    font-family: Roboto, sans-serif; }
    @media only screen and (max-width: 700px) {
      /* line 98, ../scss/page/_header.scss */
      header.main .call {
        float: right;
        margin-top: -31px; } }
    /* line 110, ../scss/page/_header.scss */
    header.main .call p {
      /* MW-IT font-family: Arial, Helvetica, sans-serif; */
      font-family: Roboto, sans-serif; 
      font-size: 11px;
      color: #888;
      padding-left: 30px;
      margin-bottom: 0; }
    /* line 118, ../scss/page/_header.scss */
    header.main .call .number {
      background-image: url(../img/sprite.png);
      background-position: 0 5px;
      background-repeat: no-repeat;
      padding-left: 45px;
      font-size: 34px;
      line-height: 36px;
      font-weight: bold;
      display: block; }
      @media only screen and (max-width: 700px) {
        /* line 118, ../scss/page/_header.scss */
        header.main .call .number {
          font-size: 24px;
          line-height: 24px;
          background-size: 9%;
          font-size: 16px;
          padding-left: 17px;
          background-position: 0 6px; } }
      /* line 135, ../scss/page/_header.scss */
      header.main .call .number a {
        color: #247aa8; }

/* ==========================================================================
   section
   ========================================================================== */
/* line 6, ../scss/page/_pages.scss */
section.page {
  margin-bottom: 10px; }
  /* line 9, ../scss/page/_pages.scss */
  section.page header {
    background-image: url(../img/blitzer.jpg);
    background-position: right 0;
    background-size: contain;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 700px) {
      /* line 9, ../scss/page/_pages.scss */
      section.page header {
        background: none; } }
  /* line 18, ../scss/page/_pages.scss */
  section.page .legend {
    background: #17acde;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 24px;
    line-height: 62px;
    color: #fff;
    position: relative; }
    @media only screen and (min-width: 701px) {
      /* line 18, ../scss/page/_pages.scss */
      section.page .legend {
        display: inline-block;
        top: -31px;
        padding: 0 30px;
        margin: 0 0 3px 45px; } }
    @media only screen and (max-width: 700px) {
      /* line 18, ../scss/page/_pages.scss */
      section.page .legend {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        padding: 10px 0; } }
  /* line 43, ../scss/page/_pages.scss */
  section.page h2 {
    margin-left: 45px;
    padding-right: 270px; }
    @media only screen and (max-width: 700px) {
      /* line 43, ../scss/page/_pages.scss */
      section.page h2 {
        margin-left: 0px;
        padding-right: 0;
        text-align: center;
        font-size: 16px; } }

/* ==========================================================================
   form
   ========================================================================== */
/* line 61, ../scss/page/_pages.scss */
.questions {
  display: none; }

/* line 65, ../scss/page/_pages.scss */
.question {
  text-align: center;
  padding: 0px 0px; }
  @media only screen and (max-width: 700px) {
    /* line 65, ../scss/page/_pages.scss */
    .question {
      padding: 20px 10px;
      text-align: left; } }
  /* line 79, ../scss/page/_pages.scss */
  .question li {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 700px) {
      /* line 79, ../scss/page/_pages.scss */
      .question li {
        display: block; } }
  /* line 88, ../scss/page/_pages.scss */
  .question .label-text {
    vertical-align: top;
    line-height: 36px;
    height: 36px; }
    @media only screen and (min-width: 701px) {
      /* line 88, ../scss/page/_pages.scss */
      .question .label-text {
        position: relative; } }
    @media only screen and (max-width: 700px) {
      /* line 88, ../scss/page/_pages.scss */
      .question .label-text {
        display: inline-block;
        vertical-align: middle; } }
  /* line 103, ../scss/page/_pages.scss */
  .question input[type="radio"] {
    /*border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; */
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -7px; }
    @media only screen and (max-width: 700px) {
      /* line 103, ../scss/page/_pages.scss */
      .question input[type="radio"] {
        left: 10px; } }
  /* line 122, ../scss/page/_pages.scss */
  .question input[type="text"], .question textarea {
    background: #fff;
    border: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow:  0 0px 3px 0 rgba(0, 0, 0, 0.55);
    -webkit-box-shadow:  0 0px 3px 0 rgba(0, 0, 0, 0.55);
    box-shadow:  0 0px 3px 0 rgba(0, 0, 0, 0.55);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color');
    outline: 0;
    text-indent: 10px;
    padding: 8px 0;
    -webkit-appearance: none; }
    /* line 134, ../scss/page/_pages.scss */
    .no-boxshadow .question input[type="text"], .no-boxshadow .question textarea {
      border: 1px solid #ddd; }
    /* line 138, ../scss/page/_pages.scss */
    .question input[type="text"].err, .question textarea.err {
      background: #C3454A; }
  /* line 144, ../scss/page/_pages.scss */
  .question textarea {
    width: 50%;
    height: 146px;
    padding: 0px;
    font-style: normal; }
    @media only screen and (max-width: 700px) {
      /* line 144, ../scss/page/_pages.scss */
      .question textarea {
        width: 100%; } }
  /* line 156, ../scss/page/_pages.scss */
  .question label.small {
    display: block;
    letter-spacing: .2px;
    padding-top: 10px;
    color: #888;
    font-size: 12px; }
  /* line 164, ../scss/page/_pages.scss */
  .question label.radio-button {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #004472;
    width: 130px;
    min-height: 130px;
    display: inline-block;
    background: #fff;
    -moz-box-shadow:  0 4px 3px -2px #ccc;
    -webkit-box-shadow:  0 4px 3px -2px #ccc;
    box-shadow:  0 4px 3px -2px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color');
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 3px solid #d9d8d3;
    cursor: pointer;
    margin: 0 1px;
    -webkit-transition: border-color 0.15s 0s linear;
    -moz-transition: border-color 0.15s 0s linear;
    -ms-transition: border-color 0.15s 0s linear;
    -o-transition: border-color 0.15s 0s linear;
    transition: border-color 0.15s 0s linear;
    margin-bottom: 20px;
    /* MW-IT */
    text-indent: -8px;
    position: relative; }
    
	
	
	
    @media only screen and (max-width: 700px) {
		
      /* line 164, ../scss/page/_pages.scss */
      .question label.radio-button {
        width: 100%;
        min-height: 0;
        margin-bottom: 5px;
        -moz-box-shadow:  0 0 3px transparent;
        -webkit-box-shadow:  0 0 3px transparent;
        box-shadow:  0 0 3px transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color');
        border-width: 1px; } }
    /* line 190, ../scss/page/_pages.scss */
    .no-boxshadow .question label.radio-button {
      border-color: #ddd; }
    /* line 195, ../scss/page/_pages.scss */
    .question label.radio-button.is-active, .touch .question label.radio-button.is-active {
      border-color: #2c73b7 !important;
      -moz-box-shadow:  0 0 4px 0 transparent;
      -webkit-box-shadow:  0 0 4px 0 transparent;
      box-shadow:  0 0 4px 0 transparent;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color'); }
    /* line 201, ../scss/page/_pages.scss */
    .question label.radio-button:hover {
      border-color: rgba(44, 115, 183, 0.8); }
    /* line 205, ../scss/page/_pages.scss */
    .touch .question label.radio-button:hover {
      border-color: #d9d8d3; }
    /* line 209, ../scss/page/_pages.scss */
    .question label.radio-button i {
      display: block;
      width: 100%;
      height: 100px; }
      @media only screen and (max-width: 700px) {
        /* line 209, ../scss/page/_pages.scss */
        .question label.radio-button i {
          width: 124px;
          display: inline-block;
          vertical-align: middle;
          -webkit-transform: scale(0.5);
          -moz-transform: scale(0.5);
          -ms-transform: scale(0.5);
          -o-transform: scale(0.5);
          transform: scale(0.5);
          margin-left: 10px;
          margin-right: -15px;
          margin-top: -10px;
          margin-bottom: -6px;
          width: 110px;
          margin-top: -20px;
          margin-bottom: -20px; } }
    /* line 230, ../scss/page/_pages.scss */
    .question label.radio-button span {
      display: inline-block;
      line-height: 18px; }
      @media only screen and (min-width: 701px) {
        /* line 230, ../scss/page/_pages.scss */
        .question label.radio-button span {
          padding-left: 20px; } }
      @media only screen and (max-width: 700px) {
        /* line 230, ../scss/page/_pages.scss */
        .question label.radio-button span {
          max-width: 175px; } }
    @media only screen and (max-width: 700px) {
      /* line 164, ../scss/page/_pages.scss */
      .question label.radio-button {
        font-size: 13px; } }
  /* line 250, ../scss/page/_pages.scss */
  .question#plz input[type="text"] {
    padding: 9px 0;
    width: 260px;
    font-size: 28px;
    text-indent: 20px;
    text-align: center;
    margin-top: 36px; }
    /* line 258, ../scss/page/_pages.scss */
    .question#plz input[type="text"].has-error {
      color: #cc2c28; }
      /* line 261, ../scss/page/_pages.scss */
      .question#plz input[type="text"].has-error::-webkit-input-placeholder {
        color: #cc2c28; }
      /* line 262, ../scss/page/_pages.scss */
      .question#plz input[type="text"].has-error:-moz-placeholder {
        color: #cc2c28; }
      /* line 263, ../scss/page/_pages.scss */
      .question#plz input[type="text"].has-error::-moz-placeholder {
        color: #cc2c28; }
      /* line 264, ../scss/page/_pages.scss */
      .question#plz input[type="text"].has-error:-ms-input-placeholder {
        color: #cc2c28; }
    @media only screen and (max-width: 700px) {
      /* line 250, ../scss/page/_pages.scss */
      .question#plz input[type="text"] {
        width: 100%; } }
  /* line 272, ../scss/page/_pages.scss */
  .question#plz label {
    margin-bottom: 70px;
    text-align: center; }
  /* line 280, ../scss/page/_pages.scss */
  .question#loading .loading {
    position: relative;
    margin-bottom: 40px; }
    /* line 284, ../scss/page/_pages.scss */
    .question#loading .loading img {
      -webkit-transition: all 5.5s 0s linear;
      -moz-transition: all 5.5s 0s linear;
      -ms-transition: all 5.5s 0s linear;
      -o-transition: all 5.5s 0s linear;
      transition: all 5.5s 0s linear;
      position: relative; }
    /* line 289, ../scss/page/_pages.scss */
    .question#loading .loading .counter {
      position: absolute;
      top: 33px;
      right: 0;
      bottom: 0;
      left: 50%;
      z-index: 900;
      width: 100px;
      margin-left: -50px; }
    /* line 296, ../scss/page/_pages.scss */
    .question#loading .loading.is-loading img {
      -webkit-transform: rotate(2000deg);
      -moz-transform: rotate(2000deg);
      -ms-transform: rotate(2000deg);
      -o-transform: rotate(2000deg);
      transform: rotate(2000deg); }
  /* line 304, ../scss/page/_pages.scss */
  .question#loading .info {
    background: #d1ec80;
    border: 1px solid #a3d900;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #769900;
    font-weight: 100;
    text-shadow: none;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity= 0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s linear;
    -moz-transition: opacity 0.3s 0s linear;
    -ms-transition: opacity 0.3s 0s linear;
    -o-transition: opacity 0.3s 0s linear;
    transition: opacity 0.3s 0s linear; }
    /* line 314, ../scss/page/_pages.scss */
    .question#loading .info.is-visible {
      -moz-opacity: 1;
      -ms-filter: "alpha(opacity= 100)";
      filter: alpha(opacity=100);
      opacity: 1; }
  /* line 324, ../scss/page/_pages.scss */
  .question#formular h3 {
    font-weight: bold;
    margin-bottom: 10px; }
    /* line 328, ../scss/page/_pages.scss */
    .question#formular h3 span {
      color: green; }
    /* line 332, ../scss/page/_pages.scss */
    .question#formular h3 + p {
      font-size: 22px;
      color: #004472; }
      @media only screen and (max-width: 700px) {
        /* line 332, ../scss/page/_pages.scss */
        .question#formular h3 + p {
          font-size: 16px; } }
  /* line 342, ../scss/page/_pages.scss */
  .question#formular .u-button-bar {
    margin-bottom: 20px; }
    @media only screen and (max-width: 480px) {
      /* line 342, ../scss/page/_pages.scss */
      .question#formular .u-button-bar {
        width: 95%;
        margin-left: auto;
        margin-right: auto; } }
  /* line 352, ../scss/page/_pages.scss */
  .question#formular .anwalt {
    position: absolute;
    top: 30px;
    left: -50%;
    width: 150px;
    font-weight: bold;
    color: #999;
    font-size: 13px; }
    /* line 359, ../scss/page/_pages.scss */
    .question#formular .anwalt img {
      margin-bottom: 5px; }
    @media only screen and (max-width: 900px) {
      /* line 352, ../scss/page/_pages.scss */
      .question#formular .anwalt {
        display: none; } }
  /* line 369, ../scss/page/_pages.scss */
  .question#formular .contact {
    background: #f6f6f6;
    border: 1px solid #a2a2a2;
    text-align: left; }
    @media only screen and (max-width: 700px) {
      /* line 369, ../scss/page/_pages.scss */
      .question#formular .contact {
        margin-bottom: 20px; } }
    /* line 378, ../scss/page/_pages.scss */
    .question#formular .contact .contact-wrapper {
      width: 45%;
      margin: 0 auto;
      position: relative;
      padding: 20px 0 0 0; }
      @media only screen and (max-width: 900px) {
        /* line 378, ../scss/page/_pages.scss */
        .question#formular .contact .contact-wrapper {
          width: 60%; } }
      @media only screen and (max-width: 700px) {
        /* line 378, ../scss/page/_pages.scss */
        .question#formular .contact .contact-wrapper {
          width: 90%; } }
    /* line 394, ../scss/page/_pages.scss */
    .question#formular .contact p {
      margin-bottom: 7px;
      padding-bottom: 5px; }
      /* line 399, ../scss/page/_pages.scss */
      .question#formular .contact p.is-agb {
        margin-bottom: -7px;
        padding-bottom: 0;
        margin-top: 17px;
        position: relative;
        padding-left: 20px; }
        /* line 406, ../scss/page/_pages.scss */
        .question#formular .contact p.is-agb input {
          position: absolute;
          left: 0;
          top: 5px; }
        /* line 412, ../scss/page/_pages.scss */
        .question#formular .contact p.is-agb label {
          line-height: 22px; }
        /* line 417, ../scss/page/_pages.scss */
        .question#formular .contact p.is-agb.err label {
          color: #FC6262; }
        /* line 422, ../scss/page/_pages.scss */
        .question#formular .contact p.is-agb a {
          color: #004472; }
    /* line 428, ../scss/page/_pages.scss */
    .question#formular .contact .text {
      position: relative;
      height: 34px;
      display: inline-block;
      width: 80%; }
      @media only screen and (max-width: 700px) {
        /* line 428, ../scss/page/_pages.scss */
        .question#formular .contact .text {
          width: 100%; } }
      /* line 439, ../scss/page/_pages.scss */
      .question#formular .contact .text.small {
        float: left;
        width: 39%;
        margin-right: 2%; }
        @media only screen and (max-width: 700px) {
          /* line 439, ../scss/page/_pages.scss */
          .question#formular .contact .text.small {
            width: 49%; } }
      /* line 449, ../scss/page/_pages.scss */
      .question#formular .contact .text.last {
        margin-right: 0; }
        @media only screen and (max-width: 700px) {
          /* line 453, ../scss/page/_pages.scss */
          .question#formular .contact .text.last .error-message {
            width: 218px;
            margin-left: -117px; } }
      /* line 460, ../scss/page/_pages.scss */
      .question#formular .contact .text .error-message {
        position: absolute;
        top: -72px;
        left: 50%;
        background: #cc2c28;
        color: #fff;
        width: 245px;
        padding: 15px 20px;
        display: none;
        text-align: center;
        margin-left: -122px;
        font-style: normal; }
        @media only screen and (max-width: 700px) {
          /* line 460, ../scss/page/_pages.scss */
          .question#formular .contact .text .error-message {
            padding: 10px 15px; } }
        /* line 477, ../scss/page/_pages.scss */
        .question#formular .contact .text .error-message:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -6px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 6px 0 6px;
          border-color: #cc2c28 transparent transparent transparent;
          top: auto;
          bottom: -5px;
          left: 50%;
          margin-left: -6px; }
      /* line 496, ../scss/page/_pages.scss */
      .question#formular .contact .text.has-error:after {
        content: "!";
        position: absolute;
        top: 7px;
        right: 7px;
        display: inline-block;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        background: #cc2c28;
        color: #fff;
        text-align: center;
        font-weight: normal;
        line-height: 20px; }
      /* line 514, ../scss/page/_pages.scss */
      .question#formular .contact .text.has-error input {
        border-color: #cc2c28;
        color: #cc2c28; }
        /* line 518, ../scss/page/_pages.scss */
        .question#formular .contact .text.has-error input::-webkit-input-placeholder {
          color: #cc2c28; }
        /* line 519, ../scss/page/_pages.scss */
        .question#formular .contact .text.has-error input:-moz-placeholder {
          color: #cc2c28; }
        /* line 520, ../scss/page/_pages.scss */
        .question#formular .contact .text.has-error input::-moz-placeholder {
          color: #cc2c28; }
        /* line 521, ../scss/page/_pages.scss */
        .question#formular .contact .text.has-error input:-ms-input-placeholder {
          color: #cc2c28; }
      /* line 526, ../scss/page/_pages.scss */
      .question#formular .contact .text.has-no-error:after {
        content: "✓";
        position: absolute;
        top: 7px;
        right: 7px;
        display: inline-block;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        background: #2ecc71;
        color: #fff;
        text-align: center;
        font-weight: normal;
        line-height: 20px; }
      /* line 547, ../scss/page/_pages.scss */
      .question#formular .contact .text.show-popup .error-message {
        display: block; }
    /* line 554, ../scss/page/_pages.scss */
    .question#formular .contact .label {
      float: left;
      display: inline-block;
      width: 17%;
      color: #656565;
      line-height: 37px;
      margin-right: 3%; }
      @media only screen and (max-width: 700px) {
        /* line 554, ../scss/page/_pages.scss */
        .question#formular .contact .label {
          width: 100%;
          margin-right: 0; }
          /* line 566, ../scss/page/_pages.scss */
          .question#formular .contact .label.label--salutation {
            width: 60px;
            margin-right: 3%; } }
    /* line 573, ../scss/page/_pages.scss */
    .question#formular .contact input[type="radio"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    /* line 584, ../scss/page/_pages.scss */
    .question#formular .contact label {
      background-image: url(../img/icon-radio.png);
      background-position: 0 7px;
      background-repeat: no-repeat;
      padding-left: 28px;
      color: #868686;
      line-height: 37px;
      display: inline-block;
      margin-right: 10px;
      padding-top: 1px;
      cursor: pointer; }
      /* line 594, ../scss/page/_pages.scss */
      .question#formular .contact label.is-checkbox {
        background: none;
        padding-left: 0; }
      /* line 599, ../scss/page/_pages.scss */
      .question#formular .contact label.is-active {
        background-position: 0 -43px; }
    /* line 604, ../scss/page/_pages.scss */
    .question#formular .contact input[type="text"] {
      width: 100%; }
      @media only screen and (max-width: 480px) {
        /* line 604, ../scss/page/_pages.scss */
        .question#formular .contact input[type="text"] {
          clear: both; }
          /* line 610, ../scss/page/_pages.scss */
          .question#formular .contact input[type="text"].small {
            width: 49%; }
            /* line 613, ../scss/page/_pages.scss */
            .question#formular .contact input[type="text"].small.last {
              clear: none; } }
  /* line 623, ../scss/page/_pages.scss */
  .question#formular .info {
    position: absolute;
    top: 50%;
    left: 100%;
    display: inline-block;
    color: #999;
    margin-left: 30px;
    margin-top: -50px;
    width: 150px; }
    @media only screen and (max-width: 900px) {
      /* line 623, ../scss/page/_pages.scss */
      .question#formular .info {
        position: relative;
        left: auto;
        top: auto;
        margin-left: 20%;
        margin-top: 0;
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      /* line 623, ../scss/page/_pages.scss */
      .question#formular .info {
        margin-left: 0; } }
    /* line 645, ../scss/page/_pages.scss */
    .question#formular .info strong {
      display: block;
      margin-bottom: 10px; }
    /* line 650, ../scss/page/_pages.scss */
    .question#formular .info li {
      background-image: url(../img/sprite.png);
      background-position: 0 -136px;
      background-repeat: no-repeat;
      padding: 0 0 10px 15px;
      display: block;
      white-space: nowrap; }
      @media only screen and (max-width: 900px) {
        /* line 650, ../scss/page/_pages.scss */
        .question#formular .info li {
          display: inline-block;
          margin-right: 20px; } }

/* line 668, ../scss/page/_pages.scss */
.ratings {
  padding: 20px 20px 10px; }
  /* line 673, ../scss/page/_pages.scss */
  .ratings li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd; }
  /* line 679, ../scss/page/_pages.scss */
  .ratings .star {
    background-image: url(../img/rating.png);
    background-repeat: no-repeat;
    width: 95px;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle; }
    /* line 687, ../scss/page/_pages.scss */
    .ratings .star span {
      background-color: #fff;
      background-image: url(../img/rating.png);
      background-position: 0 -20px;
      background-repeat: no-repeat;
      display: inline-block;
      height: 14px; }
    /* line 693, ../scss/page/_pages.scss */
    .ratings .star.star-1-5 span {
      width: 19px; }
    /* line 694, ../scss/page/_pages.scss */
    .ratings .star.star-2-5 span {
      width: 38px; }
    /* line 695, ../scss/page/_pages.scss */
    .ratings .star.star-3-5 span {
      width: 57px; }
    /* line 696, ../scss/page/_pages.scss */
    .ratings .star.star-4-5 span {
      width: 76px; }
    /* line 697, ../scss/page/_pages.scss */
    .ratings .star.star-5-5 span {
      width: 95px; }
  /* line 700, ../scss/page/_pages.scss */
  .ratings strong {
    font-size: 12px;
    color: #b2b2b2;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
    top: 2px; }
    @media only screen and (max-width: 900px) {
      /* line 700, ../scss/page/_pages.scss */
      .ratings strong {
        display: block;
        top: 5px; } }
  /* line 713, ../scss/page/_pages.scss */
  .ratings p {
    font-weight: bold;
    color: #acacac;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 0; }
    @media only screen and (max-width: 900px) {
      /* line 713, ../scss/page/_pages.scss */
      .ratings p {
        display: none; } }
  /* line 725, ../scss/page/_pages.scss */
  .ratings a {
    color: #17acde;
    font-weight: normal;
    font-size: 12px; }

/* ==========================================================================
   Overlay
   ========================================================================== */
/* line 736, ../scss/page/_pages.scss */
.overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 800;
  visibility: hidden;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity= 0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.5s 0 linear, visibility 0s 0.5s linear;
  -moz-transition: opacity 0.5s 0 linear, visibility 0s 0.5s linear;
  -ms-transition: opacity 0.5s 0 linear, visibility 0s 0.5s linear;
  -o-transition: opacity 0.5s 0 linear, visibility 0s 0.5s linear;
  transition: opacity 0.5s 0 linear, visibility 0s 0.5s linear; }
  /* line 744, ../scss/page/_pages.scss */
  .overlay.is-open {
    visibility: visible;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity= 100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.5s 0s linear;
    -moz-transition: opacity 0.5s 0s linear;
    -ms-transition: opacity 0.5s 0s linear;
    -o-transition: opacity 0.5s 0s linear;
    transition: opacity 0.5s 0s linear; }

/* line 751, ../scss/page/_pages.scss */
.overlay-content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 900;
  margin-left: -480px;
  margin-top: -240px;
  visibility: hidden;
  -moz-opacity: 0;
  -ms-filter: "alpha(opacity= 0)";
  filter: alpha(opacity=0);
  opacity: 0; }
  @media only screen and (max-width: 1187px) {
    /* line 751, ../scss/page/_pages.scss */
    .overlay-content {
      left: 3%;
      right: 3%;
      -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);
      top: 50px;
      margin: 0; } }
  /* line 766, ../scss/page/_pages.scss */
  .overlay-content.is-open {
    visibility: visible;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity= 100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.5s 0s linear;
    -moz-transition: opacity 0.5s 0s linear;
    -ms-transition: opacity 0.5s 0s linear;
    -o-transition: opacity 0.5s 0s linear;
    transition: opacity 0.5s 0s linear; }
  /* line 772, ../scss/page/_pages.scss */
  .overlay-content .close {
    width: 44px;
    height: 29px;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -39px;
    right: 0px;
    font-size: 24px;
    line-height: 32px;
    color: #acaba9;
    background-color: #fff;
    border-radius: 2px; }
    /* line 785, ../scss/page/_pages.scss */
    .overlay-content .close:hover {
      color: #ddd; }
  /* line 790, ../scss/page/_pages.scss */
  .overlay-content .popup-box {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    display: none;
    width: 960px;
    padding: 10px; }
    /* line 799, ../scss/page/_pages.scss */
    .overlay-content .popup-box#popup-box-agb {
      overflow: auto;
      max-height: 615px; }
    @media only screen and (max-width: 1187px) {
      /* line 790, ../scss/page/_pages.scss */
      .overlay-content .popup-box {
        width: 100%;
        padding: 0; }
        /* line 808, ../scss/page/_pages.scss */
        .overlay-content .popup-box#popup-box-agb {
          padding: 10px; } }
    @media only screen and (max-width: 700px) {
      /* line 790, ../scss/page/_pages.scss */
      .overlay-content .popup-box {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        max-height: 300px !important;
        max-height: 70vh !important; } }
    /* line 820, ../scss/page/_pages.scss */
    .overlay-content .popup-box.is-open {
      display: block; }
    /* line 823, ../scss/page/_pages.scss */
    .overlay-content .popup-box iframe {
      width: 100%;
      height: 500px;
      background: #fff;
      border: 0 none; }
  /* line 831, ../scss/page/_pages.scss */
  .overlay-content #popup-box-rating {
    max-height: 500px;
    overflow: auto;
    width: 400px;
    margin: 0 auto;
    margin-left: 150px; }

/* line 842, ../scss/page/_pages.scss */
.iframe h1 {
  margin-bottom: 20px; }

/* line 848, ../scss/page/_pages.scss */
.lt-ie10 .question input[type="text"] {
  padding-left: 10px; }
/* line 852, ../scss/page/_pages.scss */
.lt-ie10 .noUi-handle {
  z-index: auto !important; }

/* line 860, ../scss/page/_pages.scss */
.lt-ie9 .overlay {
  visibility: visible;
  display: none;
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity= 50)";
  filter: alpha(opacity=50);
  opacity: 0.5; }
  /* line 865, ../scss/page/_pages.scss */
  .lt-ie9 .overlay.is-open {
    display: block; }
/* line 870, ../scss/page/_pages.scss */
.lt-ie9 .overlay-content {
  visibility: visible;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity= 100)";
  filter: alpha(opacity=100);
  opacity: 1;
  display: none; }
  /* line 875, ../scss/page/_pages.scss */
  .lt-ie9 .overlay-content.is-open {
    display: block; }

/* line 1, ../scss/page/_slider.scss */
.slider {
  position: relative;
  width: 100%;
  max-width: 724px;
  display: inline-block; }
  @media only screen and (min-width: 701px) {
    /* line 1, ../scss/page/_slider.scss */
    .slider {
      padding-left: 144px; } }
  @media only screen and (max-width: 700px) {
    /* line 1, ../scss/page/_slider.scss */
    .slider {
      width: 96%; } }
  @media only screen and (max-width: 480px) {
    /* line 1, ../scss/page/_slider.scss */
    .slider {
      width: 100%;
      padding-left: 0;
      text-align: center; } }
  /* line 24, ../scss/page/_slider.scss */
  .slider__range {
    max-width: 580px;
    position: relative;
    top: 33px; }
    @media only screen and (max-width: 700px) {
      /* line 24, ../scss/page/_slider.scss */
      .slider__range {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  /* line 37, ../scss/page/_slider.scss */
  .slider__image {
    background-image: url(../img/slider-icons.svg);
    background-repeat: no-repeat;
    display: block;
    width: 130px;
    height: 84px; }
    @media only screen and (min-width: 701px) {
      /* line 37, ../scss/page/_slider.scss */
      .slider__image {
        position: absolute;
        top: 0;
        left: 0; } }
    @media only screen and (max-width: 700px) {
      /* line 37, ../scss/page/_slider.scss */
      .slider__image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px; } }
    /* line 58, ../scss/page/_slider.scss */
    .slider__image--flaeche {
      background-position: 0px center; }
    /* line 59, ../scss/page/_slider.scss */
    .slider__image--zimmer {
      background-position: -130px center; }
    /* line 60, ../scss/page/_slider.scss */
    .slider__image--baujahr {
      background-position: -260px center; }
    /* line 61, ../scss/page/_slider.scss */
    .slider__image--grundstueck {
      background-position: -390px center; }
  /* line 65, ../scss/page/_slider.scss */
  .slider__label {
    clear: both;
    text-align: left;
    display: block;
    margin-top: 100px; }
    @media only screen and (max-width: 700px) {
      /* line 65, ../scss/page/_slider.scss */
      .slider__label {
        text-align: center; } }
    /* line 75, ../scss/page/_slider.scss */
    .slider__label span {
      display: inline-block;
      vertical-align: middle; }
  @media only screen and (max-width: 700px) {
    /* line 81, ../scss/page/_slider.scss */
    .slider__prefix {
      text-align: left; } }
  /* line 86, ../scss/page/_slider.scss */
  .slider__prefix strong {
    color: #004472; }
  /* line 92, ../scss/page/_slider.scss */
  .slider__input {
    margin-left: 20px;
    margin-right: 10px;
    height: 50px; }
    @media only screen and (max-width: 700px) {
      /* line 92, ../scss/page/_slider.scss */
      .slider__input {
        width: 130px; } }
  /* line 103, ../scss/page/_slider.scss */
  .slider__unit {
    color: #004472;
    font-weight: bold; }
    @media only screen and (max-width: 700px) {
      /* line 103, ../scss/page/_slider.scss */
      .slider__unit {
        display: none !important; } }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 119, ../scss/page/_slider.scss */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 129, ../scss/page/_slider.scss */
.noUi-target {
  position: relative;
  direction: ltr;
  display: block; }

/* line 134, ../scss/page/_slider.scss */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

/* line 140, ../scss/page/_slider.scss */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

/* line 147, ../scss/page/_slider.scss */
.noUi-handle {
  position: relative;
  z-index: 1; }

/* line 151, ../scss/page/_slider.scss */
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

/* line 156, ../scss/page/_slider.scss */
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

/* line 160, ../scss/page/_slider.scss */
.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
/* line 167, ../scss/page/_slider.scss */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
/* line 174, ../scss/page/_slider.scss */
.noUi-horizontal {
  height: 18px; }

/* line 177, ../scss/page/_slider.scss */
.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  left: -15px;
  top: -6px; }

/* line 183, ../scss/page/_slider.scss */
.noUi-vertical {
  width: 18px; }

/* line 186, ../scss/page/_slider.scss */
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
/* line 195, ../scss/page/_slider.scss */
.noUi-background {
  background: #17acde; }

/* line 199, ../scss/page/_slider.scss */
.noUi-connect {
  background: #3FB8AF;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* line 204, ../scss/page/_slider.scss */
.noUi-origin {
  background: #c9f1ff;
  border-radius: 10px; }

/* line 208, ../scss/page/_slider.scss */
.noUi-target {
  border-radius: 10px; }

/* line 211, ../scss/page/_slider.scss */
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
/* line 217, ../scss/page/_slider.scss */
.noUi-dragable {
  cursor: w-resize; }

/* line 220, ../scss/page/_slider.scss */
.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

/* line 223, ../scss/page/_slider.scss */
.noUi-handle {
  border-radius: 100%;
  background: #075c94;
  /* Old browsers */
  background: -moz-linear-gradient(top, #075c94 0%, #005791 3%, #00558d 21%, #004676 83%, #004473 97%, #054875 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #075c94), color-stop(3%, #005791), color-stop(21%, #00558d), color-stop(83%, #004676), color-stop(97%, #004473), color-stop(100%, #054875));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #075c94 0%, #005791 3%, #00558d 21%, #004676 83%, #004473 97%, #054875 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #075c94 0%, #005791 3%, #00558d 21%, #004676 83%, #004473 97%, #054875 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #075c94 0%, #005791 3%, #00558d 21%, #004676 83%, #004473 97%, #054875 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #075c94 0%, #005791 3%, #00558d 21%, #004676 83%, #004473 97%, #054875 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075c94', endColorstr='#054875',GradientType=0 );
  /* IE6-9 */
  cursor: default; }

/* line 242, ../scss/page/_slider.scss */
.tooltip {
  position: absolute;
  top: -40px;
  left: 50%;
  background: #004472;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 2px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
  margin-left: 1px; }
  /* line 255, ../scss/page/_slider.scss */
  .tooltip:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #004472 transparent transparent transparent; }

/* Disabled state;
 */
/* line 271, ../scss/page/_slider.scss */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

/* line 275, ../scss/page/_slider.scss */
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
/* line 284, ../scss/page/_slider.scss */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 289, ../scss/page/_slider.scss */
.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999; }

/* Values;
 *
 */
/* line 298, ../scss/page/_slider.scss */
.noUi-value {
  width: 60px;
  position: absolute;
  text-align: center; }

/* line 303, ../scss/page/_slider.scss */
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
  line-height: 14px; }

/* Markings;
 *
 */
/* line 312, ../scss/page/_slider.scss */
.noUi-marker {
  position: absolute;
  background: #CCC;
  display: none; }

/* line 317, ../scss/page/_slider.scss */
.noUi-marker-sub {
  background: #AAA; }

/* line 320, ../scss/page/_slider.scss */
.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
/* line 327, ../scss/page/_slider.scss */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%; }

/* line 334, ../scss/page/_slider.scss */
.noUi-value-horizontal {
  margin-left: -30px;
  padding-top: 0px; }

/* line 338, ../scss/page/_slider.scss */
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px; }

/* line 342, ../scss/page/_slider.scss */
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

/* line 347, ../scss/page/_slider.scss */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

/* line 350, ../scss/page/_slider.scss */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
/* line 357, ../scss/page/_slider.scss */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

/* line 363, ../scss/page/_slider.scss */
.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px; }

/* line 369, ../scss/page/_slider.scss */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

/* line 374, ../scss/page/_slider.scss */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

/* line 377, ../scss/page/_slider.scss */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

/*  ================================================
    Footer
    ================================================ */
/* line 5, ../scss/page/_footer.scss */
footer.main {
  overflow: hidden; }
  /* line 8, ../scss/page/_footer.scss */
  footer.main .u-box {
    padding: 15px; }
  /* line 12, ../scss/page/_footer.scss */
  footer.main .footer-content {
    position: relative; }
  /* line 17, ../scss/page/_footer.scss */
  footer.main .ratings, footer.main .stats {
    float: left; }
  /* line 24, ../scss/page/_footer.scss */
  footer.main .rating-content {
    background: #fff;
    border: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color');
    padding: 20px;
    float: left;
    width: 72%; }
    @media only screen and (max-width: 900px) {
      /* line 24, ../scss/page/_footer.scss */
      footer.main .rating-content {
        width: 68%; } }
    @media only screen and (max-width: 700px) {
      /* line 24, ../scss/page/_footer.scss */
      footer.main .rating-content {
        width: 100%;
        margin-bottom: 20px; } }
  /* line 43, ../scss/page/_footer.scss */
  footer.main .siegel {
    position: absolute;
    top: 30px;
    left: 15px; }
    @media only screen and (max-width: 900px) {
      /* line 43, ../scss/page/_footer.scss */
      footer.main .siegel {
        top: 12px; } }
    @media only screen and (max-width: 700px) {
      /* line 43, ../scss/page/_footer.scss */
      footer.main .siegel {
        position: relative;
        top: 0;
        left: 0; } }
  /* line 57, ../scss/page/_footer.scss */
  footer.main .ratings {
    margin-left: 190px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 65%; }
    @media only screen and (max-width: 900px) {
      /* line 57, ../scss/page/_footer.scss */
      footer.main .ratings {
        margin-left: 170px;
        width: 55%; } }
    @media only screen and (max-width: 700px) {
      /* line 57, ../scss/page/_footer.scss */
      footer.main .ratings {
        display: none; } }
  /* line 73, ../scss/page/_footer.scss */
  footer.main .stats {
    width: 24.5%;
    float: right;
    background: #fff;
    border: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength='$blur', Direction=90, Color='$color');
    height: 211px;
    padding: 15px; }
    @media only screen and (max-width: 900px) {
      /* line 73, ../scss/page/_footer.scss */
      footer.main .stats {
        width: 30%;
        height: 178px; } }
    @media only screen and (max-width: 700px) {
      /* line 73, ../scss/page/_footer.scss */
      footer.main .stats {
        width: 100%;
        height: auto; } }
    /* line 93, ../scss/page/_footer.scss */
    footer.main .stats h4 {
      color: #17acde;
      text-align: center;
      font-weight: bold;
      margin-bottom: 36px; }
    /* line 100, ../scss/page/_footer.scss */
    footer.main .stats li {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
      font-size: 13px;
      overflow: hidden;
      color: #acacac; }
      @media only screen and (max-width: 900px) {
        /* line 100, ../scss/page/_footer.scss */
        footer.main .stats li {
          font-size: 11px; } }
      /* line 112, ../scss/page/_footer.scss */
      footer.main .stats li:last-child {
        border-bottom: 0 none; }
      /* line 116, ../scss/page/_footer.scss */
      footer.main .stats li strong {
        font-weight: normal;
        float: left; }
      /* line 121, ../scss/page/_footer.scss */
      footer.main .stats li span {
        float: right;
        font-weight: bold; }
  /* line 130, ../scss/page/_footer.scss */
  footer.main .subline {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #888;
    padding: 0 20px;
    position: relative;
    margin-top: 10px; }
    @media only screen and (max-width: 480px) {
      /* line 130, ../scss/page/_footer.scss */
      footer.main .subline {
        text-align: center; } }
    /* line 143, ../scss/page/_footer.scss */
    footer.main .subline nav {
      margin-bottom: 10px; }
      @media only screen and (min-width: 481px) {
        /* line 143, ../scss/page/_footer.scss */
        footer.main .subline nav {
          position: absolute;
          top: 0;
          right: 20px; } }
    /* line 152, ../scss/page/_footer.scss */
    footer.main .subline a {
      color: #888;
      margin-left: 6px; }
      /* line 156, ../scss/page/_footer.scss */
      footer.main .subline a:hover {
        color: #000; }
        /* line 159, ../scss/page/_footer.scss */
        footer.main .subline a:hover:before {
          color: #888; }
      /* line 164, ../scss/page/_footer.scss */
      footer.main .subline a:before {
        content: "|";
        padding-right: 9px; }
      /* line 169, ../scss/page/_footer.scss */
      footer.main .subline a:first-child:before {
        display: none; }

/* line 179, ../scss/page/_footer.scss */
.about-us {
  line-height: 1.2;
  font-size: 13px;
  line-height: 18px; }
  /* line 184, ../scss/page/_footer.scss */
  .about-us h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0; }
  /* line 190, ../scss/page/_footer.scss */
  .about-us h3 {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0; }
  /* line 196, ../scss/page/_footer.scss */
  .about-us p {
    margin: 0 0 20px; }
  /* line 198, ../scss/page/_footer.scss */
  .about-us ul {
    padding-left: 20px; }
    /* line 201, ../scss/page/_footer.scss */
    .about-us ul li {
      list-style: square; }
  /* line 204, ../scss/page/_footer.scss */
  .about-us img {
    max-width: 100%;
    height: auto; }
    @media only screen and (max-width: 700px) {
      /* line 204, ../scss/page/_footer.scss */
      .about-us img {
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 901px) {
      /* line 213, ../scss/page/_footer.scss */
      .about-us img.alignright {
        float: right;
        margin: 4px 0px 8px 10px; } }
    @media only screen and (min-width: 901px) {
      /* line 220, ../scss/page/_footer.scss */
      .about-us img.alignleft {
        float: left;
        margin: 4px 10px 8px 0px; } }

/*# sourceMappingURL=main.css.map */
