@charset "UTF-8";
/* pure with normalize v3.0.3 */
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! 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;
}

/**
 * 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.
 */
/*
  * removed - alternative styles in: 'altoplan/normalize-adjustments'
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;
}

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

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* alternative to pure base or as an addition */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

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

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* pure grid system */
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
  *letter-spacing: normal; /* reset IE < 8 */
  *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline; /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 32em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-12, .pure-u-sm-1-2, .pure-u-sm-6-12, .pure-u-sm-1-24, .pure-u-sm-1-3, .pure-u-sm-4-12, .pure-u-sm-1-4, .pure-u-sm-3-12, .pure-u-sm-1-5, .pure-u-sm-1-6, .pure-u-sm-2-12, .pure-u-sm-1-8, .pure-u-sm-10-24, .pure-u-sm-11-12, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-2-24, .pure-u-sm-2-3, .pure-u-sm-8-12, .pure-u-sm-2-5, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24, .pure-u-sm-3-24, .pure-u-sm-3-4, .pure-u-sm-9-12, .pure-u-sm-3-5, .pure-u-sm-3-8, .pure-u-sm-4-24, .pure-u-sm-4-5, .pure-u-sm-5-12, .pure-u-sm-5-24, .pure-u-sm-5-5, .pure-u-sm-5-6, .pure-u-sm-10-12, .pure-u-sm-5-8, .pure-u-sm-6-24, .pure-u-sm-7-12, .pure-u-sm-7-24, .pure-u-sm-7-8, .pure-u-sm-8-24, .pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6, .pure-u-sm-2-12, .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4, .pure-u-sm-3-12, .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3, .pure-u-sm-4-12, .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-10-24, .pure-u-sm-5-12 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2, .pure-u-sm-6-12, .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-14-24, .pure-u-sm-7-12 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-15-24, .pure-u-sm-5-8 {
    width: 62.5%;
  }
  .pure-u-sm-16-24, .pure-u-sm-2-3, .pure-u-sm-8-12 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-18-24, .pure-u-sm-3-4, .pure-u-sm-9-12 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-20-24, .pure-u-sm-5-6, .pure-u-sm-10-12 {
    width: 83.3333%;
  }
  .pure-u-sm-21-24, .pure-u-sm-7-8 {
    width: 87.5%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-12-12, .pure-u-sm-24-24, .pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-12-12, .pure-u-md-1-12, .pure-u-md-1-2, .pure-u-md-6-12, .pure-u-md-1-24, .pure-u-md-1-3, .pure-u-md-4-12, .pure-u-md-1-4, .pure-u-md-3-12, .pure-u-md-1-5, .pure-u-md-1-6, .pure-u-md-2-12, .pure-u-md-1-8, .pure-u-md-10-24, .pure-u-md-11-12, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-2-24, .pure-u-md-2-3, .pure-u-md-8-12, .pure-u-md-2-5, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24, .pure-u-md-3-24, .pure-u-md-3-4, .pure-u-md-9-12, .pure-u-md-3-5, .pure-u-md-3-8, .pure-u-md-4-24, .pure-u-md-4-5, .pure-u-md-5-12, .pure-u-md-5-24, .pure-u-md-5-5, .pure-u-md-5-6, .pure-u-md-10-12, .pure-u-md-5-8, .pure-u-md-6-24, .pure-u-md-7-12, .pure-u-md-7-24, .pure-u-md-7-8, .pure-u-md-8-24, .pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6, .pure-u-md-2-12, .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4, .pure-u-md-3-12, .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3, .pure-u-md-4-12, .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-10-24, .pure-u-md-5-12 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2, .pure-u-md-6-12, .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-14-24, .pure-u-md-7-12 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-15-24, .pure-u-md-5-8 {
    width: 62.5%;
  }
  .pure-u-md-16-24, .pure-u-md-2-3, .pure-u-md-8-12 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-18-24, .pure-u-md-3-4, .pure-u-md-9-12 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-20-24, .pure-u-md-5-6, .pure-u-md-10-12 {
    width: 83.3333%;
  }
  .pure-u-md-21-24, .pure-u-md-7-8 {
    width: 87.5%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-12-12, .pure-u-md-24-24, .pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-12, .pure-u-lg-1-2, .pure-u-lg-6-12, .pure-u-lg-1-24, .pure-u-lg-1-3, .pure-u-lg-4-12, .pure-u-lg-1-4, .pure-u-lg-3-12, .pure-u-lg-1-5, .pure-u-lg-1-6, .pure-u-lg-2-12, .pure-u-lg-1-8, .pure-u-lg-10-24, .pure-u-lg-11-12, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-2-24, .pure-u-lg-2-3, .pure-u-lg-8-12, .pure-u-lg-2-5, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24, .pure-u-lg-3-24, .pure-u-lg-3-4, .pure-u-lg-9-12, .pure-u-lg-3-5, .pure-u-lg-3-8, .pure-u-lg-4-24, .pure-u-lg-4-5, .pure-u-lg-5-12, .pure-u-lg-5-24, .pure-u-lg-5-5, .pure-u-lg-5-6, .pure-u-lg-10-12, .pure-u-lg-5-8, .pure-u-lg-6-24, .pure-u-lg-7-12, .pure-u-lg-7-24, .pure-u-lg-7-8, .pure-u-lg-8-24, .pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6, .pure-u-lg-2-12, .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4, .pure-u-lg-3-12, .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3, .pure-u-lg-4-12, .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-10-24, .pure-u-lg-5-12 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2, .pure-u-lg-6-12, .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-14-24, .pure-u-lg-7-12 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-15-24, .pure-u-lg-5-8 {
    width: 62.5%;
  }
  .pure-u-lg-16-24, .pure-u-lg-2-3, .pure-u-lg-8-12 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-18-24, .pure-u-lg-3-4, .pure-u-lg-9-12 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-20-24, .pure-u-lg-5-6, .pure-u-lg-10-12 {
    width: 83.3333%;
  }
  .pure-u-lg-21-24, .pure-u-lg-7-8 {
    width: 87.5%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-12-12, .pure-u-lg-24-24, .pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-12, .pure-u-xl-1-2, .pure-u-xl-1-24, .pure-u-xl-1-3, .pure-u-xl-1-4, .pure-u-xl-1-5, .pure-u-xl-1-6, .pure-u-xl-1-8, .pure-u-xl-10-24, .pure-u-xl-11-12, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-2-24, .pure-u-xl-2-3, .pure-u-xl-2-5, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24, .pure-u-xl-3-24, .pure-u-xl-3-4, .pure-u-xl-3-5, .pure-u-xl-3-8, .pure-u-xl-4-24, .pure-u-xl-4-5, .pure-u-xl-5-12, .pure-u-xl-5-24, .pure-u-xl-5-5, .pure-u-xl-5-6, .pure-u-xl-5-8, .pure-u-xl-6-24, .pure-u-xl-7-12, .pure-u-xl-7-24, .pure-u-xl-7-8, .pure-u-xl-8-24, .pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-10-24, .pure-u-xl-5-12 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-14-24, .pure-u-xl-7-12 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-15-24, .pure-u-xl-5-8 {
    width: 62.5%;
  }
  .pure-u-xl-16-24, .pure-u-xl-2-3 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-18-24, .pure-u-xl-3-4 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-20-24, .pure-u-xl-5-6 {
    width: 83.3333%;
  }
  .pure-u-xl-21-24, .pure-u-xl-7-8 {
    width: 87.5%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-24-24, .pure-u-xl-5-5 {
    width: 100%;
  }
}
/*
Offsets from https://raw.githubusercontent.com/tilomitra/pure/d7f85e37abec3fdab14a541305ad05783159655c/src/grids/css/grids-offsets.css
Media queries from Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 32em) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1-2, .offset-sm-6-12 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }
  .offset-sm-1-3, .offset-sm-4-12 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }
  .offset-sm-2-3, .offset-sm-8-12 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }
  .offset-sm-1-4, .offset-sm-3-12 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }
  .offset-sm-3-4, .offset-sm-9-12 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }
  .offset-sm-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }
  .offset-sm-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }
  .offset-sm-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }
  .offset-sm-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }
  .offset-sm-1-6, .offset-sm-2-12 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }
  .offset-sm-5-6, .offset-sm-10-12 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }
  .offset-sm-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }
  .offset-sm-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }
  .offset-sm-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }
  .offset-sm-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }
  .offset-sm-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }
  .offset-sm-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }
  .offset-sm-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }
  .offset-sm-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }
  .offset-sm-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }
  .offset-sm-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }
  .offset-sm-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }
  .offset-sm-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }
  .offset-sm-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }
  .offset-sm-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }
  .offset-sm-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }
  .offset-sm-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 48em) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1-2, .offset-md-6-12 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }
  .offset-md-1-3, .offset-md-4-12 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }
  .offset-md-2-3, .offset-md-8-12 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }
  .offset-md-1-4, .offset-md-3-12 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }
  .offset-md-3-4, .offset-md-9-12 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }
  .offset-md-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }
  .offset-md-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }
  .offset-md-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }
  .offset-md-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }
  .offset-md-1-6, .offset-md-2-12 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }
  .offset-md-5-6, .offset-md-10-12 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }
  .offset-md-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }
  .offset-md-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }
  .offset-md-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }
  .offset-md-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }
  .offset-md-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }
  .offset-md-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }
  .offset-md-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }
  .offset-md-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }
  .offset-md-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }
  .offset-md-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }
  .offset-md-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }
  .offset-md-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }
  .offset-md-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }
  .offset-md-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }
  .offset-md-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }
  .offset-md-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 64em) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1-2, .offset-lg-6-12 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }
  .offset-lg-1-3, .offset-lg-4-12 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }
  .offset-lg-2-3, .offset-lg-8-12 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }
  .offset-lg-1-4, .offset-lg-3-12 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }
  .offset-lg-3-4, .offset-lg-9-12 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }
  .offset-lg-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }
  .offset-lg-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }
  .offset-lg-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }
  .offset-lg-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }
  .offset-lg-1-6, .offset-lg-2-12 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }
  .offset-lg-5-6, .offset-lg-10-12 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }
  .offset-lg-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }
  .offset-lg-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }
  .offset-lg-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }
  .offset-lg-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }
  .offset-lg-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }
  .offset-lg-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }
  .offset-lg-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }
  .offset-lg-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }
  .offset-lg-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }
  .offset-lg-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }
  .offset-lg-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }
  .offset-lg-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }
  .offset-lg-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }
  .offset-lg-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }
  .offset-lg-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }
  .offset-lg-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
@media screen and (min-width: 80em) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1-2, .offset-xl-6-12 {
    margin-left: 50%;
    *margin-left: 49.995%;
  }
  .offset-xl-1-3, .offset-xl-4-12 {
    margin-left: 33.33%;
    *margin-left: 33.325%;
  }
  .offset-xl-2-3, .offset-xl-8-12 {
    margin-left: 66.67%;
    *margin-left: 66.665%;
  }
  .offset-xl-1-4, .offset-xl-3-12 {
    margin-left: 25%;
    *margin-left: 24.995%;
  }
  .offset-xl-3-4, .offset-xl-9-12 {
    margin-left: 75%;
    *margin-left: 74.995%;
  }
  .offset-xl-1-5 {
    margin-left: 20%;
    *margin-left: 19.995%;
  }
  .offset-xl-2-5 {
    margin-left: 40%;
    *margin-left: 39.995%;
  }
  .offset-xl-3-5 {
    margin-left: 60%;
    *margin-left: 59.995%;
  }
  .offset-xl-4-5 {
    margin-left: 80%;
    *margin-left: 79.995%;
  }
  .offset-xl-1-6, .offset-xl-2-12 {
    margin-left: 16.66%;
    *margin-left: 16.655%;
  }
  .offset-xl-5-6, .offset-xl-10-12 {
    margin-left: 83.33%;
    *margin-left: 83.325%;
  }
  .offset-xl-1-8 {
    margin-left: 12.5%;
    *margin-left: 12.495%;
  }
  .offset-xl-3-8 {
    margin-left: 37.5%;
    *margin-left: 37.495%;
  }
  .offset-xl-5-8 {
    margin-left: 62.5%;
    *margin-left: 62.495%;
  }
  .offset-xl-7-8 {
    margin-left: 87.5%;
    *margin-left: 87.495%;
  }
  .offset-xl-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%;
  }
  .offset-xl-5-12 {
    margin-left: 41.67%;
    *margin-left: 41.665%;
  }
  .offset-xl-7-12 {
    margin-left: 58.33%;
    *margin-left: 58.325%;
  }
  .offset-xl-11-12 {
    margin-left: 91.67%;
    *margin-left: 91.665%;
  }
  .offset-xl-1-24 {
    margin-left: 4.17%;
    *margin-left: 4.165%;
  }
  .offset-xl-5-24 {
    margin-left: 20.83%;
    *margin-left: 20.825%;
  }
  .offset-xl-7-24 {
    margin-left: 29.17%;
    *margin-left: 29.165%;
  }
  .offset-xl-11-24 {
    margin-left: 45.83%;
    *margin-left: 45.825%;
  }
  .offset-xl-13-24 {
    margin-left: 54.17%;
    *margin-left: 54.165%;
  }
  .offset-xl-17-24 {
    margin-left: 70.83%;
    *margin-left: 70.825%;
  }
  .offset-xl-19-24 {
    margin-left: 79.17%;
    *margin-left: 79.165%;
  }
  .offset-xl-23-24 {
    margin-left: 95.83%;
    *margin-left: 95.825%;
  }
}
/* SITE LAYOUT */
/* $secondaryColor: #626262; */
/* altoplan standards */
sup, sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

svg {
  vertical-align: bottom;
}

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

.videos section .row:not(:first-child) {
  margin: 70px 0;
}
.videos .videowrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.videos .playButtonWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.videos .playButtonWrapper .playButton {
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: perspective(1px) translateX(-50%) translateY(-50%);
  padding: 10px;
  background: rgba(250, 86, 126, 0.6);
  border-radius: 50%;
  transition: background 500ms ease;
}
.videos .youtubeVideo:hover .playButton {
  background: rgb(250, 86, 126);
}
.videos .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.videos .on {
  filter: blur(3px);
}
.videos .modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.videos .modal-overlay.toFront {
  z-index: 1030;
}
.videos .fade {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.videos .modal {
  display: none;
  overflow: auto;
  overflow-y: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.videos .fade.in {
  display: block;
  opacity: 1;
}
.videos .modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1050;
}
.videos #videoModal.modal .modal-dialog {
  width: 90%;
  max-width: 1280px;
}
.videos .modal-content {
  position: relative;
  outline: none;
}
.videos #videoModal.modal .modal-header {
  border: none;
  position: relative;
  text-align: right;
}
.videos #videoModal.modal .modal-header .close {
  background: none;
  height: auto;
  font-size: 30px;
  border: 1px solid #e2e2e2;
  opacity: 1;
  position: relative;
  right: 5px;
  top: 0;
  padding: 11px 20px 12px;
  color: #fff;
  float: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: color, border-color, background;
  -o-transition-property: color, border-color, background;
  -webkit-transition-property: color, border-color, background;
  transition-property: color, border-color, background;
}
.videos #videoModal.modal .modal-header .close:hover {
  background: #aa474e;
}
.videos #videoModal.modal .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.videos #videoModal.modal .modal-content .modal-body {
  padding: 0;
}
.videos #videoModal.modal .modal-content .modal-body .videowrap iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* SASS variables */
/* mouse-memoirs-regular - latin */
@font-face {
  font-family: "Mouse Memoirs";
  font-style: normal;
  font-weight: 400;
  src: local("Mouse Memoirs"), local("MouseMemoirs-Regular"), url("../../external/fonts/mouse-memoirs-v6-latin-regular.woff2") format("woff2"), url("../../external/fonts/mouse-memoirs-v6-latin-regular.woff") format("woff");
  font-display: swap;
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../external/fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../../external/fonts/open-sans-v15-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../external/fonts/open-sans-v15-latin-italic.woff2") format("woff2"), url("../../external/fonts/open-sans-v15-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../external/fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../../external/fonts/open-sans-v15-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../../external/fonts/open-sans-v15-latin-700italic.woff2") format("woff2"), url("../../external/fonts/open-sans-v15-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
html,
button,
input,
select,
textarea {
  color: #000000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  box-sizing: border-box;
}

figcaption {
  margin-bottom: 10px;
  font-size: 0.6rem;
}

html {
  background: bgColorSt;
  font-size: 100%;
  overflow-x: auto;
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #000000;
  background: #010528;
  background-size: cover;
}
@media (min-width: 600px) {
  body {
    background: #010528 url("../img/background.jpg");
    background-size: cover;
  }
}

.pure-g [class*=pure-u] {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mouse Memoirs";
  letter-spacing: 0.07em;
  margin: 0 0 0.1em 0;
  color: #0b3334;
  font-weight: 400;
}

p {
  margin: 1.5em 0 0;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-chars: 6 3 3;
  -moz-hyphenate-limit-zone: 40px;
  -ms-hyphenate-limit-zone: 40px;
  -webkit-hyphenate-limit-zone: 40px;
  hyphenate-limit-zone: 40px;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2 {
  margin-top: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  margin-top: 2em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}

h3:first-child {
  margin-top: 0;
}

h4 {
  margin: 2em 0 0;
  font-size: 16px;
  font-size: 1rem;
}

h5 {
  margin: 1em 0 0;
  font-size: 16px;
  font-size: 1rem;
}

/*****  Listen  *****/
dl,
menu,
ol,
ul {
  margin: 0.5em 0 0;
}

li {
  box-sizing: border-box;
  color: #4d4d4d;
}

menu,
ul {
  padding: 0 0 0 1.1em;
  list-style: none;
}

ol {
  padding: 0 0 0 1.5em;
}

li ol,
li ul {
  margin: 0;
}

nav ol,
nav ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
}

dt {
  font-weight: 700;
  margin: 0.5em 0 0 0;
}

dd {
  margin: 0;
}

/***** Liste mit PDF-Dateien *****/
ul.pdf {
  list-style-type: none;
  margin-left: 3px;
  padding-left: 0;
}

ul.pdf li {
  margin-left: 75px;
  text-indent: -75px;
  margin-top: 25px;
}

ul.pdf li a {
  background: url("../img/pdf.png") left 0 no-repeat;
  padding-left: 75px;
  padding-bottom: 50px;
  padding-top: 14px;
}

/*****  Tabellen  *****/
table {
  margin: 0.5em 0 0;
  empty-cells: show;
}

caption {
  color: #4d4d4d;
  font-weight: bold;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: top;
}

td + td {
  padding-left: 1em;
}

.table {
  display: table;
}

.tableCaption {
  display: table-caption;
}

.tableColGroup {
  display: table-column-group;
}

.tableColumn {
  display: table-column;
}

.tableRow {
  display: table-row;
}

.tableCell {
  display: table-cell;
}

/*****  weitere Block-Elemente  *****/
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/*****  weitere Inline-Elemente  ******************************************************/
.image img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

strong, b, .bold {
  font-weight: 700;
}

/*****  Links  *****/
a {
  color: #aa474e;
  border-bottom: 1px solid transparent;
  transition: all 500ms ease;
}

a,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #000000;
}

