/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(idangerous.swiper.css);
/* line 11, ../../app/styles/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../../app/styles/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../../app/styles/base/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../../app/styles/base/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../../app/styles/base/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../../app/styles/base/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../../app/styles/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../../app/styles/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../../app/styles/base/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../../app/styles/base/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../../app/styles/base/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../../app/styles/base/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../../app/styles/base/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../../app/styles/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/* line 173, ../../app/styles/base/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../../app/styles/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../../app/styles/base/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../../app/styles/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../../app/styles/base/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../../app/styles/base/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../../app/styles/base/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../../app/styles/base/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../../app/styles/base/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../../app/styles/base/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../../app/styles/base/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../../app/styles/base/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../../app/styles/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../../app/styles/base/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../../app/styles/base/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../../app/styles/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../../app/styles/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../../app/styles/base/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../../app/styles/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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../../app/styles/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../../app/styles/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../../app/styles/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 5 and Chrome
 * on OS X.
 */
/* line 491, ../../app/styles/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../../app/styles/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

@font-face {
  font-family: "blokk";
  src: url('fonts/blokk/BLOKKNeue-Regular.woff') format('woff'), url('fonts/blokk/BLOKKNeue-Regular.ttf') format('truetype'), url('fonts/blokk/BLOKKNeue-Regular.svg') format('svg'), url('fonts/blokk/BLOKKNeue-Regular.eot') format('embedded-opentype');
}
/* 20px/14px */
/* line 9, ../../app/styles/base/_typography.scss */
body,
footer {
  font-family: "runda";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4286em;
}

/* line 17, ../../app/styles/base/_typography.scss */
h1 {
  font-size: 1.8571em;
  /* 26px/14px */
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.4em;
}

