@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("//hello.myfonts.net/count/2f063a");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name: zillerplus
Author: Fuchs Borst
Stylesheet: Variables
******************************************************************/
/******************************************************************
Site Name: zillerplus
Author: Fuchs Borst
Stylesheet: Typography
******************************************************************/
@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("../fonts/2F063A_0_0.eot");
  src: url("../fonts/2F063A_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F063A_0_0.woff2") format("woff2"), url("../fonts/2F063A_0_0.woff") format("woff"), url("../fonts/2F063A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("../fonts/2F063A_1_0.eot");
  src: url("../fonts/2F063A_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F063A_1_0.woff2") format("woff2"), url("../fonts/2F063A_1_0.woff") format("woff"), url("../fonts/2F063A_1_0.ttf") format("truetype");
}
p, td {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

.nowrap {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

b, strong {
  font-family: "AvenirLTStd-Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #2574a8;
}
.blue-btn:active {
  background-color: #2472a4;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: white;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=search] {
  border-radius: 0;
  border-bottom: 1px solid black;
}

select {
  border-radius: 0;
  line-height: 1.5em;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

.select, .column-filter-widget {
  position: relative;
}
.select:after, .column-filter-widget:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.5px 0 6.5px;
  border-color: currentColor transparent transparent transparent;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name: zillerplus
Author: Fuchs Borst
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body,
html {
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

.height100,
.onepage-wrapper {
  height: 100%;
}

html.height100,
body.height100 {
  overflow: hidden;
}

#content.height100 {
  margin-top: 0;
}

#content.margin100 {
  margin-top: 100px;
}

#inner-content {
  margin-bottom: 2em;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

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

a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.header a,
.header a:visited,
h1,
h2,
h3,
h1 a,
h2 a,
h3 a,
table a {
  text-decoration: none;
  color: black;
  outline: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: white;
  width: 100%;
  padding-left: 40px;
  font-family: "AvenirLTStd-Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

#inner-header {
  overflow: hidden;
  margin-right: 40px;
  padding-bottom: 2em;
}

#header.closed #inner-header {
  width: 40px;
}

#header #plus-sign {
  display: none;
  font-size: 0.8em;
}

#header.closed {
  width: 40px;
  background: none;
  height: 40px;
  padding-left: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#header #logo-wrapper {
  position: relative;
  cursor: pointer;
  background: white;
  width: 100%;
  height: 80px;
  font-size: 30px;
}

#header.closed #logo-wrapper {
  height: 40px;
}

#header #logo {
  font-size: 18px;
  position: absolute;
  top: 7px;
}
#header #logo #z {
  display: none;
}
#header #logo .regular {
  display: block;
  font-weight: normal;
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}

#header.closed #logo-wrapper {
  width: 40px;
}

#header.closed #logo #z {
  display: inline;
  padding-left: 11px;
}
#header.closed #logo a {
  padding-left: 11px;
}

#header.closed .long-version {
  display: none;
}

#header.closed #plus-sign {
  display: inline;
}

#header.closed ul {
  display: none;
}

#header #logo,
#header nav {
  display: inline-block;
  width: 100%;
}

#header ul {
  position: relative;
  overflow: hidden;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 1em;
}

#header ul li {
  display: block;
  padding: 0.5em 0;
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid;
  text-indent: 0;
}
#header ul li:before {
  content: "";
}
#header ul li a {
  display: block;
}
#header ul li.current-menu-item a {
  color: black;
}
#header ul li.menu-item-spacer {
  display: none;
}

#header ul li,
#header ul li a {
  color: #666;
}

#header ul li a:hover,
#header ul li.active a {
  color: black;
}

.subnav {
  line-height: 1.3;
  font-size: 16px;
}
.subnav li {
  font-family: "AvenirLTStd-Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  color: #666;
}
.subnav li:first-child {
  border-top: 1px solid;
  padding-top: 0.5em;
}
.subnav li a {
  display: block;
  text-decoration: none;
  color: #666;
}
.subnav li a:hover {
  color: black;
}

@media only screen and (min-width: 1350px) {
  .subnav {
    position: fixed;
    width: 200px;
    left: 50px;
    top: 100px;
  }
}
@media only screen and (min-width: 1490px) {
  .subnav {
    width: 250px;
  }
}
#plus-frame {
  position: fixed;
  cursor: pointer;
  z-index: 999;
  background-image: url("../images/plus_frame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1.2s linear;
  -webkit-transition: all 1.2s linear;
}
#plus-frame p {
  width: 100%;
  font-size: 30px;
  position: absolute;
  top: 15vh;
  text-align: center;
  line-height: 1.1;
  padding: 0 1em;
}
#plus-frame p b {
  display: block;
}

