@charset "UTF-8";
/* styles.scss */
/* GD Gerlinde Drissner ~ gd-textileideen.de */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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;
  cursor: help; }

/**
 * 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 {
  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; }

/**
 * 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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * 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 {
  font-size: 100%;
  scroll-behavior: smooth; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #222;
  color: #ccc;
  text-shadow: none; }

::-webkit-selection {
  background: #222;
  color: #ccc;
  text-shadow: none; }

::selection {
  background: #222;
  color: #ccc;
  text-shadow: none; }

img, iframe {
  max-width: 100%; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. 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: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix::after {
  clear: both; }

.clear {
  clear: both; }

svg {
  fill: currentColor; }

/* Normalising fonts
 * -------------------------------------------------------------------------- */
/**
 * 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 */
  font-family: "Martel Sans", "Candara", "Lucida Sans Unicode", "Delicious", sans-serif, sans-serif; }

/**
 * 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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/**
 * 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;
  resize: vertical; }

/**
 * 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; }

/* Forms
   ========================================================================== */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 0.1rem solid #b62134;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea input[type="email"]:focus,
textarea input[type="number"]:focus,
textarea input[type="search"]:focus,
textarea input[type="text"]:focus,
textarea input[type="tel"]:focus,
textarea input[type="url"]:focus,
textarea input[type="password"]:focus,
textarea textarea:focus,
textarea select:focus {
  border: 0.1rem solid #b62134;
  outline: 0; }
textarea label,
textarea legend {
  display: block;
  /*margin-bottom: .5rem;*/
  font-weight: 700; }
textarea fieldset {
  padding: 0;
  border-width: 0; }
textarea input[type="checkbox"],
textarea input[type="radio"] {
  display: inline; }

.wrapper::before, .main-menu::before, .wrapper::after, .main-menu::after {
  content: " ";
  display: table; }
.wrapper::after, .main-menu::after {
  clear: both; }

.grid {
  display: grid; }
  @media screen and (min-width: 30rem) {
    .grid {
      grid-template-columns: 49% 49%;
      grid-column-gap: 2%; } }
  @media screen and (min-width: 40em) {
    .grid {
      grid-template-columns: 32% 32% 32%;
      grid-column-gap: 2%; } }
  @media screen and (min-width: 50rem) {
    .grid {
      grid-template-columns: 24% 24% 24% 24%;
      grid-column-gap: 1.3%; } }

