@charset "UTF-8";
/*!
Theme Name: parsmedia
Author: das parsmedia Team
Author URI: http://parsmedia.info/
Description:
Version: 1.0.2
*/
/* ===============================================================================
	html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
	v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark ====================== */
html, body, div, span, object, iframe,
h1, h2, .newsletter .widget-title, h3, .side .widget-title, .main-topics a, h4, h5, #footer .widget-title, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* Correct text resizing oddly in IE6/7 when body font-size is set using em units */
  vertical-align: baseline;
  background: transparent; }

input {
  -web-kit-border-radius: 0;
  border-radius: 0; }

/* =============================================================================
	HTML5 BOILERPLATE ======================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

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

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio:not([controls]) {
  display: none;
  height: 0; }

/* Prevents modern browsers from displaying 'audio' without controls; Remove excess height in iOS5 devices */
[hidden] {
  display: none; }

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4; Known issue: no IE6 support */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; }

h1, h2, .newsletter .widget-title, h3, .side .widget-title, .main-topics a, h4, h5, #footer .widget-title, h6 {
  text-rendering: optimizeLegibility; }

button, input, select, textarea {
  font: 100% sans-serif;
  /* Correct font-size not inheriting in all browsers */
  margin: 0;
  /* Remove margins in FF3/4 S5 Chrome */
  vertical-align: baseline;
  *vertical-align: middle; }

/* Define consistent vertical alignment display in all browsers */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Remove default vertical scrollbar in IE6/7/8/9 & Allow only vertical resizing */
button, input {
  line-height: normal; }

/* Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) */
/* Display hand cursor for clickable form elements, Allow styling of clickable form elements in iOS & Correct inner spacing displayed oddly in IE7 (doesn't effect IE6): */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *width: auto;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