#plus-frame.zoomed {
  width: 2000%;
  height: 2000%;
  top: -950%;
  left: -950%;
  z-index: -1;
}

.hidden {
  display: none;
}

.triangle {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  left: 50%;
  right: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: black transparent transparent transparent;
}

#btt {
  display: none;
  z-index: 999;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 20px;
  background: white;
  width: 40px;
  height: 40px;
}
#btt #btt-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px;
  border-color: transparent transparent black;
  position: absolute;
  bottom: 15px;
  left: 8px;
}

#content {
  margin-top: 40px;
}

.slider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

/* set up the outer percentage width */
/* Use CSS art to draw the 'Play / Pause' button */
.playpause {
  width: 65px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.playpause:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  left: 23px;
  top: 10px;
}

.playpause.pause {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.playpause.pause:before {
  display: block;
  content: "";
  width: 6px;
  height: 20px;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  border-width: 0 6px;
}

.playpause:hover {
  background-color: #00adef;
}

.video-wrapper:hover .playpause {
  opacity: 1;
}

.fit-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 0;
}

.prop3-2 {
  padding-bottom: 66.6%;
}

.prop2-1 {
  padding-bottom: 50%;
}

.poster-caption {
  margin: 0.5rem 1rem;
}

.slider .slide,
.slide-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.slide-bg.loaded {
  opacity: 1;
}

.slide-bg:hover,
.slide-bg a:hover,
.swiper-slide header:hover,
.swiper-slide header a:hover {
  cursor: url("../images/plus.png") 25 25, pointer;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0.5em;
}

video {
  width: 100%;
  height: auto;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}
.table-cell p {
  margin: 0;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.table-cell:first-child {
  padding-right: 1em;
  white-space: nowrap;
}

.slide header {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

h1,
h2,
h3,
th {
  font-family: "AvenirLTStd-Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.article-header h2,
.home h2,
.entry-content h2 {
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2 {
  margin: auto;
  text-align: center;
  line-height: 1.3;
  width: 100%;
}

h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2em 4%;
}

.slide h1,
.slide h2 {
  font-size: 70px;
  padding: 0 1em;
}

h2 {
  margin-bottom: 0.5em;
}

p,
ul,
ol {
  font-size: 16px;
  line-height: 1.5;
}

.entry-content li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -0.9em;
}
.entry-content li:before {
  content: "● ";
}

.slide header a.plus-link,
.index-item a.plus-link,
.home a.plus-link {
  display: block;
  color: black;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 1em;
}

.index-item a.plus-link {
  display: none;
  padding: 0;
}

a.plus-link:before {
  content: "+";
  font-size: 20px;
  margin-right: 3px;
}

.wrapper {
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.clear {
  width: auto;
}

.main section {
  overflow: hidden;
}

body.disabled-onepage-scroll .onepage-wrapper section {
  min-height: 100%;
  height: auto;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}

.wrap.framed {
  width: 92%;
  margin: 0 4% 1em;
}

.wrap-rest {
  max-width: 1440px;
}

.article-index {
  padding-top: 50px;
}

.satzspiegel p,
.satzspiegel ul,
.satzspiegel ol,
.satzspiegel .table-wrapper {
  margin: 0 4% 1em;
}
.satzspiegel .table p {
  margin: 0;
}

.wrap.news {
  margin-bottom: 6em;
}

.page-numbers {
  list-style-type: none;
  text-align: center;
}
.page-numbers a {
  text-decoration: none;
}
.page-numbers li {
  display: inline;
  margin: 0 0.25em;
}
.page-numbers li span {
  padding: 0 0.25em;
}
.page-numbers li span.current {
  outline: 1px solid black;
}

.spacer {
  display: block;
}
.spacer.small {
  height: 1.5em;
}
.spacer.big {
  height: 3em;
}

@media only screen and (min-width: 880px) {
  .satzspiegel p,
.satzspiegel h2 {
    margin: 0 auto 1em;
  }
}
.satzspiegel figure,
.satzspiegel p img {
  display: block;
  width: 100%;
  height: auto;
}
.satzspiegel figure img,
.satzspiegel p img img {
  display: block;
  width: 100%;
  height: auto;
}
.satzspiegel figure.left, .satzspiegel figure.alignleft,
.satzspiegel p img.left,
.satzspiegel p img.alignleft {
  float: left;
  padding: 0 0 20px 0;
}
.satzspiegel figure.right,
.satzspiegel p img.right {
  float: right;
  padding: 0 0 20px 0;
}
.satzspiegel figure.center,
.satzspiegel p img.center {
  margin: 35px auto 40px;
}
.satzspiegel figure figcaption,
.satzspiegel p img figcaption {
  font-size: 13px;
  margin: 0.8em 4%;
}

#swiper-wrapper {
  width: 100%;
  height: 100%;
}

.index-slider.swiper-container {
  width: 100%;
  height: 100%;
}

.index-slider .swiper-slide .slide-bg {
  opacity: 1;
}
.index-slider .swiper-slide header {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3em 2em 0.5em;
}
.index-slider .swiper-slide.clicked header {
  display: block;
}

#index-items-slide .index-items {
  padding-top: 100px;
}

.index-items {
  font-size: 0;
}

.index-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 50px;
}
.index-item:hover,
.index-item a:hover {
  cursor: url("../images/plus.png") 25 25, pointer;
}
.index-item a {
  text-decoration: none;
}