.banner {
  background-color: #555;
  background-image: linear-gradient(135deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-135deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%), linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-position: top center, top center, bottom center, bottom center, top center, bottom center;
  background-size: 0.75rem 0.75rem, 0.75rem 0.75rem, 0.75rem 0.75rem, 0.75rem 0.75rem, 100% 1rem, 100% 1rem;
  background-repeat: repeat-x;
  color: #ccc;
  font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin: 0 -1rem 2rem;
  padding: 3rem 0;
  position: relative;
  text-align: center;
  transition: all .25s ease-in-out; }
  .banner.clear-side {
    background-color: #555;
    background-image: linear-gradient(135deg, white 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(-135deg, white 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(-45deg, white 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%), linear-gradient(90deg, #c8c8c8 2%, rgba(200, 200, 200, 0) 2%, rgba(200, 200, 200, 0) 97%, #c8c8c8 97%);
    background-position: top center, top center, bottom center, bottom center, top center, bottom center, center center;
    background-size: 0.75rem 0.75rem, 0.75rem 0.75rem, 0.75rem 0.75rem, 0.75rem 0.75rem, 100% 1rem, 100% 1rem, 100% 100%;
    background-repeat: repeat-x, repeat-x, repeat-x, repeat-x, repeat-x, repeat-x, repeat-y; }

q {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Proxima Nova', Futura, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-style: normal;
  font-size: 30px;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #A32B68;
  float: right;
  max-width: 350px;
  margin: 10px -15% 10px 20px;
  background: -webkit-linear-gradient(top, #fd0b58 0px, #a32b68 100%);
  background: linear-gradient(top, #fd0b58 0px, #a32b68 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  q:before {
    content: ''; }
  q:after {
    content: ''; }

@font-face {
  font-family: 'Martel Sans';
  src: url("fonts/martelsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Martel Sans';
  src: url("fonts/martelsans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Martel Sans';
  src: url("fonts/martelsans-heavy-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'PT Sans';
  src: url("fonts/ptsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PT Sans';
  src: url("fonts/ptsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'PT Sans';
  src: url("fonts/ptsans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'PT Sans';
  src: url("fonts/ptsans-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Sinkin Sans';
  src: url("fonts/sinkinsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sinkin Sans';
  src: url("fonts/sinkinsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Sinkin Sans';
  src: url("fonts/sinkinsans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Sinkin Sans';
  src: url("fonts/sinkinsans-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Proza Libre';
  src: url("fonts/prozalibre-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Proza Libre';
  src: url("fonts/prozalibre-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Proza Libre';
  src: url("fonts/prozalibre-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Proza Libre';
  src: url("fonts/prozalibre-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/lato-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/lato-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("fonts/lato-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/firasans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/firasans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/firasans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Fira Sans';
  src: url("fonts/firasans-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Asap';
  src: url("fonts/asap-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Asap';
  src: url("fonts/asap-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Asap';
  src: url("fonts/asap-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Asap';
  src: url("fonts/asap-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Vollkorn';
  src: url("fonts/vollkorn-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Vollkorn';
  src: url("fonts/vollkorn-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Vollkorn';
  src: url("fonts/vollkorn-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Vollkorn';
  src: url("fonts/vollkorn-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Rawengulk';
  src: url("fonts/rawengulk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Rawengulk';
  src: url("fonts/rawengulk-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Arima Madurai';
  src: url("fonts/arimamadurai-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arima Madurai';
  src: url("fonts/arimamadurai-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Tillana';
  src: url("fonts/tillana-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Tillana';
  src: url("fonts/tillana-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Glegoo';
  src: url("fonts/glegoo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Glegoo';
  src: url("fonts/glegoo-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Reswysokr';
  src: url("fonts/reswysokr-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fjalla One';
  src: url("fonts/fjallaone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sofadi One';
  src: url("fonts/sofadione-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 0.875rem; }
  @media screen and (min-width: 20rem) {
    html {
      font-size: calc(0.875rem + 0.375 * ((100vw - 20rem) / 30)); } }
  @media screen and (min-width: 50rem) {
    html {
      font-size: 1.25rem; } }

body {
  font-family: "Martel Sans", "Candara", "Lucida Sans Unicode", "Delicious", sans-serif;
  line-height: 1.5rem;
  color: #231f20; }

p, ul, ol {
  line-height: 1.5rem;
  margin-bottom: 1.5rem; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin-bottom: 1.5rem; }

h1 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: calc((1.5rem - 1.8rem) + 1.5rem); }

h2 {
  font-size: 1.5rem;
  line-height: 1.5rem; }

h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: calc((1.5rem - 1.2rem) + 1.5rem*2); }

h4 {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: calc((1.5rem - 1rem) + 1.5rem*2); }

h5 {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: calc((1.5rem - 0.875rem) + 1.5rem*2); }

.wrapper {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 2%;
  position: relative; }

body {
  position: relative; }
  body::after {
    content: "GD";
    position: fixed;
    right: -1vw;
    bottom: 9vw;
    color: #f3f3f3;
    font-size: 55vw;
    font-weight: 900;
    z-index: -1; }
    @media screen and (min-width: 30rem) {
      body::after {
        font-size: 36vw;
        bottom: 6vw; } }

/* overlay background textures (png + _@2X):
 * darkdenim3, dark_mosaic, debut_dark, dust, exclusive_paper, gplaypattern, irongrip, paper_3, px_by_Gre3g, random_grey_variations, square_bg, worn_dots */
.header .wrapper::after, .leistungen .wrapper::after, .ueber-gd .wrapper::after, .galerie .wrapper::after {
  width: 38.2%;
  height: .15rem;
  content: " ";
  position: absolute;
  background-color: #b62134; }

.header {
  background-color: #fff;
  width: 100%;
  padding: 1em 0;
  position: fixed;
  z-index: 10;
  transition: ease all .5s;
  overflow: hidden; }
  .header h1 {
    transition: ease all .5s; }
  .header .wrapper::after {
    bottom: -1rem; }

.header.shrunk .subline {
  display: none; }

@media screen and (min-width: 40em) {
  .header.shrunk .main-menu {
    top: 0; } }
.header + section {
  padding-top: 7rem; }

h2::before {
  display: block;
  content: " ";
  margin-top: -7rem;
  height: 7rem;
  visibility: hidden;
  z-index: -1;
  position: relative; }

.section {
  padding: 1.5rem 0; }

.leistungen .wrapper::after {
  bottom: -3rem;
  right: 0; }

.ueber-gd .wrapper::after, .galerie .wrapper::after {
  bottom: -3rem;
  right: 0; }

.kontakt span {
  color: #b9b9b9; }

.vollebreite {
  padding: 0;
  height: 22.5rem; }
  .vollebreite iframe {
    width: 100%;
    height: 100%;
    border: 0; }

.footer {
  padding-bottom: 6rem; }

.dreh-1 {
  transform: rotate(-1deg); }

.dreh1 {
  transform: rotate(1deg); }

.dreh-2 {
  transform: rotate(-2deg); }

.dreh2 {
  transform: rotate(2deg); }

.dreh-3 {
  transform: rotate(-3deg); }

.dreh3 {
  transform: rotate(3deg); }

.dreh-4 {
  transform: rotate(-4deg); }

.dreh4 {
  transform: rotate(4deg); }

.dreh-5 {
  transform: rotate(-5deg); }

.dreh5 {
  transform: rotate(5deg); }

section img {
  background-color: #fff;
  padding: .5em;
  box-shadow: 0 0 0.2rem #b9b9b9; }

@media screen and (min-width: 30rem) {
  .left {
    float: left;
    margin: 0 2% 2% 0;
    max-width: 38.2%; } }

@media screen and (min-width: 30rem) {
  .right {
    float: right;
    margin: 0 0 2% 2%;
    max-width: 38.2%; } }

.menu-toggle {
  color: #000;
  border: none;
  background: 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: -1em;
  right: 0;
  display: flex;
  color: #b62134;
  background-color: #efefef;
  padding: 9px; }
  .menu-toggle:hover {
    background: 0; }
    .menu-toggle:hover::after, .menu-toggle:hover::before {
      width: 100%;
      left: 0; }
  .menu-toggle::after, .menu-toggle::before {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px; }
  .menu-toggle::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    background: #dc3d52; }
  .menu-toggle::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #b62134; }
  .menu-toggle svg {
    width: 24px;
    height: 24px;
    pointer-events: none; }
  .menu-toggle span {
    font-size: 20px; }

@media screen and (min-width: 40em) {
  .header .main-menu a {
    color: #000;
    border: none;
    background: 0;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer; }
    .header .main-menu a:hover {
      background: 0; }
      .header .main-menu a:hover::after, .header .main-menu a:hover::before {
        width: 100%;
        left: 0; }
    .header .main-menu a::after, .header .main-menu a::before {
      content: '';
      position: absolute;
      top: calc(100% + 5px);
      width: 0;
      right: 0;
      height: 3px; }
    .header .main-menu a::before {
      transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
      background: #dc3d52; }
    .header .main-menu a::after {
      transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
      background: #b62134; } }
.main-menu {
  width: 100%;
  top: -400px;
  position: absolute;
  left: 2%;
  transition: top 0.3s ease;
  z-index: 999; }
  .main-menu .menu {
    list-style-type: none;
    margin: 2em 0 0;
    border-top: 1px solid #2b2b2b;
    padding: 0; }
  .main-menu li {
    display: block;
    border-bottom: 1px solid #2b2b2b; }
  .main-menu li a {
    display: block;
    padding: .3em;
    color: #fff;
    text-decoration: none; }
  .main-menu li:hover a {
    background: #000; }

.main-menu:target, .main-menu[aria-expanded="true"] {
  top: 0; }

@media screen and (min-width: 40em) {
  .header .menu-toggle, .menu-close, .backdrop {
    display: none; }

  .header .main-menu {
    position: absolute;
    right: 2%;
    left: auto;
    top: 1em; }
    .header .main-menu .menu {
      float: right;
      border-top: 0;
      margin: 0; }
      .header .main-menu .menu li {
        display: inline-block;
        border-bottom: 0; } }
.menu-close {
  position: absolute;
  right: 2%;
  top: 0;
  color: #fff; }
  .menu-close svg {
    width: 20px;
    height: 20px;
    stroke-width: 3px;
    display: inline-block;
    stroke: currentColor;
    vertical-align: middle;
    pointer-events: none; }

/* screen reader only */
.sr-only, .menu-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media screen and (min-width: 24rem) {
  .menu-label {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    margin-left: 6px; } }

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001; }

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000; }

.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #111;
  background: rgba(17, 17, 17, 0.95);
  cursor: default; }

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed; } }
/*
  https://developer.mozilla.org/en/docs/Web/CSS/box-shadow
  box-shadow: [inset?] [top] [left] [blur] [size] [color];

  Tips:
    - We're setting all the blurs to 0 since we want a solid fill.
    - Add the inset keyword so the box-shadow is on the inside of the element
    - Animating the inset shadow on hover looks like the element is filling in from whatever side you specify ([top] and [left] accept negative values to become [bottom] and [right])
    - Multiple shadows can be stacked
    - If you're animating multiple shadows, be sure to keep the same number of shadows so the animation is smooth. Otherwise, you'll get something choppy.
*/
.header h1 {
  text-transform: uppercase;
  margin: 0; }
.header .logo {
  font-weight: 900;
  color: #b62134;
  font-size: 1.8em; }
.header span:not([class]) {
  display: block;
  margin-left: 9rem; }
.header .subline {
  display: none; }
  .header .subline li {
    list-style-type: none; }
    .header .subline li::before {
      color: #b62134;
      display: inline-block;
      width: 1em;
      font-weight: bold;
      margin-left: -1em;
      content: "–"; }
    @media screen and (min-width: 40em) {
      .header .subline li::before {
        content: "|";
        width: auto !important;
        margin: 0 .5rem;
        display: inline-block;
        color: #b62134; }
      .header .subline li:first-child::before {
        display: none; } }

section ul {
  padding-left: 1em; }
  section ul li {
    list-style-type: none; }
    section ul li::before {
      color: #b62134;
      display: inline-block;
      width: 1em;
      font-weight: bold;
      margin-left: -1em;
      content: "–"; }

.ueber-gd ul {
  padding-left: 0;
  list-style-type: none; }
  .ueber-gd ul li {
    margin-bottom: 1.5rem; }
    .ueber-gd ul li::before {
      display: none; }

section ol {
  padding-left: 2.5em;
  list-style-type: none;
  counter-reset: my-counter; }
  section ol li {
    counter-increment: my-counter; }
    section ol li::before {
      text-align: right;
      color: #b62134;
      display: inline-block;
      width: 2.5em;
      font-weight: bold;
      margin-left: -3em;
      margin-right: .5em;
      content: counter(my-counter) "."; }

section img {
  box-sizing: border-box; }

@media screen and (min-width: 24rem) {
  .flickr {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1vh;
    margin-right: -1vh; }
    .flickr a {
      height: 20vh;
      margin-left: 1vh;
      margin-right: 1vh;
      margin-bottom: 2vh; }
      .flickr a img {
        height: 20vh;
        width: auto; } }

section a:not([class]) {
  color: #3b3536;
  border-bottom: 2px solid #b62134;
  text-decoration: none;
  z-index: 10;
  position: relative; }

/* external links */
a[href^="http://"], a[href^="https://"] {
  position: relative;
  z-index: 2;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  padding: 0 1px;
  transition: color ease 0.3s;
  margin-right: 1.3em;
  border-bottom: 0 !important; }
  a[href^="http://"]::before, a[href^="https://"]::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 25%;
    left: 0;
    bottom: 15%;
    background-color: #b62134;
    transition: all ease 0.3s; }
  a[href^="http://"]:hover, a[href^="https://"]:hover {
    color: white; }
    a[href^="http://"]:hover::before, a[href^="https://"]:hover::before {
      height: 100%;
      bottom: 0; }
  a[href^="http://"]:hover::after, a[href^="https://"]:hover::after {
    right: -1.1em; }
  a[href^="http://"]::after, a[href^="https://"]::after {
    transition: all .3s ease;
    position: absolute;
    content: "➜";
    color: #666;
    right: -.9em; }

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