<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Filename: main.css
 *
 * Primary stylesheet which imports every other file.
 */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* ==========================================================================
   Pure Base
   ========================================================================== */

.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;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/

.pure-button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*csslint outline-none:false*/

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, .80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(26, 0, 0, 0)',GradientType=0);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .10));
}

.pure-button:focus {
    outline: 0;
}

.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .20) inset;
    border-color: #000\9;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.pure-button-hidden {
    display: none;
}

/* Firefox: Get rid of the inner focus border */

.pure-button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/

/*csslint box-model:false*/

/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    vertical-align: middle;
    box-sizing: border-box;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/

.pure-form input:not([type]) {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    box-sizing: border-box;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */

/* May be able to remove this tweak as color inputs become more standardized across browsers. */

.pure-form input[type="color"] {
    padding: 0.2em 0.5em;
}

.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129FEA;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/

.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129FEA;
}

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA;
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: 0.5em 0;
    display: block;
}

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/

.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee; /* menu hover bg color */
    color: #777; /* menu text color */
    border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
    color: #b94a48;
    border-color: #e9322d;
}

.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}

.pure-form select {
    /* Normalizes the height; padding is not sufficient. */
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: white;
}

.pure-form select[multiple] {
    height: auto;
}

.pure-form label {
    margin: 0.5em 0 0.2em;
}

.pure-form fieldset {
    margin: 0;
    padding: 0.35em 0 0.75em;
    border: 0;
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
    display: block;
    margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/

.pure-form-stacked input:not([type]) {
    display: block;
    margin: 0.25em 0;
}

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.pure-form-aligned textarea {
    vertical-align: top;
}

/* Aligned Forms */

.pure-form-aligned .pure-control-group {
    margin-bottom: 0.5em;
}

.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */

.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: 0.5em 1em;
}

/* Grouped Inputs */

.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}

.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}

.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3;
}

.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    margin: 0;
}

.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    margin: 0;
}

.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    margin: 0;
}

.pure-form .pure-group button {
    margin: 0.35em 0;
}

.pure-form .pure-input-1 {
    width: 100%;
}

.pure-form .pure-input-2-3 {
    width: 66%;
}

.pure-form .pure-input-1-2 {
    width: 50%;
}

.pure-form .pure-input-1-3 {
    width: 33%;
}

.pure-form .pure-input-1-4 {
    width: 25%;
}

/* Inline help for forms */

/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */

.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: 0.3em;
    color: #666;
    vertical-align: middle;
    font-size: 0.875em;
}

/* Block help for forms */

.pure-form-message {
    display: block;
    color: #666;
    font-size: 0.875em;
}