.index-item h1,
.swiper-container h1 {
  font-size: 26px;
  margin-top: 0.5em;
  line-height: 1.4em;
  padding: 0 0.5em 0;
}

.swiper-container h2 {
  font-size: 20px;
}

.swiper-container h3 {
  font-size: 16px;
  text-transform: none;
  font-family: "AvenirLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0 1em 1em;
}

.index-item:hover h1 a {
  border-bottom: 2px solid black;
}

.index-item h1,
.index-item h2 {
  line-height: 1.2;
  padding: 0 1rem;
}

.index-item h2 {
  margin-top: 0.25rem;
  font-size: 1.2rem;
}

/*-webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; */
/*-webkit-transform: scale(1.025);
  transform: scale(1.025); */
hr {
  border: 0;
  height: 1px;
  background: #333;
  max-width: 600px;
  margin: 5em auto;
}

hr.hr-full {
  max-width: none;
  margin: 0;
}

/* swiper */
.swiper-container-wrapper {
  position: relative;
  margin: 50px 0;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
}

.swiper-container {
  width: 100%;
  height: 0;
  overflow: visible;
  transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.swiper-slide figure figcaption p {
  padding: 0 1em;
  margin: 0.5em 0;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.swiper-slide img {
  display: block;
  margin: 0 auto;
}
.swiper-slide img.landscape {
  width: 100%;
  height: auto;
}
.swiper-slide img.portrait {
  width: auto;
  height: 100%;
}

.swiper-pagination-single {
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 0 5px;
  vertical-align: middle;
  opacity: 1;
  border: 1px solid white;
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 10px auto;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid black;
}

.swiper-button-next,
.swiper-button-prev {
  width: 13px;
  height: 100%;
  top: 0;
  margin-top: 0;
  -moz-background-size: 13px 22px;
  -webkit-background-size: 13px 22px;
  background-size: 13px 22px;
}

.swiper-button-prev.background--light {
  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.background--dark {
  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.background--light {
  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.background--dark {
  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");
}

/* article */
.article section {
  overflow: visible;
  margin-bottom: 100px;
}

.article-header {
  margin: 2em 4%;
}
.article-header .date {
  margin-bottom: 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.article h1 {
  font-size: 26px;
  margin-bottom: 0.3em;
}

.article h2 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 1em;
  padding: 0 1em;
}

.about header h1 {
  font-size: 20px;
}

.about h2 {
  font-size: 16px;
}

.legal {
  display: none;
}

#legal-button {
  cursor: pointer;
  width: auto;
}
#legal-button strong {
  text-decoration: underline;
}
#legal-button strong:hover {
  text-decoration: none;
}

#references {
  visibility: hidden;
}

#search-wrapper {
  position: relative;
}

#dt-search {
  font-size: 16px;
  height: 40px;
  padding: 0 8px;
  margin: 0 auto 10px;
  max-width: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#dt-search:before {
  content: "x";
}

#search-closer {
  font-size: 20px;
  position: absolute;
  padding: 0 8px;
  right: 2px;
  top: 2px;
  cursor: pointer;
  display: none;
}
#search-closer.active {
  display: block;
}

