@charset "UTF-8";
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
/* line 9, ../scss/normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
/* line 15, ../scss/normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices */
/* line 24, ../scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support */
/* line 32, ../scss/normalize.scss */
[hidden] {
  display: none;
}

/* =============================================================================
 * Base
 * ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
/* line 45, ../scss/normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  font-family: sans-serif;
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
/* line 57, ../scss/normalize.scss */
button, input, select, textarea {
  font-family: sans-serif;
}

/* Addresses margins handled incorrectly in IE6/7 */
/* line 63, ../scss/normalize.scss */
body {
  margin: 0;
}

/* =============================================================================
 * Links
 * ========================================================================== */
/* Addresses outline displayed oddly in Chrome */
/* line 74, ../scss/normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 77, ../scss/normalize.scss */
a:hover, a:active {
  outline: 0;
}

/* Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test */
/* =============================================================================
 * Typography
 * ========================================================================== */
/* Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */
/* line 92, ../scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 97, ../scss/normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 102, ../scss/normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 107, ../scss/normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 112, ../scss/normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 117, ../scss/normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
/* line 124, ../scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
/* line 130, ../scss/normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 134, ../scss/normalize.scss */
blockquote {
  margin: 1em 40px;
}

/* Addresses styling not present in S5, Chrome */
/* line 140, ../scss/normalize.scss */
dfn {
  font-style: italic;
}

/* Addresses styling not present in IE6/7/8/9 */
/* line 146, ../scss/normalize.scss */
mark {
  background: yellow;
  color: black;
}

/* Addresses margins set differently in IE6/7 */
/* line 153, ../scss/normalize.scss */
/* line 157, ../scss/normalize.scss */
pre {
  margin: 1em 0;
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
/* line 167, ../scss/normalize.scss */
code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers */
/* line 175, ../scss/normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4 */
/* 1 */
/* line 186, ../scss/normalize.scss */
q {
  quotes: none;
}

/* line 188, ../scss/normalize.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* 2 */
/* line 196, ../scss/normalize.scss */
small {
  font-size: 75%;
}

/* Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930 */
/* line 203, ../scss/normalize.scss */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 210, ../scss/normalize.scss */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}

/* line 218, ../scss/normalize.scss */
sub {
  bottom: -0.2em;
}

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

/* line 232, ../scss/normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* Addresses paddings set differently in IE6/7 */
/* line 238, ../scss/normalize.scss */
menu, ol, ul {
  padding: 0 0 0 40px;
}

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

/* =============================================================================
 * Embedded content
 * ========================================================================== */
/* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
/* line 259, ../scss/normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
/* line 268, ../scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
 * Figures
 * ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
/* line 278, ../scss/normalize.scss */
figure, form {
  margin: 0;
}

/* =============================================================================
 * Forms
 * ========================================================================== */
/* Corrects margin displayed oddly in IE6/7 */
/* Define consistent border, margin, and padding */
/* line 290, ../scss/normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7 */
/* line 300, ../scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/* 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers */
/* line 314, ../scss/normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
/* line 327, ../scss/normalize.scss */
button, input {
  line-height: normal;
  /* 1 */
}