/* Re-set default cursor for disabled elements */
/* Consistent box sizing and appearance: */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Remove inner padding and border in FF3/4 */
/* Colors for form validity: */
input:valid, textarea:valid {
  color: inherit; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* Remove text-shadow in selection highlight: */
::-moz-selection {
  background: gray;
  color: #fff;
  text-shadow: none; }

::selection {
  background: gray;
  color: #fff;
  text-shadow: none; }

img {
  -ms-interpolation-mode: bicubic;
  /* Improve image quality when scaled in IE7 */
  vertical-align: middle; }

/* Remove the gap between images and borders on image containers */
svg:not(:root) {
  overflow: hidden; }

/* Correct overflow not hidden in IE9 */
label {
  cursor: pointer; }

/* Indicate that 'label' will shift focus to the associated form element */
input + label {
  cursor: text; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/* Correct color not inheriting in IE6/7/8/9 & alignment displayed oddly in IE6/7 */
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, td img {
  vertical-align: top; }

/* =============================================================================
	TYPOGRAPHIE ============================================================== */
ul, ol {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em; }

ol {
  list-style-type: decimal; }

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

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

b, strong {
  font-weight: bold; }

blockquote, q {
  quotes: none;
  margin: 1em 40px; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

dfn, i, em {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #111;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* #DE0027eclare monospace font family */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Improve readability of pre-formatted text in all browsers */
small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Non-Semantic Helper Classes =============================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Optisch verstecken (auch von Screenreader), aber behalte den Platz im Layout */
.invisible {
  visibility: hidden; }

/* Der glorreiche CLEARFIX: Aktualisiert, um einen Einsturz der Außenabstände in Kind-Elementen zu verhindern: j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

.clearfix:before {
  clear: both; }

.clearfix {
  zoom: 1; }

/* Clearfix-Fix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.no-click {
  cursor: default; }

/* roboto-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-v27-latin-300italic.woff2") format("woff2"), url("../fonts/roboto-v27-latin-300italic.woff") format("woff"); }
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-v27-latin-300.woff2") format("woff2"), url("../fonts/roboto-v27-latin-300.woff") format("woff"); }
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin-regular.woff") format("woff"); }
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-v27-latin-700.woff2") format("woff2"), url("../fonts/roboto-v27-latin-700.woff") format("woff"); }
/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-300.woff") format("woff"); }
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-regular.woff") format("woff"); }
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-condensed-v19-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-700.woff") format("woff"); }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden; }
  svg .red {
    fill: #DE0027;
    stroke-width: 1.5mm;
    stroke: #DE0027;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
  svg .white {
    fill: white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }

.frame {
  position: relative;
  overflow: visible; }
  .frame iframe {
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .frame.maps {
    padding-bottom: 56.25%;
    min-height: 220px; }
    @media screen and (min-width: 768px) {
      .frame.maps {
        height: 420px;
        padding: 0; } }
  .frame .blocker {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url("../graphics/grid-min.png") repeat top left transparent;
    border: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .frame .blocker img {
      display: block;
      width: 80px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -40px; }
      .ie .frame .blocker img {
        top: 0; }
    .frame .blocker.hide {
      -webkit-transform: scale(0);
      transform: scale(0); }
      .ie .frame .blocker.hide {
        display: none; }

h1,
h2,
.newsletter .widget-title,
.h2,
h3,
.side .widget-title,
.main-topics a,
h4,
h5,
#footer .widget-title,
h6 {
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  color: #1D1D1B;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.5; }
  h1 a,
  h2 a,
  .newsletter .widget-title a,
  .h2 a,
  h3 a,
  .side .widget-title a,
  .main-topics a a,
  h4 a,
  h5 a,
  #footer .widget-title a,
  h6 a {
    color: inherit; }
  * + h1, * +
  h2, .newsletter * + .widget-title, * +
  .h2, * +
  h3, .side * + .widget-title, .main-topics * + a, * +
  h4, * +
  h5, #footer * + .widget-title, * +
  h6 {
    margin-top: 3rem; }
  h1:last-child,
  h2:last-child,
  .newsletter .widget-title:last-child,
  .h2:last-child,
  h3:last-child,
  .side .widget-title:last-child,
  .main-topics a:last-child,
  h4:last-child,
  h5:last-child,
  #footer .widget-title:last-child,
  h6:last-child {
    margin-bottom: 0; }

.side .widget-title {
  display: block; }
.newsletter .widget-title {
  display: block;
  margin-bottom: 1.5rem;
  color: inherit; }
  @media screen and (min-width: 1024px) {
    .newsletter .widget-title {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1280px) {
    .newsletter .widget-title {
      font-size: 3rem; } }
.extra .widget-title {
  position: relative; }
  .extra .widget-title:after {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    margin-top: -2rem;
    right: 100%;
    margin-right: 1rem;
    background: url("../graphics/icon-achtung.svg") center center no-repeat;
    background-size: contain; }
.contact .widget-title:after {
  background-image: url("../graphics/icon-phone.svg"); }
#footer .widget-title {
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem; }

p, address {
  font-size: 1rem;
  margin-bottom: 1em; }
  .nojs .teaser p:last-of-type, p:last-child, .nojs .teaser
  address:last-of-type,
  address:last-child {
    margin-bottom: 0; }
  #mastcontent > header p, #mastcontent > header
  address {
    font-size: 1.25rem;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0; }
    @media screen and (min-width: 360px) {
      #mastcontent > header p, #mastcontent > header
      address {
        font-size: 1.5rem; } }
    @media screen and (min-width: 440px) {
      #mastcontent > header p, #mastcontent > header
      address {
        font-size: 1.75rem; } }
    @media screen and (min-width: 768px) {
      #mastcontent > header p, #mastcontent > header
      address {
        font-size: 2rem;
        font-weight: 700; } }
    @media screen and (min-width: 840px) {
      #mastcontent > header p, #mastcontent > header
      address {
        font-size: 2.25rem; } }
    @media screen and (min-width: 900px) {
      #mastcontent > header p, #mastcontent > header
      address {
        font-size: 2.5rem; } }
    @media screen and (min-width: 1024px) {
      #mastcontent > header p, #mastcontent > header
      address {
        font-size: 2.75rem; } }
    @media screen and (min-width: 1280px) {
      #mastcontent > header p, #mastcontent > header
      address {
        font-size: 3.125rem; } }
  p.wysija-paragraph,
  address.wysija-paragraph {
    font-size: 1em;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }
    p.wysija-paragraph input,
    address.wysija-paragraph input {
      margin: 0; }
  .wp-caption p,
  .wp-caption address {
    font-size: 0.875rem; }
  @media screen and (min-width: 640px) {
    p, address {
      font-size: 1.125rem; }
      .wp-caption p, .wp-caption address {
        font-size: 0.984375rem; } }

address {
  font-style: normal; }

button.button {
  display: inline-block;
  border-bottom: 0;
  padding-right: 1.75em;
  margin-right: 1em;
  position: relative;
  overflow: visible;
  padding: 0;
  background: none;
  border: 0;
  color: #DE0027;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  outline: 0; }
  button.button:active, button.button:focus {
    outline: 0; }

span.button {
  display: inline-block;
  border-bottom: 0;
  padding-right: 1.75em;
  margin-right: 1em;
  position: relative;
  overflow: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden; }

hr {
  margin: 4em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(135, 136, 138, 0.5); }

ul:last-child {
  margin-bottom: 0; }
ul.checkmark li {
  margin: 0;
  padding: 0 0 1rem 2em;
  position: relative;
  list-style: none; }
  ul.checkmark li:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../graphics/icon-checkmark.svg") center center no-repeat;
    background-size: contain; }

li {
  font-size: 1rem; }
  @media screen and (min-width: 640px) {
    li {
      font-size: 1.125rem; } }
  .single .main li + li {
    margin-top: 1rem; }
  li li, nav li {
    font-size: 1em; }

sup {
  font-size: 0.5em;
  vertical-align: super;
  top: 0; }

th,
td {
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1rem; }
  @media screen and (min-width: 640px) {
    th,
    td {
      font-size: 1.125rem; } }

table {
  margin-bottom: 1em; }
  table:last-child {
    margin-bottom: 0; }

blockquote {
  padding: 1.5em 1em 1.5em 4em;
  margin: 0 0 1em;
  position: relative;
  background: #EdEDED; }
  blockquote:before {
    content: '\201D';
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #DE0027;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 5em;
    line-height: 1; }

.nowrap {
  white-space: nowrap; }

.single img {
  width: auto; }

img.size-thumbnail {
  height: 160px;
  width: auto;
  max-width: 160px; }

img.size-small {
  height: 160px;
  max-width: 100%;
  width: auto; }

img.size-medium {
  width: 320px;
  max-width: 100%;
  height: auto; }

img.size-large {
  width: 800px;
  max-width: 100%;
  height: auto; }

img.size-full {
  width: auto;
  max-width: 100%;
  height: auto; }

.alignleft {
  float: left;
  margin-right: 2em; }

.alignright {
  float: right;
  margin-left: 2em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.smoothScroll {
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  margin-left: -1.5em;
  z-index: 10;
  background: #DE0027;
  border-radius: 50%;
  text-indent: -9999em; }
  .smoothScroll:after {
    content: '';
    display: block;
    width: 3em;
    height: 3em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: 0.125em #DE0027;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 1px #DE0027;
            box-shadow: 0 0 5px 1px #DE0027;
    -webkit-animation: pulse 2s ease infinite;
            animation: pulse 2s ease infinite; }
  .smoothScroll:before {
    content: '';
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 0.625em;
    left: 0.5em;
    z-index: 1;
    background: url("../graphics/icon-down.png") center center no-repeat;
    background-size: contain; }
  @media screen and (max-width: 767px) {
    .smoothScroll {
      display: none; } }

@-webkit-keyframes nav-slide-in {
  0% {
    top: -10rem; }
  100% {
    top: 5rem; } }

@keyframes nav-slide-in {
  0% {
    top: -10rem; }
  100% {
    top: 5rem; } }
.title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.25rem;
  position: relative;
  color: #1D1D1B;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1; }
  .emotion .title {
    color: white; }
  .title:after {
    content: '';
    display: block;
    width: 0%;
    height: 0.125rem;
    position: absolute;
    top: 100%;
    margin-top: 0.5rem;
    margin-left: 0;
    left: 50%;
    background: #DE0027;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-backface-visibility: hidden; }
    .nojs .title:after {
      width: 80%;
      margin-left: -40%; }
    #mastcontent > header .title:after {
      width: 3em;
      margin-left: -1.5em; }
    @media screen and (min-width: 768px) {
      .title:after {
        left: 0; }
        .nojs .title:after {
          margin-left: 0; } }
  .title.visible:after {
    width: 80%;
    margin-left: -40%; }
    @media screen and (min-width: 768px) {
      .title.visible:after {
        margin-left: 0; } }

.single.projekt .main {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }
@media screen and (min-width: 1024px) {
  .main {
    width: 65%;
    float: left; }
    .single.projekt .main {
      width: 47.5%; } }
.main .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (min-width: 768px) {
    .main .box.img-text .modul.content, .main .box.text-img .modul.content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; }
    .main .box.img-text .modul.img, .main .box.text-img .modul.img {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      padding-bottom: 1rem; }
    .main .box.img-text .modul.content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .main .box.img-text .modul.img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 1rem; }
    .main .box.text-img .modul.content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .main .box.text-img .modul.img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 1rem; } }
  .main .box.full-text .modul.content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%; }
  .main .box.full-img .modul.img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%; }
.main .qoutebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (min-width: 768px) {
    .main .qoutebox.img-text .modul.content, .main .qoutebox.text-img .modul.content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 70%;
              flex: 1 1 70%; }
    .main .qoutebox.img-text .modul.img, .main .qoutebox.text-img .modul.img {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%;
      padding-bottom: 1rem; }
    .main .qoutebox.img-text .modul.content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .main .qoutebox.img-text .modul.img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 1rem; }
    .main .qoutebox.text-img .modul.content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .main .qoutebox.text-img .modul.img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 1rem; } }
.main a > h2, .main .newsletter a > .widget-title, .newsletter .main a > .widget-title {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
.main hr {
  margin: 1rem 0; }
.main p:last-child {
  margin-bottom: 1rem; }
.main .anchor_nav {
  background: #EdEDED;
  padding: 1rem;
  z-index: 999; }
  .main .anchor_nav span {
    display: none; }
  .main .anchor_nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main .anchor_nav ul li {
      position: relative;
      padding-left: 2rem; }
      .main .anchor_nav ul li:before {
        content: "";
        position: absolute;
        top: 0.3rem;
        left: 0;
        width: 20px;
        height: 20px;
        background-size: cover;
        background-position: center;
        background-image: url("../graphics/reply.svg");
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .main .anchor_nav.fixed {
    position: fixed;
    top: 5rem;
    -webkit-animation: 1s nav-slide-in;
            animation: 1s nav-slide-in;
    border-bottom: 1px solid;
    max-width: 780px;
    width: 100%; }
    .main .anchor_nav.fixed span {
      position: relative;
      display: block;
      font-weight: 400;
      font-size: 1.25rem;
      text-align: center;
      cursor: pointer; }
      .main .anchor_nav.fixed span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(400%, -50%);
                transform: translate(400%, -50%);
        width: 25px;
        height: 25px;
        background-size: cover;
        background-position: center;
        background-image: url("../graphics/icon-down-red.png"); }
    .main .anchor_nav.fixed p {
      display: none; }
    .main .anchor_nav.fixed ul {
      max-height: 0;
      overflow: hidden; }
    .main .anchor_nav.fixed.open span:after {
      -webkit-transform: translate(400%, -50%) rotate(180deg);
              transform: translate(400%, -50%) rotate(180deg);
      background-image: url("../graphics/icon-down-red.png"); }
    .main .anchor_nav.fixed.open ul {
      max-height: 90rem; }
.main .accordions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 1rem 0; }
  .main .accordions .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background-color: #EdEDED;
    border-bottom: 1px solid #bab9b9; }
    .main .accordions .accordion.open .body {
      max-height: 90rem; }
    .main .accordions .accordion span {
      font-weight: 600;
      font-size: 1.25rem;
      padding: 1rem;
      cursor: pointer; }
    .main .accordions .accordion .body {
      max-height: 0;
      overflow: hidden;
      padding: 0 2rem; }
.main .faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 1rem 0; }
  .main .faqs .faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 1rem;
    background-color: #EdEDED;
    border-bottom: 1px solid #bab9b9; }
    .main .faqs .faq span {
      position: relative;
      font-weight: 600;
      font-size: 1.25rem;
      padding: 0 0 1rem 3rem;
      margin: 1rem 0;
      border-bottom: 1px solid; }
      .main .faqs .faq span:before {
        content: "";
        position: absolute;
        top: 0.3rem;
        left: 0.5rem;
        width: 30px;
        height: 30px;
        background-size: cover;
        background-position: center;
        background-image: url("../graphics/icon-mic.svg"); }
    .main .faqs .faq .body {
      padding: 0 3rem; }

.side {
  margin-top: 4em; }
  .single.projekt .side {
    text-align: center; }
    .single.projekt .side > div {
      display: inline-block;
      width: 100%;
      max-width: 760px; }
    .single.projekt .side .wp-video {
      width: 100% !important; }
  @media screen and (min-width: 1024px) {
    .side {
      width: 30%;
      margin-top: 0;
      float: right; }
      .single.projekt .side {
        width: 47.5%; } }
  .side aside {
    margin-bottom: 4em;
    text-align: left; }
    .side aside:last-child, .side aside.wma {
      margin-bottom: 0; }
  .side .contact {
    display: none; }
  @media screen and (max-width: 1023px) {
    .side {
      text-align: center; }
      .side aside {
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 0 auto 4em; }
      .side .search,
      .side .wma {
        display: none; }
      .side .contact {
        display: inline-block;
        vertical-align: top; } }
  .side .widget, .side .extra {
    padding: 0 0 0 5em;
    position: relative; }
    .extended .side .widget,
    .extended .side .extra {
      padding: 0; }
    .side .widget .block, .side .extra .block {
      padding: 1.25em 1.5em;
      border-radius: 0.75em;
      background: #EdEDED; }
  .side .gf {
    padding: 0 0 0 5em;
    position: relative; }
    .side .gf:after {
      content: '';
      display: block;
      width: 4rem;
      height: 4rem;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../graphics/icon-pm.svg") center center no-repeat;
      background-size: contain; }
    .side .gf .widget-title:first-of-type {
      line-height: 4rem; }
    .side .gf ul {
      padding: 0; }
    .side .gf li {
      display: block;
      margin-bottom: 0.5em; }
  .side .fb-chat img {
    display: block;
    max-width: 160px;
    margin: 0 auto; }
  .side .widget.widget_recent_entries {
    padding-left: 0; }
    .side .widget.widget_recent_entries ul {
      padding: 0 0 0 6em; }
    .side .widget.widget_recent_entries li {
      display: block;
      position: relative; }
      .side .widget.widget_recent_entries li + li {
        margin-top: 1em; }
    .side .widget.widget_recent_entries .post-date {
      display: block;
      margin-top: .5rem;
      font-size: .75em;
      color: #9D9D9C; }
    .side .widget.widget_recent_entries .img {
      width: 5rem;
      position: absolute;
      top: 0.5rem;
      right: 100%;
      margin-right: 1rem; }
    .side .widget.widget_recent_entries img {
      width: 5rem;
      height: auto;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

.front-page .content {
  position: relative; }
  .front-page .content .button {
    margin-top: 3em; }
.front-page .inner {
  max-width: 768px;
  margin: 0 auto; }
  .front-page .inner ul {
    max-width: 600px;
    padding: 0;
    margin: 3rem auto 2rem;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .front-page .inner ul {
        max-width: none;
        -webkit-columns: 2;
                columns: 2;
        -webkit-column-gap: 4em;
                column-gap: 4em; } }
  .front-page .inner li {
    margin: 0;
    padding: 0 0 1rem 2em;
    position: relative;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    list-style: none; }
    .front-page .inner li:after {
      content: '';
      display: block;
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../graphics/icon-checkmark.svg") center center no-repeat;
      background-size: contain; }
  @media screen and (max-width: 767px) {
    .front-page .inner .button {
      display: block;
      margin-top: 1rem;
      padding: 0 0 3em; }
      .front-page .inner .button:before {
        width: 2em;
        height: 2em;
        top: auto;
        bottom: 0;
        right: 50%;
        margin-right: -1em; } }
.front-page .section {
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .front-page .section {
      padding-top: 0; } }
  .front-page .section + .section {
    padding-top: 4em; }
  @media screen and (min-width: 1024px) {
    .front-page .section {
      padding-bottom: 8em; }
      .front-page .section + .section {
        padding-top: 9em;
        padding-bottom: 4em; }
        .front-page .section + .section + .section {
          padding-top: 4em;
          padding-bottom: 4em; } }

.section {
  padding: 4em 0;
  background: #F6F6F6; }
  .section .wrapper {
    position: relative; }
  .section + .section {
    background: white; }
    .section + .section + .section {
      background: #F6F6F6; }
      .section + .section + .section + .section {
        background: white; }
        .section + .section + .section + .section + .section {
          background: #F6F6F6; }
          .section + .section + .section + .section + .section + .section {
            background: white; }
            .section + .section + .section + .section + .section + .section + .section {
              background: #F6F6F6; }
              .section + .section + .section + .section + .section + .section + .section + .section {
                background: white; }
                .section + .section + .section + .section + .section + .section + .section + .section + .section {
                  background: #F6F6F6; }
                  .section + .section + .section + .section + .section + .section + .section + .section + .section + .section {
                    background: white; }
                    .section + .section + .section + .section + .section + .section + .section + .section + .section + .section + .section {
                      background: #F6F6F6; }

.teaser.teaser {
  text-align: center;
  	/*& > .button {
  	margin-bottom: $vGap;
  }*/ }
  .home .teaser.teaser {
    padding-top: 0; }
  .teaser.teaser .subheadline {
    display: block;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 300; }
  .teaser.teaser .container,
  .teaser.teaser noscript {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 4em;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .teaser.teaser .container,
      .teaser.teaser noscript {
        text-align: justify;
        margin-bottom: 3em; }
        .teaser.teaser .container:after,
        .teaser.teaser noscript:after {
          content: '';
          display: inline-block;
          width: 100%; } }
  .teaser.teaser article, .teaser.teaser aside, .teaser.teaser .dummy, .teaser.teaser .grid-sizer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    margin-bottom: 2em;
    position: relative;
    background: white;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    line-height: 1.5;
    text-align: left; }
    .nojs .teaser.teaser article,
    .nojs .teaser.teaser aside,
    .nojs .teaser.teaser .dummy,
    .nojs .teaser.teaser .grid-sizer {
      cursor: default; }
    .teaser.teaser article .text, .teaser.teaser aside .text, .teaser.teaser .dummy .text, .teaser.teaser .grid-sizer .text {
      padding: 1.5em;
      color: #1D1D1B; }
    .teaser.teaser article img, .teaser.teaser aside img, .teaser.teaser .dummy img, .teaser.teaser .grid-sizer img {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden; }
    .teaser.teaser article .img, .teaser.teaser aside .img, .teaser.teaser .dummy .img, .teaser.teaser .grid-sizer .img {
      overflow: hidden; }
    .teaser.teaser article:hover img, .teaser.teaser aside:hover img, .teaser.teaser .dummy:hover img, .teaser.teaser .grid-sizer:hover img {
      -webkit-transform: scale3D(1.05);
              transform: scale3D(1.05); }
    .teaser.teaser article a, .teaser.teaser aside a, .teaser.teaser .dummy a, .teaser.teaser .grid-sizer a {
      border: 0; }
      .nojs .teaser.teaser article a, .nojs .teaser.teaser aside a, .nojs .teaser.teaser .dummy a, .nojs .teaser.teaser .grid-sizer a {
        border-bottom: 1px dotted;
        color: #DE0027; }
        .nojs .teaser.teaser article a:hover, .nojs .teaser.teaser aside a:hover, .nojs .teaser.teaser .dummy a:hover, .nojs .teaser.teaser .grid-sizer a:hover {
          border-bottom-color: transparent; }
    .nojs .teaser.teaser article .button, .nojs .teaser.teaser aside .button, .nojs .teaser.teaser .dummy .button, .nojs .teaser.teaser .grid-sizer .button {
      display: none; }
    .teaser.teaser article span.button, .teaser.teaser aside span.button, .teaser.teaser .dummy span.button, .teaser.teaser .grid-sizer span.button {
      color: #DE0027;
      font-size: 1.125em; }
    .extended .teaser.teaser article .text, .extended .teaser.teaser aside .text, .extended .teaser.teaser .dummy .text, .extended .teaser.teaser .grid-sizer .text {
      padding-bottom: 3em; }
    .extended .teaser.teaser article .button, .extended .teaser.teaser aside .button, .extended .teaser.teaser .dummy .button, .extended .teaser.teaser .grid-sizer .button {
      position: absolute;
      bottom: 1.5rem;
      left: 1.5rem;
      line-height: 1; }
    @media screen and (min-width: 768px) {
      .teaser.teaser article, .teaser.teaser aside, .teaser.teaser .dummy, .teaser.teaser .grid-sizer {
        max-width: none;
        margin-bottom: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .teaser.teaser article, .teaser.teaser aside, .teaser.teaser .dummy, .teaser.teaser .grid-sizer {
        width: 48.5%; }
        .teaser.teaser article + article + article, .teaser.teaser article + aside + aside, .teaser.teaser aside + article + article, .teaser.teaser aside + aside + aside, .teaser.teaser .dummy + article + article, .teaser.teaser .dummy + aside + aside, .teaser.teaser .grid-sizer + article + article, .teaser.teaser .grid-sizer + aside + aside {
          margin-top: 3%; } }
    @media screen and (min-width: 1024px) {
      .teaser.teaser article, .teaser.teaser aside, .teaser.teaser .dummy, .teaser.teaser .grid-sizer {
        width: 31%; }
        .teaser.teaser article + article + article + article, .teaser.teaser article + aside + aside + aside, .teaser.teaser aside + article + article + article, .teaser.teaser aside + aside + aside + aside, .teaser.teaser .dummy + article + article + article, .teaser.teaser .dummy + aside + aside + aside, .teaser.teaser .grid-sizer + article + article + article, .teaser.teaser .grid-sizer + aside + aside + aside {
          margin-top: 3.5%; }
        .extended .teaser.teaser article, .extended .teaser.teaser aside, .extended .teaser.teaser .dummy, .extended .teaser.teaser .grid-sizer {
          width: 32.5%; }
        .main .teaser.teaser article, .team .teaser.teaser article, .main .teaser.teaser aside, .team .teaser.teaser aside, .main .teaser.teaser .dummy, .team .teaser.teaser .dummy, .main .teaser.teaser .grid-sizer, .team .teaser.teaser .grid-sizer {
          width: 48%; }
          .main .teaser.teaser article + article + article, .main .teaser.teaser article + aside + aside, .team .teaser.teaser article + article + article, .team .teaser.teaser article + aside + aside, .main .teaser.teaser aside + article + article, .main .teaser.teaser aside + aside + aside, .team .teaser.teaser aside + article + article, .team .teaser.teaser aside + aside + aside, .main .teaser.teaser .dummy + article + article, .main .teaser.teaser .dummy + aside + aside, .team .teaser.teaser .dummy + article + article, .team .teaser.teaser .dummy + aside + aside, .main .teaser.teaser .grid-sizer + article + article, .main .teaser.teaser .grid-sizer + aside + aside, .team .teaser.teaser .grid-sizer + article + article, .team .teaser.teaser .grid-sizer + aside + aside {
            margin-top: 4%; } }
  .teaser.teaser.shortcode {
    margin-top: 0; }
    .teaser.teaser.shortcode header br {
      display: none; }
    .teaser.teaser.shortcode header .text {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }
    .teaser.teaser.shortcode article {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 2em; }
      .teaser.teaser.shortcode article .content {
        background: white;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }
      .teaser.teaser.shortcode article img {
        margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .teaser.teaser#news#news article {
      width: 70vw;
      margin-bottom: 0 0 0.25em; }
      .teaser.teaser#news#news article .text {
        padding: 1em; }
      .teaser.teaser#news#news article h3, .teaser.teaser#news#news article .side .widget-title, .side .teaser.teaser#news#news article .widget-title, .teaser.teaser#news#news article .main-topics a, .main-topics .teaser.teaser#news#news article a {
        margin-bottom: 0; }
      .teaser.teaser#news#news article .button {
        display: none; } }
  @media screen and (min-width: 1024px) {
    .front-page .teaser.teaser#news article + article + article + article {
      display: none; } }
  .teaser.teaser .grid-sizer {
    border: 0; }
  .teaser.teaser .gutter-sizer {
    width: 0; }
    @media screen and (min-width: 768px) {
      .teaser.teaser .gutter-sizer {
        width: 3%; } }
    @media screen and (min-width: 1024px) {
      .teaser.teaser .gutter-sizer {
        width: 3.5%; } }
  .teaser.teaser .dummy {
    visibility: hidden; }
  .teaser.teaser footer {
    padding: 1.5rem 1.5rem 0.75rem;
    background: #EdEDED; }
    .teaser.teaser footer ul {
      padding: 0;
      margin: 0; }
    .teaser.teaser footer li {
      display: inline-block;
      float: left;
      margin: 0 0.75rem 0.75rem 0; }
    .teaser.teaser footer a {
      display: inline-block;
      border-bottom: 0;
      padding-right: 1.75em;
      margin-right: 1em;
      position: relative;
      overflow: visible; }
  .teaser.teaser#news footer {
    width: 100%;
    padding: 0.75rem 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #7C7C7B; }
  .teaser.teaser, .teaser.teaser + .teaser.teaser {
    padding-top: 4em;
    position: relative; }
    .teaser.teaser:after, .teaser.teaser + .teaser.teaser:after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      position: absolute;
      top: 0;
      left: 0; }
      .teaser.teaser:after border, .teaser.teaser + .teaser.teaser:after border {
        bottom: 1px solid rgba(255, 255, 255, 0.35);
        top: 1px solid rgba(135, 136, 138, 0.5); }
      .extended .teaser.teaser:after, .extended .teaser.teaser + .teaser.teaser:after {
        content: none; }
  .front-page .teaser.teaser {
    margin-top: 0; }
    .front-page .teaser.teaser:after {
      content: none; }