@media only screen and (max-width : 480px) {
    .pure-form button[type="submit"] {
        margin: 0.7em 0 0;
    }

    .pure-form input:not([type]),
    .pure-form input[type="text"],
    .pure-form input[type="password"],
    .pure-form input[type="email"],
    .pure-form input[type="url"],
    .pure-form input[type="date"],
    .pure-form input[type="month"],
    .pure-form input[type="time"],
    .pure-form input[type="datetime"],
    .pure-form input[type="datetime-local"],
    .pure-form input[type="week"],
    .pure-form input[type="number"],
    .pure-form input[type="search"],
    .pure-form input[type="tel"],
    .pure-form input[type="color"],
    .pure-form label {
        margin-bottom: 0.3em;
        display: block;
    }

    .pure-group input:not([type]),
    .pure-group input[type="text"],
    .pure-group input[type="password"],
    .pure-group input[type="email"],
    .pure-group input[type="url"],
    .pure-group input[type="date"],
    .pure-group input[type="month"],
    .pure-group input[type="time"],
    .pure-group input[type="datetime"],
    .pure-group input[type="datetime-local"],
    .pure-group input[type="week"],
    .pure-group input[type="number"],
    .pure-group input[type="search"],
    .pure-group input[type="tel"],
    .pure-group input[type="color"] {
        margin-bottom: 0;
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: 0.3em;
        text-align: left;
        display: block;
        width: 100%;
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0;
    }

    /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
    .pure-form .pure-help-inline,
    .pure-form-message-inline,
    .pure-form-message {
        display: block;
        font-size: 0.75em;
        /* Increased bottom padding to make it group with its related input element. */
        padding: 0.2em 0 0.8em;
    }
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
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 {
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */

    display: -webkit-flex;

    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;

    /* Prevents distributing space between rows */
    -ms-align-content: flex-start;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

/* 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 &lt; 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.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.5000%;
    *width: 12.4690%;
}

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

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

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

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

.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.5000%;
    *width: 37.4690%;
}

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

.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.9690%;
}

.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.9690%;
}

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

.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.9690%;
}

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

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

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

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

.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 v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/

@media screen and (min-width:35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .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-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%
  }
  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%
  }
  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%
  }
  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%
  }
  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%
  }
  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%
  }
  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%
  }
  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%
  }
}

@media screen and (min-width:48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .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-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%
  }
  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%
  }
  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%
  }
  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%
  }
  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%
  }
  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%
  }
  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%
  }
  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%
  }
}

@media screen and (min-width:64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .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-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%
  }
  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%
  }
  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%
  }
  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%
  }
  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%
  }
  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%
  }
  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%
  }
  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%
  }
}

@media screen and (min-width:80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .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-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%
  }
  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%
  }
  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%
  }
  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%
  }
  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%
  }
  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%
  }
  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%
  }
  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%
  }
}

@media screen and (min-width:100rem) {
  .pure-u-xxl-1, .pure-u-xxl-1-1, .pure-u-xxl-1-2, .pure-u-xxl-1-3, .pure-u-xxl-2-3, .pure-u-xxl-1-4, .pure-u-xxl-3-4, .pure-u-xxl-1-5, .pure-u-xxl-2-5, .pure-u-xxl-3-5, .pure-u-xxl-4-5, .pure-u-xxl-5-5, .pure-u-xxl-1-6, .pure-u-xxl-5-6, .pure-u-xxl-1-8, .pure-u-xxl-3-8, .pure-u-xxl-5-8, .pure-u-xxl-7-8, .pure-u-xxl-1-12, .pure-u-xxl-5-12, .pure-u-xxl-7-12, .pure-u-xxl-11-12, .pure-u-xxl-1-24, .pure-u-xxl-2-24, .pure-u-xxl-3-24, .pure-u-xxl-4-24, .pure-u-xxl-5-24, .pure-u-xxl-6-24, .pure-u-xxl-7-24, .pure-u-xxl-8-24, .pure-u-xxl-9-24, .pure-u-xxl-10-24, .pure-u-xxl-11-24, .pure-u-xxl-12-24, .pure-u-xxl-13-24, .pure-u-xxl-14-24, .pure-u-xxl-15-24, .pure-u-xxl-16-24, .pure-u-xxl-17-24, .pure-u-xxl-18-24, .pure-u-xxl-19-24, .pure-u-xxl-20-24, .pure-u-xxl-21-24, .pure-u-xxl-22-24, .pure-u-xxl-23-24, .pure-u-xxl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }
  .pure-u-xxl-1-24 {
    width: 4.1667%;
    *width: 4.1357%
  }
  .pure-u-xxl-1-12, .pure-u-xxl-2-24 {
    width: 8.3333%;
    *width: 8.3023%
  }
  .pure-u-xxl-1-8, .pure-u-xxl-3-24 {
    width: 12.5%;
    *width: 12.469%
  }
  .pure-u-xxl-1-6, .pure-u-xxl-4-24 {
    width: 16.6667%;
    *width: 16.6357%
  }
  .pure-u-xxl-1-5 {
    width: 20%;
    *width: 19.969%
  }
  .pure-u-xxl-5-24 {
    width: 20.8333%;
    *width: 20.8023%
  }
  .pure-u-xxl-1-4, .pure-u-xxl-6-24 {
    width: 25%;
    *width: 24.969%
  }
  .pure-u-xxl-7-24 {
    width: 29.1667%;
    *width: 29.1357%
  }
  .pure-u-xxl-1-3, .pure-u-xxl-8-24 {
    width: 33.3333%;
    *width: 33.3023%
  }
  .pure-u-xxl-3-8, .pure-u-xxl-9-24 {
    width: 37.5%;
    *width: 37.469%
  }
  .pure-u-xxl-2-5 {
    width: 40%;
    *width: 39.969%
  }
  .pure-u-xxl-5-12, .pure-u-xxl-10-24 {
    width: 41.6667%;
    *width: 41.6357%
  }
  .pure-u-xxl-11-24 {
    width: 45.8333%;
    *width: 45.8023%
  }
  .pure-u-xxl-1-2, .pure-u-xxl-12-24 {
    width: 50%;
    *width: 49.969%
  }
  .pure-u-xxl-13-24 {
    width: 54.1667%;
    *width: 54.1357%
  }
  .pure-u-xxl-7-12, .pure-u-xxl-14-24 {
    width: 58.3333%;
    *width: 58.3023%
  }
  .pure-u-xxl-3-5 {
    width: 60%;
    *width: 59.969%
  }
  .pure-u-xxl-5-8, .pure-u-xxl-15-24 {
    width: 62.5%;
    *width: 62.469%
  }
  .pure-u-xxl-2-3, .pure-u-xxl-16-24 {
    width: 66.6667%;
    *width: 66.6357%
  }
  .pure-u-xxl-17-24 {
    width: 70.8333%;
    *width: 70.8023%
  }
  .pure-u-xxl-3-4, .pure-u-xxl-18-24 {
    width: 75%;
    *width: 74.969%
  }
  .pure-u-xxl-19-24 {
    width: 79.1667%;
    *width: 79.1357%
  }
  .pure-u-xxl-4-5 {
    width: 80%;
    *width: 79.969%
  }
  .pure-u-xxl-5-6, .pure-u-xxl-20-24 {
    width: 83.3333%;
    *width: 83.3023%
  }
  .pure-u-xxl-7-8, .pure-u-xxl-21-24 {
    width: 87.5%;
    *width: 87.469%
  }
  .pure-u-xxl-11-12, .pure-u-xxl-22-24 {
    width: 91.6667%;
    *width: 91.6357%
  }
  .pure-u-xxl-23-24 {
    width: 95.8333%;
    *width: 95.8023%
  }
  .pure-u-xxl-1, .pure-u-xxl-1-1, .pure-u-xxl-5-5, .pure-u-xxl-24-24 {
    width: 100%
  }
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/

/*csslint adjoining-classes: false, box-model:false*/

.pure-menu {
    box-sizing: border-box;
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.pure-menu-list,
.pure-menu-item {
    position: relative;
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}

.pure-menu-link,
.pure-menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

/* HORIZONTAL MENU */

.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block;
}

/* Initial menus should be inline-block so that they are horizontal */

.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

/* Submenus should still be display: block; */

.pure-menu-item .pure-menu-item {
    display: block;
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit;
}

.pure-menu-allow-hover:hover &gt; .pure-menu-children,
.pure-menu-active &gt; .pure-menu-children {
    display: block;
    position: absolute;
}

/* Vertical Menus - show the dropdown arrow */

.pure-menu-has-children &gt; .pure-menu-link:after {
    padding-left: 0.5em;
    content: "\25B8";
    font-size: small;
}

/* Horizontal Menus - show the dropdown arrow */

.pure-menu-horizontal .pure-menu-has-children &gt; .pure-menu-link:after {
    content: "\25BE";
}

/* scrollable menus */

.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}

.pure-menu-scrollable .pure-menu-list {
    display: block;
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    /* a little extra padding for this style to allow for scrollbars */
    padding: .5em 0;
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
    display: none;
}

/* misc default styling */

.pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em ;
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64;
}

.pure-menu-link {
    color: #777;
}

.pure-menu-children {
    background-color: #fff;
}

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
    padding: .5em 1em;
}

.pure-menu-disabled {
    opacity: .5;
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent;
}

.pure-menu-active &gt; .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
    background-color: #eee;
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
    color: #000;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical &gt; .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal &gt; .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical &gt; .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="50" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, .8);
  transition: opacity .5s ease; }

#baguetteBox-overlay.visible {
    opacity: 1; }

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }

#baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }

#baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, .6); }

#baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, .6);
      font-family: sans-serif; }

#baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }

#baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft .4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }

.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9); }

.baguetteBox-button#next-button {
    right: 2%; }

.baguetteBox-button#previous-button {
    left: 2%; }

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 * Filename: theme.css
 *
 * Stylesheet for all theme relevant attributes like colors, fonts ...
 */

:root {

  /** SchriftgrÃ¶ÃŸen */     /* 16px */ /* 26px */   /* 24px */ /* 22px */  /* 20px */ /* 18px */  /* 16px */ /* 14px */

  /** Raster */

  /** Farben */  /* grau */  /* grau */  /* hellgrau */ /* dunkelgrau */  /* Footer Top Text */ /* rot */ /* grau Header */      /* grÃ¼n */      /* blau */
}

/*
 * Filename: base.css
 */

* {
  position: relative;

  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
}