blockquote {
  margin: 2.5em 1em 1em 1em;
  font-style: italic;
}
@media (min-width: 26em) {
  blockquote {
    margin-right: 1.5em;
  }
}
@media (min-width: 32em) {
  blockquote {
    margin-left: 1.5em;
    margin-right: 2.5em;
  }
}
@media (min-width: 600px) {
  blockquote {
    margin-left: 2em;
    margin-right: 3em;
  }
}

q {
  quotes: "»" "«" "›" "‹";
}

q:before {
  content: "»";
}

q:after {
  content: "«";
}

q q:before {
  content: "›";
}

q q:after {
  content: "‹";
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.marginT1 {
  margin-top: 1.5em;
}

.marginT2 {
  margin-top: 3em;
}

.marginT3 {
  margin-top: 4.5em;
}

.marginT4 {
  margin-top: 6em;
}

.marginL0 {
  margin-left: 0;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignBlock {
  text-align: justify;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.noWrap {
  white-space: nowrap;
}

.noHyphens {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.hide {
  display: none;
}

.desktop {
  display: none;
}

.desktop1 {
  display: inline-block;
}

.mobile {
  display: block;
}

.borderBox {
  box-sizing: border-box;
}

@media screen and (min-width: 850px) {
  .columns2 {
    columns: 2;
    column-gap: 60px;
  }
}

.cf {
  display: table;
  content: "";
  clear: both;
}

img {
  max-width: 100%;
}

*:focus-visible {
  outline: 4px dotted #000;
  outline-offset: 4px;
}

.top_nav *:focus-visible {
  outline-color: #000;
}

.home .item_2 :focus-visible,
.home .item_5 :focus-visible,
aside nav :focus-visible,
.focus_light:focus-visible {
  outline-color: #fff;
}

.home .item_3 :focus-visible {
  outline-offset: 0;
}

#footer *:focus-visible {
  outline: 2px dotted #fff;
  outline-offset: 4px;
}

.landkarte *:focus-visible {
  outline: 4px dotted #000;
  outline-offset: 4px;
}

#header,
#content,
#footer {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #header,
  #content,
  #footer {
    width: 90%;
  }
}

#header,
.perg,
#footer {
  -webkit-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.75);
}