#news .owl-dots {
  margin-top: 0;
  z-index: 10;
  line-height: 0; }
#news .owl-dot {
  background: transparent;
  border: 1px solid;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden; }
  #news .owl-dot.active {
    background: #DE0027;
    border-color: #DE0027; }
#news .owl-nav {
  width: 100%;
  position: absolute;
  top: 100%;
  margin-top: 0.375em;
  z-index: 100; }
  #news .owl-nav > div {
    height: 2em;
    width: 2em;
    position: absolute;
    top: -1em;
    background: center center no-repeat;
    background-size: contain;
    color: transparent;
    text-indent: -9999em; }
  #news .owl-nav .owl-prev {
    right: 50%;
    margin-right: 40px;
    margin-right: calc( ( 1.25em + 2px ) * 2 );
    background-image: url("../graphics/icon-prev.png"); }
  #news .owl-nav .owl-next {
    left: 50%;
    margin-left: 40px;
    margin-left: calc( ( 1.25em + 2px ) * 2 );
    background-image: url("../graphics/icon-next.png"); }

.anchor {
  position: absolute;
  top: -5em; }
  .front-page .anchor#inhalt {
    top: -2.25em; }

.splash {
  margin: 4em 0 0; }
  .splash .container {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .splash article {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: white;
    position: relative; }
    .splash article:nth-of-type(2n) {
      background: #F6F6F6; }
    .nojs .splash article .extended, .splash article.open .extended {
      max-height: 9999em;
      padding-top: 4em;
      padding-bottom: 4em;
      opacity: 1; }
    .nojs .splash article .intro .button:before, .splash article.open .intro .button:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nojs .splash article .intro .button:hover:before, .splash article.open .intro .button:hover:before {
      -webkit-transform: rotate(45deg) scale(1.125);
              transform: rotate(45deg) scale(1.125); }
  .splash.all-open article .extended {
    max-height: 9999em;
    padding-top: 4em;
    padding-bottom: 4em;
    opacity: 1; }
  .splash.all-open article .intro .button:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .splash.all-open article .intro .button:hover:before {
    -webkit-transform: rotate(45deg) scale(1.125);
            transform: rotate(45deg) scale(1.125); }
  .splash.all-open article.closed .extended {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0; }
  .splash.all-open article.closed .intro .button:before {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .splash.all-open article.closed .intro .button:hover:before {
    -webkit-transform: rotate(0) scale(1.125);
            transform: rotate(0) scale(1.125); }
  .splash .img {
    width: 100%;
    margin-top: 2em; }
  .splash .text {
    width: 100%;
    padding: 2em 0;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    @media screen and (min-width: 480px) {
      .splash .text {
        padding: 2em; } }
  .splash .intro {
    position: relative; }
  @media screen and (min-width: 768px) {
    .splash .img {
      width: 50%;
      height: 80%;
      margin-top: 0;
      position: absolute;
      bottom: 0;
      left: 50%;
      overflow: hidden;
      opacity: 0.6;
      -webkit-transform: translate3D(5%, 0, 0) scale3D(0.95, 0.95, 0.95);
              transform: translate3D(5%, 0, 0) scale3D(0.95, 0.95, 0.95);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      -webkit-backface-visibility: hidden; }
      .splash .img div {
        width: 2500px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        text-align: left; }
        .splash .img div:before, .splash .img div:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 100%; }
      .splash .img img {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: auto; }
      .nojs .splash .img, .splash .img.visible {
        -webkit-transform: translate3D(0, 0, 0) scale3D(1, 1, 1);
                transform: translate3D(0, 0, 0) scale3D(1, 1, 1);
        opacity: 1; }
    .splash .text {
      width: 50%;
      padding: 6em 2em 6em 0em;
      float: left; }
    .splash article {
      display: block; }
      .splash article #team + .intro .img div {
        width: 100%; }
      .splash article #team + .intro .img img {
        height: 75%;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media screen and (min-width: 768px) and (min-width: 1024px) {
      .splash article #team + .intro .img img {
        height: 100%; } }
  @media screen and (min-width: 768px) {
      .splash article:nth-of-type(even) .intro .img {
        right: 50%;
        left: auto;
        -webkit-transform: translate3D(-5%, 0, 0) scale3D(0.95, 0.95, 0.95);
                transform: translate3D(-5%, 0, 0) scale3D(0.95, 0.95, 0.95); }
        .splash article:nth-of-type(even) .intro .img div {
          left: auto;
          right: 0;
          text-align: right; }
        .nojs .splash article:nth-of-type(even) .intro .img, .splash article:nth-of-type(even) .intro .img.visible {
          -webkit-transform: translate3D(0, 0, 0) scale3D(1, 1, 1);
                  transform: translate3D(0, 0, 0) scale3D(1, 1, 1); }
      .splash article:nth-of-type(even) .text {
        margin-left: 50%;
        padding-left: 2em; } }
  .splash .extended {
    max-height: 0;
    width: 105%;
    margin-left: -2.5%;
    padding: 0 2.380952381%;
    background: #EdEDED;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) inset;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .splash .extended .wrapper {
      position: relative;
      max-width: 768px; }
    .splash .extended .attachment-post-thumbnail {
      display: block;
      width: 8em;
      margin: 0 auto 4em; }
    .splash .extended .close {
      display: block;
      width: 2em;
      height: 2em;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 999;
      background: #9D9D9C;
      border: 0;
      border-radius: 50%;
      color: white;
      text-indent: -9999em; }
      .splash .extended .close:before, .splash .extended .close:after {
        content: '';
        width: 1.25em;
        height: 2px;
        position: absolute;
        top: 1em;
        left: 0.375em;
        background-color: currentColor;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-backface-visibility: hidden; }
      .splash .extended .close:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .splash .extended .close:after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .splash .extended .close:hover:before {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      .splash .extended .close:hover:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .splash .partner {
    width: 94%;
    max-width: 768px;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .splash .partner {
        max-width: 1000px; } }
    .splash .partner.teaser .text,
    .splash .partner.teaser .img {
      width: 100%;
      float: none;
      position: static;
      -webkit-transform: none;
              transform: none;
      opacity: 1;
      margin: 0; }
    .splash .partner.teaser .img {
      background: white; }
    .splash .partner.teaser img {
      width: 100%;
      height: auto;
      padding: 1em; }
    .splash .partner article {
      background: #F6F6F6; }
      .splash .partner article > a {
        display: block;
        min-height: inherit; }
      .splash .partner article .text {
        padding: 1.5em; }
      @media screen and (max-width: 767px) {
        .splash .partner article {
          display: block;
          margin: 0 auto;
          max-width: 320px; }
          .splash .partner article + article {
            margin-top: 2em; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .splash .partner article + article + article {
          margin-top: 3%; } }
      @media screen and (min-width: 1024px) {
        .splash .partner article + article + article + article {
          margin-top: 1.25%; } }
  .splash footer {
    margin-top: 2rem; }
    .splash footer ul {
      padding: 0;
      margin: 0; }
    .splash footer li {
      display: block;
      margin: 0 0 1rem; }

.blubb {
  padding: 4em 0;
  background: #F6F6F6; }
  .blubb footer {
    margin-top: 2rem; }
    .blubb footer ul {
      padding: 0;
      margin: 0; }
    .blubb footer li {
      display: block;
      margin: 0 0 1rem; }

.team {
  max-width: 1000px;
  margin: 2em auto 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .team .container {
      text-align: justify; }
      .team .container:after {
        content: '';
        display: inline-block;
        width: 100%; } }
  .team article {
    display: inline-block;
    vertical-align: top;
    cursor: default;
    background: white !important;
    position: relative; }
    .team article img {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
      -webkit-backface-visibility: hidden; }
    .team article:hover img {
      -webkit-transform: scale3D(1.05, 1.05, 1.05) rotate(2.5deg);
              transform: scale3D(1.05, 1.05, 1.05) rotate(2.5deg); }
    @media screen and (max-width: 767px) {
      .team article {
        width: 100%;
        max-width: 400px;
        margin-bottom: 4em; } }
    @media screen and (min-width: 768px) {
      .team article {
        width: 48.5%;
        margin-bottom: 3%; } }
    @media screen and (min-width: 1100px) {
      .team article {
        width: 100%; }
        .team article:nth-of-type(even) .img {
          float: left; }
        .team article:nth-of-type(even) .text {
          left: auto;
          right: 0; } }
  .team .img {
    width: 100%;
    height: 100%;
    position: static;
    -webkit-transform: translate3D(0, 0, 0) scale3D(1, 1, 1);
            transform: translate3D(0, 0, 0) scale3D(1, 1, 1);
    opacity: 1;
    margin: 0;
    overflow: hidden; }
    .team .img div {
      width: 100%;
      margin: 0;
      position: static; }
      .team .img div:before, .team .img div:after {
        content: none; }
    .team .img img {
      width: 100%;
      height: auto;
      margin: 0; }
  .team .text {
    width: 100%;
    padding: 1.5em 1em;
    margin: 0 !important;
    position: static;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .team .text {
        padding: 1.5em; } }
  .team a {
    padding-left: 2.5em;
    position: relative;
    border: 0;
    font-size: 0.75em; }
    .team a span {
      border-bottom: 1px dotted;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden; }
    @media screen and (min-width: 400px) {
      .team a {
        font-size: 0.875em; } }
    .team a:hover {
      color: #1D1D1B; }
      .team a:hover span {
        border-bottom-color: transparent; }
  .team svg {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1em; }
  .team li:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 1100px) {
    .team .img {
      width: 50%;
      border: 0;
      position: static;
      float: right; }
      .team .img div {
        width: 100%;
        height: 100%;
        position: static;
        margin: 0; }
        .team .img div:before, .team .img div:after {
          content: none; }
      .team .img img {
        max-width: 100%;
        height: auto; }
    .team .text {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0; }
      .team .text div {
        display: inline-block;
        vertical-align: middle;
        width: calc( 100% - 2em );
        padding: 2em 0 2em 2em; }
      .team .text:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%; } }

.icon-nav {
  background: white; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .front-page .icon-nav {
      padding-top: 50px; } }
  @media screen and (min-width: 1024px) {
    .icon-nav {
      padding: 0;
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0; } }

.main-topics {
  width: 100%;
  padding: 4em 0 3em;
  margin: 0 0 4em; }
  @media screen and (min-width: 1024px) {
    .main-topics {
      padding: 0;
      position: absolute;
      top: 100%;
      margin-top: 0;
      left: 0; } }
  .main-topics ul {
    margin: 0 auto;
    text-align: justify; }
    .main-topics ul:after {
      content: '';
      display: inline-block;
      width: 100%; }
    @media screen and (min-width: 800px) and (max-width: 1023px) {
      .main-topics ul {
        width: 80%; } }
    @media screen and (min-width: 1024px) {
      .main-topics ul {
        margin-top: calc( 12% * 0.6 * -0.5 ); } }
  .main-topics li {
    display: inline-block;
    vertical-align: top;
    width: 48.5%; }
    @media screen and (max-width: 479px) {
      .main-topics li + li + li {
        margin-top: 1em; }
      .main-topics li span span {
        display: none; } }
    @media screen and (min-width: 480px) and (max-width: 1023px) {
      .main-topics li {
        width: 24%; }
        .main-topics li + li + li + li + li {
          margin-top: 4em; } }
    @media screen and (min-width: 1024px) {
      .main-topics li {
        width: 12%; } }
    .main-topics li:hover svg {
      -webkit-transform: scale3D(1.1);
              transform: scale3D(1.1); }
    .main-topics li:hover span {
      opacity: 1; }
  .main-topics svg {
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: auto;
    margin: 0 .5rem 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    @media screen and (min-width: 480px) {
      .main-topics svg {
        width: 4.5rem;
        display: block;
        margin: 0 auto 1rem; } }
    @media screen and (min-width: 1024px) {
      .main-topics svg {
        width: 60%; } }
  .main-topics a {
    display: block;
    position: relative;
    color: #1D1D1B;
    text-align: left; }
    @media screen and (max-width: 599px) {
      .main-topics a {
        font-size: 1.25em; } }
    @media screen and (max-width: 479px) {
      .main-topics a {
        font-size: 1em; } }
    @media screen and (min-width: 480px) {
      .main-topics a {
        text-align: center; } }

.home .main .widget-title {
  display: none; }

.social {
  padding: 0;
  margin: 0; }
  #footer .social {
    padding: 0.5em 0 0; }
    @media screen and (min-width: 900px) and (max-width: 1199px) {
      #footer .social li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-right: 4%;
        margin-bottom: 1em; } }
    @media screen and (min-width: 1100px) and (max-width: 1199px) {
      #footer .social li {
        margin-right: 1.5em; }
        #footer .social li:last-child {
          margin: 0; } }
    @media screen and (max-width: 767px) {
      #footer .social li {
        display: inline-block;
        vertical-align: top; }
      #footer .social span {
        display: none; } }
  .social li {
    display: block;
    margin: 0 0 0.5em 0; }
  .social a {
    display: block;
    border-bottom: 0; }
    .social a:hover {
      color: #1D1D1B; }
      .social a:hover svg {
        border-color: #1D1D1B;
        background: transparent; }
        .social a:hover svg .white {
          fill: #1D1D1B; }
        .social a:hover svg .red {
          fill: transparent;
          stroke: #1D1D1B; }
  .social svg {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem; }
  .social span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    overflow: hidden; }

#comments {
  margin-top: 4em; }
  #comments .avatar {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 1rem 1rem 0;
    float: left; }
  #comments .comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 4em; }
  #comments .children {
    list-style: none;
    padding: 0; }
    #comments .children .comment-body {
      border-left: 2px solid;
      padding-left: 0.5em; }
    #comments .children .bypostauthor > .comment-body {
      border-color: #DE0027; }
  #comments .comment-author {
    font-size: 0.875rem; }
    #comments .comment-author a {
      color: #1D1D1B; }
      #comments .comment-author a:hover {
        color: #DE0027; }
    #comments .comment-author .fn,
    #comments .comment-author .says {
      display: inline-block;
      padding-top: 0.5rem; }
    #comments .comment-author + br {
      display: none; }
  #comments .comment-meta {
    font-size: 0.75rem; }
    #comments .comment-meta a {
      color: #1D1D1B; }
      #comments .comment-meta a:hover {
        color: #DE0027; }
    #comments .comment-meta + * {
      clear: both; }
  #comments .depth-1 {
    padding: 1rem;
    border-bottom: 2px solid;
    background: white;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 640px) {
      #comments .depth-1 {
        padding: 2rem; } }
    #comments .depth-1 + .depth-1 {
      margin-top: 2em; }
    #comments .depth-1 .comment {
      margin: 2em 0 0 0; }
  #comments .comment.depth-3 {
    margin: 2em 0 0 1em; }
  #comments .comment-awaiting-moderation {
    display: block;
    color: #DE0027;
    font-size: 0.75rem; }
  #comments .comment-reply-link {
    font-size: 1rem; }

