@charset "UTF-8";
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			main.less  
*/
/*@import "../components/lesshat/lesshat.less";*/
/*@import "@{libPath}/cardinal/base/mixins/media-queries.less";*/
/*@import "@{libPath}/cardinal/base/mixins/momentum-scrolling.less";*/
/*@import "@{libPath}/cardinal/base/mixins/vertically-centered.less";*/
/*! normalize.css v3.0.2 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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`.
 */
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).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ========================================================================== *\
   Base -> Reset ($base-reset)
\* ========================================================================== */
/**
 * `border-box`... ALL THE THINGS!
 *
 * @link http://cbrac.co/RQrDL5
 */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/**
 * Inheriting the `box-sizing` property is a better practice.
 *
 * @link http://cbrac.co/1tqPFsy
 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
/**
 * Remove margins, paddings, and borders from HTML elements.
 *
 * @link http://cbrac.co/1Ev9etR
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
}
/**
 * Remove default border for <iframe> elements.
 *
 * @link http://cbrac.co/1CVyNTj
 */
iframe {
  border: 0;
}
/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 *
 * It is okay to use `!important` here because we always want this rule to take
 * precedence.
 *
 * @link http://cbrac.co/1Evazku
 */
[tabindex="-1"]:focus {
  outline: none !important;
}
/*@import "@{libPath}/cardinal/base/root.less";*/
/* ========================================================================== *\
   Base -> Anchors ($base-anchors)
\* ========================================================================== */
a {
  text-decoration: underline;
  color: #000000;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
/*@import "@{libPath}/cardinal/base/text-elements.less";*/
/* ========================================================================== *\
   Base -> Headings ($base-headings)
\* ========================================================================== */
/**
 * NOTE: Use the `text-rendering` property with caution.
 *
 * @link http://cbrac.co/SJt8p1
 * @link http://cbrac.co/1Fjv7IR
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Attractive', serif;
  font-weight: 700;
  color: #252223;
}
h1,
.h1 {
  /*px*/ font-size: 28px;
  /*rem*/ font-size: 1.75rem;
}
h2,
.h2 {
  /*px*/ font-size: 86px;
  /*rem*/ font-size: 5.375rem;
}
h3,
.h3 {
  /*px*/ font-size: 42px;
  /*rem*/ font-size: 2.625rem;
}
h4,
.h4 {
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
}
h5,
.h5 {
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
h6,
.h6 {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
/* ========================================================================== *\
   Base -> Lists ($base-lists)
\* ========================================================================== */
/**
 * Set some basic styles for definition lists.
 */
dl dt {
  font-weight: 700;
  color: #222222;
}
dl dd {
  margin: 0;
}
/**
 * Reset the left margin for <ol> and <ul> elements.
 */
ol li,
ul li {
  /*px*/ margin-left: 24px;
  /*rem*/ margin-left: 1.5rem;
}
/**
 * Set nested `list-style` types for ordered lists.
 */
ol {
  list-style: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
/**
 * Remove `margin-bottom` on nested lists.
 */
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
/*@import "@{libPath}/cardinal/base/horizontal-rules.less";*/
/*@import "@{libPath}/cardinal/base/blockquotes.less";*/
/*@import "@{libPath}/cardinal/base/code.less";*/
/*@import "@{libPath}/cardinal/base/embedded-content.less";*/
/*@import "@{libPath}/cardinal/base/form-elements.less";*/
/*@import "@{libPath}/cardinal/base/tables.less";*/
/* ========================================================================== *\
   Base -> Print ($base-print)
\* ========================================================================== */
/**
 * Print styles extracted from HTML5-Boilerplate
 *
 * @link http://cbrac.co/1RvNULl
 */
@media print {
  /* 1. Black prints faster - http://cbrac.co/XvusCs */
  * {
    color: #000000 !important;
    /* 1 */
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* Don’t show links for images, or javascript/internal links */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #777777;
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  /* 1. http://cbrac.co/Q6s1o2 */
  thead {
    display: table-header-group;
    /* 1 */
  }
}
/* ========================================================================== *\
   Utilities -> Visually Hidden ($utilities-visually-hidden)
\* ========================================================================== */
/**
 * Hide only visually, but have it available for screenreaders.
 *
 * @link http://cbrac.co/TUcUgH
 */
.vh {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
/**
 * Extends the `.vh` class to allow the element to be focusable when navigated
 * to via the keyboard.
 *
 * @link http://cbrac.co/RR8gO6
 */
.vh.focusable:active,
.vh.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}
/*@import "@{libPath}/cardinal/components/buttons.less";*/
/* ========================================================================== *\
   Objects -> Lists ($objects-lists)
\* ========================================================================== */
/**
 * Bare Lists
 *
 * Use to remove default list styles from <ol> and <ul> elements.
 */
.list-bare {
  list-style: none;
}
.list-bare li {
  margin-left: 0;
}
/**
 * Reset Lists
 *
 * Use to remove all list styles from <ol> and <ul> elements.
 */
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-reset li {
  margin-left: 0;
}
/**
 * Inline Lists
 *
 * Create inline-style list items with <ol> and <ul> elements.
 */
.list-inline {
  list-style: none;
  padding: 0;
}
.list-inline li {
  display: inline;
  margin-left: 0;
}
/**
 * Delimited lists
 * Hat tip to @csswizardry for the technique.
 *
 * @link http://cbrac.co/1RvOzMU
 */
.list-inline-delimited > li + li:before {
  content: ",\00A0";
}
/*@import (inline) "@{libPath}/flickity/css/flickity.css";*/
/*@import (inline) "@{libPath}/magnific-popup/dist/magnific-popup.css";*/
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			proj_fonts.less  
*/
@font-face {
  font-family: "Funnel";
  src: url("../fonts/funnel/funnel-sans-v3-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Funnel";
    src: url("../fonts/funnel/funnel-sans-v3-latin-regular.svg#Funnel") format("svg");
  }
}
@font-face {
  font-family: "Funnel";
  src: url("../fonts/funnel/funnel-sans-v3-latin-600.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Funnel";
    src: url("../fonts/funnel/funnel-sans-v3-latin-600.svg#Funnel") format("svg");
  }
}
@font-face {
  font-family: "Funnel";
  src: url("../fonts/funnel/funnel-sans-v3-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Funnel";
    src: url("../fonts/funnel/funnel-sans-v3-latin-300.svg#Funnel") format("svg");
  }
}
@font-face {
  font-family: "Attractive";
  src: url("../fonts/attractive/Attractive-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Attractive";
    src: url("../fonts/attractive/Attractive-Italic.svg#Attractive") format("svg");
  }
}
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			proj_variables.less  
*/
/* Phone Mini */
/* Phone */
/* Small Tablet */
/* Desktop, Big Tablet */
/* Wide Desktop */
/* Desktop HD */
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			proj_mixins.less  
*/
.stuck {
  position: fixed;
}
.screen-reader {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.lazyloading + .cssload-container,
.lazyloading .pswp__preloader {
  opacity: 1 !important;
}
.lazyloaded + .cssload-container,
.lazyloaded > .pswp__preloader {
  opacity: 0 !important;
}
.cssload-container {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 25px !important;
  height: 25px !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
/*.blur-up {
    filter: blur(4px);
    transition: filter 1s;
 }

.blur-up.lazyloaded {
    .filter(blur(0));
}*/
.no-js .lazyload {
  opacity: 1;
}
.no-js .blur-up {
  -webkit-filter: none;
          filter: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.vat {
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vam {
  vertical-align: middle;
}
.spacing-base {
  letter-spacing: 0.05em;
}
.spacing-wide {
  letter-spacing: 0.08em;
}
.spacing-small {
  letter-spacing: 0.03em;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.half {
  width: 50%;
}
.third {
  width: 33.333333%;
}
.fourth {
  width: 25%;
}
.fifth {
  width: 20%;
}
.two-thirds {
  width: 66.666666%;
}
.hide {
  display: none;
}
.block,
.show {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.visible {
  visibility: visible;
}
.hidden {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.table {
  width: 100%;
  display: table;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
}
.cell-nowrap {
  white-space: nowrap;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/* ========================================================================== *\
   Base -> Root ($base-root)
\* ========================================================================== */
/**
 * The <html> element.
 *
 * 1. Set the default `font-size` and `line-height` for the project based on
      variables set previously. The `font-size` is represented in `rem`s, and
      the `line-height` is represented as a unitless value.
*
 * 2. Force a vertical scrollbar.
 *
 *    @link http://cbrac.co/163MspB
 *
 * 3. Ensure the <html> element's `height` is at least the viewport height.
 *
 * NOTES:
 *
 * - Use `text-rendering` with caution.
 *
 *   @link http://cbrac.co/SJt8p1
 *
 * - Avoid the webkit anti-aliasing trap.
 *
 *   @link http://cbrac.co/TAdhbH
 *
 * - IE for Windows Phone 8 ignores `-ms-text-size-adjust` if the viewport
 *   <meta> tag is used.
 *
 *   @link http://cbrac.co/1cFrAvl
 */
html {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  /*overflow-y: scroll;              /* 2 */
  height: 100%;
  /* 3 */
  background-color: #ffffff;
  color: #252223;
}
/**
 * The <body> element.
 *
 * 1. Ensure the <body> element's `min-height` is at least the viewport height.
 */
body {
  min-height: 100%;
  /* 1 */
}
/**
 * Set a consistent margin for common elements to maintain vertical rhythm.
 */
blockquote,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
hr,
menu,
ol,
p,
pre,
summary,
table,
ul {
  /*px*/ margin-bottom: 24px;
  /*rem*/ margin-bottom: 1.5rem;
}
/**
 * Add word wrapping and basic hyphenation to common elements.
 */
caption,
p,
table,
td,
textarea,
th {
  word-wrap: break-word;
  -moz-hyphens: auto;
   -ms-hyphens: auto;
       hyphens: auto;
}
/**
 * NOTE: Do not remove :focus styles! It’s an accessibility no-no.
 *
 * @link http://cbrac.co/1cNYD2l
 */
:focus {
  /*px*/ outline: 1px dotted #222222 5px auto -webkit-focus-ring-color;
  /*rem*/ outline: 0.0625rem dotted #222222 0.3125rem auto -webkit-focus-ring-color;
}
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			buttons.less  
*/
.btn {
  position: relative;
  /*px*/ border-radius: 25pxpx;
  /*rem*/ border-radius: 1.5625pxrem;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  background-color: #008fa9;
}
.btn:active,
.btn.is-active {
  background-color: #00758b;
  /*px*/ -webkit-box-shadow: 0 0 8px hsla(0, 0%, 0%, 0.25) inset; box-shadow: 0 0 8px hsla(0, 0%, 0%, 0.25) inset;
  /*rem*/ -webkit-box-shadow: 0 0 0.5rem hsla(0, 0%, 0%, 0.25) inset; box-shadow: 0 0 0.5rem hsla(0, 0%, 0%, 0.25) inset;
}
.btn-arrow-right [class^="icon-"],
.btn-arrow-right [class*=" icon-"] {
  position: absolute;
  top: 50%;
  right: 25px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  .btn-arrow-right [class^="icon-"],
  .btn-arrow-right [class*=" icon-"] {
    right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-arrow-right {
    /*px*/ padding-right: 75px;
    /*rem*/ padding-right: 4.6875rem;
  }
}
/**
 * Grid
 *
 * Set up responsive grid system.
 * 
 * This is heavily infleuenced by the Semantic Grid http://semantic.gs
 *
 * @author Abban Dunne http://abandon.ie
 * @author James Wilson http://jimmynotjim.com
 * @version 1.1
 *
 * modified by Philipp Hofstätter to work with negative margins instead of padding, which adds more flexibility
 * http://www.webdesignwien.co.at
 *
 */
/* Utility variable — you should never need to modify this */
/* row container */
/* column container */
/* Push adds left padding */
/* Pull adds right padding */
.rex-grid-6 > div:nth-child(6n + 1),
.rex-grid-6 > article:nth-child(6n + 1) {
  clear: left;
}
.rex-grid-6 .rex-item {
  width: 16.66666667%;
}
.rex-grid-5 > div:nth-child(5n + 1),
.rex-grid-5 > article:nth-child(5n + 1) {
  clear: left;
}
.rex-grid-5 .rex-item {
  width: 20%;
}
.rex-grid-4 > div:nth-child(4n + 1),
.rex-grid-4 > article:nth-child(4n + 1) {
  clear: left;
}
.rex-grid-4 .rex-item {
  width: 25%;
}
.rex-grid-3 > div:nth-child(3n + 1),
.rex-grid-3 > article:nth-child(3n + 1) {
  clear: left;
}
.rex-grid-3 .rex-item {
  width: 33.33333333%;
}
.rex-grid-2 > div:nth-child(2n + 1),
.rex-grid-2 > article:nth-child(2n + 1) {
  clear: left;
}
.rex-grid-2 .rex-item {
  width: 50%;
}
.rex-grid-1 > div:nth-child(1n + 1),
.rex-grid-1 > article:nth-child(1n + 1) {
  clear: left;
}
.rex-grid-1 .rex-item {
  width: 100%;
}
[class*="rex-grid"]:before,
[class*="rex-grid"]:after {
  display: table;
  content: " ";
}
[class*="rex-grid"]:after {
  clear: both;
}
[class*="rex-grid"] .rex-item {
  float: left;
}
/*@import "./base/offCanvas.less";*/
/*
Title:      boilerplate
Author:     Philipp Hofstätter (http://www.webdesignwien.co.at)
File:       preloader.less  
*/
.cssload-container {
  width: 100%;
  height: 25px;
  text-align: center;
}
.simple-spinner {
  height: 25px;
  width: 25px;
  display: block;
  border: 1px solid #333;
  border-top: 1px solid #ffffff;
  border-radius: 100%;
  margin: 0 auto;
  -webkit-animation: spin linear 0.55s infinite;
       -o-animation: spin linear 0.55s infinite;
          animation: spin linear 0.55s infinite;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			text-elements.less  
*/
small {
  /*px*/ font-size: 15px;
  /*rem*/ font-size: 0.9375rem;
}
.rex-editor {
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.rex-editor p {
  /*px*/ margin-bottom: 28px;
  /*rem*/ margin-bottom: 1.75rem;
}
.rex-editor ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*px*/ margin: 42px 0;
  /*rem*/ margin: 2.625rem 0;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#fff)), radial-gradient(at 0% 0%, #06d7ffaa, #0000 60%), radial-gradient(at 100% 0%, #ffe484aa, #0000 60%);
  background-image: -o-linear-gradient(top, transparent 40%, #fff 100%), -o-radial-gradient(at 0% 0%, #06d7ffaa, #0000 60%), -o-radial-gradient(at 100% 0%, #ffe484aa, #0000 60%);
  background-image: linear-gradient(to bottom, transparent 40%, #fff 100%), radial-gradient(at 0% 0%, #06d7ffaa, #0000 60%), radial-gradient(at 100% 0%, #ffe484aa, #0000 60%);
  /*px*/ padding: 42px 30px 42px 46px;
  /*rem*/ padding: 2.625rem 1.875rem 2.625rem 2.875rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 8px 1px rgba(222, 222, 222, 0.8);
          box-shadow: 0px 1px 8px 1px rgba(222, 222, 222, 0.8);
  font-size: 1.1rem;
  line-height: 1.5;
}
.rex-editor ul li {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .rex-editor ul {
    /*px*/ padding: 35px 20px 35px 25px;
    /*rem*/ padding: 2.1875rem 1.25rem 2.1875rem 1.5625rem;
  }
}
.rex-editor ul > li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  min-height: 34px;
  font-weight: normal;
}
.rex-editor ul > li:last-child {
  margin-bottom: 0;
}
.rex-editor ul > li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #252223;
  border-radius: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-65%);
      -ms-transform: translateY(-65%);
       -o-transform: translateY(-65%);
          transform: translateY(-65%);
}
@media only screen and (max-width: 767px) {
  .rex-editor ul > li {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .rex-editor ul > li {
    line-height: 1.4;
  }
}
.rex-editor p:last-of-type {
  margin-bottom: 0 !important;
}
/*@import "./base/pagination.less";*/
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			modules-base.less  
*/
.rex-module {
  /*px*/ padding-bottom: 42px;
  /*rem*/ padding-bottom: 2.625rem;
  /*px*/ padding-top: 28px;
  /*rem*/ padding-top: 1.75rem;
  /*px*/ margin-bottom: 42px;
  /*rem*/ margin-bottom: 2.625rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33333333%, #00758e), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #00758e 33.33333333%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #00758e 33.33333333%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  -o-background-size: 3px 1px;
     background-size: 3px 1px;
  background-position: bottom;
}
.rex-module:not(.rex-intro) {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .rex-module:not(.rex-intro) {
    padding-left: 0;
    padding-right: 0;
  }
}
/*@import "./modules/accordion.less";*/
/*@import "./modules/article-lists.less";*/
/*@import "./modules/colors.less";*/
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			footer.less  
*/
footer {
  /*px*/ margin-top: 102px;
  /*rem*/ margin-top: 6.375rem;
  /*px*/ font-size: 22px;
  /*rem*/ font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  footer {
    font-size: 16px;
  }
}
footer .footer-inner {
  margin: 0 auto;
  /*px*/ padding: 68px 0;
  /*rem*/ padding: 4.25rem 0;
  text-align: center;
}
footer .footer-inner figure {
  width: 220px;
  height: 220px;
  margin: 0 auto 2rem auto;
}
a[href^="tel"]:link {
  text-decoration: none;
}
/*@import "./modules/forms.less";*/
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			icons.less  
*/
/*@import "./modules/navigation.less";*/
/*@import "./modules/slider.less";*/
/*@import "./modules/popup.less";*/
/*@import "./modules/popup-styles.less";*/
/*
Title:			boilerplate
Author:			Philipp Hofstätter (http://www.webdesignwien.co.at)
File: 			styles.less  
*/
html,
body {
  height: 100%;
}
html {
  font-family: 'Funnel', sans-serif;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  line-height: 1.5;
  color: #252223;
}
body {
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  overflow-x: hidden;
}
a {
  text-decoration: underline;
  border-bottom: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
figure {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1 {
  color: #252223;
  line-height: 1;
  font-family: 'Funnel', sans-serif;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 16px;
  }
}
h2 {
  color: #252223;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 479px) {
  h2 {
    /*px*/ font-size: 75px;
    /*rem*/ font-size: 4.6875rem;
  }
}
h2 span {
  font-family: 'Funnel', sans-serif;
  display: block;
  /*px*/ font-size: 65px;
  /*rem*/ font-size: 4.0625rem;
  font-weight: 300;
}
h3,
h4,
h5,
h6 {
  color: #252223;
  line-height: 1.1;
  margin-bottom: 1em;
}
.container {
  padding-left: 45px;
  padding-right: 45px;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#intro .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px;
}
.main-header {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#fff)), radial-gradient(at 0% 0%, #aad0f9, #0000 60%), radial-gradient(at 100% 0%, #f1fbfe, #0000 60%), radial-gradient(at 100% 60%, #b5d6f9, #0000 60%), radial-gradient(at 0% 60%, #f1fbfe, #0000 60%);
  background-image: -o-linear-gradient(top, transparent 40%, #fff 100%), -o-radial-gradient(at 0% 0%, #aad0f9, #0000 60%), -o-radial-gradient(at 100% 0%, #f1fbfe, #0000 60%), -o-radial-gradient(at 100% 60%, #b5d6f9, #0000 60%), -o-radial-gradient(at 0% 60%, #f1fbfe, #0000 60%);
  background-image: linear-gradient(to bottom, transparent 40%, #fff 100%), radial-gradient(at 0% 0%, #aad0f9, #0000 60%), radial-gradient(at 100% 0%, #f1fbfe, #0000 60%), radial-gradient(at 100% 60%, #b5d6f9, #0000 60%), radial-gradient(at 0% 60%, #f1fbfe, #0000 60%);
  text-align: center;
}
.main-header .container {
  position: relative;
  /*px*/ padding-top: 42px;
  /*rem*/ padding-top: 2.625rem;
  padding-left: 0;
  padding-right: 0;
}
.sticky-image {
  left: -9999em;
  position: absolute;
  width: 35px;
  height: 36px;
  opacity: 0;
  overflow: hidden;
  line-height: 1;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.2s ease-in;
  transition: opacity 0.45s, -webkit-transform 0.2s ease-in;
  -o-transition: opacity 0.45s, -o-transform 0.2s ease-in;
  transition: opacity 0.45s, transform 0.2s ease-in;
  transition: opacity 0.45s, transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -o-transform 0.2s ease-in;
  -webkit-transform: translate(-200%, -50%);
      -ms-transform: translate(-200%, -50%);
       -o-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
}
@media only screen and (max-width: 479px) {
  .sticky-image {
    display: none !important;
  }
}
.to-top {
  position: absolute;
  left: auto;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(200%, -50%);
      -ms-transform: translate(200%, -50%);
       -o-transform: translate(200%, -50%);
          transform: translate(200%, -50%);
}
@media only screen and (max-width: 479px) {
  .to-top {
    right: 10px;
  }
}
.to-top svg {
  font-size: 32px;
}
#sticky a {
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  text-decoration: none;
  border: none;
  display: block;
  /*px*/ padding: 42px 0;
  /*rem*/ padding: 2.625rem 0;
  background-color: transparent;
}
#sticky.stuck {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#sticky.stuck h1 {
  font-size: 1.25rem;
}
#sticky.stuck a {
  /*px*/ padding: 28px 0;
  /*rem*/ padding: 1.75rem 0;
}
#sticky.stuck .sticky-header {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33333333%, #00758e), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #00758e 33.33333333%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #00758e 33.33333333%, rgba(255, 255, 255, 0) 0%);
  background-repeat: repeat-x;
  -o-background-size: 3px 1px;
     background-size: 3px 1px;
  background-position: bottom;
}
#sticky.stuck .sticky-image {
  visibility: visible;
  opacity: 1;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.logo-container {
  position: relative;
  width: 120px;
  margin: 0 auto;
  /*px*/ margin-bottom: 42px;
  /*rem*/ margin-bottom: 2.625rem;
  overflow: visible;
  -webkit-transition: width 0.3s 0.1s;
  -o-transition: width 0.3s 0.1s;
  transition: width 0.3s 0.1s;
}
@media only screen and (max-width: 479px) {
  .logo-container {
    width: 90px;
  }
}
.logo {
  display: block;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
  padding-bottom: 100%;
  background-color: transparent;
}
.logo:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
}
.logo > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.logo img {
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}
.main-header.sticky .logo-container {
  width: 120px;
}
@media only screen and (max-width: 479px) {
  .main-header.sticky .logo-container {
    width: 120px;
    opacity: 0;
  }
}
.main-header.sticky .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .main-header.sticky .container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.rex-module.rex-intro {
  /*px*/ padding-bottom: 30px;
  /*rem*/ padding-bottom: 1.875rem;
}
.rex-module.rex-intro:before,
.rex-module.rex-intro:after {
  display: table;
  content: " ";
}
.rex-module.rex-intro:after {
  clear: both;
}
.rex-module.rex-intro .rex-item {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rex-module.rex-intro .rex-item {
    display: block;
    float: left;
    width: 50%;
  }
}
.rex-module.rex-intro .rex-item h3 {
  font-family: 'Funnel', sans-serif;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
.rex-module.rex-intro .rex-item-container {
  margin: 0 20px;
}
.rex-module.rex-intro .icon {
  font-size: 86px;
  color: #013343;
}
@media only screen and (min-width: 768px) {
  .rex-module.rex-intro .icon {
    font-size: 72px;
  }
}
@media only screen and (max-width: 479px) {
  .rex-module.rex-intro .icon {
    font-size: 52px;
  }
}
.rex-module.rex-intro .rex-icon {
  /*px*/ padding: 28px 0;
  /*rem*/ padding: 1.75rem 0;
}
.rex-module.rex-intro .rex-icon figcaption {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.rex-screen {
  margin-bottom: calc(4vw + 2vh);
  position: relative;
}
.rex-screen figcaption {
  text-align: center;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ padding-top: 16px;
  /*rem*/ padding-top: 1rem;
  max-width: 720px;
  margin: 0 auto;
  color: #252223;
}
@media only screen and (max-width: 479px) {
  .rex-screen figcaption {
    /*px*/ font-size: 16px;
    /*rem*/ font-size: 1rem;
  }
}
.rex-screen figcaption a {
  color: #252223;
  font-weight: 700;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.5rem;
  text-decoration: none;
}
.rex-screen figcaption span {
  display: block;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
.rex-screen figcaption p {
  margin-bottom: 0;
}
.rex-image {
  display: block;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
.rex-image:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
}
.rex-image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.rex-image img {
  height: auto;
}
.rex-image img {
  z-index: 1;
}
.rex-image .cssload-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.new {
  display: inline-block;
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #e73f3e;
  color: white;
  font-weight: 700;
  -webkit-transform: rotate(335deg);
      -ms-transform: rotate(335deg);
       -o-transform: rotate(335deg);
          transform: rotate(335deg);
  border-radius: 50%;
  z-index: 2;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.new span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  /*px*/ font-size: 36px;
  /*rem*/ font-size: 2.25rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .new {
    width: 70px;
    height: 70px;
    top: -15px;
    right: -5px;
  }
  .new span {
    /*px*/ font-size: 28px;
    /*rem*/ font-size: 1.75rem;
  }
}
#back-to-top {
  z-index: 10;
  position: fixed;
  bottom: 2em;
  right: 17.5px;
  text-decoration: none;
  color: #252223;
  background-color: rgba(235, 235, 235, 0.7);
  font-size: 12px;
  padding: 0.6em 12px;
  display: none;
  line-height: 1;
  border-radius: 3px;
}
#back-to-top:before,
#back-to-top:after {
  display: table;
  content: " ";
}
#back-to-top:after {
  clear: both;
}
#back-to-top:hover {
  background-color: #087E98;
  color: #ffffff;
}
#back-to-top svg {
  font-size: 26px;
}
.rex-editor a[href*="#kontakt"] {
  display: inline-block;
  font-family: 'Funnel', sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #00829a;
  border: none;
  text-decoration: none;
  /*px*/ padding: 10px 35px;
  /*rem*/ padding: 0.625rem 2.1875rem;
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
  line-height: 46px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 130, 154, 0.24);
          box-shadow: 0 0 8px 4px rgba(0, 130, 154, 0.24);
  /*px*/ margin: 10px 0;
  /*rem*/ margin: 0.625rem 0;
}
.rex-editor a[href*="#kontakt"]:hover {
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 25px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 25px 0 rgba(0, 0, 0, 0.35);
}
/* ========================================================== */
/* = Responsive Media Queries                                = */
/* ========================================================== */
/* min-width: 1440px */
/* max-width: 1439px */
/* min-width: 1200px */
/* max-width: 1199px */
/* min-width: 992px */
@media only screen and (min-width: 992px) {
  html {
    /*px*/ font-size: 16px;
    /*rem*/ font-size: 1rem;
  }
}
/* max-width: 991px */
@media only screen and (max-width: 991px) {
  html {
    /*px*/ font-size: 15px;
    /*rem*/ font-size: 0.9375rem;
  }
}
/* min-width: 768px */
/* max-width: 767px */
@media only screen and (max-width: 767px) {
  html {
    /*px*/ font-size: 13px;
    /*rem*/ font-size: 0.8125rem;
  }
}
/* max-width: 479px */
@media only screen and (max-width: 479px) {
  html {
    /*px*/ font-size: 12px;
    /*rem*/ font-size: 0.75rem;
  }
}
/*# sourceMappingURL=main.css.map */