header > p:first-child {
  margin-top: 0;
}
header > p:first-child + h2 {
  margin-top: 0;
  text-transform: uppercase;
}

.perg {
  padding: 10px;
  background: url("../img/pergament3.jpg");
}

.sidebar .perg {
  margin-top: 20px;
}

#content {
  margin-top: 6px;
}
@media (min-width: 480px) {
  #content {
    margin-top: 20px;
  }
}

@media screen and (min-width: 48em) {
  .sidebar {
    padding-left: 20px;
  }
}

.more {
  position: relative;
}
.more a {
  display: block;
}
.more a:after {
  display: inline-block;
  content: url("../img/buttons/mehr.png");
  margin-left: 10px;
  transform: translateY(7px);
}

h1 {
  line-height: 1.2;
  text-align: start;
  font-size: 32px;
  font-size: 2rem;
}

h1 + h2 {
  margin-top: 1em;
}

h3 {
  margin: 1.5em 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}

h2 + h3 {
  margin-top: 0;
}

.subline {
  margin-top: 0;
}

dl dt {
  margin-top: 1em;
  box-sizing: border-box;
}
dl dd {
  box-sizing: border-box;
  padding-left: 4%;
}
@media (min-width: 32em) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dl dt {
    width: 50%;
    padding-right: 4%;
  }
  dl dd {
    width: 50%;
    margin-top: 1em;
  }
}

.smallImage {
  width: 50%;
  max-width: 170px;
}
@media screen and (min-width: 450px) {
  .smallImage {
    width: 50%;
  }
}

.mediumImage {
  width: 50%;
  max-width: 170px;
}
@media screen and (min-width: 450px) {
  .mediumImage {
    width: 33.3333333333%;
    max-width: 300px;
  }
}

.smallImage.marginT1,
.mediumImage.marginT1 {
  position: relative;
  top: 6px;
}
.smallImage.marginT1.dracheT,
.mediumImage.marginT1.dracheT {
  left: -6px;
  top: 0;
  padding-bottom: 10px;
}
@media (min-width: 32em) {
  .smallImage.marginT1.dracheT,
  .mediumImage.marginT1.dracheT {
    left: -30px;
  }
}

.menuBar {
  display: flex;
  justify-content: space-between;
}