.e404 {
  padding-top: 4em; }

.projekte#mastcontent header .img {
  padding: 0; }
.projekte#mastcontent header img {
  position: relative; }
.projekte article {
  padding: 4rem 0;
  background: white;
  overflow: hidden;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-backface-visibility: hidden; }
  .projekte article.even, .projekte article:nth-child(2n) {
    background: #F6F6F6; }
    .projekte article.even .wrapper, .projekte article:nth-child(2n) .wrapper {
      -ms-grid-columns: 2fr 4rem 1fr;
      grid-template-columns: 2fr 1fr; }
      .projekte article.even .wrapper .img, .projekte article:nth-child(2n) .wrapper .img {
        -ms-grid-column: 3;
        grid-column: 2; }
      .projekte article.even .wrapper .text, .projekte article:nth-child(2n) .wrapper .text {
        -ms-grid-column: 1;
        grid-column: 1; }
  .projekte article, .projekte article.odd {
    background: white; }
    .projekte article .wrapper, .projekte article.odd .wrapper {
      -ms-grid-columns: 1fr 4rem 2fr;
      grid-template-columns: 1fr 2fr; }
      .projekte article .wrapper .img, .projekte article.odd .wrapper .img {
        -ms-grid-column: 1;
        grid-column: 1; }
      .projekte article .wrapper .text, .projekte article.odd .wrapper .text {
        -ms-grid-column: 3;
        grid-column: 2; }
  .projekte article .wrapper {
    -ms-grid-columns: 1fr 4rem 2fr;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    @media screen and (min-width: 768px) {
      .projekte article .wrapper {
        display: -ms-grid;
        display: grid; } }
    .projekte article .wrapper:before, .projekte article .wrapper:after {
      content: none; }
    .projekte article .wrapper .img,
    .projekte article .wrapper .text {
      grid-row: 1; }
    @media screen and (max-width: 767px) {
      .projekte article .wrapper {
        max-width: 512px; }
        .projekte article .wrapper .img {
          margin: 0 auto 2rem; } }
.projekte .filter-nav {
  padding: 2rem 0 0; }
  @media screen and (min-width: 1024px) {
    .projekte .filter-nav {
      padding-bottom: 4rem; } }
.projekte .side .contact {
  display: none; }

#footer {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background: #EdEDED;
  padding-top: 4em; }
  .landing-page #footer {
    padding-top: 2em;
    background: white;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .landing-page #footer .copy {
      background: #EdEDED;
      border-top: 0; }
  #footer .landing-page-widgets {
    text-align: center !important; }
    #footer .landing-page-widgets:after {
      content: none !important; }
    #footer .landing-page-widgets a {
      display: inline-block;
      vertical-align: middle;
      max-width: 200px;
      margin: 0 2em 2em;
      border-bottom: 0; }
  #footer > .wrapper {
    max-width: none; }
    .landing-page #footer > .wrapper {
      max-width: 1000px; }
    #footer > .wrapper > div {
      text-align: center; }
      @media screen and (min-width: 900px) {
        #footer > .wrapper > div {
          text-align: justify; }
          #footer > .wrapper > div:after {
            content: '';
            display: inline-block;
            width: 100%; } }
  #footer aside {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 0 0 2em;
    text-align: left; }
    #footer aside em {
      display: none; }
    @media screen and (min-width: 380px) {
      #footer aside {
        margin: 0 2em; } }
    @media screen and (min-width: 768px) {
      #footer aside {
        margin: 0 1em; }
        #footer aside em {
          display: inline; } }
    @media screen and (min-width: 900px) {
      #footer aside {
        margin: 0; } }
    #footer aside .logo {
      height: 3rem;
      width: auto;
      margin: 0.5rem 0; }
    @media screen and (min-width: 900px) {
      #footer aside {
        width: auto;
        max-width: 280px;
        padding: 2em 0;
        margin: 0; }
        #footer aside:first-child {
          width: 100%;
          max-width: none;
          padding: 0; } }
    @media screen and (min-width: 1200px) {
      #footer aside {
        padding: 0; }
        #footer aside:first-child {
          width: auto;
          max-width: 280px;
          padding-bottom: 2em; } }
  #footer .copy {
    border-top: 1px solid #D0D0D0;
    color: #9D9D9C;
    text-align: center; }
    @media screen and (min-width: 980px) {
      #footer .copy {
        text-align: right; } }
    #footer .copy a {
      color: inherit; }
    #footer .copy ul {
      padding: 1em 0;
      margin: 0; }
    #footer .copy li {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.5em; }
      #footer .copy li + li {
        padding: 0 1em; }
        @media screen and (min-width: 768px) {
          #footer .copy li + li {
            width: auto;
            min-width: 130px;
            text-align: right; }
            #footer .copy li + li + li {
              text-align: left; } }
      @media screen and (min-width: 980px) {
        #footer .copy li {
          float: left;
          width: auto;
          margin-bottom: 0; }
          #footer .copy li + li {
            width: auto;
            float: none;
            padding: 0 0 0 2em; } }
  #footer .proven-expert {
    max-width: 250px;
    height: auto;
    padding-top: 0.5em; }