.dataTable {
  height: 10px;
}
.dataTable th {
  width: 1px;
  min-width: 140px;
  text-align: left;
  padding-left: 1em;
}
.dataTable td {
  min-width: 150px;
  vertical-align: top;
}
.dataTable td p {
  font-size: 16px;
  margin: 0;
  padding: 8px;
}
.dataTable td a {
  display: block;
  width: 100%;
  height: 100%;
}
.dataTable td a:hover {
  cursor: url("../images/plus.png") 25 25, pointer;
}
.dataTable tr.link:hover {
  cursor: url("../images/plus.png") 25 25, pointer;
}
.dataTable .bp-off,
.dataTable .bp-2on,
.dataTable .bp-3on,
.dataTable .bp-4on,
.dataTable .bp-5on,
.dataTable .bp-6on,
.dataTable .bp-7on,
.dataTable .bp-8on {
  display: none;
}
.dataTable .bp-1on.on,
.dataTable .bp-2on.on,
.dataTable .bp-3on.on,
.dataTable .bp-4on.on,
.dataTable .bp-5on.on,
.dataTable .bp-6on.on,
.dataTable .bp-7on.on,
.dataTable .bp-8on.on {
  display: table-cell;
}
.dataTable .bp-1on.off,
.dataTable .bp-2on.off,
.dataTable .bp-3on.off,
.dataTable .bp-4on.off,
.dataTable .bp-5on.off,
.dataTable .bp-6on.off,
.dataTable .bp-7on.off,
.dataTable .bp-8on.off {
  display: none;
}
.dataTable .select {
  width: 100%;
  min-width: 140px;
}
.dataTable select {
  margin-bottom: 0;
  height: 1.5em;
  padding: 0;
}

table.dataTable thead th {
  height: 32px;
  padding: 0 0 0 8px;
}

#pdf {
  width: 100%;
  border-bottom: 1px solid black;
  margin-top: 10px;
  padding-bottom: 9px;
  padding-left: 8px;
}
#pdf a {
  text-decoration: none;
}
#pdf a:hover {
  text-decoration: underline;
}

#references-table {
  margin-top: 50px;
}

.column-filter-widgets {
  width: 100%;
  border-bottom: 1px solid black;
  padding-bottom: 9px;
  padding-left: 8px;
}
.column-filter-widgets:before {
  content: "Filter";
  display: inline;
  position: relative;
}
.column-filter-widgets .column-filter-widget {
  display: inline;
}
.column-filter-widgets .column-filter-widget select {
  height: auto;
  width: 100px;
  display: inline;
  margin-bottom: 0;
  margin-left: 40px;
  top: -1px;
  position: relative;
  line-height: 1.3em;
}
.column-filter-widgets .column-filter-widget select.widget-7 {
  width: 72px;
}
.column-filter-widgets .column-filter-widget[disabled]:after,
.column-filter-widgets .column-filter-widget[disabled] select {
  display: none;
}
.column-filter-widgets .column-filter-widget .filter-term {
  position: relative;
  text-decoration: none;
  margin-left: 40px;
}
.column-filter-widgets .column-filter-widget .filter-term:before {
  content: "× ";
  display: inline;
}
.column-filter-widgets .column-filter-widget .filter-term:hover {
  text-decoration: line-through;
}

html:lang(en) .column-filter-widgets .column-filter-widget select {
  width: 95px;
}
html:lang(en) .column-filter-widgets .column-filter-widget select.widget-7 {
  width: 73px;
}

.column-filter-widget-menus,
.column-filter-widget-selected-terms {
  display: inline-block;
}

