/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

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

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* --------------------- */
/* Import wire.scss */
/**
 * wire.css
 * @version    1.2.5
 * @homepage   http://wirecss.com
 * @author     Pedro Garcia <pedro@pedrogarcia.me> (http://pedrogarcia.me)
 * @license    Licensed under MIT
 */
/* ----------------------
//
// RESET (Normalize)
//
// ----------------------

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
.form .field textarea,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
.form .field textarea,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
.form .field textarea,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
.form .field textarea::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring,
.form .field textarea:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 719px) {
  .visible-small {
    display: block !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .visible-retina {
    display: block !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .visible-medium {
    display: block !important;
  }
}
@media screen and (min-width: 959px) {
  .visible-large {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .visible-huge {
    display: block !important;
  }
}
@media screen and (max-width: 719px) {
  .hidden-small {
    display: none !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .hidden-retina {
    display: none !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .hidden-medium {
    display: none !important;
  }
}
@media screen and (min-width: 959px) {
  .hidden-large {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-huge {
    display: none !important;
  }
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  height: 100%;
  line-height: 1.45;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.button,
.btn,
input[type=submit],
.form .field textarea[type=submit],
input[type=button],
.form .field textarea[type=button] {
  background-color: #48a8ce;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  line-height: inherit;
  padding: 0.7em 1.4em;
  text-align: center;
  transition: background-color 0.2s ease-out;
  vertical-align: bottom;
}
.button:hover,
.btn:hover,
input[type=submit]:hover,
.form .field textarea[type=submit]:hover,
input[type=button]:hover,
.form .field textarea[type=button]:hover {
  background-color: #2b7e9f;
  color: #ffffff;
}
.small.button,
.small.btn,
input.small[type=submit],
.form .field textarea.small[type=submit],
input.small[type=button],
.form .field textarea.small[type=button] {
  font-size: 1.2rem;
}
.large.button,
.large.btn,
input.large[type=submit],
.form .field textarea.large[type=submit],
input.large[type=button],
.form .field textarea.large[type=button] {
  font-size: 1.8rem;
}
.x-large.button,
.x-large.btn,
input.x-large[type=submit],
.form .field textarea.x-large[type=submit],
input.x-large[type=button],
.form .field textarea.x-large[type=button] {
  font-size: 2.4rem;
}
.alt.button,
.alt.btn,
input.alt[type=submit],
.form .field textarea.alt[type=submit],
input.alt[type=button],
.form .field textarea.alt[type=button] {
  background-color: #e0e0e0;
  color: #7c7c7c;
}
.alt.button:hover,
.alt.btn:hover,
input.alt[type=submit]:hover,
.form .field textarea.alt[type=submit]:hover,
input.alt[type=button]:hover,
.form .field textarea.alt[type=button]:hover {
  background-color: #bababa;
}

input[type=submit][disabled], .form .field textarea[type=submit][disabled],
input[type=button][disabled],
.form .field textarea[type=button][disabled],
.button[disabled],
.btn[disabled],
.button.disabled,
.btn.disabled {
  background-color: #eeeeee;
  color: #8a8a8a;
  cursor: not-allowed;
}
input[type=submit][disabled]:hover, .form .field textarea[type=submit][disabled]:hover,
input[type=button][disabled]:hover,
.form .field textarea[type=button][disabled]:hover,
.button[disabled]:hover,
.btn[disabled]:hover,
.button.disabled:hover,
.btn.disabled:hover {
  background-color: #eeeeee;
  color: #8a8a8a;
}

.container {
  height: 100%;
  width: 100%;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

[class*=col-] {
  box-sizing: border-box;
  width: 100%;
}

.grid,
[data-grid] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

[data-grid~=row],
.grid--row {
  flex-direction: row;
}

[data-grid~=row-reverse],
.grid--row-reverse {
  flex-direction: row-reverse;
}

[data-grid~=column],
.grid--column {
  flex-direction: column;
}

[data-grid~=column-reverse],
.grid--column-reverse {
  flex-direction: column-reverse;
}

[data-grid~=wrap],
.grid--wrap {
  flex-wrap: wrap;
}

[data-grid~=wrap-reverse],
.grid--wrap-reverse {
  flex-wrap: wrap-reverse;
}

[data-grid~=nowrap],
.grid--nowrap {
  flex-wrap: nowrap;
}

[data-grid~=left],
.grid--left {
  justify-content: flex-start;
}

[data-grid~=right],
.grid--right {
  justify-content: flex-end;
}

[data-grid~=center],
.grid--center {
  justify-content: center;
}

[data-grid~=space-between],
.grid--between {
  justify-content: space-between;
}

[data-grid~=space-around],
.grid--around {
  justify-content: space-around;
}

[data-grid~=va-top],
.grid--va-top {
  align-items: flex-start;
}

[data-grid~=va-bottom],
.grid--va-bottom {
  align-items: flex-end;
}

[data-grid~=va-center],
.grid--va-center {
  align-items: center;
}

[data-grid~=va-baseline],
.grid--va-baseline {
  align-content: baseline;
}

[data-grid~=va-stretch],
.grid--va-stretch {
  align-content: stretch;
}

[data-grid~=ca-stretch],
.grid--ca-stretch {
  align-content: stretch;
}

[data-grid~=ca-top],
.grid--ca-top {
  align-content: flex-start;
}

[data-grid~=ca-bottom],
.grid--ca-bottom {
  align-content: flex-end;
}

[data-grid~=ca-center],
.grid--ca-center {
  align-content: center;
}

[data-grid~=ca-space-around],
.grid--ca-space-around {
  align-content: space-around;
}

[data-grid~=ca-space-between],
.grid--ca-space-between {
  align-content: space-between;
}

[data-grid~=center-center],
.grid--center-center {
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 100%;
}
[data-grid~=center-center] > *,
.grid--center-center > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.push-left {
  order: -100 !important;
}

.push-right {
  order: 100 !important;
}

.col-1,
[data-col~="1"] {
  width: 8.3333333333%;
}
@media screen and (max-width: 719px) {
  .col-1,
  [data-col~="1"] {
    width: 100%;
  }
}

.col-2,
[data-col~="2"] {
  width: 16.6666666667%;
}
@media screen and (max-width: 719px) {
  .col-2,
  [data-col~="2"] {
    width: 100%;
  }
}

.col-3,
[data-col~="3"] {
  width: 25%;
}
@media screen and (max-width: 719px) {
  .col-3,
  [data-col~="3"] {
    width: 100%;
  }
}

.col-4,
[data-col~="4"] {
  width: 33.3333333333%;
}
@media screen and (max-width: 719px) {
  .col-4,
  [data-col~="4"] {
    width: 100%;
  }
}

.col-5,
[data-col~="5"] {
  width: 41.6666666667%;
}
@media screen and (max-width: 719px) {
  .col-5,
  [data-col~="5"] {
    width: 100%;
  }
}

.col-6,
[data-col~="6"] {
  width: 50%;
}
@media screen and (max-width: 719px) {
  .col-6,
  [data-col~="6"] {
    width: 100%;
  }
}

.col-7,
[data-col~="7"] {
  width: 58.3333333333%;
}
@media screen and (max-width: 719px) {
  .col-7,
  [data-col~="7"] {
    width: 100%;
  }
}

.col-8,
[data-col~="8"] {
  width: 66.6666666667%;
}
@media screen and (max-width: 719px) {
  .col-8,
  [data-col~="8"] {
    width: 100%;
  }
}

.col-9,
[data-col~="9"] {
  width: 75%;
}
@media screen and (max-width: 719px) {
  .col-9,
  [data-col~="9"] {
    width: 100%;
  }
}

.col-10,
[data-col~="10"] {
  width: 83.3333333333%;
}
@media screen and (max-width: 719px) {
  .col-10,
  [data-col~="10"] {
    width: 100%;
  }
}

.col-11,
[data-col~="11"] {
  width: 91.6666666667%;
}
@media screen and (max-width: 719px) {
  .col-11,
  [data-col~="11"] {
    width: 100%;
  }
}

.col-12,
[data-col~="12"] {
  width: 100%;
}
@media screen and (max-width: 719px) {
  .col-12,
  [data-col~="12"] {
    width: 100%;
  }
}

@media screen and (max-width: 719px) {
  .col-small-1,
  [data-col-small~="1"] {
    width: 8.3333333333%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-1,
  [data-col-retina~="1"] {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-1,
  [data-col-medium~="1"] {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-1,
  [data-col-large~="1"] {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-1,
  [data-col-huge~="1"] {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-2,
  [data-col-small~="2"] {
    width: 16.6666666667%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-2,
  [data-col-retina~="2"] {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-2,
  [data-col-medium~="2"] {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-2,
  [data-col-large~="2"] {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-2,
  [data-col-huge~="2"] {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-3,
  [data-col-small~="3"] {
    width: 25%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-3,
  [data-col-retina~="3"] {
    width: 25%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-3,
  [data-col-medium~="3"] {
    width: 25%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-3,
  [data-col-large~="3"] {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-3,
  [data-col-huge~="3"] {
    width: 25%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-4,
  [data-col-small~="4"] {
    width: 33.3333333333%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-4,
  [data-col-retina~="4"] {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-4,
  [data-col-medium~="4"] {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-4,
  [data-col-large~="4"] {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-4,
  [data-col-huge~="4"] {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-5,
  [data-col-small~="5"] {
    width: 41.6666666667%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-5,
  [data-col-retina~="5"] {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-5,
  [data-col-medium~="5"] {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-5,
  [data-col-large~="5"] {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-5,
  [data-col-huge~="5"] {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-6,
  [data-col-small~="6"] {
    width: 50%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-6,
  [data-col-retina~="6"] {
    width: 50%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-6,
  [data-col-medium~="6"] {
    width: 50%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-6,
  [data-col-large~="6"] {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-6,
  [data-col-huge~="6"] {
    width: 50%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-7,
  [data-col-small~="7"] {
    width: 58.3333333333%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-7,
  [data-col-retina~="7"] {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-7,
  [data-col-medium~="7"] {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-7,
  [data-col-large~="7"] {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-7,
  [data-col-huge~="7"] {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-8,
  [data-col-small~="8"] {
    width: 66.6666666667%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-8,
  [data-col-retina~="8"] {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-8,
  [data-col-medium~="8"] {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-8,
  [data-col-large~="8"] {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-8,
  [data-col-huge~="8"] {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-9,
  [data-col-small~="9"] {
    width: 75%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-9,
  [data-col-retina~="9"] {
    width: 75%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-9,
  [data-col-medium~="9"] {
    width: 75%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-9,
  [data-col-large~="9"] {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-9,
  [data-col-huge~="9"] {
    width: 75%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-10,
  [data-col-small~="10"] {
    width: 83.3333333333%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-10,
  [data-col-retina~="10"] {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-10,
  [data-col-medium~="10"] {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-10,
  [data-col-large~="10"] {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-10,
  [data-col-huge~="10"] {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-11,
  [data-col-small~="11"] {
    width: 91.6666666667%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-11,
  [data-col-retina~="11"] {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-11,
  [data-col-medium~="11"] {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-11,
  [data-col-large~="11"] {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-11,
  [data-col-huge~="11"] {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-12,
  [data-col-small~="12"] {
    width: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-12,
  [data-col-retina~="12"] {
    width: 100%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-12,
  [data-col-medium~="12"] {
    width: 100%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-12,
  [data-col-large~="12"] {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-12,
  [data-col-huge~="12"] {
    width: 100%;
  }
}
.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 719px) {
  .col-small-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-3 {
    margin-left: 25%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-3 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-6 {
    margin-left: 50%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-6 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-9 {
    margin-left: 75%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-9 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (max-width: 719px) {
  .col-small-offset-12 {
    margin-left: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 192), (min-resolution: 192dppx) {
  .col-retina-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 720px) and (max-width: 958px) {
  .col-medium-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 959px) {
  .col-large-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-huge-offset-12 {
    margin-left: 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 3.6rem;
  line-height: 1.3;
}

h2,
.h2 {
  font-size: 3rem;
  line-height: 1.35;
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 1.45;
}

h4,
.h4 {
  font-size: 1.8rem;
  line-height: 1.6;
}

h5,
.h5 {
  font-size: 1.4rem;
  line-height: 1.75;
}

h6,
.h6 {
  font-size: 1.2rem;
  line-height: 1.9;
}

mark {
  background: rgba(72, 168, 206, 0.16);
  padding: 0.2em;
}

a {
  color: #48a8ce;
  text-decoration: none;
}
a:hover, a:active {
  color: #1a4e63;
}

.form[data-form~=horizontal] {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form[data-form~=horizontal] .field {
  padding-right: 2%;
}
.form[data-form~=horizontal] .field:last-child {
  padding-right: 0;
}
.form .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form .row .field {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 719px) {
  .form .row .field {
    padding-left: 0;
    padding-right: 0;
  }
}
.form .row .field:first-child {
  padding-left: 0;
}
.form .row .field:last-child {
  padding-right: 0;
}
.form .field {
  margin-bottom: 1em;
}
.form .field label {
  display: inline-block;
  margin-bottom: 0.3rem;
}
.form .field input[type=email],
.form .field input[type=password],
.form .field input[type=search],
.form .field input[type=text],
.form .field textarea,
.form .field input[type=tel],
.form .field input[type=url],
.form .field select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  height: 3.8rem;
  padding: 0.5em;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
}
.form .field input[type=email]:focus,
.form .field input[type=password]:focus,
.form .field input[type=search]:focus,
.form .field input[type=text]:focus,
.form .field textarea:focus,
.form .field input[type=tel]:focus,
.form .field input[type=url]:focus,
.form .field select:focus {
  border-color: #a0a0a0;
  outline: none;
}
.form .field textarea {
  height: auto;
}
.form .field input[type=checkbox]:focus, .form .field textarea[type=checkbox]:focus,
.form .field input[type=radio]:focus,
.form .field textarea[type=radio]:focus {
  border-color: #a0a0a0;
  outline: none;
}
.form .field input[type=checkbox] + label, .form .field textarea[type=checkbox] + label,
.form .field input[type=radio] + label,
.form .field textarea[type=radio] + label {
  margin-left: 0.25rem;
  max-width: 88%;
  vertical-align: top;
}

dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}
dl.list--horizontal {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dl.list--horizontal dt {
  padding-right: 1em;
  text-align: left;
  width: 30%;
}
dl.list--horizontal dd {
  width: 70%;
}

.list--inline {
  display: inline-block;
  padding: 0;
}
.list--inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list--inline > li:first-child {
  padding-left: 0;
}
.list--inline > li:last-child {
  padding-right: 0;
}

.list--unstyled, .form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--unstyled ul, .form ul ul {
  padding: 0;
}
.list--unstyled li, .form ul li {
  list-style: none;
}

table {
  width: 100%;
}
@media screen and (max-width: 719px) {
  table[data-table~=responsive] thead,
  table[data-table~=responsive] th {
    display: none;
  }
  table[data-table~=responsive] tbody tr {
    border-bottom: 1px solid #d2d2d2;
    display: block;
  }
  table[data-table~=responsive] tbody tr:last-child {
    border-bottom: 0;
  }
  table[data-table~=responsive] tbody td {
    display: block;
    margin-left: 8em;
  }
  table[data-table~=responsive] tbody td::before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: 700;
    margin-left: -8em;
    min-width: 8em;
  }
  table[data-table~=responsive] tfoot td {
    display: block;
  }
}
table th,
table td {
  padding: 0.5em;
}
table th {
  text-align: left;
}
table thead th {
  border-bottom: 1px solid #d2d2d2;
}
table tfoot {
  border-top: 1px solid #d2d2d2;
}
table[data-table~=striped] tr:nth-child(even) {
  background: #e5e5e5;
}

img {
  max-width: 100%;
  width: 100%;
}
img.fixed {
  width: auto;
}
img.border {
  border: 1px solid #e0e0e0;
  padding: 0.2em;
}
img.round {
  border-radius: 100%;
}

/* --------------------- */
body {
  font-family: "Avenir";
}