#pe_rating {
  position: fixed;
  bottom: 100%;
  right: 100%; }

.sticky-nav {
  display: block;
  left: 0;
  z-index: 100;
  position: fixed; }
  .sticky-nav .icon-more {
    display: none; }
  .sticky-nav svg .red {
    stroke-width: 0;
    stroke: transparent; }
  .sticky-nav svg circle.red {
    stroke-width: 1.5mm;
    stroke: #DE0027; }
  .sticky-nav svg .white {
    -webkit-transform: scale(1);
            transform: scale(1); }
  @media screen and (max-width: 1339px) {
    .sticky-nav {
      display: block;
      left: 1em;
      bottom: 3.5em; }
      .sticky-nav ul {
        max-width: 280px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        -webkit-backface-visibility: hidden; }
      .nojs .sticky-nav ul, .sticky-nav.unhidden ul {
        max-height: none;
        padding: 0.5em 0 0.5em 0.5em;
        opacity: 1; }
      .sticky-nav a {
        display: inline-block;
        vertical-align: top;
        color: white;
        font-weight: 400; }
        .sticky-nav a:hover span {
          background: white;
          color: #2E2D2C; }
      .sticky-nav li span {
        display: inline-block;
        vertical-align: middle;
        padding: 0 1.5em 0 3.5em;
        margin-left: -3em;
        background: rgba(29, 29, 27, 0.8);
        border-radius: 1.5em;
        -webkit-box-shadow: 0 0 5px 0 rgba(29, 29, 27, 0.8);
                box-shadow: 0 0 5px 0 rgba(29, 29, 27, 0.8);
        color: white;
        line-height: 2.875;
        font-size: 0.675em;
        font-weight: 700;
        text-transform: uppercase;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-backface-visibility: hidden; } }
    @media screen and (max-width: 1339px) and (min-height: 600px) {
      .sticky-nav li span {
        font-size: 0.75em; } }
  @media screen and (max-width: 1339px) {
      .sticky-nav li + li {
        margin-top: 0.25rem; }
      .sticky-nav img,
      .sticky-nav svg {
        display: inline-block;
        vertical-align: middle;
        width: 2em;
        position: relative;
        z-index: 10; }
      .sticky-nav button {
        display: block;
        width: 3em;
        height: 3em;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 0;
        background: #DE0027;
        border: 2px solid white;
        border-radius: 50%;
        text-indent: -9999em;
        -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3); }
        .sticky-nav button span {
          position: absolute;
          top: 50%;
          margin-top: -0.09375em;
          left: 50%;
          margin-left: -0.5em;
          height: 0.1875em;
          width: 1em;
          font-size: 1.5em;
          background: white;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          -webkit-backface-visibility: hidden; }
          .sticky-nav button span:before, .sticky-nav button span:after {
            content: '';
            display: block;
            height: 0.1875em;
            width: 100%;
            position: absolute;
            left: 0;
            background: white;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-backface-visibility: hidden; }
          .sticky-nav button span:before {
            top: -0.375em; }
          .sticky-nav button span:after {
            bottom: -0.375em; }
      .nojs .sticky-nav button {
        display: none; }
      .sticky-nav.unhidden button span {
        background: transparent; }
        .sticky-nav.unhidden button span:before {
          top: 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .sticky-nav.unhidden button span:after {
          bottom: 0;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); } }
  @media screen and (min-width: 1340px) {
    .sticky-nav {
      padding: 0.5em 0;
      top: 20%;
      left: 0;
      bottom: auto;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden; }
      .sticky-nav ul {
        height: 0;
        width: 261px;
        position: absolute;
        top: 0;
        left: 0; }
      .sticky-nav button {
        display: none; }
      .sticky-nav li {
        display: block;
        float: left;
        clear: both;
        -webkit-transform: translate3D(-4em, 0, 0);
                transform: translate3D(-4em, 0, 0);
        margin-bottom: 0;
        padding-left: .5em;
        position: relative;
        line-height: 3.25;
        max-height: 3.25em;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-backface-visibility: hidden; }
        .sticky-nav li.item-2 {
          -webkit-transition-delay: 0.1s;
                  transition-delay: 0.1s; }
        .sticky-nav li.item-3 {
          -webkit-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        .sticky-nav li.item-4 {
          -webkit-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
        .sticky-nav li.item-5 {
          -webkit-transition-delay: 0.4s;
                  transition-delay: 0.4s; }
        .sticky-nav li.item-6 {
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s; }
        .sticky-nav li.item-7 {
          -webkit-transition-delay: 0.6s;
                  transition-delay: 0.6s; }
        .sticky-nav li.item-8 {
          -webkit-transition-delay: 0.7s;
                  transition-delay: 0.7s; }
        .sticky-nav li:after {
          content: '';
          display: block;
          width: 1.5em;
          height: 1.5em;
          position: absolute;
          top: 50%;
          margin-top: -0.75em;
          left: 1.25em;
          z-index: -1;
          border-radius: 50%;
          background: rgba(64, 64, 64, 0.3); }
      .sticky-nav a {
        display: inline-block;
        vertical-align: top; }
      .sticky-nav img,
      .sticky-nav svg {
        display: inline-block;
        vertical-align: middle;
        width: 3em;
        height: 3em;
        position: absolute;
        top: 0.125em;
        left: 0.5em;
        z-index: 100;
        -webkit-transform: scale3D(0, 0, 0);
                transform: scale3D(0, 0, 0);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-backface-visibility: hidden; }
      .sticky-nav span {
        display: inline-block;
        vertical-align: middle;
        padding: 0 1.5em 0 3.5em;
        margin: 0.025em 0 0.25em 0.05em;
        background: rgba(29, 29, 27, 0.8);
        border-radius: 1.5em;
        -webkit-box-shadow: 0 0 5px 0 rgba(29, 29, 27, 0.8);
                box-shadow: 0 0 5px 0 rgba(29, 29, 27, 0.8);
        color: white;
        line-height: 2.875;
        font-weight: 700;
        text-transform: uppercase;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transform: scale3D(0, 0, 0);
                transform: scale3D(0, 0, 0);
        -webkit-transform-origin: 1.5em 50%;
                transform-origin: 1.5em 50%;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-backface-visibility: hidden; }
      .sticky-nav.show li, .nojs .sticky-nav li {
        -webkit-transform: translate3D(0, 0, 0);
                transform: translate3D(0, 0, 0); }
        .sticky-nav.show li:hover img,
        .sticky-nav.show li:hover svg, .nojs .sticky-nav li:hover img,
        .nojs .sticky-nav li:hover svg {
          -webkit-transform: scale3D(1, 1, 1);
                  transform: scale3D(1, 1, 1); }
        .sticky-nav.show li:hover span, .nojs .sticky-nav li:hover span {
          -webkit-transform: scale3D(1, 1, 1) !important;
                  transform: scale3D(1, 1, 1) !important;
          opacity: 1 !important; }
        .sticky-nav.show li.active img,
        .sticky-nav.show li.active svg, .nojs .sticky-nav li.active img,
        .nojs .sticky-nav li.active svg {
          -webkit-transform: scale3D(1, 1, 1);
                  transform: scale3D(1, 1, 1); }
      .sticky-nav.show-labels img,
      .sticky-nav.show-labels svg {
        -webkit-transform: scale3D(1, 1, 1);
                transform: scale3D(1, 1, 1); }
      .sticky-nav.show-labels.shown img,
      .sticky-nav.show-labels.shown svg {
        -webkit-transform: scale3D(0, 0, 0);
                transform: scale3D(0, 0, 0); } }

.loader {
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  padding-bottom: 4em; }
  .nojs .loader {
    display: none; }
  .loader.done {
    opacity: 0; }
    .loader.done svg {
      cursor: default;
      pointer-events: none; }
  .loader svg {
    display: inline-block;
    width: 15em;
    cursor: pointer; }
  .loader .red {
    fill: #a0a0a0;
    display: none; }
  .loader .white {
    fill: #DADADA; }
  .loader .h2 {
    color: #9D9D9C;
    margin-top: -3.5rem;
    line-height: 1;
    font-size: 1.8125em; }
    .loader .h2 span {
      font-size: 0.86em; }
  .loader .k1 {
    -webkit-animation-delay: 0.0125s !important;
            animation-delay: 0.0125s !important; }
  .loader .k2 {
    -webkit-animation-delay: 0.025s !important;
            animation-delay: 0.025s !important; }
  .loader .k3 {
    -webkit-animation-delay: 0.0375s !important;
            animation-delay: 0.0375s !important; }
  .loader .k4 {
    -webkit-animation-delay: 0.05s !important;
            animation-delay: 0.05s !important; }
  .loader .k5 {
    -webkit-animation-delay: 0.0625s !important;
            animation-delay: 0.0625s !important; }
  .loader .k6 {
    -webkit-animation-delay: 0.075s !important;
            animation-delay: 0.075s !important; }
  .loader .k7 {
    -webkit-animation-delay: 0.0875s !important;
            animation-delay: 0.0875s !important; }
  .loader .k8 {
    -webkit-animation-delay: 0.1s !important;
            animation-delay: 0.1s !important; }
  .loader .k9 {
    -webkit-animation-delay: 0.1125s !important;
            animation-delay: 0.1125s !important; }
  .loader .k10 {
    -webkit-animation-delay: 0.125s !important;
            animation-delay: 0.125s !important; }
  .loader .k11 {
    -webkit-animation-delay: 0.1375s !important;
            animation-delay: 0.1375s !important; }
  .loader .k12 {
    -webkit-animation-delay: 0.15s !important;
            animation-delay: 0.15s !important; }
  .loader .k13 {
    -webkit-animation-delay: 0.1625s !important;
            animation-delay: 0.1625s !important; }
  .loader .k14 {
    -webkit-animation-delay: 0.175s !important;
            animation-delay: 0.175s !important; }
  .loader .k15 {
    -webkit-animation-delay: 0.1875s !important;
            animation-delay: 0.1875s !important; }
  .loader.loading .white,
  .loader.loading .h2 {
    -webkit-animation: loading 2s ease infinite;
            animation: loading 2s ease infinite; }

@media screen and (max-width: 767px) {
  .mobile-area {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .mobile-area.open {
      max-height: 1000em; } }

.mobile-reveal {
  display: block;
  height: 2.5rem;
  padding-left: 3rem;
  position: absolute;
  top: -5.25rem;
  left: 50%;
  cursor: pointer;
  color: #DE0027;
  font-weight: 500;
  line-height: 2.5rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  .mobile-reveal:after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../graphics/icon-plus.svg") center center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
  .mobile-reveal.active:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.tagcloud {
  padding: 0;
  margin: 0; }
  .tagcloud li {
    display: inline;
    float: left;
    margin: 0 0.75em 0.75em 0; }
  .tagcloud span {
    display: inline-block;
    vertical-align: top;
    width: 2.25em;
    height: 2.25em;
    position: absolute;
    top: -0.125em;
    left: -0.125em;
    background: #DE0027;
    border-radius: 50%;
    line-height: 2.25;
    text-align: center; }
  .tagcloud a {
    display: inline-block;
    padding: 0 1em 0 2.5em;
    border: 1px solid transparent;
    position: relative;
    background: #696967;
    color: white;
    border-radius: 1em;
    font-weight: 400;
    line-height: 2; }
    .tagcloud a:hover, .tagcloud a.active {
      background: #1d1d1b; }

.wp-caption {
  max-width: 100%;
  padding: 1em;
  background: #EdEDED; }

.newsletter {
  padding: 4em 0;
  position: relative;
  background: #F6F6F6;
  text-align: center; }
  .newsletter:after {
    content: '';
    display: block;
    width: 105%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2.5%;
    z-index: 10;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;
    pointer-events: none; }
  .newsletter .wrapper {
    position: relative; }
  .newsletter .text {
    margin-bottom: 1.5rem; }
  .newsletter .form {
    max-width: 960px;
    margin: 0 auto;
    color: #1D1D1B;
    text-align: left; }
  .newsletter .legal {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    .newsletter .form-element, .newsletter p.wysija-paragraph,
    .newsletter address.wysija-paragraph {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 768px) {
    .newsletter .form-element, .newsletter p.wysija-paragraph,
    .newsletter address.wysija-paragraph {
      width: 32%;
      float: left; }
      .newsletter .form-element + .form-element, .newsletter p.wysija-paragraph + .form-element,
      .newsletter address.wysija-paragraph + .form-element, .newsletter .form-element + p.wysija-paragraph, .newsletter p.wysija-paragraph + p.wysija-paragraph,
      .newsletter address.wysija-paragraph + p.wysija-paragraph,
      .newsletter .form-element + address.wysija-paragraph,
      .newsletter p.wysija-paragraph + address.wysija-paragraph,
      .newsletter address.wysija-paragraph + address.wysija-paragraph {
        margin-left: 2%; } }
  .newsletter [type="submit"] {
    display: block;
    margin: 0 auto; }
    .newsletter [type="submit"]:not([disabled]):hover {
      background: #F6F6F6; }

form .form-element, form p.wysija-paragraph,
form address.wysija-paragraph {
  width: 100%;
  position: relative; }
  form .form-element.required, form p.required.wysija-paragraph,
  form address.required.wysija-paragraph {
    display: none !important; }
  form .form-element label, form p.wysija-paragraph label,
  form address.wysija-paragraph label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 0.125rem 0.75rem;
    cursor: text;
    font-size: 1.125rem;
    line-height: 2.75rem;
    opacity: .5;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .nojs form .form-element label, .nojs form p.wysija-paragraph label,
    .nojs form address.wysija-paragraph label {
      color: #DE0027;
      font-size: 0.875em;
      line-height: 1.4; }
  form .form-element.hasFocus label, form p.hasFocus.wysija-paragraph label,
  form address.hasFocus.wysija-paragraph label, form .form-element.hasInput label, form p.hasInput.wysija-paragraph label,
  form address.hasInput.wysija-paragraph label {
    color: #DE0027;
    font-size: 0.875em;
    line-height: 1.4; }
form input, form textarea {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 1.5em;
  border: 0;
  padding: 0.125rem 0.75rem; }
form input[type=text], form textarea {
  width: 100%;
  padding-top: 1.5em;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #ccc; }
form textarea {
  height: 150px;
  resize: vertical; }
form input[type=submit],
form button[type=submit] {
  display: inline-block;
  border-bottom: 0;
  margin-right: 1em;
  position: relative;
  overflow: visible;
  padding: 0 1em;
  border: 1px solid transparent;
  background: #DE0027;
  color: white;
  line-height: 2;
  font-size: 1em;
  border-radius: 5em;
  line-height: 2.5; }
  form input[type=submit][disabled], form input[type=submit][disabled]:hover,
  form button[type=submit][disabled],
  form button[type=submit][disabled]:hover {
    color: inherit;
    background: #C6C6C6; }
form.widget_wysija input[type=submit],
form.widget_wysija button[type=submit] {
  margin-bottom: 0; }
form .non-validate {
  background-color: #FEE; }
  form .non-validate.opt {
    background-color: #FFC; }
form .legal {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em; }
  form .legal input[type=checkbox] {
    position: absolute;
    top: 0.4em;
    left: 0; }
form .warning {
  display: none;
  clear: both;
  margin-top: 1em; }
  form .warning p {
    font-weight: bold;
    color: red; }
  form .warning.mail p {
    color: goldenrod; }

#formsent {
  padding-bottom: 2em; }

.landing-page .pm-form {
  max-width: 600px;
  margin: 0 auto; }
  .landing-page .pm-form [type="submit"] {
    display: block;
    margin: 2em auto 0;
    padding: 1em 3em; }
    .landing-page .pm-form [type="submit"][disabled]:hover {
      border-color: transparent; }
  .landing-page .pm-form .opt-input.non-validate,
  .landing-page .pm-form .opt-input .non-validate {
    background: #FFC; }
.landing-page #formsent {
  padding: 0; }

#searchform {
  margin-left: 5em;
  position: relative;
  border: 1px solid #cccccc; }
  #searchform:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset;
    pointer-events: none; }
  #searchform label {
    color: #B2B2B2; }
  #searchform .hasFocus label,
  #searchform .hasInput label {
    color: #DE0027; }
  #searchform:before {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    margin-top: -2rem;
    right: 100%;
    margin-right: 1rem;
    background: url("../graphics/icon-search.svg") center center no-repeat;
    background-size: contain;
    visibility: visible; }
  #searchform .form-element, #searchform p.wysija-paragraph,
  #searchform address.wysija-paragraph {
    width: calc( 100% - 3rem );
    float: left; }
  #searchform input {
    margin: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #searchform [type="submit"] {
    width: 3rem;
    float: left;
    position: relative;
    background: white;
    border-radius: 0;
    line-height: 2.8125rem;
    text-indent: -9999em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    #searchform [type="submit"] svg {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-color: transparent; }
      #searchform [type="submit"] svg .red {
        display: none; }
      #searchform [type="submit"] svg .white {
        fill: #1D1D1B; }
    #searchform [type="submit"]:hover {
      border-color: transparent; }
      #searchform [type="submit"]:hover svg path {
        fill: #1D1D1B;
        stroke: #1D1D1B; }

form.widget_wysija {
  position: relative; }
  form.widget_wysija .wysija-paragraph {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  form.widget_wysija .wysija-input {
    width: 100%; }
  form.widget_wysija .wysija-submit {
    width: 100%;
    height: 3em;
    padding: 0;
    margin: 1.5em 0 0;
    text-align: center; }

.widget_wysija .widget-title:before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  right: 100%;
  margin-right: 1rem;
  background: url("../graphics/icon-mail.svg") center center no-repeat;
  background-size: contain;
  visibility: visible; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

.owl-dots {
  position: absolute;
  top: 100%;
  margin-top: 1em;
  left: 0;
  display: block;
  width: 100%;
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    height: 0.75em;
    width: 0.75em;
    margin: 0 0.25em;
    border-radius: 50%;
    background: #1D1D1B; }
    .owl-dots .owl-dot.active {
      background: #DE0027; }

.owl-buttons div {
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  display: block;
  height: 3em;
  width: 3em;
  text-indent: -9999px;
  background: no-repeat center center #DE0027;
  background-size: 2.25em auto; }
.owl-buttons .owl-prev {
  left: 0; }
.owl-buttons .owl-next {
  right: 0; }

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.5);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.5);
  /* 50 */ }

/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%; }

#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */ }
  #imagelightbox-loading div {
    width: 1.25em;
    /* 20 */
    height: 1.25em;
    /* 20 */
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite; }

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1); }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75); } }
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  border: 0;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  #imagelightbox-close:hover, #imagelightbox-close:focus {
    background-color: #111; }
  #imagelightbox-close:before, #imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px; }
  #imagelightbox-close:before {
    -webkit-transform: rotate3D(45deg);
            transform: rotate3D(45deg); }
  #imagelightbox-close:after {
    -webkit-transform: rotate3D(-45deg);
            transform: rotate3D(-45deg); }