/* 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6 */
/* line 337, ../scss/normalize.scss */
button {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/* line 347, ../scss/normalize.scss */
input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/* Re-set default cursor for disabled elements */
/* line 359, ../scss/normalize.scss */
button[disabled] {
  cursor: default;
}

/* line 364, ../scss/normalize.scss */
input[disabled] {
  cursor: default;
}

/* line 367, ../scss/normalize.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/* line 377, ../scss/normalize.scss */
input[type=search] {
  -webkit-appearance: textfield;
}

/* line 379, ../scss/normalize.scss */
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6 */
/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* Removes inner padding and search cancel button in S5, Chrome on OS X */
/* Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
/* line 398, ../scss/normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers */
/* line 406, ../scss/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
 * Tables
 * ========================================================================== */
/* Remove most spacing between table cells */
/* line 419, ../scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 24rem) {
  .container {
    max-width: 24rem;
  }
}
@media (min-width: 29rem) {
  .container {
    max-width: 29rem;
  }
}
@media (min-width: 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (min-width: 54rem) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 65rem) {
  .container {
    max-width: 65rem;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}
.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
[class*=col-]::before, [class*=col-]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*=col-] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 24rem) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }

  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }

  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }

  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }

  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 29rem) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }

  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }

  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }

  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }

  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 40rem) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }

  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }

  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }

  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }

  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }

  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }

  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }

  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 54rem) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }

  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }

  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }

  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }

  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 65rem) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }

  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }

  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }

  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }

  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }

  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }

  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }

  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 24rem) {
  .col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 29rem) {
  .col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 40rem) {
  .col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 54rem) {
  .col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 65rem) {
  .col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

@media only screen and (min-width: 24rem) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-1-xs {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 29rem) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-1-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 40rem) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-md {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-md {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-md {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-1-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 54rem) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 65rem) {
  .order-12-xlg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-xlg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-xlg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-xlg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media only screen and (min-width: 24rem) {
  .offset-11-xs {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }

  .offset-10-xs {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }

  .offset-9-xs {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xs {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }

  .offset-7-xs {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }

  .offset-6-xs {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xs {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }

  .offset-4-xs {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }

  .offset-3-xs {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xs {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }

  .offset-1-xs {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }

  .offset-0-xs {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 29rem) {
  .offset-11-sm {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }

  .offset-10-sm {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }

  .offset-9-sm {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-sm {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }

  .offset-7-sm {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }

  .offset-6-sm {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-sm {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }

  .offset-4-sm {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }

  .offset-3-sm {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-sm {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }

  .offset-1-sm {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }

  .offset-0-sm {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 40rem) {
  .offset-11-md {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }

  .offset-10-md {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }

  .offset-9-md {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-md {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }

  .offset-7-md {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }

  .offset-6-md {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-md {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }

  .offset-4-md {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }

  .offset-3-md {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-md {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }

  .offset-1-md {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }

  .offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 54rem) {
  .offset-11-lg {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }

  .offset-10-lg {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }

  .offset-9-lg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-lg {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }

  .offset-7-lg {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }

  .offset-6-lg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-lg {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }

  .offset-4-lg {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }

  .offset-3-lg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-lg {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }

  .offset-1-lg {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }

  .offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 65rem) {
  .offset-11-xlg {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }

  .offset-10-xlg {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }

  .offset-9-xlg {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xlg {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }

  .offset-7-xlg {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }

  .offset-6-xlg {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xlg {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }

  .offset-4-xlg {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }

  .offset-3-xlg {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xlg {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }

  .offset-1-xlg {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }

  .offset-0-xlg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class*=col-] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 23rem) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 24rem) and (max-width: 28rem) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 29rem) and (max-width: 39rem) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 40rem) and (max-width: 53rem) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 54rem) and (max-width: 64rem) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 65rem) {
  .hidden-xlg {
    display: none;
  }
}

/*---font definitionen -----*/
/*---immer nach Bourbon einbinden ----*/
@font-face {
  font-family: "OpenSansRegular";
  src: url("libFonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("libFonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("libFonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-wight: 400;
}
@font-face {
  font-family: "OpenSansSemibold";
  src: url("libFonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("libFonts/OpenSans/OpenSans-Semibold-webfont.woff") format("woff"), url("libFonts/OpenSans/OpenSans-Semibold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "AlegreyaRegular";
  src: url("libFonts/Alegreya/Alegreya-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("libFonts/Alegreya/Alegreya-Regular-webfont.woff") format("woff"), url("libFonts/Alegreya/Alegreya-Regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-wight: 400;
}
@font-face {
  font-family: "FontAwesome";
  src: url("libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
}
/*----- BREAKPOINTS AND MAPS -----*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../chbdesign/libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../chbdesign/libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../chbdesign/libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../chbdesign/libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../chbdesign/libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../chbdesign/libFonts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html {
  font-size: 1rem;
  height: 100%;
  background: #f2f2f2;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

#wrapper {
  font-family: "OpenSansRegular";
  font-size: 0.82rem;
  line-height: 1.43rem;
  border: 1px solid #e0e0da;
  min-width: 320px;
  color: #37383C;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 24rem) {
  #wrapper {
    font-size: 0.82rem;
  }
}
@media screen and (min-width: 29rem) {
  #wrapper {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 40rem) {
  #wrapper {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 54rem) {
  #wrapper {
    font-size: 0.94rem;
  }
}
@media screen and (min-width: 24rem) {
  #wrapper {
    line-height: 1.43rem;
  }
}
@media screen and (min-width: 29rem) {
  #wrapper {
    line-height: 1.463rem;
  }
}
@media screen and (min-width: 54rem) {
  #wrapper {
    line-height: 1.518rem;
  }
}
@media screen and (min-width: 65rem) {
  #wrapper {
    line-height: 1.529rem;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.order #wrapper {
  min-width: 100%;
  width: 100%;
}

#container {
  border-top: 3px solid #D9D6D6;
}

#artright {
  padding-top: 2.3rem;
}
#artright.less {
  padding-top: 1.7rem;
}

#homevig > div {
  padding-right: 10px;
}

#homevig {
  padding-bottom: 30px;
}

#footer {
  background: #37383C;
  margin-top: 60px;
  padding-top: 0px;
  border-top: 2px solid #6B6963;
}

.home #footer {
  margin-top: 0;
}

.hgyellow {
  background: #FFC21B;
}

.hgdarkblue {
  background: #156699;
}

#bluehead [class*=col] {
  padding: 15px 5px;
  height: 55px;
}

#signet[class*=col] {
  padding: 0;
  line-height: 0;
}

.notoppad {
  padding-top: 0;
  margin-bottom: 20px;
}

.primaryredtxt {
  color: #BC3126;
}

.primarybluetxt {
  color: #156699;
}

.sienatxt {
  color: #b4703a;
}

.lightgreytxt {
  color: #99938E;
}

.midgreytxt, .midgreytxt p {
  color: #6B6963;
}

.semi {
  font-family: "OpenSansSemibold";
}

.invert {
  color: #e0e0da;
}

.hidden {
  display: none;
}

.caption {
  font-size: 0.77rem;
  line-height: 1.17rem;
  color: #b9b3a9;
}
@media screen and (min-width: 24rem) {
  .caption {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  .caption {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  .caption {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  .caption {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  .caption {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  .caption {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  .caption {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  .caption {
    line-height: 1.251rem;
  }
}

h1, h2 {
  line-height: 1.82rem;
  font-family: "AlegreyaRegular";
  font-weight: normal;
}
@media screen and (min-width: 24rem) {
  h1, h2 {
    line-height: 1.82rem;
  }
}
@media screen and (min-width: 29rem) {
  h1, h2 {
    line-height: 1.862rem;
  }
}
@media screen and (min-width: 54rem) {
  h1, h2 {
    line-height: 1.932rem;
  }
}
@media screen and (min-width: 65rem) {
  h1, h2 {
    line-height: 1.946rem;
  }
}

h3, h4, h5 {
  font-family: "OpenSansSemibold";
  font-weight: normal;
}

.bluehead h1, .bluehead h3 {
  color: #156699;
  margin-bottom: 0.8rem;
}

#container .icon {
  margin-right: 5px;
}

.youtube {
  float: right;
  padding-right: 8px;
  margin-top: -2px;
}
.youtube svg:hover path {
  fill: #f4e17e;
}

h3.vig_home {
  font-size: 0.77rem;
  line-height: 1.17rem;
  margin: 0.4rem 0;
  color: #7D271F;
  background-color: #ffe498;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 3px 8px;
}
@media screen and (min-width: 24rem) {
  h3.vig_home {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  h3.vig_home {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  h3.vig_home {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  h3.vig_home {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  h3.vig_home {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  h3.vig_home {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  h3.vig_home {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  h3.vig_home {
    line-height: 1.251rem;
  }
}
h3.vig_home.redhead {
  background-color: #156699;
  color: white;
}

.homelist {
  padding: 5%;
  box-shadow: 1px 1px 3px #c28042;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #ffd154;
  height: 100%;
}
.homelist h3, .homelist h3 > a {
  margin-bottom: 4px;
  margin-top: 0;
}
.homelist p, .homelist .teaser {
  font-size: 0.77rem;
  line-height: 1.17rem;
  margin: 2% 0 8%;
}
@media screen and (min-width: 24rem) {
  .homelist p, .homelist .teaser {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  .homelist p, .homelist .teaser {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  .homelist p, .homelist .teaser {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  .homelist p, .homelist .teaser {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  .homelist p, .homelist .teaser {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  .homelist p, .homelist .teaser {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  .homelist p, .homelist .teaser {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  .homelist p, .homelist .teaser {
    line-height: 1.251rem;
  }
}

#vig.story {
  color: #6B6963;
}
#vig.story h3 {
  padding: 3px 10px;
  background: #e2e6df;
  font-family: "OpenSansRegular";
  border-left: 3px solid #FFC21B;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
#vig.info {
  padding: 0;
  margin: 10px 0;
  border: 1px solid #FFC21B;
  border-radius: 3px;
  color: #6B6963;
}
#vig.info h3 {
  margin: 0;
  padding: 5px;
  font-family: "OpenSansRegular";
  text-indent: 5px;
  background: #FFC21B;
  color: #BC3126;
  letter-spacing: 0.08rem;
}
#vig.info p {
  margin: 0;
  padding: 10px;
  font-size: 0.77rem;
  line-height: 1.17rem;
}
@media screen and (min-width: 24rem) {
  #vig.info p {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  #vig.info p {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  #vig.info p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  #vig.info p {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  #vig.info p {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  #vig.info p {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  #vig.info p {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  #vig.info p {
    line-height: 1.251rem;
  }
}
#vig.download {
  margin: 1rem 0;
  border: 1px solid #e0e0da;
}
#vig.download h4 {
  margin: 0;
  padding: 5px 10px;
  font-family: "OpenSansRegular";
  letter-spacing: 0.08rem;
  color: #156699;
  border-bottom: 1px solid #e0e0da;
}
#vig.download p {
  margin: 0;
  padding: 10px;
  font-size: 0.77rem;
  line-height: 1.17rem;
}
@media screen and (min-width: 24rem) {
  #vig.download p {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  #vig.download p {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  #vig.download p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  #vig.download p {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  #vig.download p {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  #vig.download p {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  #vig.download p {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  #vig.download p {
    line-height: 1.251rem;
  }
}
#vig.download ul {
  padding: 0 5px 0 20px;
}
#vig.download ul li {
  font-size: 0.77rem;
  line-height: 1.17rem;
}
@media screen and (min-width: 24rem) {
  #vig.download ul li {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  #vig.download ul li {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  #vig.download ul li {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  #vig.download ul li {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  #vig.download ul li {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  #vig.download ul li {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  #vig.download ul li {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  #vig.download ul li {
    line-height: 1.251rem;
  }
}
#vig.download .referenz {
  color: #156699;
}
#vig.vig_primyellow {
  padding: 0.5rem 0.8rem;
  background-color: #FFC21B;
  border: none;
}
#vig.vig_primyellow h3 {
  color: #BC3126;
}
#vig.vig_primyellow p {
  color: #1f2022;
  line-height: 1.17rem;
}
@media screen and (min-width: 24rem) {
  #vig.vig_primyellow p {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  #vig.vig_primyellow p {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  #vig.vig_primyellow p {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  #vig.vig_primyellow p {
    line-height: 1.251rem;
  }
}
#vig.topbild figure {
  margin: 0;
  line-height: 0px;
}
#vig.topbild p {
  margin: 0;
  padding: 10px;
  line-height: 1.17rem;
  background-color: #FFC21B;
}
@media screen and (min-width: 24rem) {
  #vig.topbild p {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  #vig.topbild p {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  #vig.topbild p {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  #vig.topbild p {
    line-height: 1.251rem;
  }
}

#main .vig_zitat, #main .vig_claim_a {
  font-size: 1.066rem;
  line-height: 1.69rem;
  padding: 1rem;
  margin: 1rem 0.9rem 0.5rem 0;
  border-radius: 0.5rem;
  float: left;
  width: 59%;
  color: #6B6963;
  display: inline-block;
  font-family: "AlegreyaRegular";
  border: 1px solid #BDD1ED;
}
@media screen and (min-width: 24rem) {
  #main .vig_zitat, #main .vig_claim_a {
    font-size: 1.066rem;
  }
}
@media screen and (min-width: 29rem) {
  #main .vig_zitat, #main .vig_claim_a {
    font-size: 1.105rem;
  }
}
@media screen and (min-width: 40rem) {
  #main .vig_zitat, #main .vig_claim_a {
    font-size: 1.17rem;
  }
}
@media screen and (min-width: 54rem) {
  #main .vig_zitat, #main .vig_claim_a {
    font-size: 1.222rem;
  }
}
@media screen and (min-width: 24rem) {
  #main .vig_zitat, #main .vig_claim_a {
    line-height: 1.69rem;
  }
}
@media screen and (min-width: 29rem) {
  #main .vig_zitat, #main .vig_claim_a {
    line-height: 1.729rem;
  }
}
@media screen and (min-width: 54rem) {
  #main .vig_zitat, #main .vig_claim_a {
    line-height: 1.794rem;
  }
}
@media screen and (min-width: 65rem) {
  #main .vig_zitat, #main .vig_claim_a {
    line-height: 1.807rem;
  }
}
@media screen and (max-width: 800px) {
  #main .vig_zitat, #main .vig_claim_a {
    width: 99%;
  }
}

#main .vig_claim_a {
  color: #fff;
  background: #c28042;
}

p.small, .small {
  font-size: 0.77rem;
  line-height: 1.17rem;
}
@media screen and (min-width: 24rem) {
  p.small, .small {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  p.small, .small {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  p.small, .small {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  p.small, .small {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  p.small, .small {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  p.small, .small {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  p.small, .small {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  p.small, .small {
    line-height: 1.251rem;
  }
}

.zitat {
  font-size: 0.943rem;
  line-height: 1.495rem;
  font-family: "AlegreyaRegular";
  color: #37383C;
  margin-top: 18px;
}
@media screen and (min-width: 24rem) {
  .zitat {
    font-size: 0.943rem;
  }
}
@media screen and (min-width: 29rem) {
  .zitat {
    font-size: 0.9775rem;
  }
}
@media screen and (min-width: 40rem) {
  .zitat {
    font-size: 1.035rem;
  }
}
@media screen and (min-width: 54rem) {
  .zitat {
    font-size: 1.081rem;
  }
}
@media screen and (min-width: 24rem) {
  .zitat {
    line-height: 1.495rem;
  }
}
@media screen and (min-width: 29rem) {
  .zitat {
    line-height: 1.5295rem;
  }
}
@media screen and (min-width: 54rem) {
  .zitat {
    line-height: 1.587rem;
  }
}
@media screen and (min-width: 65rem) {
  .zitat {
    line-height: 1.5985rem;
  }
}
.zitat .initial {
  font-size: 3.28rem;
  margin: 12px 2px 0 0;
  color: #7D271F;
  display: inline-block;
  height: 20px;
  float: left;
}
@media screen and (min-width: 24rem) {
  .zitat .initial {
    font-size: 3.28rem;
  }
}
@media screen and (min-width: 29rem) {
  .zitat .initial {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 40rem) {
  .zitat .initial {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 54rem) {
  .zitat .initial {
    font-size: 3.76rem;
  }
}

.allpos div#ui-id-1 {
  padding: 3px 10px;
  background: #e0e0da;
}
.allpos div#ui-id-1:hover {
  color: #BC3126;
  cursor: pointer;
}
.allpos div#ui-id-1.ui-accordion-header:before {
  font-family: FontAwesome;
  content: "";
  min-width: 20px;
}

.allpos .mod_newslist .posheadlines {
  margin: 7px 0;
  border-bottom: 1px dotted #cdcdcd;
}

section.allpos {
  margin-bottom: 10px;
  border-bottom: 2px solid #FFC21B;
}

.headtext {
  color: #6B6963;
}
.headtext p {
  border-top: 1px solid #99938E;
  border-bottom: 1px solid #99938E;
  font-size: 1.025rem;
  line-height: 1.625rem;
  padding: 8px 0;
  font-family: "AlegreyaRegular";
}
@media screen and (min-width: 24rem) {
  .headtext p {
    font-size: 1.025rem;
  }
}
@media screen and (min-width: 29rem) {
  .headtext p {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 40rem) {
  .headtext p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 54rem) {
  .headtext p {
    font-size: 1.175rem;
  }
}
@media screen and (min-width: 24rem) {
  .headtext p {
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 29rem) {
  .headtext p {
    line-height: 1.6625rem;
  }
}
@media screen and (min-width: 54rem) {
  .headtext p {
    line-height: 1.725rem;
  }
}
@media screen and (min-width: 65rem) {
  .headtext p {
    line-height: 1.7375rem;
  }
}

.aboutme {
  margin: 10px 20px 10px 5px;
  font-size: 0.77rem;
  line-height: 1.3rem;
  padding: 1%;
  background: -moz-linear-gradient(80deg, #e2e6df 0%, white 49%, white 100%);
  background: -webkit-linear-gradient(80deg, #e2e6df 0%, white 49%, white 100%);
  background: -o-linear-gradient(80deg, #e2e6df 0%, white 49%, white 100%);
  background: -ms-linear-gradient(80deg, #e2e6df 0%, white 49%, white 100%);
  background: linear-gradient(10deg, #e2e6df 0%, white 49%, white 100%);
  border: 2px solid #e0e0da;
  border-radius: 3px;
  display: inline-block;
  float: left;
}
@media screen and (min-width: 24rem) {
  .aboutme {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  .aboutme {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  .aboutme {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  .aboutme {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  .aboutme {
    line-height: 1.3rem;
  }
}
@media screen and (min-width: 29rem) {
  .aboutme {
    line-height: 1.33rem;
  }
}
@media screen and (min-width: 54rem) {
  .aboutme {
    line-height: 1.38rem;
  }
}
@media screen and (min-width: 65rem) {
  .aboutme {
    line-height: 1.39rem;
  }
}
@media only screen and (min-width: 750px) {
  .aboutme {
    width: 50%;
    min-width: 500px;
  }
}
@media only screen and (max-width: 560px) {
  .aboutme {
    width: 95%;
    min-width: 500px;
  }
}
@media only screen and (min-width: 560px) {
  .aboutme {
    min-width: 400px;
  }
}

@media only screen and (max-width: 420px) {
  .imgtextmain {
    width: 80px;
    float: left;
    margin-right: 3%;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 421px) {
  .imgtextmain {
    width: 110px;
    float: left;
    margin-right: 3%;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 621px) {
  .imgtextmain {
    width: 150px;
    float: left;
    margin-right: 3%;
    margin-bottom: 8px;
  }
}

.mod_changelanguage {
  display: inline;
}
.mod_changelanguage ul {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  float: right;
}
.mod_changelanguage ul li {
  padding: 0 6px;
  font-size: 0.656rem;
  background-color: #70a2c1;
  border-radius: 3px;
  display: inline-block;
}
@media screen and (min-width: 24rem) {
  .mod_changelanguage ul li {
    font-size: 0.656rem;
  }
}
@media screen and (min-width: 29rem) {
  .mod_changelanguage ul li {
    font-size: 0.68rem;
  }
}
@media screen and (min-width: 40rem) {
  .mod_changelanguage ul li {
    font-size: 0.72rem;
  }
}
@media screen and (min-width: 54rem) {
  .mod_changelanguage ul li {
    font-size: 0.752rem;
  }
}
.mod_changelanguage ul li.active {
  color: #fff;
}
.mod_changelanguage ul li a:hover {
  color: #fff;
}

.margtop15 {
  margin: 15px 0 0;
}

.nowrap {
  white-space: nowrap;
}

.mod_aktuellist .block {
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: 2px solid #e0e0da;
}
.mod_aktuellist h2 {
  font-size: 1.394rem;
  margin-bottom: 0;
}
@media screen and (min-width: 24rem) {
  .mod_aktuellist h2 {
    font-size: 1.394rem;
  }
}
@media screen and (min-width: 29rem) {
  .mod_aktuellist h2 {
    font-size: 1.445rem;
  }
}
@media screen and (min-width: 40rem) {
  .mod_aktuellist h2 {
    font-size: 1.53rem;
  }
}
@media screen and (min-width: 54rem) {
  .mod_aktuellist h2 {
    font-size: 1.598rem;
  }
}
.mod_aktuellist h3.subline {
  padding: 3px 0;
  margin: 3px 0;
  color: #6B6963;
  font-family: "AlegreyaRegular";
}
.mod_aktuellist p {
  font-size: 0.82rem;
  line-height: 1.3rem;
  font-family: "OpenSansRegular";
  margin-bottom: 5px;
}
@media screen and (min-width: 24rem) {
  .mod_aktuellist p {
    font-size: 0.82rem;
  }
}
@media screen and (min-width: 29rem) {
  .mod_aktuellist p {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 40rem) {
  .mod_aktuellist p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 54rem) {
  .mod_aktuellist p {
    font-size: 0.94rem;
  }
}
@media screen and (min-width: 24rem) {
  .mod_aktuellist p {
    line-height: 1.3rem;
  }
}
@media screen and (min-width: 29rem) {
  .mod_aktuellist p {
    line-height: 1.33rem;
  }
}
@media screen and (min-width: 54rem) {
  .mod_aktuellist p {
    line-height: 1.38rem;
  }
}
@media screen and (min-width: 65rem) {
  .mod_aktuellist p {
    line-height: 1.39rem;
  }
}
.mod_aktuellist p.info {
  font-size: 0.6806rem;
  padding: 1px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6B6963;
  border: 1px solid #D9D6D6;
  display: inline-block;
}
@media screen and (min-width: 24rem) {
  .mod_aktuellist p.info {
    font-size: 0.6806rem;
  }
}
@media screen and (min-width: 29rem) {
  .mod_aktuellist p.info {
    font-size: 0.7055rem;
  }
}
@media screen and (min-width: 40rem) {
  .mod_aktuellist p.info {
    font-size: 0.747rem;
  }
}
@media screen and (min-width: 54rem) {
  .mod_aktuellist p.info {
    font-size: 0.7802rem;
  }
}

#presselist .block {
  border-top: 2px solid #e0e0da;
  padding-top: 15px;
  border-bottom: 0;
}
#presselist .presseleft {
  display: inline-block;
  width: 70%;
  float: left;
}
#presselist img {
  border: 1px solid #e0e0da;
}
#presselist .info {
  color: #b4703a;
  border: 1px solid #e0e0da;
}
#presselist h2 {
  margin: 5px 0 0;
}
#presselist .pteaser p {
  margin-top: 3px;
}
#presselist .download {
  margin-top: 8px;
  color: #fff;
  background-color: #FFC21B;
  padding: 1px 8px;
  display: inline-block;
  border-radius: 3px;
}
#presselist .download:hover {
  box-shadow: 2px 2px 5px #aaaaaa;
  color: #c28042;
}
#presselist ul {
  margin-top: 5px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

@media screen and (min-width: 640px) {
  .flnews {
    margin: 10px 20px 10px 0;
    width: 260px;
    float: left;
  }
}

.mod_newsreader h1 {
  margin: 1rem 0 0;
  line-height: 1.755rem;
  color: #156699;
  font-style: italic;
}
@media screen and (min-width: 24rem) {
  .mod_newsreader h1 {
    line-height: 1.755rem;
  }
}
@media screen and (min-width: 29rem) {
  .mod_newsreader h1 {
    line-height: 1.7955rem;
  }
}
@media screen and (min-width: 54rem) {
  .mod_newsreader h1 {
    line-height: 1.863rem;
  }
}
@media screen and (min-width: 65rem) {
  .mod_newsreader h1 {
    line-height: 1.8765rem;
  }
}
.mod_newsreader h4 {
  margin: 0;
}
.mod_newsreader .teaser {
  border-bottom: 1px solid #c28042;
  margin-bottom: 35px;
  font-style: italic;
  padding-bottom: 12px;
}
.mod_newsreader .teaser p {
  margin-bottom: 3px;
}
.mod_newsreader p.info {
  font-size: 0.77rem;
  border: 1px solid #D9D6D6;
  letter-spacing: 0.08rem;
  padding: 1px 10px;
  color: #99938E;
  display: block;
}
@media screen and (min-width: 24rem) {
  .mod_newsreader p.info {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  .mod_newsreader p.info {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  .mod_newsreader p.info {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  .mod_newsreader p.info {
    font-size: 0.81rem;
  }
}
.mod_newsreader p.copy {
  font-style: italic;
}
.mod_newsreader h3.subline {
  padding: 3px 0;
  color: #99938E;
  font-family: "AlegreyaRegular";
}
.mod_newsreader .newspaper {
  margin-bottom: 35px;
  border-bottom: 1px solid #e0e0da;
}
.mod_newsreader .newspaper h4 {
  font-family: "OpenSansRegular";
  color: #156699;
  font-weight: normal;
}
.mod_newsreader .newspaper .region {
  padding: 1px 5px;
  background-color: #eeeeea;
  display: inline-block;
  margin-bottom: 0;
}
.mod_newsreader .newspaper .autor {
  color: #156699;
}

.pagination > p {
  display: none;
}

.pagination {
  padding: 0 3px;
}
.pagination ul {
  list-style-type: none;
  margin: 0 3px;
  padding: 0 3px;
}
.pagination ul li {
  float: left;
  margin: 0 3px;
  padding: 0 3px;
  border-right: 1px solid #cdcdcd;
}
.pagination ul li.next {
  border-right: none;
}

.pos_all .even, .pos_all .odd {
  border: 1px solid #cdcdcd;
  padding: 12px 5px;
  margin: 0;
}
@media screen and (min-width: 460px) {
  .pos_all .even, .pos_all .odd {
    height: 380px;
  }
}
@media screen and (min-width: 640px) {
  .pos_all .even, .pos_all .odd {
    height: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .pos_all .even, .pos_all .odd {
    height: 350px;
  }
}
.pos_all .even h2, .pos_all .odd h2 {
  margin: 0;
}
.pos_all .even p, .pos_all .odd p {
  font-size: 0.77rem;
  line-height: 1.3rem;
  margin-top: 5px;
}
@media screen and (min-width: 24rem) {
  .pos_all .even p, .pos_all .odd p {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  .pos_all .even p, .pos_all .odd p {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  .pos_all .even p, .pos_all .odd p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  .pos_all .even p, .pos_all .odd p {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 24rem) {
  .pos_all .even p, .pos_all .odd p {
    line-height: 1.3rem;
  }
}
@media screen and (min-width: 29rem) {
  .pos_all .even p, .pos_all .odd p {
    line-height: 1.33rem;
  }
}
@media screen and (min-width: 54rem) {
  .pos_all .even p, .pos_all .odd p {
    line-height: 1.38rem;
  }
}
@media screen and (min-width: 65rem) {
  .pos_all .even p, .pos_all .odd p {
    line-height: 1.39rem;
  }
}
.pos_all .even p.info, .pos_all .odd p.info {
  font-size: 0.77rem;
  color: #6B6963;
}
@media screen and (min-width: 24rem) {
  .pos_all .even p.info, .pos_all .odd p.info {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  .pos_all .even p.info, .pos_all .odd p.info {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  .pos_all .even p.info, .pos_all .odd p.info {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  .pos_all .even p.info, .pos_all .odd p.info {
    font-size: 0.81rem;
  }
}

.pos_reader h1 {
  margin: 15px 0 0;
  color: #156699;
}
.pos_reader h2 {
  margin: 0;
}
.pos_reader .teaser {
  font-size: 0.902rem;
  line-height: 1.56rem;
  margin: 0.5em 0;
  color: #6B6963;
  font-style: italic;
  border-bottom: 1px solid #b9b3a9;
}
@media screen and (min-width: 24rem) {
  .pos_reader .teaser {
    font-size: 0.902rem;
  }
}
@media screen and (min-width: 29rem) {
  .pos_reader .teaser {
    font-size: 0.935rem;
  }
}
@media screen and (min-width: 40rem) {
  .pos_reader .teaser {
    font-size: 0.99rem;
  }
}
@media screen and (min-width: 54rem) {
  .pos_reader .teaser {
    font-size: 1.034rem;
  }
}
@media screen and (min-width: 24rem) {
  .pos_reader .teaser {
    line-height: 1.56rem;
  }
}
@media screen and (min-width: 29rem) {
  .pos_reader .teaser {
    line-height: 1.596rem;
  }
}
@media screen and (min-width: 54rem) {
  .pos_reader .teaser {
    line-height: 1.656rem;
  }
}
@media screen and (min-width: 65rem) {
  .pos_reader .teaser {
    line-height: 1.668rem;
  }
}
.pos_reader p.info {
  font-size: 0.6806rem;
  padding: 1px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6B6963;
  border: 1px solid #D9D6D6;
  display: inline-block;
}
@media screen and (min-width: 24rem) {
  .pos_reader p.info {
    font-size: 0.6806rem;
  }
}
@media screen and (min-width: 29rem) {
  .pos_reader p.info {
    font-size: 0.7055rem;
  }
}
@media screen and (min-width: 40rem) {
  .pos_reader p.info {
    font-size: 0.747rem;
  }
}
@media screen and (min-width: 54rem) {
  .pos_reader p.info {
    font-size: 0.7802rem;
  }
}

#contact {
  box-shadow: 1px 1px 3px #c28042;
  padding: 5%;
  margin: 5px;
  background: #ffd76b;
  border-radius: 5px;
}
#contact.main {
  box-shadow: none;
  border: 1px solid #156699;
  background: #fff;
}
#contact label, #contact input, #contact legend, #contact .captcha_text, #contact button {
  font-size: 0.77rem;
  color: #37383C;
}
@media screen and (min-width: 24rem) {
  #contact label, #contact input, #contact legend, #contact .captcha_text, #contact button {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  #contact label, #contact input, #contact legend, #contact .captcha_text, #contact button {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  #contact label, #contact input, #contact legend, #contact .captcha_text, #contact button {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  #contact label, #contact input, #contact legend, #contact .captcha_text, #contact button {
    font-size: 0.81rem;
  }
}
#contact label {
  display: block;
}
#contact input[class*=text] {
  border: #99938E;
  height: 28px;
  border-bottom: 1px solid #99938E;
  padding: 1px 5px;
  border-radius: 3px;
  width: 99%;
  margin-bottom: 6px;
}
#contact input:hover {
  background: #ffe7a8;
  border-bottom: 1px solid #BC3126;
}
#contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#contact fieldset span {
  float: left;
  width: 50%;
}
#contact fieldset input {
  margin: 5px 5px 15px 0;
  transform: scale(1.5);
  border: 1px solid #99938E;
  float: left;
}

#ctrl_70 > span, #ctrl_72 > span {
  margin-right: 20px;
}

#poster {
  box-shadow: 1px 1px 3px #b9b3a9;
  padding: 1.5% 3%;
  margin: 5px 0;
  border: 1px solid #FFC21B;
  border-radius: 5px;
}
#poster .posterauswahl {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #FFC21B;
}
#poster .poster_all img {
  width: 96%;
  box-shadow: 2px 2px 2px 2px #b9b3a9;
}
#poster .poster_all img:hover {
  box-shadow: 1px 1px 2px 2px #6B6963;
}
@media only screen and (max-width: 383px) {
  #poster .poster_all img {
    width: 180px;
  }
}
#poster .poster_all fieldset {
  padding: 0;
  border: none;
}
#poster input[name*=anzahl] {
  border: 0;
  border-bottom: 2px solid #FFC21B;
  padding: 3px 5px;
  width: 100%;
}
#poster input[name*=anzahl]:hover, #poster input[name*=anzahl]:focus {
  background-color: #ffe7a8;
}
@media only screen and (max-width: 383px) {
  #poster input[name*=anzahl] {
    width: 180px;
  }
}
#poster .hinweis {
  padding: 0.5rem;
  margin: 0;
  line-height: 1.17rem;
  background-color: #BDD1ED;
  border-radius: 4px;
}
@media screen and (min-width: 24rem) {
  #poster .hinweis {
    line-height: 1.17rem;
  }
}
@media screen and (min-width: 29rem) {
  #poster .hinweis {
    line-height: 1.197rem;
  }
}
@media screen and (min-width: 54rem) {
  #poster .hinweis {
    line-height: 1.242rem;
  }
}
@media screen and (min-width: 65rem) {
  #poster .hinweis {
    line-height: 1.251rem;
  }
}
#poster label, #poster input {
  font-size: 0.77rem;
  color: #37383C;
}
@media screen and (min-width: 24rem) {
  #poster label, #poster input {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  #poster label, #poster input {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  #poster label, #poster input {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  #poster label, #poster input {
    font-size: 0.81rem;
  }
}
#poster .widget-text input {
  border: none;
  height: 28px;
  border-bottom: 1px solid #99938E;
  padding: 1px 5px;
  width: 99%;
  margin-bottom: 6px;
}
#poster .widget-text input:hover {
  background: #ffe7a8;
  border-bottom: 1px solid #BC3126;
}
#poster button.submit {
  padding: 12px 20px;
  margin: 15px 0;
  background-color: #FFC21B;
  border-radius: 4px;
  border: none;
}
#poster button.submit:hover {
  background-color: #BC3126;
  color: #fff;
}

#hc_mailchimp_subscribe_form_short {
  line-height: 1rem;
  font-size: 0.77rem;
}
@media screen and (min-width: 24rem) {
  #hc_mailchimp_subscribe_form_short {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 40rem) {
  #hc_mailchimp_subscribe_form_short {
    font-size: 0.79rem;
  }
}
@media screen and (min-width: 54rem) {
  #hc_mailchimp_subscribe_form_short {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 65rem) {
  #hc_mailchimp_subscribe_form_short {
    font-size: 0.81rem;
  }
}
#hc_mailchimp_subscribe_form_short label {
  margin: 15px 0;
}
#hc_mailchimp_subscribe_form_short input {
  width: 95%;
  border: none;
  height: 28px;
  border-bottom: 1px solid #99938E;
  padding: 1px 5px;
  border-radius: 3px;
}
#hc_mailchimp_subscribe_form_short input[type=reset], #hc_mailchimp_subscribe_form_short input[type=submit] {
  margin-top: 6px;
  margin-left: 0px;
  width: auto;
  padding: 3px 8px;
  background-color: #f1f1f1;
  color: #BC3126;
}
#hc_mailchimp_subscribe_form_short input[type=reset]:hover, #hc_mailchimp_subscribe_form_short input[type=submit]:hover {
  background-color: #fff;
  color: #d64927;
}
#hc_mailchimp_subscribe_form_short input[type=text]:hover, #hc_mailchimp_subscribe_form_short input[type=email]:hover {
  background-color: #ffe7a8;
  border-bottom: 2px solid #BC3126;
}

.mailchimp input {
  background-color: #fffae7;
}

.mod_search input {
  margin: 0.7rem 0;
  width: 70%;
  border: 1px solid #FFC21B;
  height: 2.1rem;
  padding: 1px 5px;
  border-radius: 3px;
}
.mod_search input:hover {
  background-color: #ffe7a8;
}

#footer h3 {
  margin: 1.1rem 0 0;
  font-size: 0.738rem;
  border-bottom: 1px solid #6B6963;
  font-family: "OpenSansRegular";
  color: #e0e0da;
}
@media screen and (min-width: 24rem) {
  #footer h3 {
    font-size: 0.738rem;
  }
}
@media screen and (min-width: 29rem) {
  #footer h3 {
    font-size: 0.765rem;
  }
}
@media screen and (min-width: 40rem) {
  #footer h3 {
    font-size: 0.81rem;
  }
}
@media screen and (min-width: 54rem) {
  #footer h3 {
    font-size: 0.846rem;
  }
}

.fl60 {
  float: left;
  margin: 0.9rem 0.7rem 1rem 0;
}

.more a:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  min-width: 18px;
}

.back a:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  min-width: 18px;
}

.mod_search h3 a:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  min-width: 18px;
}

a {
  color: #156699;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #d64927;
  text-decoration: underline;
  outline: 0;
}
a:active {
  color: #BC3126;
  outline: 0;
}
a.extern {
  white-space: nowrap;
}
a.extern[class~=home]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=arguments]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=facebook]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=twitter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=youtube2]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=ziele]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=mission]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=about]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=aktuell]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=mitmachen]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=kontakt]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=newsletter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=noicon]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=impressum]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=search]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.extern[class~=ui-accordion-header]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
a.extern[class~=ui-state-active]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
a.extern[class~=extern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  min-width: 0;
}
a.extern[class~=intern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  min-width: 0;
}
a.intern {
  white-space: nowrap;
}
a.intern[class~=home]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=arguments]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=facebook]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=twitter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=youtube2]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=ziele]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=mission]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=about]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=aktuell]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=mitmachen]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=kontakt]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=newsletter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=noicon]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=impressum]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=search]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.intern[class~=ui-accordion-header]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
a.intern[class~=ui-state-active]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
a.intern[class~=extern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  min-width: 0;
}
a.intern[class~=intern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  min-width: 0;
}
a.search {
  white-space: nowrap;
}
a.search[class~=home]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=arguments]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=facebook]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=twitter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=youtube2]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=ziele]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=mission]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=about]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=aktuell]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=mitmachen]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=kontakt]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=newsletter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=noicon]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=impressum]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=search]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
a.search[class~=ui-accordion-header]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
a.search[class~=ui-state-active]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
a.search[class~=extern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  min-width: 0;
}
a.search[class~=intern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  min-width: 0;
}

a.invert {
  color: #e2e6de;
  cursor: pointer;
  text-decoration: none;
}
a.invert:hover, a.invert.mail:hover {
  color: #f4e17e;
  text-decoration: underline;
  outline: 0;
}
a.invert:active {
  color: #b4daf1;
  outline: 0;
}
a.invert.mail {
  color: #d0e6e3;
  text-decoration: underline;
}

.kampagne {
  background: -moz-linear-gradient(80deg, #e2e6df 0%, white 49%, white 100%);
  background: -webkit-linear-gradient(80deg, #e2e6df 0%, white 49%, white 100%);
  background: -o-linear-gradient(80deg, #e2e6df 0%, white 49%, white 100%);
  background: -ms-linear-gradient(80deg, #e2e6df 0%, white 49%, white 100%);
  background: linear-gradient(10deg, #e2e6df 0%, white 49%, white 100%);
  float: left;
  margin-right: 20px;
  border: 1px solid #156699;
  padding: 8px 20px;
  border-radius: 3px;
}

.mod_customnav ul, .mod_navigation ul, #nav-footer ul, nav#desktop ul {
  list-style: none;
  padding: 0;
}

#nav_top ul {
  margin-top: 0;
  padding-top: 0;
  font-size: 0.8rem;
  width: 100%;
  text-align: right;
}
#nav_top ul li {
  float: right;
  margin-right: 2px;
}
#nav_top ul li:after {
  content: " | ";
  color: #e2e6de;
  margin-left: 5px;
}
#nav_top ul li.first {
  margin-right: 20px;
}
#nav_top ul li a, #nav_top ul li span {
  color: #e2e6de;
}
#nav_top ul li a:hover, #nav_top ul li span:hover {
  color: #f4e17e;
}
#nav_top ul li .active {
  color: #b4daf1;
}

nav#desktop {
  margin: 10px 10px 10px 0;
  float: right;
  display: block;
}
nav#desktop ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: visible !important;
}
nav#desktop ul li {
  background: #f2f2f2;
  float: left;
  border-right: 2px solid #fff;
  height: 31px;
}
nav#desktop ul li a, nav#desktop ul li .active, nav#desktop ul li .trail, nav#desktop ul li .focus {
  padding: 4px 14px;
  display: inline-block;
  color: #156699;
  background: #f2f2f2;
  border-radius: 2px;
  text-decoration: none;
}
nav#desktop ul li a:hover, nav#desktop ul li .active:hover, nav#desktop ul li .trail:hover, nav#desktop ul li .focus:hover {
  background-color: #e2e6df;
  color: #d64927;
}
nav#desktop ul li a.active, nav#desktop ul li a.trail, nav#desktop ul li .active.active, nav#desktop ul li .active.trail, nav#desktop ul li .trail.active, nav#desktop ul li .trail.trail, nav#desktop ul li .focus.active, nav#desktop ul li .focus.trail {
  color: #BC3126;
}
nav#desktop ul li .submenu:after {
  padding: 0 0 0 4px;
  font-size: 0.656rem;
  content: "▾";
}
@media screen and (min-width: 24rem) {
  nav#desktop ul li .submenu:after {
    font-size: 0.656rem;
  }
}
@media screen and (min-width: 29rem) {
  nav#desktop ul li .submenu:after {
    font-size: 0.68rem;
  }
}
@media screen and (min-width: 40rem) {
  nav#desktop ul li .submenu:after {
    font-size: 0.72rem;
  }
}
@media screen and (min-width: 54rem) {
  nav#desktop ul li .submenu:after {
    font-size: 0.752rem;
  }
}
nav#desktop ul li ul.level_2 {
  position: absolute;
  z-index: 100;
  margin-top: 0px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
nav#desktop ul li ul.level_2 li {
  padding: 4px;
  height: auto;
  position: relative;
  clear: both;
  display: block;
  width: 220px;
  border-bottom: 1px solid #BDD1ED;
}
nav#desktop ul li ul.level_2 li a, nav#desktop ul li ul.level_2 li .active, nav#desktop ul li ul.level_2 li .trail, nav#desktop ul li ul.level_2 li .focus, nav#desktop ul li ul.level_2 li.active {
  width: 100%;
  line-height: 1.04rem;
}
@media screen and (min-width: 24rem) {
  nav#desktop ul li ul.level_2 li a, nav#desktop ul li ul.level_2 li .active, nav#desktop ul li ul.level_2 li .trail, nav#desktop ul li ul.level_2 li .focus, nav#desktop ul li ul.level_2 li.active {
    line-height: 1.04rem;
  }
}
@media screen and (min-width: 29rem) {
  nav#desktop ul li ul.level_2 li a, nav#desktop ul li ul.level_2 li .active, nav#desktop ul li ul.level_2 li .trail, nav#desktop ul li ul.level_2 li .focus, nav#desktop ul li ul.level_2 li.active {
    line-height: 1.064rem;
  }
}
@media screen and (min-width: 54rem) {
  nav#desktop ul li ul.level_2 li a, nav#desktop ul li ul.level_2 li .active, nav#desktop ul li ul.level_2 li .trail, nav#desktop ul li ul.level_2 li .focus, nav#desktop ul li ul.level_2 li.active {
    line-height: 1.104rem;
  }
}
@media screen and (min-width: 65rem) {
  nav#desktop ul li ul.level_2 li a, nav#desktop ul li ul.level_2 li .active, nav#desktop ul li ul.level_2 li .trail, nav#desktop ul li ul.level_2 li .focus, nav#desktop ul li ul.level_2 li.active {
    line-height: 1.112rem;
  }
}
nav#desktop ul li:hover ul.level_2 {
  display: block;
  visibility: visible;
  opacity: 1;
}

#nav-toggle {
  position: absolute;
  right: 10px;
  top: 65px;
  margin-right: 10px;
  text-align: right;
  cursor: pointer;
  z-index: 999;
}
@media only screen and (min-width: 840px) {
  #nav-toggle {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  nav#desktop ul, #nav_top ul {
    display: none;
  }
}
#overlaynav {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
#overlaynav nav#mobile {
  margin-top: 10px;
  background-color: #292021;
  height: 100%;
}
#overlaynav nav#mobile ul {
  position: absolute;
  font-size: 0.8rem;
  width: 100%;
  padding-left: 5px;
  z-index: 300;
  left: 0;
  background-color: #292021;
  transition: all 0.5s;
}
#overlaynav nav#mobile ul.level_1 {
  border-top: 10px solid #37383C;
  border-bottom: 10px solid #37383C;
}
#overlaynav nav#mobile ul li {
  padding: 6px 3px 6px 15px;
  background-color: #292021;
  border-bottom: 1px solid #37383C;
}
#overlaynav nav#mobile ul li a, #overlaynav nav#mobile ul li span {
  color: #e2e6de;
}
#overlaynav nav#mobile ul li a:hover, #overlaynav nav#mobile ul li span:hover {
  color: #f4e17e;
}
#overlaynav nav#mobile ul li a[class~=home]:before, #overlaynav nav#mobile ul li span[class~=home]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=arguments]:before, #overlaynav nav#mobile ul li span[class~=arguments]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=facebook]:before, #overlaynav nav#mobile ul li span[class~=facebook]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=twitter]:before, #overlaynav nav#mobile ul li span[class~=twitter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=youtube2]:before, #overlaynav nav#mobile ul li span[class~=youtube2]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=ziele]:before, #overlaynav nav#mobile ul li span[class~=ziele]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=mission]:before, #overlaynav nav#mobile ul li span[class~=mission]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=about]:before, #overlaynav nav#mobile ul li span[class~=about]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=aktuell]:before, #overlaynav nav#mobile ul li span[class~=aktuell]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=mitmachen]:before, #overlaynav nav#mobile ul li span[class~=mitmachen]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=kontakt]:before, #overlaynav nav#mobile ul li span[class~=kontakt]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=newsletter]:before, #overlaynav nav#mobile ul li span[class~=newsletter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=noicon]:before, #overlaynav nav#mobile ul li span[class~=noicon]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=impressum]:before, #overlaynav nav#mobile ul li span[class~=impressum]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=search]:before, #overlaynav nav#mobile ul li span[class~=search]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li a[class~=ui-accordion-header]:before, #overlaynav nav#mobile ul li span[class~=ui-accordion-header]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
#overlaynav nav#mobile ul li a[class~=ui-state-active]:before, #overlaynav nav#mobile ul li span[class~=ui-state-active]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
#overlaynav nav#mobile ul li a[class~=extern]:before, #overlaynav nav#mobile ul li span[class~=extern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  min-width: 0;
}
#overlaynav nav#mobile ul li a[class~=intern]:before, #overlaynav nav#mobile ul li span[class~=intern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  min-width: 0;
}
#overlaynav nav#mobile ul li .active {
  color: #b4daf1;
}
#overlaynav nav#mobile ul li.last {
  border-bottom: none;
}
#overlaynav nav#mobile ul li li {
  border-top: 1px solid #37383C;
  margin-left: 20px;
}
#overlaynav nav#mobile ul li ul {
  position: relative;
  margin: 0;
}
#overlaynav nav#mobile ul li ul li a[class~=home]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=arguments]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=facebook]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=twitter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=youtube2]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=ziele]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=mission]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=about]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=aktuell]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=mitmachen]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=kontakt]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=newsletter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=noicon]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=impressum]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=search]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#overlaynav nav#mobile ul li ul li a[class~=ui-accordion-header]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
#overlaynav nav#mobile ul li ul li a[class~=ui-state-active]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
#overlaynav nav#mobile ul li ul li a[class~=extern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  min-width: 0;
}
#overlaynav nav#mobile ul li ul li a[class~=intern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  min-width: 0;
}

/*---link-icons---*/
/*li a.arguments::before {
  margin-left:10px;
  padding-right:10px;
  font: 1.1em/1.6em FontAwesome;
  color:#000;
  content: "\f15c";
}*/
#navsubpages h4 {
  margin: 6px 0;
  border-bottom: 1px solid #156699;
  font-family: "OpenSansRegular";
}
#navsubpages ul {
  margin: 5px 0;
}
#navsubpages ul li {
  border-bottom: 1px solid #e0e0da;
}
#navsubpages ul li a {
  font-weight: inherit;
  color: #156699;
}
#navsubpages ul li.active, #navsubpages ul li.active strong {
  font-weight: normal;
  color: #BC3126;
}
#navsubpages .featured {
  padding: 0;
  margin: 0;
}
#navsubpages p {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e0e0da;
}