@media only screen and (min-width: 700px) {
  .dataTable .bp-2on {
    display: table-cell;
  }

  .dataTable .bp-1on .select {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .dataTable .bp-3on {
    display: table-cell;
  }

  .dataTable .bp-2on .select {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .dataTable .bp-4on {
    display: table-cell;
  }

  .dataTable .bp-3on .select {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .dataTable .bp-5on {
    display: table-cell;
  }

  .dataTable .bp-4on .select {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .dataTable .bp-6on {
    display: table-cell;
  }

  .dataTable .bp-5on .select {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .dataTable .bp-7on {
    display: table-cell;
  }

  .dataTable .bp-6on .select {
    display: none;
  }
}
@media only screen and (min-width: 1700px) {
  .dataTable .bp-8on,
.dataTable .bp-7on.off,
.dataTable .bp-8on.off {
    display: table-cell;
  }

  .dataTable .bp-7on .select,
.dataTable .bp-8on .select {
    display: none;
  }
}
.dataTables_empty {
  padding: 10px 0 9px;
}

/* footer */
.footer {
  background: #ccc;
}
.footer #inner-footer p {
  margin: 1em 2%;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: zillerplus
  Author: Fuchs Borst
  Stylesheet: 481px and Up Stylesheet
  ******************************************************************/
  #plus-frame p {
    top: 3vh;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: zillerplus
  Author: Fuchs Borst
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
  body,
html,
p,
ul,
ol {
    font-size: 20px;
    line-height: 1.5;
  }

  #plus-frame p {
    top: 20vh;
  }
  #plus-frame p b {
    display: inline;
  }

  h3 {
    margin: 2em 50px;
  }

  .dataTables_wrapper {
    font-size: 16px;
  }

  .satzspiegel figure,
.satzspiegel p img {
    max-width: 50%;
  }
  .satzspiegel figure.left, .satzspiegel figure.alignleft,
.satzspiegel p img.left,
.satzspiegel p img.alignleft {
    float: left;
    padding: 0 30px 0 0;
  }
  .satzspiegel figure.right,
.satzspiegel p img.right {
    float: right;
    padding: 0 0 0 30px;
  }
  .satzspiegel figure figcaption,
.satzspiegel p img figcaption {
    font-size: 15px;
  }

  .satzspiegel p,
.satzspiegel ul,
.satzspiegel ol,
.satzspiegel .table-wrapper {
    margin: 0 50px 1em;
  }
  .satzspiegel .table p {
    margin: 0;
  }

  .satzspiegel.smallimg {
    width: 100%;
    padding: 0 50px;
  }
  .satzspiegel.smallimg p,
.satzspiegel.smallimg ul,
.satzspiegel.smallimg ol {
    margin: 0 0 1em;
  }

  .article h1 {
    font-size: 50px;
  }

  .article h2 {
    font-size: 36px;
  }

  .about header h1,
.news header h1 {
    font-size: 30px;
  }

  .about h2 {
    font-size: 28px;
  }

  .index-item {
    width: 50%;
  }
  .index-item.col2-left {
    padding: 0 5px 0 0;
  }
  .index-item.col2-right {
    padding: 0 0 0 5px;
  }

  .index-item h1,
.swiper-container h1 {
    font-size: 26px;
    margin-top: 0.5em;
  }

  .swiper-container h1 {
    font-size: 50px;
  }

  .swiper-container h2 {
    font-size: 36px;
  }

  .swiper-container h3 {
    font-size: 24px;
  }

  .swiper-button-next,
.swiper-button-prev {
    width: 27px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: zillerplus
  Author: Fuchs Borst
  Stylesheet: Desktop Stylsheet
  ******************************************************************/
  .satzspiegel p,
.satzspiegel ul,
.satzspiegel ol,
.satzspiegel h1,
.satzspiegel h2,
.satzspiegel .table-wrapper {
    max-width: 820px;
    margin: 0 auto 1rem;
  }
  .satzspiegel .table p {
    margin: 0;
  }

  h3 {
    margin: 2em 0;
  }

  .wrap,
.wrap.framed {
    width: auto;
    padding: 0 50px;
    margin: 0 auto;
  }

  .index-item {
    width: 33.3%;
    padding: 0 3px;
  }
  .index-item.col2-left, .index-item.col2-right {
    padding: 0 3px;
  }
  .index-item.col3-left {
    padding: 0 6px 0 0;
  }
  .index-item.col3-right {
    padding: 0 0 0 6px;
  }

  .swiper-container-wrapper {
    margin: 100px 0;
  }

  .satzspiegel.smallimg {
    max-width: 920px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1280px) {
  /******************************************************************
  Site Name: zillerplus
  Author: Fuchs Borst
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  #header {
    height: 40px;
    overflow: hidden;
    padding-left: 50px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #header.closed {
    width: 100%;
  }

  #header #logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }

  #header #logo a {
    display: block;
    padding-left: 50px;
    transition: padding-left 0.4s ease;
  }
  #header #logo .regular {
    display: inline;
  }

  #header ul {
    position: fixed;
    top: 13px;
    left: 420px;
    width: calc(100% - 470px);
    display: flex;
    overflow: visible;
  }

  #header ul li {
    display: inline-block;
    margin-left: 20px;
    padding: 0;
    border-bottom: none;
    white-space: nowrap;
  }
  #header ul li.menu-item-spacer {
    display: inline-block;
    flex-grow: 1;
  }

  #swiper-wrapper {
    padding-top: 40px;
  }

  .index-item h1 {
    font-size: 30px;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: zillerplus
  Author: Fuchs Borst
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}