/* NAVIGATION */
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  #imagelightbox-nav button {
    width: 1em;
    /* 20 */
    height: 1em;
    /* 20 */
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em;
    /* 5 */ }
    #imagelightbox-nav button.active {
      background-color: #fff; }

/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em;
  /* 60 */
  height: 7.5em;
  /* 120 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
  border: 0; }
  .imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.75); }
  .imagelightbox-arrow:active {
    background-color: #111; }
  .imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em;
    /* 2 */ }

.imagelightbox-arrow-left {
  left: 2.5em;
  /* 40 */ }
  .imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em;
    /* 5 */ }

.imagelightbox-arrow-right {
  right: 2.5em;
  /* 40 */ }
  .imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em;
    /* 5 */ }

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media only screen and (max-width: 41.25em) {
  #imagelightbox-close {
    top: 1.25em;
    /* 20 */
    right: 1.25em;
    /* 20 */ }

  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */ }

  .imagelightbox-arrow {
    width: 2.5em;
    /* 40 */
    height: 3.75em;
    /* 60 */
    margin-top: -2.75em;
    /* 30 */ }

  .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */ }

  .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */ } }
@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0; }

  .imagelightbox-arrow-right {
    right: 0; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes color-in {
  0% {
    color: transparent;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0); }
  100% {
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } }
@keyframes color-in {
  0% {
    color: transparent;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0); }
  100% {
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } }
@-webkit-keyframes come-in {
  0% {
    top: 2em;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes come-in {
  0% {
    top: 2em;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    max-width: 0; }
  25% {
    opacity: 1; }
  100% {
    max-width: 12em;
    opacity: 1; } }
@keyframes slide-in {
  0% {
    opacity: 0;
    max-width: 0; }
  25% {
    opacity: 1; }
  100% {
    max-width: 12em;
    opacity: 1; } }
@-webkit-keyframes loading {
  0% {
    fill: #DADADA;
    color: #DADADA; }
  25% {
    fill: #9D9D9C;
    color: #9D9D9C; }
  50% {
    fill: #9D9D9C;
    color: #9D9D9C; }
  75% {
    fill: #DADADA;
    color: #DADADA; }
  100% {
    fill: #DADADA;
    color: #DADADA; } }
@keyframes loading {
  0% {
    fill: #DADADA;
    color: #DADADA; }
  25% {
    fill: #9D9D9C;
    color: #9D9D9C; }
  50% {
    fill: #9D9D9C;
    color: #9D9D9C; }
  75% {
    fill: #DADADA;
    color: #DADADA; }
  100% {
    fill: #DADADA;
    color: #DADADA; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }
@-webkit-keyframes pulse-big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes pulse-big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes come-in-from-top {
  0% {
    -webkit-transform: translate(0, -160%);
            transform: translate(0, -160%); }
  35% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  54% {
    -webkit-transform: translate(0, -41.6%);
            transform: translate(0, -41.6%); }
  72% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  81% {
    -webkit-transform: translate(0, -12%);
            transform: translate(0, -12%); }
  90% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  95% {
    -webkit-transform: translate(0, -4.8%);
            transform: translate(0, -4.8%); }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); } }
@keyframes come-in-from-top {
  0% {
    -webkit-transform: translate(0, -160%);
            transform: translate(0, -160%); }
  35% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  54% {
    -webkit-transform: translate(0, -41.6%);
            transform: translate(0, -41.6%); }
  72% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  81% {
    -webkit-transform: translate(0, -12%);
            transform: translate(0, -12%); }
  90% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  95% {
    -webkit-transform: translate(0, -4.8%);
            transform: translate(0, -4.8%); }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); } }
@-webkit-keyframes come-in-from-bottom {
  0% {
    -webkit-transform: translate(0, 80%);
            transform: translate(0, 80%); }
  35% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  54% {
    -webkit-transform: translate(0, 20.8%);
            transform: translate(0, 20.8%); }
  72% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  81% {
    -webkit-transform: translate(0, 6%);
            transform: translate(0, 6%); }
  90% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  95% {
    -webkit-transform: translate(0, 2.4%);
            transform: translate(0, 2.4%); }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); } }
@keyframes come-in-from-bottom {
  0% {
    -webkit-transform: translate(0, 80%);
            transform: translate(0, 80%); }
  35% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  54% {
    -webkit-transform: translate(0, 20.8%);
            transform: translate(0, 20.8%); }
  72% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  81% {
    -webkit-transform: translate(0, 6%);
            transform: translate(0, 6%); }
  90% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  95% {
    -webkit-transform: translate(0, 2.4%);
            transform: translate(0, 2.4%); }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); } }
@-webkit-keyframes come-in-from-right {
  0% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); }
  35% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  54% {
    -webkit-transform: translate(31.2%, 0);
            transform: translate(31.2%, 0); }
  72% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  81% {
    -webkit-transform: translate(9%, 0);
            transform: translate(9%, 0); }
  90% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  95% {
    -webkit-transform: translate(3.6%, 0);
            transform: translate(3.6%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes come-in-from-right {
  0% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); }
  35% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  54% {
    -webkit-transform: translate(31.2%, 0);
            transform: translate(31.2%, 0); }
  72% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  81% {
    -webkit-transform: translate(9%, 0);
            transform: translate(9%, 0); }
  90% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  95% {
    -webkit-transform: translate(3.6%, 0);
            transform: translate(3.6%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@-webkit-keyframes come-in-from-left {
  0% {
    -webkit-transform: translate(-80%, 0);
            transform: translate(-80%, 0); }
  35% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  54% {
    -webkit-transform: translate(-20.8%, 0);
            transform: translate(-20.8%, 0); }
  72% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  81% {
    -webkit-transform: translate(-6%, 0);
            transform: translate(-6%, 0); }
  90% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  95% {
    -webkit-transform: translate(-2.4%, 0);
            transform: translate(-2.4%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes come-in-from-left {
  0% {
    -webkit-transform: translate(-80%, 0);
            transform: translate(-80%, 0); }
  35% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  54% {
    -webkit-transform: translate(-20.8%, 0);
            transform: translate(-20.8%, 0); }
  72% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  81% {
    -webkit-transform: translate(-6%, 0);
            transform: translate(-6%, 0); }
  90% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  95% {
    -webkit-transform: translate(-2.4%, 0);
            transform: translate(-2.4%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@-webkit-keyframes come-in-from-behind {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes come-in-from-behind {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes come-in-from-front {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes come-in-from-front {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  35% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  54% {
    -webkit-transform: translate(0, -26%);
            transform: translate(0, -26%); }
  72% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  81% {
    -webkit-transform: translate(0, -7.5%);
            transform: translate(0, -7.5%); }
  90% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  95% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%); }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); } }
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  35% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  54% {
    -webkit-transform: translate(0, -26%);
            transform: translate(0, -26%); }
  72% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  81% {
    -webkit-transform: translate(0, -7.5%);
            transform: translate(0, -7.5%); }
  90% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  95% {
    -webkit-transform: translate(0, -3%);
            transform: translate(0, -3%); }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%); } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }
  p, h2, .newsletter .widget-title, h3, .side .widget-title, .main-topics a {
    orphans: 3;
    widows: 3; }

  h2, .newsletter .widget-title, h3, .side .widget-title, .main-topics a {
    page-break-after: avoid; } }