nav a {
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: all 500ms ease;
}
nav a:hover, nav a:focus {
  color: #ffffff;
}
nav a:hover {
  border-bottom: 1px solid #ffffff;
}

#mainMenu {
  display: block;
  width: 90%;
  height: auto;
  padding-left: 1%;
  overflow: hidden;
  transition: 500ms all ease;
}
@media screen and (min-width: 850px) {
  #mainMenu {
    overflow: visible;
  }
}
@media screen and (min-width: 1000px) {
  #mainMenu {
    padding-left: 3%;
    width: 85%;
  }
}
@media screen and (min-width: 1100px) {
  #mainMenu {
    padding-left: 5%;
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  #mainMenu {
    padding-left: 8%;
  }
}
@media screen and (min-width: 850px) {
  #mainMenu ul {
    display: flex;
    justify-content: space-between;
  }
}
#mainMenu ul li {
  flex: 0 0 auto;
  padding: 12px 0;
  background: url(../img/scratches.png);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 45px;
  padding-left: calc(45px + 0.8vw);
}
@media (min-width: 48em) {
  #mainMenu ul li {
    padding: 10px 0;
    padding-left: calc(45px + 0.8vw);
  }
}
@media screen and (min-width: 850px) {
  #mainMenu ul li:first-child {
    background: none;
    padding-left: 0;
  }
}
@media screen and (min-width: 900px) {
  #mainMenu ul li:not(:first-child) {
    padding-left: calc(45px + 0.4vw);
  }
}
@media screen and (min-width: 1000px) {
  #mainMenu ul li:not(:first-child) {
    padding-left: calc(35px + 0.8vw);
  }
}
@media screen and (min-width: 1300px) {
  #mainMenu ul li:not(:first-child) {
    padding-left: calc(40px + 0.8vw);
  }
}
#mainMenu ul li a {
  text-transform: uppercase;
  color: #000000;
  font-family: "Mouse Memoirs", sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.07em;
  border: 0;
}
@media screen and (min-width: 64em) {
  #mainMenu ul li a {
    font-size: 32px;
    font-size: 2rem;
  }
}
#mainMenu ul li a:hover, #mainMenu ul li a.active {
  color: #aa474e;
  border: 0;
}
@media (min-width: 850px) {
  #mainMenu ul li ul {
    display: none;
  }
}
#mainMenu ul li ul li {
  padding: 4px 0;
  background: none;
}
#mainMenu ul li ul li a {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
}

#menuSwitcher {
  display: none;
}
@media (max-width: 1199px) {
  #menuSwitcher:not(:checked) ~ #mainMenu {
    top: -200px;
  }
  #menuSwitcher:checked ~ #mainMenu {
    top: 70px;
  }
}
@media (max-width: 1199px) and (min-width: 420px) {
  #menuSwitcher:checked ~ #mainMenu {
    top: 80px;
  }
}

#socialMenu ul {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0 0;
}
@media screen and (min-width: 950px) {
  #socialMenu ul {
    display: flex;
    justify-content: space-between;
    padding: 18px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  #socialMenu ul {
    padding: 18px 16px 0 0;
  }
}
@media screen and (min-width: 1300px) {
  #socialMenu ul {
    margin-right: 30px;
  }
}
#socialMenu ul li {
  flex: 0 0 auto;
  padding-left: 10px;
}
#socialMenu ul li a {
  display: block;
  border: 0;
}
#socialMenu ul li a img {
  transition: opacity 500ms ease;
}
#socialMenu ul li a:hover {
  border: 0;
}
#socialMenu ul li a:hover img {
  opacity: 0.5;
}

.sideMenu {
  margin-top: 20px;
}
@media (min-width: 48em) {
  .sideMenu {
    margin-top: 0;
  }
}
.sideMenu .next {
  margin-top: 1.5rem;
}
.sideMenu li {
  margin-top: 10px;
}
@media (min-width: 48em) {
  .sideMenu li:first-child {
    margin-top: 0;
  }
}
.sideMenu li a {
  display: block;
  padding: 6px;
  font-family: "Mouse Memoirs", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.07em;
  color: #0b3334;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.9);
  transition: all 500ms ease;
}
.sideMenu li a:focus, .sideMenu li a:hover, .sideMenu li a.active {
  background: rgba(255, 255, 255, 0.7);
}

.pageMenu {
  margin: 1em 0;
  font-family: "Mouse Memoirs", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25;
}
.pageMenu a {
  color: #aa474e;
  padding: 0 5px;
  border: 0;
}
.pageMenu a:focus, .pageMenu a:hover {
  color: #000000;
  border: 0;
}

.autoren-interviews #pageMenu li {
  padding-left: 46px;
}
.autoren-interviews #pageMenu li:before {
  display: inline-block;
  content: url("../img/buttons/mehr.png");
  margin-left: -46px;
  padding-right: 5px;
  transform: translateY(7px);
}
.autoren-interviews #pageMenu li a {
  color: #000000;
  border: 0;
}
.autoren-interviews #pageMenu li a:focus, .autoren-interviews #pageMenu li a:hover {
  border: 0;
  color: #aa474e;
}

#scrollToTop {
  display: block;
  position: fixed;
  right: calc((100vw - 1300px) / 2 + 1rem);
  bottom: 1rem;
  box-sizing: border-box;
  width: 48px;
  height: 38px;
  text-align: center;
  opacity: 0.8;
  transition: all 500ms ease;
}
#scrollToTop img {
  -webkit-box-shadow: 0px 0px 10px 8px #FFFFFF;
  box-shadow: 0px 0px 10px 8px #FFFFFF;
}

/* site.css | https://altodev3.eragon.de/internal/css/site.css?ap=1 */
.menuBar {
  position: relative;
  flex-direction: column;
}

/* Element | https://altodev3.eragon.de/ */
#socialMenu {
  position: absolute;
  right: 0;
  top: 0;
}

#header {
  margin-top: 6px;
  padding: 10px 10px 0 10px;
  background: url("../img/pergament3.jpg");
}
@media (min-width: 480px) {
  #header {
    margin-top: 30px;
  }
}
#header .skip-to-content-link:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#header #headerI {
  display: flex;
  flex-direction: column-reverse;
}
#header #headerI .menuBar #menuButton {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 5px 0 0;
}
#header #headerI .menuBar #menuButton span {
  position: absolute;
  top: 8px;
  left: 60px;
  font-family: "Mouse Memoirs";
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  transition: all 500ms ease;
}
#header #headerI .menuBar #menuButton span:hover, #header #headerI .menuBar #menuButton span:active {
  color: #aa474e;
}
@media screen and (min-width: 850px) {
  #header #headerI .menuBar #menuButton {
    display: none;
  }
}
#header #headerI .menuBar #menuSwitcher {
  display: none;
}
#header #headerI .menuBar #menuSwitcher ~ #mainMenu {
  max-height: 0;
}
@media screen and (min-width: 850px) {
  #header #headerI .menuBar #menuSwitcher ~ #mainMenu {
    max-height: 500px;
  }
}
#header #headerI .menuBar #menuSwitcher:checked ~ #mainMenu {
  max-height: 950px;
}