.headerimg {
  height: 100vh;
  background: #ccc url(/img/apple-store.png) center center;
  background-size: cover;
}
.headerimg.headerimprint {
  background: #ccc url(/img/apple-store2.png) center right;
  height: auto;
}

.gaheader {
  /* position: absolute; */
  height: 70px;
  width: 100%;
  /* background-color: aqua; */
}

.contact, .imprint {
  justify-content: flex-end;
  /* padding: 24px; */
  padding: 24px 88px 128px;
}
.contact strong, .imprint strong {
  color: #ababab;
  font-weight: normal;
}

.imprint {
  padding-top: 48px;
}
.imprint h1 {
  font-size: 16px;
}
.imprint h1 a {
  color: #9d1e0f;
}
.imprint p.hl {
  font-weight: bold;
  font-size: 20px;
}
.imprint a {
  color: #9d1e0f;
}
.imprint a.adr {
  display: block;
}

.contact h1 {
  font-size: 30px;
}

.contact h2 {
  font-size: 16px;
  font-weight: normal;
}

.contact p,
.contact a {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.contact p.adr,
.contact a.adr {
  padding-top: 16px;
  margin: 0;
}
.contact p.tel,
.contact a.tel {
  color: #000;
}

.contact h1, .contact a {
  color: #9d1e0f;
  font-weight: normal;
}

.impressum {
  background: #fff;
  display: block;
  padding: 4px 8px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.impressum a {
  font-size: 10px;
  color: #666;
  text-decoration: underline;
}

.home {
  background: #fff;
  display: block;
}
.home a {
  color: #666;
  text-decoration: underline;
}

.logo {
  position: absolute;
  width: 320px;
  height: 36px;
  background: url("/img/gueldenzopf-architektur.svg") left center no-repeat;
  background-size: contain;
  top: 58px;
  left: 88px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.logo-mobil {
  display: none;
}

@media screen and (max-width: 958px) {
  .headerimg {
    height: 50vh;
    background: #ccc url(/img/apple-store.png) center center;
    background-size: cover;
  }
  .headerimg.headerimprint {
    background: #ccc url(/img/apple-store2.png) bottom 20%;
    height: 50vh;
  }
  .contact, .imprint {
    padding: 48px 30px;
  }
  .contact h1 {
    font-size: 24px;
  }
  .logo {
    display: none;
    background-image: url("/img/gueldenzopf-architektur.svg") left center no-repeat;
    background-size: contain;
    height: 40px;
  }
  .logo-mobil {
    display: block;
    position: relative;
    background: url("/img/gueldenzopf-architektur.svg") left center no-repeat;
    background-size: contain;
    height: 36px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .impressum {
    background: #fff;
    display: block;
    padding: 36px 8px 4px 0px;
    position: unset;
    right: auto;
    bottom: auto;
  }
  .impressum a {
    font-size: 10px;
    color: #666;
    text-decoration: underline;
  }
}/*# sourceMappingURL=style.css.map */