#nav-footer {
  width: 100%;
}
#nav-footer ul {
  font-size: 0.8rem;
  width: 100%;
}
#nav-footer ul li a, #nav-footer ul li span {
  margin-left: 3px;
  color: #e2e6de;
}
#nav-footer ul li a:hover, #nav-footer ul li span:hover {
  color: #f4e17e;
}
#nav-footer ul li a[class~=home]:before, #nav-footer ul li span[class~=home]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=arguments]:before, #nav-footer ul li span[class~=arguments]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=facebook]:before, #nav-footer ul li span[class~=facebook]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=twitter]:before, #nav-footer ul li span[class~=twitter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=youtube2]:before, #nav-footer ul li span[class~=youtube2]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=ziele]:before, #nav-footer ul li span[class~=ziele]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=mission]:before, #nav-footer ul li span[class~=mission]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=about]:before, #nav-footer ul li span[class~=about]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=aktuell]:before, #nav-footer ul li span[class~=aktuell]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=mitmachen]:before, #nav-footer ul li span[class~=mitmachen]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=kontakt]:before, #nav-footer ul li span[class~=kontakt]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=newsletter]:before, #nav-footer ul li span[class~=newsletter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=noicon]:before, #nav-footer ul li span[class~=noicon]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=impressum]:before, #nav-footer ul li span[class~=impressum]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=search]:before, #nav-footer ul li span[class~=search]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li a[class~=ui-accordion-header]:before, #nav-footer ul li span[class~=ui-accordion-header]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
#nav-footer ul li a[class~=ui-state-active]:before, #nav-footer ul li span[class~=ui-state-active]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
#nav-footer ul li a[class~=extern]:before, #nav-footer ul li span[class~=extern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  min-width: 0;
}
#nav-footer ul li a[class~=intern]:before, #nav-footer ul li span[class~=intern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  min-width: 0;
}
#nav-footer ul li .active {
  color: #b4daf1;
}
#nav-footer ul li .active[class~=home]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=arguments]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=facebook]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=twitter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=youtube2]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=ziele]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=mission]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=about]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=aktuell]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=mitmachen]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=kontakt]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=newsletter]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=noicon]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=impressum]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=search]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
}
#nav-footer ul li .active[class~=ui-accordion-header]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
#nav-footer ul li .active[class~=ui-state-active]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  min-width: 15px;
}
#nav-footer ul li .active[class~=extern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  min-width: 0;
}
#nav-footer ul li .active[class~=intern]:before {
  font-family: FontAwesome;
  content: "";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  min-width: 25px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  min-width: 0;
}

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