/* line 24, ../../app/styles/base/_typography.scss */
.typo-infotext {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 31, ../../app/styles/base/_typography.scss */
.typo-caption {
  font-weight: 300;
  letter-spacing: 1px;
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Z-INDEXES
/* .m-background: -1; */
/* line 4, ../../app/styles/modules/_background.scss */
body {
  background-color: transparent;
}

/* line 8, ../../app/styles/modules/_background.scss */
.m-background {
  background-image: url("../images/trailer.jpg");
  background-size: cover;
  background-position: center 75%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 18, ../../app/styles/modules/_background.scss */
#maps {
  position: fixed !important;
}

/* line 22, ../../app/styles/modules/_background.scss */
.m-background-alt {
  background: url("../images/maps/map.jpg");
  background-position: center 75%;
  background-size: cover;
}

/* line 1, ../../app/styles/modules/_buttons.scss */
.btn-circle {
  cursor: pointer;
  background: #ffb712;
  border: none;
  -moz-border-radius: 5em;
  -webkit-border-radius: 5em;
  border-radius: 5em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 7.7em;
  height: 7.7em;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  /* line 12, ../../app/styles/modules/_buttons.scss */
  .btn-circle p {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 1, ../../app/styles/modules/_buttons.scss */
  .btn-circle {
    -moz-border-radius: 16.4em;
    -webkit-border-radius: 16.4em;
    border-radius: 16.4em;
    width: 14.4em;
    height: 14.4em;
  }
}
@media screen and (min-width: 850px) {
  /* line 1, ../../app/styles/modules/_buttons.scss */
  .btn-circle {
    -moz-border-radius: 16.4em;
    -webkit-border-radius: 16.4em;
    border-radius: 16.4em;
    width: 21.4em;
    height: 21.4em;
  }
}

/* line 32, ../../app/styles/modules/_buttons.scss */
.btn-circle-first {
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  /* line 32, ../../app/styles/modules/_buttons.scss */
  .btn-circle-first {
    margin-right: 44px;
  }
}
@media screen and (min-width: 768px) {
  /* line 32, ../../app/styles/modules/_buttons.scss */
  .btn-circle-first {
    margin-right: 70px;
  }
}

/* line 44, ../../app/styles/modules/_buttons.scss */
.btn-circle-content {
  color: white;
  letter-spacing: 1px;
}

/* line 49, ../../app/styles/modules/_buttons.scss */
.btn-circle-content1 {
  font-size: 1.2em;
  font-weight: 300;
}

/* line 54, ../../app/styles/modules/_buttons.scss */
.btn-circle-content2 {
  font-size: 0.75em;
  font-weight: 700;
}

/* line 59, ../../app/styles/modules/_buttons.scss */
.btn-group {
  background: #ffb712;
}

/* line 63, ../../app/styles/modules/_buttons.scss */
.btn-group-container {
  border-top: 1px solid #ffd678;
}

/* line 68, ../../app/styles/modules/_buttons.scss */
.btn-footer {
  background: #ffb712;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  width: 49%;
  color: #ffd678;
  font-size: 0.7em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  /* line 68, ../../app/styles/modules/_buttons.scss */
  .btn-footer {
    font-size: 1.4286em;
    padding: 16px;
  }
}
/* line 86, ../../app/styles/modules/_buttons.scss */
.btn-footer:hover {
  color: white;
}

/* line 91, ../../app/styles/modules/_buttons.scss */
.btn-footer-first {
  border-right: 1px solid #ffd678;
}

@media screen and (min-width: 600px) {
  /* line 95, ../../app/styles/modules/_buttons.scss */
  .btn-group-nav {
    padding: 0 10%;
  }
}

/* line 102, ../../app/styles/modules/_buttons.scss */
.btn-nav-toggle {
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  padding: 0 0 0 11px;
  color: #ffd678;
  font-size: 1.7em;
  font-weight: 300;
}
/* line 113, ../../app/styles/modules/_buttons.scss */
.btn-nav-toggle img {
  position: relative;
  top: 2px;
  width: 1.9em;
}
@media screen and (min-width: 600px) {
  /* line 113, ../../app/styles/modules/_buttons.scss */
  .btn-nav-toggle img {
    padding-right: 8px;
  }
}
/* line 123, ../../app/styles/modules/_buttons.scss */
.btn-nav-toggle span {
  display: none;
}
@media screen and (min-width: 600px) {
  /* line 123, ../../app/styles/modules/_buttons.scss */
  .btn-nav-toggle span {
    display: inline;
    position: relative;
    bottom: 11px;
    color: white;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

/* line 139, ../../app/styles/modules/_buttons.scss */
.btn-nav {
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline;
  float: right;
  padding: 0 8px 4px 0;
}
/* line 147, ../../app/styles/modules/_buttons.scss */
.btn-nav img {
  padding-top: 0.3em;
  padding-right: 0.3em;
  width: 2.7em;
}

/* line 1, ../../app/styles/modules/_flats.scss */
.m-flats {
  padding: 10% 10% 10% 10%;
  /* 64px/2 and 120px/2 */
  background: white;
  color: #ffb712;
}
@media screen and (min-width: 600px) {
  /* line 1, ../../app/styles/modules/_flats.scss */
  .m-flats {
    padding: 10% 10% 10% 10%;
  }
}

/* line 8, ../../app/styles/modules/_flats.scss */
.m-flats-container, .m-downloads-container {
  margin: 0 auto;
  max-width: 72em;
  text-align: center;
}
/* line 41, ../../app/styles/base/_mixins.scss */
.m-flats-container p, .m-downloads-container p {
  max-width: 46em;
  margin: 0 auto;
}
/* line 53, ../../app/styles/base/_mixins.scss */
.m-flats-container h1, .m-downloads-container h1 {
  margin: 32px 0 10% 0;
  /* 120px/2 */
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 53, ../../app/styles/base/_mixins.scss */
  .m-flats-container h1, .m-downloads-container h1 {
    margin-top: 0.7143em;
    font-size: 3.5714em;
    text-transform: uppercase;
  }
}
/* line 67, ../../app/styles/base/_mixins.scss */
.m-flats-container h2, .m-downloads-container h2 {
  display: inline;
  border-bottom: 1px solid #ffb712;
  margin: 0 0 19px 0;
  padding: 0 20px 19px 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 76, ../../app/styles/base/_mixins.scss */
  .m-flats-container .typo-infotext, .m-downloads-container .typo-infotext {
    margin: 0;
    padding: 0 20px 16px 20px;
    font-size: 1.4286em;
    line-height: 1.5em;
  }
}
/* line 86, ../../app/styles/base/_mixins.scss */
.m-flats-container .typo-infotext:last-child, .m-downloads-container .typo-infotext:last-child {
  padding: 0;
}
/* line 91, ../../app/styles/base/_mixins.scss */
.m-flats-container p, .m-downloads-container p {
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 91, ../../app/styles/base/_mixins.scss */
  .m-flats-container p, .m-downloads-container p {
    font-size: 1.4286em;
    line-height: 1.75em;
  }
}

/* line 1, ../../app/styles/modules/_flats-details.scss */
.clear-helper {
  clear: both;
}

/* line 5, ../../app/styles/modules/_flats-details.scss */
.m-flats-details {
  padding: 10% 10% 10% 10%;
  /* 64px/2 and 120px/2 */
  padding: 10% 15px;
  background: white;
  color: #ffb712;
}
@media screen and (min-width: 600px) {
  /* line 5, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details {
    padding: 10% 10% 10% 10%;
  }
}
@media screen and (min-width: 600px) {
  /* line 5, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details {
    padding: 10% 10% 20% 10%;
  }
}

/* line 17, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-container {
  margin: 0 auto;
  max-width: 72em;
  text-align: center;
}
/* line 41, ../../app/styles/base/_mixins.scss */
.m-flats-details-container p {
  max-width: 46em;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  /* line 17, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-container {
    padding-left: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  /* line 17, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-container {
    padding-left: 0;
  }
}

/* line 31, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-boxes {
  clear: both;
}

/* line 35, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-headline {
  margin: 0;
  padding: 10px 0 10% 0;
  font-size: 3.5714em;
  /* 50px/14px */
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 600px) {
  /* line 35, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-headline {
    font-size: 4.6em;
  }
}
@media screen and (min-width: 768px) {
  /* line 35, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-headline {
    font-size: 7.1429em;
    text-align: center;
  }
}
/* line 54, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-headline span {
  font-weight: 300;
}

/* line 59, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-headline2 {
  padding-top: 20%;
}

/* line 63, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-box {
  background: #ffb712;
  float: left;
  margin: 2px;
  padding: 10px 30px 20px 12px;
  color: white;
  text-align: left;
}
@media screen and (min-width: 600px) {
  /* line 63, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-box {
    padding: 10px 34px 30px 12px;
  }
}
@media screen and (min-width: 768px) {
  /* line 63, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-box {
    float: none;
    display: inline-block;
    padding: 26px 38px 42px 38px;
    margin: 8px;
    text-align: center;
  }
}

/* line 86, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-box-info {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 94, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-box-info1 {
  font-size: 0.8571em;
  /* 12px/14px */
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  /* line 94, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-box-info1 {
    font-size: 1.1429em;
  }
}
@media screen and (min-width: 768px) {
  /* line 94, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-box-info1 {
    font-size: 1.9286em;
    font-weight: 300;
  }
}

/* line 108, ../../app/styles/modules/_flats-details.scss */
.m-flats-details-box-info2 {
  padding-top: 8px;
  font-size: 1.6em;
  /* 26px/14px was too big for smartphones */
}
@media screen and (min-width: 600px) {
  /* line 108, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-box-info2 {
    padding-top: 10px;
    font-size: 2.6em;
  }
}
@media screen and (min-width: 768px) {
  /* line 108, ../../app/styles/modules/_flats-details.scss */
  .m-flats-details-box-info2 {
    padding-top: 24px;
    font-size: 3.5714em;
  }
}

/* line 1, ../../app/styles/modules/_nav.scss */
.m-nav {
  background: #ffb712;
  border-bottom: 1px solid #ffd678;
  width: 100%;
  height: 3.5714em;
  position: relative;
  z-index: 2;
}

/* line 10, ../../app/styles/modules/_nav.scss */
.m-nav-container {
  background: #ffb712;
  clear: both;
  display: none;
}

/* line 25, ../../app/styles/modules/_nav.scss */
.m-nav-languages {
  border-bottom: 1px solid #ffd678;
  border-top: 1px solid #ffd678;
  margin: 0;
  padding: 0;
}
/* line 31, ../../app/styles/modules/_nav.scss */
.m-nav-languages li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  width: 50%;
  color: #ffd678;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
}
/* line 43, ../../app/styles/modules/_nav.scss */
.m-nav-languages li:hover, .m-nav-languages li:active {
  background: #ffd678;
  color: #ffb712;
}
/* line 50, ../../app/styles/modules/_nav.scss */
.m-nav-languages li a {
  color: #ffd678;
  text-decoration: none;
  padding: 5px;
  display: inline-block;
  width: 100%;
}
/* line 57, ../../app/styles/modules/_nav.scss */
.m-nav-languages li a:hover, .m-nav-languages li a:active {
  color: #ffb712;
}
/* line 65, ../../app/styles/modules/_nav.scss */
.m-nav-languages .is-active {
  background: #ffd678;
  color: #ffb712;
}
/* line 70, ../../app/styles/modules/_nav.scss */
.m-nav-languages .is-active a {
  color: #ffb712;
  padding: 5px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  /* line 79, ../../app/styles/modules/_nav.scss */
  .m-nav-languages li {
    font-size: 1.4286em;
  }
}

/* line 85, ../../app/styles/modules/_nav.scss */
.m-nav-main {
  -moz-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
}
/* line 90, ../../app/styles/modules/_nav.scss */
.m-nav-main li {
  border-bottom: 1px solid #ffd678;
}
/* line 93, ../../app/styles/modules/_nav.scss */
.m-nav-main li:hover, .m-nav-main li:active {
  color: #ffb712;
}
/* line 98, ../../app/styles/modules/_nav.scss */
.m-nav-main li a {
  display: block;
  padding: 15px 19px;
  color: white;
  text-decoration: none;
}
/* line 105, ../../app/styles/modules/_nav.scss */
.m-nav-main li a:hover, .m-nav-main li a:active {
  background: white;
  color: #ffb712;
}
@media screen and (min-width: 600px) {
  /* line 115, ../../app/styles/modules/_nav.scss */
  .m-nav-main li {
    font-size: 1.4286em;
    text-align: center;
  }
  /* line 119, ../../app/styles/modules/_nav.scss */
  .m-nav-main li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 1, ../../app/styles/modules/_open.scss */
.m-open {
  width: 100%;
}

/* line 1, ../../app/styles/modules/_object-description.scss */
.m-object-description, .m-neighborhood, .m-contact, .m-downloads, .m-distances, .m-imprint, .m-disclaimer {
  padding: 10% 10% 10% 10%;
  /* 64px/2 and 120px/2 */
  background: #ffb712;
  color: white;
}
@media screen and (min-width: 600px) {
  /* line 1, ../../app/styles/modules/_object-description.scss */
  .m-object-description, .m-neighborhood, .m-contact, .m-downloads, .m-distances, .m-imprint, .m-disclaimer {
    padding: 10% 10% 10% 10%;
  }
}

/* line 8, ../../app/styles/modules/_object-description.scss */
.m-object-description-container, .m-neighborhood-container, .m-contact-container, .m-distances-container, .m-imprint-container, .m-disclaimer-container {
  margin: 0 auto;
  max-width: 72em;
  text-align: center;
}
/* line 41, ../../app/styles/base/_mixins.scss */
.m-object-description-container p, .m-neighborhood-container p, .m-contact-container p, .m-distances-container p, .m-imprint-container p, .m-disclaimer-container p {
  max-width: 46em;
  margin: 0 auto;
}
/* line 53, ../../app/styles/base/_mixins.scss */
.m-object-description-container h1, .m-neighborhood-container h1, .m-contact-container h1, .m-distances-container h1, .m-imprint-container h1, .m-disclaimer-container h1 {
  margin: 32px 0 10% 0;
  /* 120px/2 */
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 53, ../../app/styles/base/_mixins.scss */
  .m-object-description-container h1, .m-neighborhood-container h1, .m-contact-container h1, .m-distances-container h1, .m-imprint-container h1, .m-disclaimer-container h1 {
    margin-top: 0.7143em;
    font-size: 3.5714em;
    text-transform: uppercase;
  }
}
/* line 67, ../../app/styles/base/_mixins.scss */
.m-object-description-container h2, .m-neighborhood-container h2, .m-contact-container h2, .m-distances-container h2, .m-imprint-container h2, .m-disclaimer-container h2 {
  display: inline;
  border-bottom: 1px solid white;
  margin: 0 0 19px 0;
  padding: 0 20px 19px 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 76, ../../app/styles/base/_mixins.scss */
  .m-object-description-container .typo-infotext, .m-neighborhood-container .typo-infotext, .m-contact-container .typo-infotext, .m-distances-container .typo-infotext, .m-imprint-container .typo-infotext, .m-disclaimer-container .typo-infotext {
    margin: 0;
    padding: 0 20px 16px 20px;
    font-size: 1.4286em;
    line-height: 1.5em;
  }
}
/* line 86, ../../app/styles/base/_mixins.scss */
.m-object-description-container .typo-infotext:last-child, .m-neighborhood-container .typo-infotext:last-child, .m-contact-container .typo-infotext:last-child, .m-distances-container .typo-infotext:last-child, .m-imprint-container .typo-infotext:last-child, .m-disclaimer-container .typo-infotext:last-child {
  padding: 0;
}
/* line 91, ../../app/styles/base/_mixins.scss */
.m-object-description-container p, .m-neighborhood-container p, .m-contact-container p, .m-distances-container p, .m-imprint-container p, .m-disclaimer-container p {
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 91, ../../app/styles/base/_mixins.scss */
  .m-object-description-container p, .m-neighborhood-container p, .m-contact-container p, .m-distances-container p, .m-imprint-container p, .m-disclaimer-container p {
    font-size: 1.4286em;
    line-height: 1.75em;
  }
}
/* line 12, ../../app/styles/modules/_object-description.scss */
.m-object-description-container p, .m-neighborhood-container p, .m-contact-container p, .m-distances-container p, .m-imprint-container p, .m-disclaimer-container p {
  padding: 0;
}

/* line 1, ../../app/styles/modules/_prelude.scss */
.m-prelude {
  padding: 12%;
  background: white;
  border-top: 1px solid #fff5de;
  margin-top: 2.9286em;
  color: #ffb712;
}

/* line 11, ../../app/styles/modules/_prelude.scss */
.m-prelude-container {
  margin: 0 auto;
  max-width: 72em;
  text-align: center;
  text-align: left;
}
/* line 41, ../../app/styles/base/_mixins.scss */
.m-prelude-container p {
  max-width: 46em;
  margin: 0 auto;
}
/* line 53, ../../app/styles/base/_mixins.scss */
.m-prelude-container h1 {
  margin: 32px 0 10% 0;
  /* 120px/2 */
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 53, ../../app/styles/base/_mixins.scss */
  .m-prelude-container h1 {
    margin-top: 0.7143em;
    font-size: 3.5714em;
    text-transform: uppercase;
  }
}
/* line 67, ../../app/styles/base/_mixins.scss */
.m-prelude-container h2 {
  display: inline;
  border-bottom: 1px solid white;
  margin: 0 0 19px 0;
  padding: 0 20px 19px 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 76, ../../app/styles/base/_mixins.scss */
  .m-prelude-container .typo-infotext {
    margin: 0;
    padding: 0 20px 16px 20px;
    font-size: 1.4286em;
    line-height: 1.5em;
  }
}
/* line 86, ../../app/styles/base/_mixins.scss */
.m-prelude-container .typo-infotext:last-child {
  padding: 0;
}
/* line 91, ../../app/styles/base/_mixins.scss */
.m-prelude-container p {
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 91, ../../app/styles/base/_mixins.scss */
  .m-prelude-container p {
    font-size: 1.4286em;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 11, ../../app/styles/modules/_prelude.scss */
  .m-prelude-container {
    text-align: center;
  }
}

/* line 22, ../../app/styles/modules/_prelude.scss */
.m-prelude-grid, .m-distances-grid {
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 1200px) {
  /* line 22, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid, .m-distances-grid {
    display: inline-block;
    width: 33.33333%;
  }
}
/* line 37, ../../app/styles/modules/_prelude.scss */
.m-prelude-grid .icon, .m-distances-grid .icon {
  padding-right: 0.65em;
  width: 4.2em;
  position: relative;
  bottom: -0.8em;
  margin-left: -30px;
}
@media screen and (min-width: 600px) {
  /* line 37, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid .icon, .m-distances-grid .icon {
    padding-right: 27px;
    margin-left: 0;
    width: 6em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 37, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid .icon, .m-distances-grid .icon {
    bottom: -0.5em;
    padding-right: 0;
    width: 4.2em;
  }
}
/* line 57, ../../app/styles/modules/_prelude.scss */
.m-prelude-grid .icon-stones, .m-distances-grid .icon-stones {
  padding-right: 0.05em;
  width: 5.5em;
  margin-left: -38px;
}
@media screen and (min-width: 600px) {
  /* line 57, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid .icon-stones, .m-distances-grid .icon-stones {
    bottom: -1.3em;
    margin-left: -20px;
    padding-right: 8px;
    width: 9em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 57, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid .icon-stones, .m-distances-grid .icon-stones {
    bottom: -1em;
    width: 7em;
    padding-right: 0;
  }
}
/* line 76, ../../app/styles/modules/_prelude.scss */
.m-prelude-grid .icon-euro, .m-distances-grid .icon-euro {
  bottom: -1.045em;
}
@media screen and (min-width: 600px) {
  /* line 76, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid .icon-euro, .m-distances-grid .icon-euro {
    bottom: -1.35em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 76, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid .icon-euro, .m-distances-grid .icon-euro {
    bottom: -1.1em;
    padding-right: 0;
    width: 5em;
  }
}
/* line 90, ../../app/styles/modules/_prelude.scss */
.m-prelude-grid .typo-infotext, .m-distances-grid .typo-infotext {
  display: inline-block;
  font-size: 1em;
  text-align: left;
}
@media screen and (min-width: 600px) {
  /* line 90, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid .typo-infotext, .m-distances-grid .typo-infotext {
    font-size: 1.4286em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 90, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid .typo-infotext, .m-distances-grid .typo-infotext {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1200px) {
  /* line 106, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid-last {
    padding-top: 0;
  }
}

/* line 117, ../../app/styles/modules/_prelude.scss */
.m-prelude-grid-stones {
  margin-top: -1.4em;
}
@media screen and (min-width: 600px) {
  /* line 117, ../../app/styles/modules/_prelude.scss */
  .m-prelude-grid-stones {
    margin-top: -3.2em;
  }
}

/* line 1, ../../app/styles/modules/_slideshow.scss */
.slider-wrapper {
  margin: 0 auto;
  background-color: white;
  text-align: center;
}

/* line 8, ../../app/styles/modules/_slideshow.scss */
.slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 15, ../../app/styles/modules/_slideshow.scss */
.slider img {
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* line 24, ../../app/styles/modules/_slideshow.scss */
.slider-icon-wrapper {
  position: absolute;
  top: 0;
  width: 35%;
  min-height: 100%;
  /* z-index: 1 needed, to be above swiper */
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  /* line 24, ../../app/styles/modules/_slideshow.scss */
  .slider-icon-wrapper {
    width: 20%;
  }
}

/* line 39, ../../app/styles/modules/_slideshow.scss */
.slider-icon {
  position: absolute;
  top: 50%;
  width: 130px;
  margin-top: -65px;
}
@media screen and (min-width: 1200px) {
  /* line 39, ../../app/styles/modules/_slideshow.scss */
  .slider-icon {
    width: 300px;
    margin-top: -150px;
  }
}

/* line 56, ../../app/styles/modules/_slideshow.scss */
.slider-icon-wrapper-left {
  left: 0;
}
/* line 59, ../../app/styles/modules/_slideshow.scss */
.slider-icon-wrapper-left .slider-icon {
  left: -2em;
}
@media screen and (min-width: 600px) {
  /* line 59, ../../app/styles/modules/_slideshow.scss */
  .slider-icon-wrapper-left .slider-icon {
    left: 0;
  }
}

/* line 68, ../../app/styles/modules/_slideshow.scss */
.slider-icon-wrapper-right {
  right: 0;
}
/* line 71, ../../app/styles/modules/_slideshow.scss */
.slider-icon-wrapper-right .slider-icon {
  right: -2em;
}
@media screen and (min-width: 600px) {
  /* line 71, ../../app/styles/modules/_slideshow.scss */
  .slider-icon-wrapper-right .slider-icon {
    right: 0;
  }
}

/* line 82, ../../app/styles/modules/_slideshow.scss */
.slider-info-text {
  position: relative;
  background: white;
  color: #ffb712;
}

/* line 89, ../../app/styles/modules/_slideshow.scss */
.slider-info-text-wrapper {
  margin: 0 auto 0 auto;
  position: relative;
  width: 100%;
  /* z-index needed to be above swiper */
  z-index: 1;
}

/* line 98, ../../app/styles/modules/_slideshow.scss */
.slider-info-text-paragraph {
  background: white;
  margin: 0 auto 0em auto;
  padding: 3px 16px;
  max-width: 400px;
}

/* line 3, ../../app/styles/modules/_trailer.scss */
html {
  height: 100%;
}

/* line 7, ../../app/styles/modules/_trailer.scss */
body {
  height: 100%;
}

/* line 11, ../../app/styles/modules/_trailer.scss */
header {
  height: 200%;
}

/* line 15, ../../app/styles/modules/_trailer.scss */
.m-trailer {
  height: 100%;
}

/* line 23, ../../app/styles/modules/_trailer.scss */
.m-trailer-filled {
  background: #ffb712;
  background-image: url("../images/trailer-logo.png");
  background-position: center -40px;
  background-size: 200%;
  background-repeat: no-repeat;
  width: auto;
  height: 50%;
  z-index: 2;
}
/* line 33, ../../app/styles/modules/_trailer.scss */
.m-trailer-filled .helper-div {
  position: absolute;
  left: 50%;
  bottom: 5%;
}
/* line 38, ../../app/styles/modules/_trailer.scss */
.m-trailer-filled .helper-div img {
  position: relative;
  left: -50%;
  bottom: -26px;
  width: 120px;
}
@media screen and (max-height: 320px) {
  /* line 38, ../../app/styles/modules/_trailer.scss */
  .m-trailer-filled .helper-div img {
    width: 90px;
  }
}
@media screen and (min-width: 600px) {
  /* line 23, ../../app/styles/modules/_trailer.scss */
  .m-trailer-filled {
    background-image: url("../images/trailer-logo.png");
    background-position: center 10%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-height: 320px) {
  /* line 23, ../../app/styles/modules/_trailer.scss */
  .m-trailer-filled {
    background-image: url("../images/trailer-logo.png");
    background-position: center 30%;
    background-size: 80%;
    background-repeat: no-repeat;
  }
}

/* line 66, ../../app/styles/modules/_trailer.scss */
.m-trailer-distance {
  height: 50%;
}

/* line 1, ../../app/styles/modules/_video.scss */
.m-video {
  background: white;
  cursor: pointer;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

/* line 9, ../../app/styles/modules/_video.scss */
.m-video-container {
  background-image: url("../images/poster.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 18, ../../app/styles/modules/_video.scss */
.m-video-container video {
  width: 100%;
}

/* line 9, ../../app/styles/modules/_contact.scss */
.m-contact-container h1 {
  margin-bottom: 1em;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 15, ../../app/styles/modules/_contact.scss */
.m-contact-container h2 {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 20, ../../app/styles/modules/_contact.scss */
.m-contact-container .m-contact-box {
  margin-bottom: 24px;
}
/* line 23, ../../app/styles/modules/_contact.scss */
.m-contact-container .m-contact-box h1 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  /* line 23, ../../app/styles/modules/_contact.scss */
  .m-contact-container .m-contact-box h1 {
    border-bottom: none;
    margin-top: 0.7143em;
    font-size: 3.5714em;
    text-align: center;
    text-transform: uppercase;
  }
}
/* line 36, ../../app/styles/modules/_contact.scss */
.m-contact-container .m-contact-box .typo-infotext {
  margin-bottom: 0;
}
/* line 40, ../../app/styles/modules/_contact.scss */
.m-contact-container .m-contact-box p {
  font-weight: 500;
  letter-spacing: 1px;
}
/* line 45, ../../app/styles/modules/_contact.scss */
.m-contact-container .m-contact-box a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1;
  font-size: 1em;
  line-height: 1.75em;
}
/* line 56, ../../app/styles/modules/_contact.scss */
.m-contact-container .m-contact-box .m-contact-link {
  font-size: 1.4286em;
}
/* line 60, ../../app/styles/modules/_contact.scss */
.m-contact-container .m-contact-box .m-contact-socialmedia-container {
  margin-left: -18px;
}
@media screen and (min-width: 600px) {
  /* line 60, ../../app/styles/modules/_contact.scss */
  .m-contact-container .m-contact-box .m-contact-socialmedia-container {
    margin-left: 0;
  }
}
/* line 67, ../../app/styles/modules/_contact.scss */
.m-contact-container .m-contact-box .m-contact-socialmedia-container a {
  display: inline;
}
/* line 73, ../../app/styles/modules/_contact.scss */
.m-contact-container .float {
  float: left;
  padding-right: 10%;
  margin-bottom: 10%;
}
/* line 79, ../../app/styles/modules/_contact.scss */
.m-contact-container .clear {
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 83, ../../app/styles/modules/_contact.scss */
  .m-contact-container .m-contact-box-left {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid white;
    width: 50%;
    float: left;
    display: inline-block;
  }
  /* line 91, ../../app/styles/modules/_contact.scss */
  .m-contact-container .m-contact-box-left .m-contact-box-name {
    margin-bottom: 0;
    margin-top: 3.1em;
  }
}
@media screen and (min-width: 768px) {
  /* line 98, ../../app/styles/modules/_contact.scss */
  .m-contact-container .m-contact-box-right {
    width: 50%;
    float: right;
    display: inline-block;
  }
  /* line 104, ../../app/styles/modules/_contact.scss */
  .m-contact-container .m-contact-box-right .float {
    float: none;
  }
}

/* line 111, ../../app/styles/modules/_contact.scss */
.m-contact-box-socialmedia {
  padding-top: 10%;
}

/* line 115, ../../app/styles/modules/_contact.scss */
.m-contact-socialmedia {
  width: 6.1em;
}

/* line 121, ../../app/styles/modules/_contact.scss */
input,
select,
textarea,
button {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.0714rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: "runda";
}

/* line 135, ../../app/styles/modules/_contact.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 145, ../../app/styles/modules/_contact.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.0714rem;
}
/* line 150, ../../app/styles/modules/_contact.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.0714rem;
}
/* line 155, ../../app/styles/modules/_contact.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.0714rem;
}
/* line 160, ../../app/styles/modules/_contact.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.0714rem;
}

/* line 166, ../../app/styles/modules/_contact.scss */
.m-contact-box-left {
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 166, ../../app/styles/modules/_contact.scss */
  .m-contact-box-left {
    padding-right: 30px;
  }
}

/* line 175, ../../app/styles/modules/_contact.scss */
.m-contact-box-right {
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 175, ../../app/styles/modules/_contact.scss */
  .m-contact-box-right {
    padding-top: 0;
    padding-left: 30px;
  }
}

/* line 186, ../../app/styles/modules/_contact.scss */
.contact-input,
.contact-textarea {
  display: inline-block;
  padding-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.25rem;
}
/* line 195, ../../app/styles/modules/_contact.scss */
.contact-input span,
.contact-textarea span {
  display: block;
  padding-bottom: 0.4283rem;
  text-align: left;
}
/* line 202, ../../app/styles/modules/_contact.scss */
.contact-input input,
.contact-input textarea,
.contact-textarea input,
.contact-textarea textarea {
  border-radius: 3px;
  float: left;
  width: 100%;
}
/* line 209, ../../app/styles/modules/_contact.scss */
.contact-input input,
.contact-textarea input {
  height: 2.14rem;
}
/* line 213, ../../app/styles/modules/_contact.scss */
.contact-input textarea,
.contact-textarea textarea {
  padding: 15px;
  line-height: 1.38rem;
}

/* line 219, ../../app/styles/modules/_contact.scss */
.contact-input-offer {
  padding-right: 16px;
  width: 40%;
}

/* line 224, ../../app/styles/modules/_contact.scss */
.contact-input-company {
  width: 60%;
}

/* line 228, ../../app/styles/modules/_contact.scss */
.contact-input-lastname {
  padding-right: 16px;
  width: 47%;
}

/* line 233, ../../app/styles/modules/_contact.scss */
.contact-input-name {
  width: 53%;
}

/* line 237, ../../app/styles/modules/_contact.scss */
.contact-input-zip {
  padding-right: 16px;
  width: 32%;
}

/* line 242, ../../app/styles/modules/_contact.scss */
.contact-input-city {
  width: 68%;
}

/* line 246, ../../app/styles/modules/_contact.scss */
.contact-input-street {
  padding-right: 16px;
  width: 75%;
}

/* line 251, ../../app/styles/modules/_contact.scss */
.contact-input-number {
  width: 25%;
}

/* line 255, ../../app/styles/modules/_contact.scss */
.contact-input-telfirst {
  padding-right: 16px;
  padding-bottom: 0;
  width: 32%;
}

/* line 261, ../../app/styles/modules/_contact.scss */
.contact-input-tellast {
  padding-bottom: 0;
  width: 68%;
}

/* line 266, ../../app/styles/modules/_contact.scss */
.btn-submit {
  height: 50px;
  margin-top: 8px;
  width: 100%;
  border-radius: 3px;
  background-color: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ffb712;
  letter-spacing: 0.3rem;
  font-weight: 300;
}

/* line 1, ../../app/styles/modules/_downloads.scss */
.m-downloads {
  padding: 25% 10%;
  background: white;
  color: #ffb712;
}
@media screen and (min-width: 600px) {
  /* line 1, ../../app/styles/modules/_downloads.scss */
  .m-downloads {
    padding: 10%;
  }
}

/* line 17, ../../app/styles/modules/_downloads.scss */
.m-downloads-container .btn-circle-content1 {
  margin-top: 2.2em;
}
@media screen and (min-width: 600px) {
  /* line 22, ../../app/styles/modules/_downloads.scss */
  .m-downloads-container .btn-circle-content1 {
    margin-bottom: 0;
    font-size: 2.1em;
    line-height: 1.3em;
  }
  /* line 28, ../../app/styles/modules/_downloads.scss */
  .m-downloads-container .btn-circle-content2 {
    margin-top: 0;
    font-size: 1em;
  }
}
@media screen and (min-width: 600px) {
  /* line 35, ../../app/styles/modules/_downloads.scss */
  .m-downloads-container .btn-circle-content1 {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 850px) {
  /* line 41, ../../app/styles/modules/_downloads.scss */
  .m-downloads-container .btn-circle-content1 {
    font-size: 3em;
  }
}

/* line 5, ../../app/styles/modules/_distances.scss */
.m-distances-container {
  text-align: center;
}
/* line 53, ../../app/styles/base/_mixins.scss */
.m-distances-container h1 {
  margin: 32px 0 10% 0;
  /* 120px/2 */
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 53, ../../app/styles/base/_mixins.scss */
  .m-distances-container h1 {
    margin-top: 0.7143em;
    font-size: 3.5714em;
    text-transform: uppercase;
  }
}
/* line 67, ../../app/styles/base/_mixins.scss */
.m-distances-container h2 {
  display: inline;
  border-bottom: 1px solid white;
  margin: 0 0 19px 0;
  padding: 0 20px 19px 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 76, ../../app/styles/base/_mixins.scss */
  .m-distances-container .typo-infotext {
    margin: 0;
    padding: 0 20px 16px 20px;
    font-size: 1.4286em;
    line-height: 1.5em;
  }
}
/* line 86, ../../app/styles/base/_mixins.scss */
.m-distances-container .typo-infotext:last-child {
  padding: 0;
}
/* line 91, ../../app/styles/base/_mixins.scss */
.m-distances-container p {
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 91, ../../app/styles/base/_mixins.scss */
  .m-distances-container p {
    font-size: 1.4286em;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 600px) {
  /* line 5, ../../app/styles/modules/_distances.scss */
  .m-distances-container {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 5, ../../app/styles/modules/_distances.scss */
  .m-distances-container {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1500px) {
  /* line 5, ../../app/styles/modules/_distances.scss */
  .m-distances-container {
    padding-left: 5%;
    max-width: none;
  }
}

/* line 23, ../../app/styles/modules/_distances.scss */
.m-distances-grid {
  padding-bottom: 2em;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  /* line 23, ../../app/styles/modules/_distances.scss */
  .m-distances-grid {
    width: 50%;
  }
}
@media screen and (min-width: 1500px) {
  /* line 23, ../../app/styles/modules/_distances.scss */
  .m-distances-grid {
    display: inline-block;
    width: 33.333333%;
  }
}
/* line 38, ../../app/styles/modules/_distances.scss */
.m-distances-grid .typo-infotext {
  font-size: 1.2em;
}
/* line 41, ../../app/styles/modules/_distances.scss */
.m-distances-grid .typo-infotext strong {
  font-weight: 500;
}
/* line 50, ../../app/styles/modules/_distances.scss */
.m-distances-grid .icon {
  bottom: -0.65em;
  width: 5em;
  margin-left: -2.3em;
}
@media screen and (min-width: 600px) {
  /* line 50, ../../app/styles/modules/_distances.scss */
  .m-distances-grid .icon {
    margin-left: -0.8em;
    width: 7em;
    bottom: -1.3em;
  }
}

/* line 1, ../../app/styles/modules/_imprint.scss */
.m-imprint, .m-disclaimer {
  border-top: 1px solid #ffd678;
}

/* line 7, ../../app/styles/modules/_imprint.scss */
.m-imprint-container, .m-disclaimer-container {
  text-align: left;
}
/* line 11, ../../app/styles/modules/_imprint.scss */
.m-imprint-container p, .m-disclaimer-container p {
  padding: 1em 2em;
  text-align: left;
}
/* line 15, ../../app/styles/modules/_imprint.scss */
.m-imprint-container p a, .m-disclaimer-container p a {
  color: white;
  text-decoration: none;
}
/* line 21, ../../app/styles/modules/_imprint.scss */
.m-imprint-container h1, .m-disclaimer-container h1 {
  text-transform: uppercase;
}

/* line 1, ../../app/styles/states/_states.scss */
.is-visible {
  display: block;
}

/* line 5, ../../app/styles/states/_states.scss */
.is-hidden {
  display: none;
}

/* line 9, ../../app/styles/states/_states.scss */
.is-fixed {
  position: fixed;
}

/* line 13, ../../app/styles/states/_states.scss */
.is-open {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 20, ../../app/styles/states/_states.scss */
.is-not-scrolling {
  overflow: hidden;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* Swiper Styles */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* Specify Swiper's Size: */
.swiper-container {
	height: 0;
	padding-bottom: 50%;
	/*max-height: 720px;*/
}

.swiper-slide {
	height: 0;
	padding-bottom: 50%;
	background-size: contain;
}