table {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

th,
td {
  padding: 3.2px;
  padding: .2rem;

  border-bottom: 1px solid var(--light-grey);
}

code {
  display: inline-block;

  padding: 0 .2em;

  color: #c7254e;
  background: #eee;
}

button {
  cursor: pointer;
}

/** Firefox Glow bei invaliden Formularfeldern entfernen */

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.pure-g {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}

.container {
  margin: 0 16px;
  margin: 0 1rem;
}

.maps-container {
  height: 320px;
  height: 20rem;
}

@media screen and (min-width: 64rem) {
  .container {
    width: 60em;
    margin: 0 auto;
  }
}

@media screen and (min-width: 80rem) {
  .container {
    width: 75em;
  }
}

@media screen and (min-width: 100rem) {
  .container {
    width: 95em;
  }
}

/*
 * Filename: typo.css
 *
 * Primary stylesheet which imports every other file.

  font-family:'DearJoe_5 Casual W01 Pr1175161';
  font-family:'Futura LT W01 Bold';
  font-family:'Futura LT W01 Medium';
  font-family:'Futura LT W01 Light';

 */

body {
  font-family:'Futura LT W01 Light';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;

  color: #585757;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.17em;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.235em;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.235em;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.235em;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}

h6 {
  font-family:'Futura LT W01 Bold';
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

small {
  font-size: 14px;
  font-size: 0.875rem;
}

ul {
  padding-left: 24px;
  padding-left: 1.5rem;
}

a {
  color: #e30613;
  text-decoration: none;
}

a:hover {
  color: #575756;
}

@media screen and (min-width: 48rem) {
  h1 {
    font-size: 1.625rem;
  }
}

/*
 * Filename: forms.css
 *
 * Default Styles for Forms.
 */

label,
.pure-form label {
  display: block;
}

textarea,
.pure-form textarea {
  display: block;
}

#contactBottem input,
#contactBottem select,
#contactBottem textarea,
#contactAnfrage input,
#contactAnfrage select,
#contactAnfrage textarea {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.pure-form select {
  height: 40px;
  height: 2.5rem;
}

/* allgemeine Infos und viewport-sx 320px */

.mobile-navigation {
  font-size: 16px;
  font-size: 1rem;
}

.mobile-navigation a {
  display: block;
  padding: 8px;
  padding: 0.5rem;
}

.mobile-navigation .first-layer {
  color: #585757;
}

.mobile-navigation .first-layer:hover {
  color: #585757;
}

.mobile-navigation .first-layer + ul {
  display: none;
  list-style-type: none;
}

.mobile-navigation .first-layer.open + ul {
  display: block;
}

.mobile-navigation .first-layer::before {
  border: none;
}

.mobile-navigation .dropdown-list-item {
  border: none;
  padding: 0;
}

.mobile-navigation .dropdown-list-item a {
  margin-bottom: 0;
}

.mobile-navigation .dropdown {
  background-color: transparent;
  position: relative;
  padding: 0;
  padding-left: 32px;
  padding-left: 2rem;
}

.mobile-navigation .dropdown-link {
  color: #585757;
}

.main-navigation li:hover .dropdown-link {
  color: #585757;
}

.mobile-navigation li:hover .dropdown-link:hover {
  color: #e30613;
}

.mobile-navigation .dropdown-link-layer-2 {
  color: #585757;
}

.mobile-navigation li:hover .dropdown-link-layer-2 {
  font-size: 16px;
  font-size: 1rem;
  color: #585757;
}

.mobile-navigation li:hover .dropdown-link-layer-2:hover {
  font-size: 16px;
  font-size: 1rem;
  color: #2c2e32;
}

.mobile-navigation .dropdown-list-item ul {
  list-style-type: none;
  margin-bottom: 0;
}

.mobile-navigation .dropdown-list-item li {
  padding: 0;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
}

.modal {
  background: rgba(50, 50, 50, .8) none repeat scroll 0 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  overflow: scroll;
  width: 100%;
  height: 100vh;
}

.modal-content {
  background: #fff;
  top: 0;
  width: 100vw;
  padding: 32px 4.8px;
  padding: 2rem 0.3rem;
  position: relative;
}

.modal-header {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.modal-header h4 {
  width: 75%;
}

.modal-header p {
  margin-bottom: 0;
}

.modal-header button.close {
  float: right;
}

.modal-footer {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.modal-footer button {
  margin-left: 16px;
  margin-left: 1rem;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
  .modal-content {
    padding: 2rem 1.5rem;
  }

  .modal-header {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-header button.close {
    margin-left: 0;
  }

  .modal-footer button {
    margin-left: 0;
  }
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  .modal-content {
    top: 9rem;
    width: 75vw;
    left: 12.5vw;
    margin-bottom: 4rem;

  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .modal-content {
    width: 50vw;
    left: 25vw;
    padding:2.5rem 3.438rem 2.5rem 2.5rem;
  }
}

/* viewport-lg 1280px */

@media screen and (min-width: 80rem) {

}

/* allgemeine Infos und viewport-sx 320px */

header {
  background-color: white;
}

.top-header {
  margin-top: 24px;
  margin-top: 1.5rem;
  background-color: #575756;
  border-top: 13px solid #e30613;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.logo-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: -35px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.logo-header img {
  width: 320px;
  width: 20rem;
  height: auto;
}

.header-wrapper p {
  text-align: center;
  color: white;
  margin-bottom: 0;
}

.header-wrapper a {
  color: white;
}

/* Nav */

.nav-wrapper {
  background-color: #2c2e32;
}

.hamburger-button {
  outline: none;
  border: medium none;
  color: white;
  font-weight: bold;
  padding: 8px;
  padding: 0.5rem;
  background-color: #2c2e32;
}

.hamburger-button:hover {
  background-color: rgb(72, 75, 81);
}

.hamburger-button svg {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  display: block;
  margin: 0 auto;
}

.mobile-page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  margin-bottom: 0;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
}

ul.main-navigation {
  list-style: outside none none;
  padding-left:0;
  margin-top: 16px;
  margin-top: 1rem;
}

ul.main-navigation li {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

ul.main-navigation li:hover,
ul.main-navigation li.active {
  background-color: #e2e2e2;
}

.dropdown {
  position: absolute;
  left: 0;
  background-color: #2c2e32;
  margin-bottom: 0;
  width: 100%;
  padding: 24px;
  padding: 1.5rem;
  list-style-type: none;
}

.dropdown-list-item {
  padding: 0 16px;
  padding: 0 1rem;
}

.dropdown &gt; li:last-of-type {
  border-right: none;
}

.dropdown &gt; li:first-of-type {
  padding-left: 0;
}

.dropdown-list-item ul {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: disc;
}

.dropdown-link {
  display: block;
  color: #585757;
  text-decoration: none;
}

.submenu-2 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.dropdown-link-layer-2 {
  color: #585757;
  text-decoration: none;
}

.dropdown-link:hover,
.dropdown-link-layer-2:hover {
  color: #e30613;
}

.main-navigation .open {
  color: #585757;
}

.main-navigation .open + .dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
  .logo-header {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .header-wrapper p {
    text-align: left;
    padding-left: 1rem;
  }
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  /* header */
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 100;
  }

  .top-header {
    padding-bottom: 0;
  }

  .placeholder {
    background-color: white;
    width: 100%;
    height: 7.5rem;
  }

  .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }

  .logo-header {
    width: auto;
    margin-bottom: 0;
  }

  .header-wrapper p {
    padding-left: 0;
    text-align: right;
  }

  /* Nav */
  .nav-wrapper {
    background-color: white;
    padding-top: 0.5rem;
    margin-top: 0;
    box-shadow:0px 4px 5px 0px rgba(0, 0, 0, .2);
  }

  ul.main-navigation {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0;
  }

  ul.main-navigation li {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  ul.main-navigation li:hover,
  ul.main-navigation li.active {
    background-color: transparent;
    border-bottom: 3px solid #e30613;
  }

  ul.main-navigation li a {
    color: #585757;
  }

  ul.main-navigation li a:hover,
  ul.main-navigation li.active a {
    color: #e30613;
  }

  /* 2. Ebene */
  .dropdown {
    display: none;
    position: absolute;
    left: 50%;
    top: 2.5rem;
    background-color: #e30613;
    margin-bottom: 0;
    width: 11rem;
    padding: 0;
    list-style-type: none;
    z-index: 10;
    box-shadow:0px 4px 5px 0px rgba(0, 0, 0, .2);
    transform: translateX(-50%);
  }

  ul.main-navigation li.active .dropdown-link,
  ul.main-navigation li .dropdown-link,
  ul.main-navigation li:hover .dropdown-link,
  ul.main-navigation li .dropdown-link-layer-2,
  ul.main-navigation li:hover .dropdown-link-layer-2 {
    color: #585757;
  }

  ul.dropdown li {
    display: block;
    width: 100%;
    padding: 0.5rem;
    margin-left: 0;
    background-color: white;
    border-right: 0;
  }

  ul.dropdown li:first-of-type,
  ul.dropdown li {
    padding-left: 0.5rem;
  }

  ul.dropdown li:hover  {
    background-color: #e9e9e9;
    border-bottom: 0;
  }

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

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  /* header */
  .placeholder {
    height: 7.6rem;
  }

  /* Nav */
  ul.main-navigation li {
    font-size: 1.125rem;
  }

  ul.main-navigation li:hover,
  ul.main-navigation li.active {
    border-bottom: 4px solid #e30613;
  }

  /* 2. Ebene */
  .dropdown {
    width: 13rem;
  }

  ul.dropdown li:hover {
    border-bottom: 0;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  /* Nav */
  ul.main-navigation li {
    font-size: 1.25rem;
  }

  /* 2. Ebene */
  .dropdown {
    width: 15rem;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
}

/* allgemeine Infos und viewport-sx 320px */

#headerbild {
  position: relative;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
}

/* allgemeine Infos und viewport-sx 320px */

.infobox-wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  border-bottom: 5px solid #e9e9e9;
}

.infobox {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.infobox:first-of-type {
  margin-top: 0;
}

.infobox a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #585757;
}

.infobox a:hover {
  color: #e30613;
}

.infobox-img {
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #585757;
  border-radius: 2rem;
  margin-right: 16px;
  margin-right: 1rem;
}

.infobox-img img {
  width: 32px;
  width: 2rem;
  height: 100%;
}

.infobox a:hover .infobox-img {
  border: 1px solid #e30613;
}

.infobox-content {
  width: 70%;
}

.infobox-content p {
  margin-bottom: 0;
}

.infobox-content p:first-of-type {
  font-family: 'Futura LT W01 Medium';
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 12.8px;
  margin-bottom: 0.8rem;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
  .infobox {
    margin-top: 2rem;
  }

  .infobox-img {
    width: 5rem;
    height: 5rem;
    border-radius: 2.5rem;
  }

  .infobox-img img {
    width: 2.5rem;
    height: 100%;
  }

  .infobox-content {
    width: 60%;
  }
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  .infobox-wrapper-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .infobox {
    width: 30%;
    margin-top: 0;
  }

  .infobox a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #585757;
  }

  .infobox-content {
    width: 100%;
  }

  .infobox-content p {
    text-align: center;
  }

  .infobox-img {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .infobox-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    margin-left: 0;
    margin-right: 0;
    z-index: 50;
  }

  .infobox-wrapper-inner {
    width: 60rem;
    margin-right: auto;
    margin-left: auto;
  }

  .infobox {
    width: 30%;
    margin-top: 0;
  }

  .infobox a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .infobox-content {
    width: 65%;
  }

  .infobox-content p {
    text-align: left;
  }

  .infobox-img {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  .infobox-wrapper-inner {
    width: 74rem;
  }

  .infobox-content {
    width: 76%;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
  .infobox-wrapper-inner {
    width: 90rem;
  }

  .infobox {
    width: 26%;
  }

  .infobox-content {
    width: 74%;
  }
}

/* allgemeine Infos und viewport-sx 320px */

.seo-text-wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.seo-text-wrapper h1 {
  font-family:'Futura LT W01 Bold';
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 8px;
  padding-left: 0.5rem;
  border-left: 3px solid #e30613;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.seo-text-wrapper p {
  margin-bottom: 0;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .seo-text-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .seo-text {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .seo-text-wrapper h1 {
    width: 35%;
    text-align: right;
    padding-left: 0;
    padding-right: 0.5rem;
    border-left: 0;
    border-right: 3px solid #e30613;
    margin-bottom: 0;
    margin-right: 2%;
    line-height: 1.3em;
  }

  .seo-text-wrapper p {
    width: 63%;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  .seo-text-wrapper h1 {
    width: 30%;
    padding-right: 0.8rem;
    line-height: 1.17em;
  }

  .seo-text-wrapper p {
    width: 70%;
    line-height: 1.43em;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
  .seo-text-wrapper h1 {
    width: 22%;
  }

  .seo-text-wrapper p {
    width: 76%;
    line-height: 2.015em;
  }
}

/* allgemeine Infos und viewport-sx 320px */

.startseitenboxen-wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.startseitenbox {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.startseitenbox:first-of-type {
  margin-top: 0;
}

.startseitenbox .startseitenbox-img {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border-bottom: 3px solid #585757;
}

.startseitenbox:nth-of-type(3) .startseitenbox-img {
  border-bottom: 3px solid #84aa02;
}

.startseitenbox:nth-of-type(4) .startseitenbox-img {
  border-bottom: 3px solid #0692e3;
}

.startseitenbox h2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.startseitenbox p {
  margin-bottom: 12.8px;
  margin-bottom: 0.8rem;
}

.startseitenbox a {
  display: block;
  color: #585757
}

.startseitenbox:nth-of-type(3) a {
  display: block;
  color: #84aa02;
}

.startseitenbox:nth-of-type(4) a {
  display: block;
  color: #0692e3;
}

.startseitenbox a:hover,
.startseitenbox:nth-of-type(3) a:hover,
.startseitenbox:nth-of-type(4) a:hover  {
  color: #e30613;
}

.startseitenboxen-content span {
  font-size: 14px;
  font-size: 0.875rem;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  .startseitenboxen-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .startseitenbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 48%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-right: 4%;
  }

  .startseitenbox:nth-of-type(even) {
    margin-right: 0;
  }

  .startseitenbox:nth-of-type(2) {
    margin-top: 0;
  }

  .startseitenbox-img {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 13rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
  }

  .startseitenbox p {
    width: 100%;
  }

  .startseitenbox a:last-of-type {
    margin-top: auto;
  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .startseitenboxen-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .startseitenbox-img {
    height: 15rem;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  .startseitenbox {
    width: 22%;
    margin-right: 4%;
    margin-top: 0;
  }

  .startseitenbox:nth-of-type(even) {
    margin-right: 4%;
  }

  .startseitenbox:last-of-type {
    margin-right: 0;
  }

  .startseitenbox-img {
    height: 10rem;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
  .startseitenbox-img {
    height: 12rem;
  }
}

/* allgemeine Infos und viewport-sx 320px */

.news-date {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
}

/* allgemeine Infos und viewport-sx 320px */

.anfrage-wrapper {
  background-color: #e30613;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.anfrage-wrapper h4 {
  font-family:'DearJoe_5 Casual W01 Pr1175161';
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  color: white;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.anfrage-wrapper p {
  color: white;
}

.anfrage-wrapper button {
  width: 100%;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  .anfrage-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .anfrage-inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .anfrage-wrapper .content-left {
    width: 48%;
    margin-top: 0;
  }

  .anfrage-wrapper .content-right {
    width: 48%;
  }

  .anfrage-wrapper button {
    width: auto;
  }

  .anfrage-wrapper .content-right img {
    margin-bottom: 0;
  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .anfrage-wrapper .content-left {
    margin-top: 1.2rem;
  }

  .anfrage-wrapper h4 {
    font-size: 1.625rem;
  }

  .anfrage-wrapper p {
    color: white;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  .anfrage-wrapper .content-left {
    width: 58%;
  }

  .anfrage-wrapper .content-right {
    width: 35%;
  }

  .anfrage-wrapper h4 {
    font-size: 2.2rem;
    margin-bottom: 1.1rem;
  }

  .anfrage-wrapper p {
    font-size: 1.25rem;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
  .anfrage-wrapper h4 {
    font-size: 2.7rem;
  }

  .anfrage-wrapper p {
    font-size: 1.25rem;
  }
}

/* allgemeine Infos und viewport-sx 320px */

.content-wrapper article {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.content-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}

.content-wrapper li {
  padding-left: 16px;
  padding-left: 1rem;
  text-indent: -14.4px;
  text-indent: -0.9rem;
}

.content-wrapper li::before {
  content: 'â€¢';
  color: #e30613;
  margin-right: 4.8px;
  margin-right: 0.3rem;
}

/* Layouts */

.content-left img,
.content-right img,
.content-above img,
.content-below img {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.content-right a:last-of-type img,
.content-below a:last-of-type img {
  margin-bottom: 0;
}

.layout-1  a.oneImg,
.layout-2  a.oneImg,
.layout-3  a.oneImg,
.layout-4  a.oneImg {
  width: 100%;
  margin-right: 0;
}

.content-wrapper .content-right p:last-of-type,
.content-wrapper .content-below p:last-of-type {
  margin-bottom: 0;
}

.fileupload-layout {
  margin-top: 16px;
  margin-top: 1rem;
}

.fileupload-layout a img,
.fileupload-layout a img,
.fileupload-layout a img,
.fileupload-layout a img {
  width: 11.2px;
  width: 0.7rem;
  height: 100%;
  margin-right: 4.8px;
  margin-right: 0.3rem;
  vertical-align: sub;
}

/* Bildnachweis Impressum */

.bildnachweis {
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
  /* Layouts */
  .layout-4 .content-below,
  .layout-1 .content-left,
  .layout-2 .content-right,
  .layout-3 .content-above {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .layout-4 .content-below a,
  .layout-2 .content-right a,
  .layout-1 .content-left a,
  .layout-3 .content-above a {
    width: 32%;
    margin-right: 2%;
  }

  .layout-4 .content-below a:nth-of-type(3n),
  .layout-1 .content-left a:nth-of-type(3n),
  .layout-2 .content-right a:nth-of-type(3n),
  .layout-3 .content-above a:nth-of-type(3n) {
    margin-right: 0;
  }

  .layout-4  a.oneImg,
  .layout-1  a.oneImg,
  .layout-2  a.oneImg,
  .layout-3  a.oneImg {
    width: 100%;
    margin-right: 0;
  }

  .layout-4 .content-above a,
  .layout-2 .content-left a,
  .layout-1 .content-right a,
  .layout-3 .content-below a {
    color: #e30613;
  }

  .layout-4 .content-above a:hover,
  .layout-2 .content-left a:hover,
  .layout-1 .content-right a:hover,
  .layout-3 .content-below a:hover {
    color: #575756;
  }
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  /* Layouts */
  .layout-2 .content-right a,
  .layout-1 .content-left a {
    width: 100%;
    margin-right: 0;
  }

  .layout-1 .content-left a:nth-of-type(2n),
  .layout-2 .content-right a:nth-of-type(2n) {
    margin-right: 0;
  }

  .layout-2 .content-left {
    margin-right: 2rem;
  }

  .layout-1 .content-right {
    margin-left: 2rem;
  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .content-wrapper article {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  /* Layouts */
  .layout-4 .content-below a,
  .layout-3 .content-above a {
    width: 23.5%;
    margin-right: 2%;
  }

  .layout-4 .content-below a:nth-of-type(3n),
  .layout-3 .content-above a:nth-of-type(3n) {
    margin-right: 2%;
  }

  .layout-4 .content-below a:nth-of-type(4n),
  .layout-3 .content-above a:nth-of-type(4n) {
    margin-right: 0;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
}

/* allgemeine Infos und viewport-sx 320px */

.fragen-togglebox-wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.fragen-togglebox {
  margin-top: 16px;
  margin-top: 1rem;
}

.fragen-togglebox:first-of-type {
  margin-top: 0;
}

.fragen-togglebox-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  cursor: pointer;
}

.fragen-togglebox-content {
  width: 70%;
}

.fragen-togglebox-content h4 {
  font-family: 'Futura LT W01 Bold';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.fragen-togglebox-content p {
  margin-bottom: 0;
}

.togglebox-header-img {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom: 5px solid #e9e9e9;
}

.togglebox-header-img span {
  transform: rotate(0deg);
  transition-duration: 0.5s;
}

.togglebox-header-img.active span {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

.leistung-togglebox-content {
  width: 100%;

}

.leistung-togglebox-content p {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  cursor: pointer;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.leistung-togglebox-content p:last-of-type {
  margin-right: 0;
}

.leistung-togglebox-content p.toggle-link:hover,
.leistung-togglebox-content p.toggle-link.active {
  color: #e30613;
}

.toggle-container-sub .lightbox {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.toggle-container-sub .lightbox a {
  width: 48%;
  margin-right: 2%;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.leistung-togglebox-content a:nth-of-type(1),
.leistung-togglebox-content a:nth-of-type(2) {
  margin-top: 0;
}

.leistung-togglebox-content a:nth-of-type(even) {
  margin-right: 0;
}

.faq-hinweis {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
  .fragen-togglebox-content {
    width: 82%;
  }

  .leistung-togglebox-content {
    width: 100%;
  }

  .toggle-container-sub .lightbox a {
    width: 32%;
    margin-right: 2%;
    margin-top: 0.5rem;
  }

  .leistung-togglebox-content a:nth-of-type(1),
  .leistung-togglebox-content a:nth-of-type(2),
  .leistung-togglebox-content a:nth-of-type(3) {
    margin-top: 0;
  }

  .leistung-togglebox-content a:nth-of-type(2n) {
    margin-right: 2%;
  }

  .leistung-togglebox-content a:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  .fragen-togglebox-header .infobox-img {
    margin-right: 1rem;
  }

  .fragen-togglebox-content {
    width: 87%;
  }

  .leistung-togglebox-content {
    width: 100%;
  }

  .toggle-container-sub .lightbox a {
    margin-top: 0.8rem;
  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .fragen-togglebox-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fragen-togglebox-content {
    width: 90%;
  }

  .fragen-togglebox-content h4 {
    font-size: 1.125rem;
  }

  .leistung-togglebox-content {
    margin-left: 10%;
  }

  .toggle-container-sub .lightbox a {
    margin-top: 1.1rem;
  }

  .faq-hinweis {
    margin-top: 2rem;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  .fragen-togglebox-content {
    width: 92%;
  }

  .leistung-togglebox-content {
    margin-left: 8%;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
  .fragen-togglebox-content {
    width: 94%;
  }

  .fragen-togglebox-content h4 {
    font-size: 1.25rem;
  }

  .leistung-togglebox-content {
    margin-left: 6%;
  }

  .toggle-container-sub .lightbox a {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 1.2rem;
  }

  .leistung-togglebox-content a:nth-of-type(1),
  .leistung-togglebox-content a:nth-of-type(2),
  .leistung-togglebox-content a:nth-of-type(3),
  .leistung-togglebox-content a:nth-of-type(4) {
    margin-top: 0;
  }

  .leistung-togglebox-content a:nth-of-type(2n) {
    margin-right: 2%;
  }

  .leistung-togglebox-content a:nth-of-type(3n) {
    margin-right: 2%;
  }

  .leistung-togglebox-content a:nth-of-type(4n) {
    margin-right: 0;
  }
}

.referenzbox-wrapper {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.fragen-togglebox-header--ref {
  -ms-flex-align: center;
      align-items: center;
}

/* allgemeine Infos und viewport-sx 320px */

.referenzbox {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

/* Atrribute */

.leistung-attribute-wrapper {
  border-top: 3px solid #e9e9e9;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

#slider .leistung-attribute-wrapper {
  padding-bottom: 0;
}

.leistung-attribute {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 16px;
  margin-top: 1rem;
}

.leistung-attribute:first-of-type {
  margin-top: 0;
}

.referenz-small-wrapper .leistung-attribute img {
  width: 40px;
  width: 2.5rem;
  height: 100%;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 0;
}

.leistung-attribute p {
  margin-bottom: 0;
}

/* Slider */

#slider {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  background-color: #e9e9e9;
}

.slider-header h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.slider-header hr {
  width: 96px;
  width: 6rem;
  border: 1px solid #e30613;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.slider-header p {
  text-align: center;
}

#slider .swiper-slide {
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}

a.slider-img {
  display: block;
  width: 100%;
  max-height: 108px;
  max-height: 6.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow-y: hidden;
}

a.slider-img img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-content {
  background-color: white;
  padding: 16px;
  padding: 1rem;
}

.slider-content h2 {
  font-family:'Futura LT W01 Bold';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  color: #1e1e1e;
}

#slider .slider-content h3 {
  font-family:'Futura LT W01 Bold';
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

#slider .slider-content p {
  text-align: left;
}

#slider .leistung-attribute img {
  width: 24px;
  width: 1.5rem;
  height: 100%;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 0;
}

#slider .leistung-attribute-wrapper a.btn-primary {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url('img/ios-arrow-left.svg');
  background-size: 0.7rem;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url('img/ios-arrow-right.svg');
  background-size: 0.7rem;
}

/* Content */

.slider-content ul,
.referenz-small-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}

.slider-content li,
.referenz-small-wrapper li {
  padding-left: 16px;
  padding-left: 1rem;
  text-indent: -14.4px;
  text-indent: -0.9rem;
}

.slider-content li::before,
.referenz-small-wrapper li::before {
  content: 'â€¢';
  color: #e30613;
  margin-right: 4.8px;
  margin-right: 0.3rem;
}

.referenzbox p {
  text-transform: none;
}

.referenzbox p:hover {
  color: #585757;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
  .leistung-attribute-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }

  .leistung-attribute {
    width: 15rem;
    margin-right: 1rem;
  }

  a.slider-img {
    max-height: 14.6875rem;
  }

  #slider .leistung-attribute {
    width: 12rem;
  }

  .leistung-attribute:nth-of-type(2) {
    margin-top: 0;
  }

  .leistung-attribute:nth-of-type(even) {
    margin-right: 0;
  }

  #slider .leistung-attribute-wrapper a.btn-primary {
    display: block;
    text-align: center;
    width: 12rem;
    margin-top: 1rem;
  }

  #slider .leistung-attribute-wrapper a.btn-primary span {
    font-size: 0.875rem;
  }
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  .leistung-attribute {
    width: 13rem;
  }

  /* Slider */
  a.slider-img {
    max-height: 26.25rem;
  }

  #slider .leistung-attribute {
    width: 11.5rem;
    margin-right: 1rem;
  }

  #slider .leistung-attribute:nth-of-type(2),
  #slider .leistung-attribute:nth-of-type(3) {
    margin-top: 0;
  }

  #slider .leistung-attribute:nth-of-type(even) {
    margin-right: 1rem;
  }

  #slider .leistung-attribute:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .referenzbox {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .leistung-attribute-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .leistung-attribute {
    width: 18rem;
  }

  /* Slider */
  #slider {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .swiper-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }

  a.slider-img {
    width: 30rem;
    max-height: 20.125rem;
    margin-bottom: 0;
  }

  a.slider-img img {
    width: 30rem;
    height: auto;
    display: block;
  }

  .slider-content {
    width: 51%;
    margin-left: -4rem;
  }

  #slider .leistung-attribute {
    width: 12rem;
    margin-right: 1rem;
  }

  #slider .leistung-attribute:nth-of-type(2) {
    margin-top: 0;
  }

  #slider .leistung-attribute:nth-of-type(3) {
    margin-top: 1rem;
  }

  #slider .leistung-attribute:nth-of-type(even) {
    margin-right: 0;
  }

  #slider .leistung-attribute:nth-of-type(odd) {
    margin-right: 1rem;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  .leistung-attribute {
    width: 15rem;
    margin-right: 1rem;
  }

  .leistung-attribute:nth-of-type(2),
  .leistung-attribute:nth-of-type(3) {
    margin-top: 0;
  }

  .leistung-attribute:nth-of-type(even) {
    margin-right: 1rem;
  }

  .leistung-attribute:nth-of-type(3n) {
    margin-right: 0;
  }

  /* Slider */
  .slider-header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }

  a.slider-img {
    width: 48rem;
    max-height: 32.25rem;
  }

  a.slider-img img {
    width: 48rem;
    height: auto;
  }

  .slider-content {
    width: 40%;
    margin-left: -7rem;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
  /* slider */
  .slider-header {
    width: 60%;
  }

  #slider .swiper-slide {
    padding-left: 14rem;
    padding-right: 7rem;
  }

  .slider-content {
    width: 37%;
    margin-left: -7rem;
  }
}

/* allgemeine Infos und viewport-sx 320px */

/* Kontaktformular */

.kontakt-wrapper {
  margin-left: -8px;
  margin-left: -0.5rem;
}

.kontakt-wrapper .g-recaptcha {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.ansprechpartner-wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.ansprechpartner {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.ansprechpartner:first-of-type {
  margin-top: 0;
}

.ansprechpartner h6 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.ansprechpartner p {
  margin-bottom: 0;
}

.ansprechpartner a {
  display: block;
  color: #585757;
  line-height: 1.5;
}

.ansprechpartner a:hover {
  color: #e30613;
}

/* Google Maps */

.maps-container {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* Anfrage Modal */

#contactAnfrage button {
  display: block;
  margin-left: auto;
  margin-right: 16px;
  margin-right: 1rem;
}

.modal-body .status {
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
  /* Kontaktformular */
  .kontakt-wrapper {
    margin-left: 0;
  }

  /* Anfrage Modal */
  #contactAnfrage button {
    margin-right: 0;
    margin-top: 1rem;
  }

  .ansprechpartner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }

  .ansprechpartner img {
    width: 9rem;
    height: auto;
    margin-right: 1.5rem;
  }
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  /* Kontaktformular */
  .ansprechpartner-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .ansprechpartner {
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-right: 2%;
  }

  .ansprechpartner:nth-of-type(even) {
    margin-right: 0;
  }

  .ansprechpartner:nth-of-type(2) {
    margin-top: 0;
  }

  .ansprechpartner img {
    margin-bottom: 1rem;
  }

  /* Anfrage */
  #contactAnfrage .info-form-vorname,
  #contactAnfrage .info-form-ort,
  #contactAnfrage .info-form-email,
  #contactBottem .info-form-anrede,
  #contactBottem .info-form-anschrift,
  #contactBottem .info-form-email {
    margin-right: 0.5rem;
  }

  #contactAnfrage .info-form-nachname,
  #contactAnfrage .info-form-plz,
  #contactAnfrage .info-form-telefon,
  #contactBottem .info-form-name,
  #contactBottem .info-form-ort,
  #contactBottem .info-form-telefon {
    margin-left: 0.5rem;
  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  /* Kontaktformular */
  .ansprechpartner-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ansprechpartner {
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 2%;
    margin-top: 2rem;
  }

  .ansprechpartner img {
    margin-bottom: 0;
  }

 .ansprechpartner-content {
    width: 18.5rem;
  }

  /* Google Maps */
  .maps-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  .ansprechpartner {
    width: 32%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .ansprechpartner:nth-of-type(even) {
    margin-right: 2%;
  }

  .ansprechpartner:nth-of-type(3) {
    margin-top: 0;
  }

  .ansprechpartner:nth-of-type(3n) {
    margin-right: 0;
  }

  .ansprechpartner-content {
    width: 100%;
  }

  .ansprechpartner img {
    margin-bottom: 1rem;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
  .ansprechpartner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 3rem;
  }

  .ansprechpartner img {
    margin-bottom: 0;
  }

  .ansprechpartner-content {
    width: 19.875rem;
  }
}

/* allgemeine Infos und viewport-sx 320px */

.side-header {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.side-header h1 {
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.side-header hr {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .side-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
}

/* allgemeine Infos und viewport-sx 320px */

/* Top Footer */

.top-footer-wrapper {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  background-color: #2c2e32;
}

.top-footer-content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 16px;
  margin-top: 1rem;
}

.top-footer-content:first-of-type {
  margin-top: 0;
}

.top-footer-content img {
  width: 32px;
  width: 2rem;
  height: 100%;
  margin-right: 16px;
  margin-right: 1rem;
}

.top-footer-content p {
  margin-bottom: 0;
  color: :;
  color: #737373;
}

.top-footer-content a {
  color: :;
  color: #737373;
}

.top-footer-content a:hover {
  color: #e30613;
}

/* Main Footer */

.main-footer-wrapper {
  background-color: #585757;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.main-footer-content {
  position: relative;
  margin-top: 27.2px;
  margin-top: 1.7rem;
}

.main-footer-content:first-of-type {
  margin-top: 0;
}

.main-footer-content h6 {
  font-family:'Futura LT W01 Light';
  font-weight: normal;
  color: white;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}

.main-footer-content hr {
  width: 56px;
  width: 3.5rem;
  border: 1px solid #e30613;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.main-footer-content p,
.main-footer-content a {
  color: white;
}

.main-footer-content a:hover {
  color: #e30613;
}

.main-footer-content a {
  display: block;
  margin-top: 9.6px;
  margin-top: 0.6rem;
}

.main-footer-content a:first-of-type {
  margin-top: 0;
}

.main-footer-content p {
  margin-bottom: 0;
}

.main-footer-content ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding-left: 0;
  margin-bottom: 0;
}

.main-footer-content li,
.footer-leistungen li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.main-footer-content li a {
  display: inline;
  display: initial;
}

/* Facebook */

.fb-like {
  margin-top: 16px;
  margin-top: 1rem;
}

/* Footer Leistungen */

.footer-leistungen {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 5px solid #e9e9e9;
}

.footer-leistungen ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
}

.footer-leistungen li {
  display: inline-block;
}

.footer-leistungen a {
  color: #585757;
}

.footer-leistungen a:hover {
  color: #e30613;
}

.footer-leistungen span {
  color: #e30613;
}

.footer-leistungen li:last-of-type span {
  display: none;
}

/* Subfooter */

.subfooter-wrapper {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.subfooter-wrapper p {
  margin-bottom: 0;
  text-align: center;
}

/* viewport-sm 568px */

@media screen and (min-width: 35.5rem) {
  .top-footer-wrapper,
  .main-footer-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .top-footer-content {
    width: 28.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* Main Footer */
  .main-footer-content ul {
    width: 23rem;
  }
}

/* viewport-md 768px */

@media screen and (min-width: 48rem) {
  .top-footer {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .top-footer-content {
    width: 33.33%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-right: 1px solid #585757;
  }

  .top-footer-content:last-of-type {
     border-right: 0;
  }

  .top-footer-content img {
    width: 1.5rem;
    height: 100%;
  }

  .top-footer-content p,
  .top-footer-content:last-of-type a {
    width: 65%;
  }

  /* Main Footer */
  .main-footer {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .main-footer-content {
    width: 30%;
    margin-right: 5%;
    margin-top: 0;
  }

  .main-footer-content:last-of-type {
    margin-right: 0;
  }

  .main-footer-content hr {
    margin-bottom: 1.5rem;
  }

  .main-footer-content p {
    line-height: 1.6;
  }

  .main-footer-content ul {
    width: auto;
  }
}

/* viewport-lg 1024px */

@media screen and (min-width: 64rem) {
  .top-footer-content p,
  .top-footer-content:last-of-type a {
    width: 71%;
  }

  /* Main Footer */
  .main-footer-wrapper,
  .footer-leistungen {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* viewport-xl 1280px */

@media screen and (min-width: 80rem) {
  .top-footer-content p,
  .top-footer-content:last-of-type a {
    width: 58%;
  }

  .top-footer-content img {
    width: 2rem;
    height: 100%;
  }

  /* Main Footer */
  .main-footer-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .main-footer-content {
    width: 33.33%;
    margin-right: 0;
  }

  .main-footer-content p {
    width: 80%;
  }

  .main-footer-content ul {
    width: 20rem;
  }

  /* Footer Leistungen */
  .footer-leistungen {
    padding-top: 3rem;
  }

  .footer-leistungen li {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

/* viewport-xxl 1600px */

@media screen and (min-width: 100rem) {
  .top-footer-content p,
  .top-footer-content:last-of-type a {
    width: auto;
  }

  /* Main Footer */
  .main-footer-content p {
    width: 70%;
  }

  /* Footer Leistungen */
  .footer-leistungen ul {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
 * Filename: helpers.css
 *
 * Helper classes
 */

.visible,
.visible-xs {
  display: inline !important;
  display: initial !important;
}

.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}

.hidden-xs {
  display: none !important;
}

.color-primary {
  color: #e30613;
}

.color-secondary {
  color: #575756;
}

.color-grey-light {
  color: #e9e9e9;
}

.color-grey-dark {
  color: #2c2e32;
}

.color-error {
  color: #c7254e;
}

.color-success {
  color: #38ae67;
}

.text-upper {
  text-transform: uppercase;
}

.text-bold {
  font-family:'Futura LT W01 Bold';
  font-weight: normal;
}

button.btn-primary,
.btn-primary {
  color: white;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background-color: #e30613;
  border: 0;
}

button.btn-primary:hover,
.btn-primary:hover {
  color: white;
  background-color: rgb(149, 4, 14);
}

button.btn-secondary,
.btn-secondary {
  color: white;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background-color: #575756;
  border: 0;
}

button.btn-secondary:hover,
.btn-secondary:hover {
  color: white;
  background-color: rgb(77, 77, 76);
}

button.btn-white,
.btn-white {
  color: #e30613;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background-color: white;
  border: 0;
}

button.btn-white:hover,
.btn-white:hover {
  color: white;
  background-color: #575756;
}

.error {
  color: #c7254e
}

.border-error {
  border: 1px solid #c7254e;
}

.success {
  color: #38ae67
}

.hide {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-property: all;
  transition-duration:2s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.toggle-leistung.hide {
  transition-duration:5s;
}

.show {
  transition-property: all;
  transition-duration: 15s;
  transition-timing-function: ease-in;
  max-height: 1000000px;
  overflow: hidden;
}

@media screen and (min-width: 35.5rem) {
  .visible-xs,
  .visible-md,
  .visible-lg,
  .visible-xl {
    display: none !important;
  }

  .visible-sm {
    display: inline !important;
    display: initial !important;
  }

  .hidden-xs {
    display: inline !important;
    display: initial !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 48rem) {
  .visible-xs,
  .visible-sm,
  .visible-lg,
  .visible-xl {
    display: none !important;
  }

  .visible-md {
    display: inline !important;
    display: initial !important;
  }

  .hidden-sm {
    display: inline !important;
    display: initial !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 64rem) {
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-xl {
    display: none !important;
  }

  .visible-lg {
    display: inline !important;
    display: initial !important;
  }

  .hidden-md {
    display: inline !important;
    display: initial !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 80rem) {
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: none !important;
  }

  .visible-xl {
    display: inline !important;
    display: initial !important;
  }

  .hidden-lg {
    display: inline !important;
    display: initial !important;
  }

  .hidden-xl {
    display: none !important;
  }
}


/*# sourceMappingURL=style.css.map */</pre></body></html>