#footer {
  margin: 20px auto 100px;
  padding: 16px;
  color: #ffffff;
  background-color: #024244;
  -webkit-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 480px) {
  #footer {
    padding: 20px;
  }
}
@media (min-width: 32em) {
  #footer {
    padding: 40px;
  }
}
@media (min-width: 850px) {
  #footer {
    margin-top: 30px;
  }
}
#footer .footerI .footerMainMenu ul {
  font-size: 1.25rem;
}
@media screen and (min-width: 650px) {
  #footer .footerI .footerMainMenu ul {
    display: flex;
  }
}
@media screen and (min-width: 650px) {
  #footer .footerI .footerMainMenu ul li:not(:first-child)::before {
    content: "  |  ";
    white-space: pre;
    color: #ffffff;
  }
}
#footer .footerI .footerSubMenuWrapper {
  padding-right: 20px;
  margin-top: 1rem;
  padding-top: calc(1rem + 2px);
  border-top: 2px solid white;
  font-size: 0.8rem;
}
@media screen and (min-width: 650px) {
  #footer .footerI .footerSubMenuWrapper {
    display: flex;
  }
}
#footer .footerI .footerSubMenuWrapper nav:not(:first-child) {
  margin-top: 3%;
}
@media screen and (min-width: 650px) {
  #footer .footerI .footerSubMenuWrapper nav:not(:first-child) {
    padding-left: 3%;
    margin-top: 0;
  }
}
#footer .footerI .footerSubMenuWrapper nav ul li:first-child {
  font-weight: 700;
}
#footer .footerI .footerSubMenuWrapper nav ul li:not(:first-child) {
  margin-top: 1em;
  margin-left: 3%;
}
@media screen and (min-width: 650px) {
  #footer .footerI .footerSubMenuWrapper nav ul li:not(:first-child) {
    margin-left: 0;
  }
}
#footer .footerI .footerInfoWrapper {
  position: relative;
  font-size: 0.8rem;
  margin-top: 4em;
}
#footer .footerI .footerInfoWrapper .footerInfo {
  display: inline-block;
  width: 85%;
}
@media (min-width: 360px) {
  #footer .footerI .footerInfoWrapper .footerInfo {
    width: 90%;
  }
}
#footer .footerI .footerInfoWrapper .footerInfo p {
  margin-top: 0;
  hyphens: none;
  padding-right: 32px;
}
#footer .footerI .footerInfoWrapper .footerInfo p span {
  white-space: nowrap;
}
#footer .footerI .footerInfoWrapper .cbjLogo {
  display: block;
  width: 64px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
}
#footer .footerI .footerInfoWrapper img {
  position: absolute;
  right: 0;
  bottom: 21px;
}
@media (min-width: 360px) {
  #footer .footerI .footerInfoWrapper img {
    bottom: 0;
  }
}

#content article,
#content section {
  height: 100%;
  margin-top: 0;
  padding: 20px 6px 30px 6px;
  background: rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 480px) {
  #content article,
  #content section {
    padding: 20px 10px 30px 10px;
  }
}
@media screen and (min-width: 32em) {
  #content article,
  #content section {
    padding: 30px;
  }
}
#content .col2 {
  columns: 300px 2;
  -ms-columns: 300px 2;
  column-gap: 40px;
}
#content .books {
  list-style-type: none;
  display: flex;
  padding: 0;
}
#content .books li {
  flex: 0 1 auto;
}
#content .books li:not(:first-child) {
  margin-left: 5px;
}
#content .newsletter {
  position: relative;
  background-color: #024244;
  border-radius: 15px;
  margin-top: 20px;
  padding: 15px;
}
@media screen and (min-width: 32em) {
  #content .newsletter {
    margin: 50px 0 30px 35px;
    padding-left: 72px;
  }
}
@media screen and (min-width: 1140px) {
  #content .newsletter {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #content .newsletter {
    height: 174px;
    padding-left: 110px;
  }
}
@media screen and (min-width: 1420px) {
  #content .newsletter {
    padding-left: 116px;
  }
}
#content .newsletter img {
  width: 120px;
}
@media screen and (min-width: 32em) {
  #content .newsletter img {
    position: absolute;
    left: -60px;
    top: -20px;
  }
}
@media screen and (min-width: 1140px) {
  #content .newsletter img {
    top: -14px;
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  #content .newsletter img {
    top: -12px;
    width: 170px;
  }
}
#content .newsletter .text {
  padding-left: 10px;
}
#content .newsletter .text p {
  color: #ffffff;
}
#content .newsletter .text p:first-child {
  margin-top: 0;
}
#content .newsletter .text p a {
  color: #ffffff;
  padding-left: 36px;
}
#content .newsletter .text p a:before {
  content: url("../img/buttons/mehr_weiss.png");
  position: absolute;
  margin-left: -42px;
}

h1 {
  margin-top: 2em;
}

h1:first-of-type {
  margin-top: 0;
}

.floatLeft {
  float: left;
  margin-right: 10px;
}

.floatRight {
  float: right;
  margin-left: 10px;
}

.eragonsWelt .anchor {
  font-weight: 700;
}

.home .floatRight.smallImage.marginT1 {
  margin-top: 0.5em;
}
.home #content h2 {
  font-size: 2rem;
}

.buecher .row {
  margin-top: 2em;
}
@media (min-widht: 480px) {
  .buecher .row {
    margin-top: 3em;
  }
}
.buecher .row.hexe ~ .row {
  margin-top: 3em;
}
.buecher .row .book {
  display: block;
  box-sizing: border-box;
}
.buecher .row .book.cover-2d .image {
  padding-top: 6px;
  padding-bottom: 12px;
}
.buecher .row .book.cover-2d .text .shorttext {
  padding-bottom: 0;
}
.buecher .row .book > div {
  align-items: flex-start;
}
@media screen and (min-width: 64em) {
  .buecher .row .book > div {
    align-items: flex-end;
  }
}
.buecher .row .book .text h2 {
  text-transform: uppercase;
}
.buecher .row .book .text .kicker,
.buecher .row .book .text .shorttext {
  color: #000000;
}
.buecher .row .book .text .shorttext {
  padding-bottom: 1.2em;
}
.buecher .row .book .text .shorttext:after {
  position: absolute;
  content: url("../img/buttons/mehr.png");
  transform: translateY(2px);
}
.buecher .row:nth-child(2n+4) .book .image {
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (min-width: 32em) {
  .buecher .row:nth-child(2n+4) .book .image {
    padding-left: 0;
    padding-right: 2%;
  }
}
@media screen and (min-width: 80em) {
  .buecher .row:nth-child(2n+4) .book .image {
    padding-right: 8%;
  }
}
.buecher .row:nth-child(2n+5) .book .image {
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (min-width: 32em) {
  .buecher .row:nth-child(2n+5) .book .image {
    padding-right: 0;
    padding-left: 2%;
    order: 2;
  }
}
@media screen and (min-width: 80em) {
  .buecher .row:nth-child(2n+5) .book .image {
    padding-left: 8%;
  }
}
.buecher .row:nth-child(2n+5) .book .text .shorttext {
  padding-right: 10px;
}
.buecher .row:first-of-type {
  margin-top: 0;
}
@media (min-width: 480px) {
  .buecher .row:first-of-type {
    margin-top: 1em;
  }
}
.buecher .row.hexe {
  padding: 10px;
  background: #024244;
  border-radius: 16px;
  color: #ffffff;
}
@media (min-width: 480px) {
  .buecher .row.hexe {
    padding: 20px;
  }
}
@media (min-width: 799px) {
  .buecher .row.hexe {
    padding: 40px;
  }
}
.buecher .row.hexe .image {
  position: relative;
  max-width: 250px;
  width: 80%;
  margin: 20px auto;
  transform: translateX(10%);
}
@media screen and (min-width: 35.5em) {
  .buecher .row.hexe .image {
    width: 33.3333333333%;
    float: right;
    margin-left: 24px;
    transform: translateX(7%);
  }
}
@media screen and (min-width: 600px) {
  .buecher .row.hexe .image {
    margin-left: 48px;
  }
}
@media (min-width: 980px) {
  .buecher .row.hexe .image {
    margin-left: 72px;
  }
}
.buecher .row.hexe .image a {
  display: block;
}
.buecher .row.hexe .text p:last-child::after {
  content: url(../img/buttons/mehr_weiss.png);
  position: absolute;
  padding-left: 0.5rem;
}
.buecher .row .text p {
  color: #ffffff;
}
.buecher .row .text p:first-child {
  margin-top: 0;
}
.buecher .kicker {
  font-family: "Mouse Memoirs", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.buecher .kicker + h2 {
  margin-top: 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.buch .cover .image {
  float: right;
  width: 33.33%;
  margin: 1.3rem 0 0 20px;
}
.buch .buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 1.5em;
  text-align: center;
}

.autor main figure {
  margin: 0;
}
.autor main li {
  padding-left: 1.5em;
  position: relative;
}
.autor main li:before {
  content: "";
  height: 0.5em;
  width: 0.5em;
  background: #000000;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
}

.autoren-interviews figure {
  margin: 0;
}
.autoren-interviews #pageMenu {
  margin-top: 2em;
}
.autoren-interviews h2:first-child {
  margin-top: 2em;
}
.autoren-interviews h2 .upButton {
  display: block;
  float: right;
  margin-left: 30px;
}
.autoren-interviews h2 img {
  display: block;
  width: 32px;
  height: 32px;
  transform: translateY(-2px);
}
.autoren-interviews .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: -10px;
  margin-top: 5px;
}
.autoren-interviews .videoBox {
  max-width: 286px;
  min-width: 250px;
  margin-top: 1.5em;
  margin-left: 10px;
}
.autoren-interviews .videoBox.marginL0 {
  margin-left: 0;
}
.autoren-interviews .videoBox .youtubeVideo {
  display: block;
  position: relative;
}
.autoren-interviews .videoBox .youtubeVideo img {
  width: 100%;
}
.autoren-interviews .videoBox .youtubeVideo .playButtonWrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.autoren-interviews .videoBox .youtubeVideo .playButtonWrapper .playButton {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  padding: 5px;
  background: rgba(2, 66, 68, 0.6);
  border-radius: 50%;
  transform: perspective(1px) translateX(-50%) translateY(-50%);
  transition: background 500ms ease;
}
.autoren-interviews .videoBox .youtubeVideo .playButtonWrapper .playButton img {
  display: block;
  opacity: 0.4;
  transition: opacity 500ms ease;
}
.autoren-interviews .videoBox .youtubeVideo:hover .playButtonWrapper img {
  opacity: 1;
}
.autoren-interviews .videoBox p {
  margin-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.autoren-interviews .question,
.uebersetzer .question {
  font-weight: 700;
}
.autoren-interviews .question + p,
.uebersetzer .question + p {
  margin-top: 0;
}

.erfolgsstory .sp1 {
  margin-top: -20px;
}

.eragonsWelt,
.dieAlteSprache {
  /*
  	.sidebar {
  		order: -1;
  		margin-bottom: 30px;

  		@media screen and (min-width: 48em) {
  			order: unset;
  			margin-bottom: 0;
  		}

  		.perg {
  			display: none;

  			@media screen and (min-width: 48em) {
  				display: block;
  			}
  		}
  	}
  */
}
.eragonsWelt main h2,
.dieAlteSprache main h2 {
  margin: 1em 0;
  font-family: "Mouse Memoirs", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-align: center;
}
.eragonsWelt main h2:first-of-type a:not(:first-child),
.dieAlteSprache main h2:first-of-type a:not(:first-child) {
  margin-left: 10px;
}
.eragonsWelt main h2 .upButton,
.dieAlteSprache main h2 .upButton {
  display: block;
  float: right;
}
.eragonsWelt main h2 img,
.dieAlteSprache main h2 img {
  width: 32px;
  height: 32px;
  transform: translateY(5px);
}
.eragonsWelt .row.stammbaum,
.dieAlteSprache .row.stammbaum {
  margin-top: 2rem;
}
.eragonsWelt .row.stammbaum label[for=stammbaum-switcher],
.dieAlteSprache .row.stammbaum label[for=stammbaum-switcher] {
  cursor: pointer;
  display: block;
  margin: auto;
  max-width: 177px;
  transition: opacity 500ms ease;
}
.eragonsWelt .row.stammbaum label[for=stammbaum-switcher] .sr-only,
.dieAlteSprache .row.stammbaum label[for=stammbaum-switcher] .sr-only {
  display: none;
}
.eragonsWelt .row.stammbaum .innerStammbaum,
.dieAlteSprache .row.stammbaum .innerStammbaum {
  overflow: hidden;
  margin-top: 2rem;
  transition: max-height 500ms ease;
}
.eragonsWelt .row.stammbaum .innerStammbaum .table,
.dieAlteSprache .row.stammbaum .innerStammbaum .table {
  margin: 2rem auto 0;
  display: block;
}
@media screen and (min-width: 700px) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table {
    display: table;
    border-spacing: 2rem 1rem;
  }
}
@media screen and (min-width: 48em) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table {
    display: block;
  }
}
@media screen and (min-width: 1050px) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table {
    display: table;
    border-spacing: 2rem 0;
  }
}
.eragonsWelt .row.stammbaum .innerStammbaum .table .tableRow,
.dieAlteSprache .row.stammbaum .innerStammbaum .table .tableRow {
  display: block;
  margin-top: 1rem;
}
@media screen and (min-width: 700px) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table .tableRow,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table .tableRow {
    display: table-row;
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table .tableRow,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table .tableRow {
    display: block;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1050px) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table .tableRow,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table .tableRow {
    display: table-row;
    margin-top: 0;
  }
}
.eragonsWelt .row.stammbaum .innerStammbaum .table .tableRow .tableCell,
.dieAlteSprache .row.stammbaum .innerStammbaum .table .tableRow .tableCell {
  display: block;
}
@media screen and (min-width: 700px) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table .tableRow .tableCell,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table .tableRow .tableCell {
    display: table-cell;
  }
}
@media screen and (min-width: 48em) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table .tableRow .tableCell,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table .tableRow .tableCell {
    display: block;
  }
}
@media screen and (min-width: 1050px) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table .tableRow .tableCell,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table .tableRow .tableCell {
    display: table-cell;
  }
}
.eragonsWelt .row.stammbaum .innerStammbaum .table .name,
.dieAlteSprache .row.stammbaum .innerStammbaum .table .name {
  font-weight: 700;
}
.eragonsWelt .row.stammbaum .innerStammbaum .table img,
.eragonsWelt .row.stammbaum .innerStammbaum .table p,
.dieAlteSprache .row.stammbaum .innerStammbaum .table img,
.dieAlteSprache .row.stammbaum .innerStammbaum .table p {
  display: table;
  margin: auto;
  hyphens: none;
}
@media screen and (min-width: 700px) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table img,
  .eragonsWelt .row.stammbaum .innerStammbaum .table p,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table img,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table p {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table img,
  .eragonsWelt .row.stammbaum .innerStammbaum .table p,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table img,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table p {
    display: table;
  }
}
@media screen and (min-width: 1050px) {
  .eragonsWelt .row.stammbaum .innerStammbaum .table img,
  .eragonsWelt .row.stammbaum .innerStammbaum .table p,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table img,
  .dieAlteSprache .row.stammbaum .innerStammbaum .table p {
    display: block;
  }
}
.eragonsWelt .row.stammbaum #stammbaum-switcher,
.dieAlteSprache .row.stammbaum #stammbaum-switcher {
  display: none;
}
.eragonsWelt .row.stammbaum #stammbaum-switcher:not(:checked) ~ .innerStammbaum,
.dieAlteSprache .row.stammbaum #stammbaum-switcher:not(:checked) ~ .innerStammbaum {
  max-height: 0;
}
.eragonsWelt .row.stammbaum #stammbaum-switcher:checked ~ label[for=stammbaum-switcher],
.dieAlteSprache .row.stammbaum #stammbaum-switcher:checked ~ label[for=stammbaum-switcher] {
  opacity: 0.5;
}
.eragonsWelt .row.stammbaum #stammbaum-switcher:checked ~ .innerStammbaum,
.dieAlteSprache .row.stammbaum #stammbaum-switcher:checked ~ .innerStammbaum {
  max-height: 1300px;
}

.home #content h1.page-title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.grid #content .startGrid,
.home #content .startGrid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "item_1" "item_2" "item_3" "item_4" "item_5";
  column-gap: 2%;
  row-gap: 3rem;
}
@media screen and (min-width: 850px) {
  .grid #content .startGrid,
  .home #content .startGrid {
    grid-template-areas: "item_1 item_4" "item_2 item_2" "item_3 item_5";
  }
}
@media screen and (min-width: 850px) {
  .grid #content .startGrid,
  .home #content .startGrid {
    grid-template-columns: 1fr 1fr;
  }
}
.grid #content .startGrid .item,
.home #content .startGrid .item {
  /* background: #ccc; */
}
.grid #content .startGrid .item_1,
.home #content .startGrid .item_1 {
  grid-area: item_1;
}
.grid #content .startGrid .item_1 a,
.home #content .startGrid .item_1 a {
  color: unset;
}
.grid #content .startGrid .item_1 .floatRight,
.home #content .startGrid .item_1 .floatRight {
  margin-left: 2rem;
}
.grid #content .startGrid .item_1 p.button,
.home #content .startGrid .item_1 p.button {
  position: relative;
}
.grid #content .startGrid .item_1 p.button:after,
.home #content .startGrid .item_1 p.button:after {
  position: absolute;
  content: url("../img/buttons/mehr.png");
  transform: translateY(2px);
}
.grid #content .startGrid .item_2,
.home #content .startGrid .item_2 {
  grid-area: item_2;
  margin: 1rem 0;
  padding: 0 1.5rem 1.5rem;
  color: #ffffff;
  background: #024244;
  border-radius: 15px;
}
@media screen and (min-width: 850px) {
  .grid #content .startGrid .item_2,
  .home #content .startGrid .item_2 {
    display: flex;
  }
}
@media screen and (min-width: 850px) {
  .grid #content .startGrid .item_2,
  .home #content .startGrid .item_2 {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 850px) {
  .grid #content .startGrid .item_2,
  .home #content .startGrid .item_2 {
    margin: 1rem 0;
  }
  .grid #content .startGrid .item_2 > *,
  .home #content .startGrid .item_2 > * {
    width: 48%;
  }
}
.grid #content .startGrid .item_2 .image,
.home #content .startGrid .item_2 .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid #content .startGrid .item_2 .image img,
.home #content .startGrid .item_2 .image img {
  width: 280px;
  transform: translate(-0.3rem, -1.5rem);
  transition: transform 800ms ease;
}
@media screen and (min-width: 32em) {
  .grid #content .startGrid .item_2 .image img,
  .home #content .startGrid .item_2 .image img {
    transform: translate(-1rem, -1.5rem);
  }
}
@media screen and (min-width: 850px) {
  .grid #content .startGrid .item_2 .image img,
  .home #content .startGrid .item_2 .image img {
    width: 42%;
    transform: scale(150%) translateX(-1rem);
  }
}
.grid #content .startGrid .item_2 .text h2,
.home #content .startGrid .item_2 .text h2 {
  margin: 0;
  padding-top: 0;
  font-size: 1.8rem;
  color: #ffffff;
}
.grid #content .startGrid .item_2 .text p,
.home #content .startGrid .item_2 .text p {
  margin-top: 1rem;
}
.grid #content .startGrid .item_2 .text a,
.home #content .startGrid .item_2 .text a {
  position: relative;
  padding-left: 45px;
  color: #ffffff;
}
.grid #content .startGrid .item_2 .text a:before,
.home #content .startGrid .item_2 .text a:before {
  content: url("../img/buttons/mehr_weiss.png");
  position: absolute;
  margin-left: -48px;
  transform: translateY(1px);
}
.grid #content .startGrid .item_2 > *,
.home #content .startGrid .item_2 > * {
  flex-basis: 50%;
}
.grid #content .startGrid .item_3,
.home #content .startGrid .item_3 {
  grid-area: item_3;
}
.grid #content .startGrid .item_3 ul,
.home #content .startGrid .item_3 ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 1.3rem;
  padding: 0;
}
.grid #content .startGrid .item_3 ul li,
.home #content .startGrid .item_3 ul li {
  flex: 0 1 auto;
}
@media screen and (min-width: 850px) {
  .grid #content .startGrid .item_3 ul li,
  .home #content .startGrid .item_3 ul li {
    flex-basis: 140px;
  }
}
@media screen and (min-width: 1100px) {
  .grid #content .startGrid .item_3 ul li,
  .home #content .startGrid .item_3 ul li {
    flex-basis: 24%;
  }
}
.grid #content .startGrid .item_3 ul li a,
.home #content .startGrid .item_3 ul li a {
  display: block;
}
.grid #content .startGrid .item_4,
.home #content .startGrid .item_4 {
  grid-area: item_4;
}
.grid #content .startGrid .item_5,
.home #content .startGrid .item_5 {
  grid-area: item_5;
}
.grid #content .newsletter,
.home #content .newsletter {
  position: relative;
  background-color: #024244;
  border-radius: 15px;
  margin-top: 20px;
  padding: 15px;
}
@media screen and (min-width: 32em) {
  .grid #content .newsletter,
  .home #content .newsletter {
    margin: 2rem 0 30px 60px;
    padding-left: 72px;
  }
}
@media screen and (min-width: 1240px) {
  .grid #content .newsletter,
  .home #content .newsletter {
    height: 174px;
    padding-left: 110px;
  }
}
@media screen and (min-width: 1420px) {
  .grid #content .newsletter,
  .home #content .newsletter {
    padding-left: 116px;
  }
}
.grid #content .newsletter img,
.home #content .newsletter img {
  width: 120px;
}
@media screen and (min-width: 32em) {
  .grid #content .newsletter img,
  .home #content .newsletter img {
    position: absolute;
    left: -60px;
    top: -20px;
  }
}
@media screen and (min-width: 1240px) {
  .grid #content .newsletter img,
  .home #content .newsletter img {
    top: -12px;
    width: 170px;
  }
}
.grid #content .newsletter .text,
.home #content .newsletter .text {
  padding-left: 10px;
}
.grid #content .newsletter .text p,
.home #content .newsletter .text p {
  color: #ffffff;
}
.grid #content .newsletter .text p:first-child,
.home #content .newsletter .text p:first-child {
  margin-top: 0;
}
.grid #content .newsletter .text p a,
.home #content .newsletter .text p a {
  color: #ffffff;
  padding-left: 42px;
}
.grid #content .newsletter .text p a:before,
.home #content .newsletter .text p a:before {
  content: url("../img/buttons/mehr_weiss.png");
  position: absolute;
  margin-left: -48px;
  transform: translateY(1px);
}
.grid #content .part-2a,
.home #content .part-2a {
  margin-top: 2rem;
}
@media screen and (min-width: 850px) {
  .grid #content .part-2a,
  .home #content .part-2a {
    margin-top: 0;
  }
}

.row.map {
  margin-top: 3em;
  margin-left: -13px;
  margin-right: -13px;
}

#map {
  position: relative;
  width: 100%;
  max-width: 1012px;
  display: block;
  margin: auto;
  padding-bottom: 70.1581027668%;
  vertical-align: middle;
  overflow: hidden;
}
#map svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#map svg rect {
  opacity: 0;
  transition: all 500ms ease;
  fill: #0b3334;
}
#map svg rect:hover {
  opacity: 0.1;
}
#map .infobox {
  background: #ffffff padding-box;
  position: absolute;
  top: 28%;
  left: 46%;
  transition: all 1000ms ease;
  opacity: 0;
  width: 32%;
  min-width: 200px;
  overflow-y: auto;
  height: auto;
  max-height: 72%;
  padding: 10px 20px 20px 20px;
  z-index: -1;
  border: solid 10px rgba(255, 255, 255, 0.5);
}
#map .infobox.active {
  opacity: 1;
  z-index: 1;
}
#map .infobox h2 {
  font-size: 2rem;
  margin-top: 0;
}
#map .infobox p {
  font-size: 0.8rem;
  margin: 0;
}
#map .infobox .mapLink {
  font-size: 2rem;
  display: inline-block;
  position: absolute;
  top: -14px;
  right: 6px;
}

fieldset.shop {
  margin: 3rem 0 0;
  padding: 0;
  border: 0;
}
fieldset.shop .checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1em 0 0 -20px;
}
fieldset.shop .checkboxes label {
  position: relative;
  margin-left: 20px;
  white-space: nowrap;
  cursor: pointer;
}
fieldset.shop .checkboxes label span {
  position: relative;
  z-index: 2;
  padding-left: 24px;
  background: url("../img/layout/radiobutton-off.png") 0 0 no-repeat;
}
fieldset.shop .checkboxes label input {
  position: absolute;
  top: 3px;
  left: 3px;
}
fieldset.shop .checkboxes label input:checked ~ span {
  background: url("../img/layout/radiobutton-on.png") 0 0 no-repeat;
}
fieldset.shop .checkboxes + p {
  margin-top: 2rem;
}
fieldset.shop .affiliates {
  justify-content: start;
  gap: 1rem;
  flex-wrap: wrap;
  margin: calc(1.5em - 8px) 0 0;
  padding: 0;
  opacity: 1;
  transition: opacity 1200ms ease;
}
fieldset.shop .affiliates.hide {
  display: none;
  opacity: 0;
}
fieldset.shop .affiliates div,
fieldset.shop .affiliates li {
  display: inline;
  background: transparent;
  line-height: 0;
  overflow: hidden;
}
fieldset.shop .affiliates div a,
fieldset.shop .affiliates li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.75rem;
  border: 1px solid #2c9285;
}
fieldset.shop [data-gtm-id=supplier-amazon] img {
  transform: translateY(4px);
}
fieldset.shop [data-gtm-id=supplier-hugendubel] img {
  transform: translateY(4px);
}
fieldset.shop [data-gtm-id=supplier-libri] img {
  transform: translateY(-3px);
}
fieldset.shop [data-gtm-id=supplier-geniokal] img {
  transform: translateY(-2px);
}
fieldset.shop [data-gtm-id=supplier-rh] img {
  transform: translateY(1px);
}
fieldset.shop [data-gtm-id=supplier-audible] img {
  transform: translateY(-4px);
}
fieldset.shop [data-gtm-id=supplier-rtlplus] img {
  transform: translateY(1px);
}
fieldset.shop [data-gtm-id=supplier-bookbeat] img {
  transform: translateY(1px);
}

/************************************* Einträge, die noch ins Sass übernommen werden müssen  ****************************************/
#header #headerI .menuBar #menuSwitcher:checked ~ #mainMenu {
  max-height: 82rem;
}

.grid #content .startGrid .item_1 .floatRight, .home #content .startGrid .item_1 .floatRight {
  padding-left: 2rem;
  padding-bottom: 1rem;
}

.buecher .row.hexe .image a::before {
  display: none;
}

.schmuckAusgabe img {
  width: 120% !important;
  max-width: 120%;
}

.next {
  padding-top: 2rem;
}

#mainMenu .next {
  padding-top: 1.2rem;
}

.buch .buttons {
  margin-top: 3rem;
}
.buch .buttons a {
  border: none;
}

.buecher .row a,
.more a {
  border: none;
}

.buecher .row .book .text .shorttext::after {
  padding-left: 0.5rem;
}

@media screen and (min-width: 32em) {
  .buecher .row:nth-child(2n+4) .book.cover-2d .image {
    padding-right: 5%;
  }
}
@media screen and (min-width: 32em) {
  .buecher .row:nth-child(2n+5) .book .image {
    padding-left: 5%;
  }
}
@media screen and (min-width: 64em) {
  .buecher .row .book.cover-2d .image {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 32em) {
  .buecher #bundle4 {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 32em) {
  .buecher #bundle5 {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 1225px) {
  .buecher #bundle5 {
    padding-bottom: 2rem;
  }
}
#footer .footerI .footerSubMenuWrapper nav ul.next li:first-child {
  font-weight: 400;
}

.cc-window.cc-banner {
  padding: 10px !important;
  color: #ffffff !important;
  background: #024244 !important;
}

.cc-compliance > .cc-btn {
  color: #ffffff !important;
  background: #aa474e !important;
}

.cc-link {
  color: #dddddd !important;
}
.cc-link:hover {
  color: #ffffff !important;
}

.top_nav {
  position: relative;
  z-index: 100;
  height: 36px;
  background: #fff;
}
.top_nav #contrast_switch {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 2rem;
  padding-top: 2px;
  cursor: pointer;
  text-align: center;
}
.top_nav #contrast_switch .cButton {
  padding-right: 32px;
}
.top_nav #contrast_switch .cButton:before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url("../img/buttons/contrast.svg");
  background-size: 100% 100%;
  transform: scale(1, 1);
  transition: transform 500ms ease;
}
.top_nav #contrast_switch input {
  display: none;
}
.top_nav #contrast_switch input:checked ~ .cButton:before {
  transform: scale(-1, 1);
}
.top_nav #contrast_switch .cText {
  position: relative;
  top: 0.16rem;
  padding-left: 1rem;
  color: #000;
  white-space: nowrap;
}

a.skip_to_content {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

a.skip_to_content:focus a {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}

body:has(#contrast_checkbox:checked) {
  /* all contrast styles */
}
body:has(#contrast_checkbox:checked) .skip_to_content {
  color: #000;
}
body:has(#contrast_checkbox:checked) .videos .youtubeVideo:hover .playButton {
  background: #fa567e;
}
body:has(#contrast_checkbox:checked) .videos #videoModal.modal .modal-content {
  background: rgba(0, 0, 0, 0);
}
body:has(#contrast_checkbox:checked) hr {
  border-top: 1px solid #e1e1e1;
}
body:has(#contrast_checkbox:checked) a {
  border-color: rgb(0, 0, 0);
}
body:has(#contrast_checkbox:checked) nav a {
  border-color: rgba(0, 0, 0, 0);
}
body:has(#contrast_checkbox:checked) .sideMenu li a {
  background: hsla(0, 0%, 100%, 0.5);
  border: 2px solid hsla(0, 0%, 100%, 0.9);
}
body:has(#contrast_checkbox:checked) .sideMenu li a:focus,
body:has(#contrast_checkbox:checked) .sideMenu li a:hover,
body:has(#contrast_checkbox:checked) .sideMenu li a.active {
  background: hsla(0, 0%, 100%, 0.7);
}
body:has(#contrast_checkbox:checked) #content article,
body:has(#contrast_checkbox:checked) #content section {
  background: hsla(0, 0%, 100%, 0.25);
}
body:has(#contrast_checkbox:checked) #map .infobox {
  border-color: hsla(0, 0%, 100%, 0.5);
}
body:has(#contrast_checkbox:checked) .shop .affiliates div a {
  background: rgba(0, 0, 0, 0);
}
body:has(#contrast_checkbox:checked) #header {
  background: #fff;
}
body:has(#contrast_checkbox:checked) .perg {
  background: #fff;
}
body:has(#contrast_checkbox:checked) #mainMenu ul li a:hover,
body:has(#contrast_checkbox:checked) #mainMenu ul li a.active {
  color: #804145;
}
body:has(#contrast_checkbox:checked) grid #content .newsletter,
body:has(#contrast_checkbox:checked) .home #content .newsletter {
  background-color: #073031;
}
body:has(#contrast_checkbox:checked) .grid #content .startGrid .item_2,
body:has(#contrast_checkbox:checked) .home #content .startGrid .item_2 {
  background-color: #073031;
}
body:has(#contrast_checkbox:checked) .buecher .row.hexe {
  background-color: #073031;
}
body:has(#contrast_checkbox:checked) .sideMenu li a {
  background: #fff;
}
body:has(#contrast_checkbox:checked) .sideMenu li a:focus,
body:has(#contrast_checkbox:checked) .sideMenu li a:hover,
body:has(#contrast_checkbox:checked) .sideMenu li a.active {
  background: #fff;
}
body:has(#contrast_checkbox:checked) #footer {
  background-color: #073031;
}
body:has(#contrast_checkbox:checked) #footer .footerI .footerSubMenuWrapper {
  font-size: 1rem;
}

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