@charset "UTF-8";
/*
    Created on : 12.05.2015, 09:34:00
*/
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */
/**
 * Reset the margin and padding of the block elements
 */
@import url(../../node_modules/magnific-popup/dist/magnific-popup.css);
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0; }

/**
 * Basic element formatting
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, th, td {
  text-align: left;
  text-align: start;
  /* see #4596 */
  vertical-align: top; }

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help; }

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

ul {
  list-style-type: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

header, footer, nav, section, aside, article, figure, figcaption {
  /* display:block; */ }

/**
 * Default font settings
 */
body {
  font: 12px/1 sans-serif;
  color: #000; }

input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit; }

pre, code {
  font-family: Monaco,monospace; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

h1 {
  font-size: 1.8333em;
  /* 22px */ }

h2 {
  font-size: 1.6667em;
  /* 20px */ }

h3 {
  font-size: 1.5em;
  /* 18px */ }

h4 {
  font-size: 1.3333em;
  /* 16px */ }

table {
  font-size: inherit; }

caption, th, b {
  font-weight: bold; }

a {
  color: inherit; }

/**
 * Default margins
 */
/*h1,h2,h3,h4,h5,h6 {
    margin-top:1em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
    margin-bottom:12px;  Should match the font size
}*/
/*
    Created on : 03.02.2015, 08:44:48
    Description: Some SASS mixins
*/
.clearfix, .inside, .mod_article, header .logo {
  zoom: 1; }
  .clearfix::after, .inside::after, .mod_article::after, header .logo::after, .clearfix::before, .inside::before, .mod_article::before, header .logo::before {
    content: "";
    display: table; }
  .clearfix::after, .inside::after, .mod_article::after, header .logo::after {
    clear: both; }

.fg-white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.fg-black {
  color: #000; }

.bg-black {
  background-color: #000; }

/*
    Created on : 17.04.2015, 09:34:00
    Descroption: Custom Contao 3.x Grid with fixed with
                 http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
                 Default Breaks...
                 @768 for portrait > sm
                 @1024 for landscape > md
                 @1280 for desktops > lg
                 Percenatgegrid uses bootstrap-like classes col-xs-*, col-sm-*...

                 Add some more breakoint by extent $arrBreakpoints
                 08.07.2016: Fixed clear-floating
                 23.09.2016: tuned grid, fixed col-xx-hide
*/
/*
 Created on : 22.07.2015, 16:12:20
 Changes :
 07.10.2015 - included percentage grid and rename old one to generatePixelGrid
 28.10.2015 - introduced prefixes
 27.01.2016 - added/fixed boxed behavior
 17.02.2016 - removes pixel-based grid calculation
 15.04.2016 - replace with css-calc
 24.06.2016 - remove junk
 23.09.2016 - tuned
*/
/* STOP edit here! */
/*$computedMarginLeft: percentage($marginLeft / $maxPageWidth);*/
/*$computedMarginRight: percentage($marginRight / $maxPageWidth);*/
.grid {
  min-width: 320px;
  margin-left: auto;
  margin-right: auto; }
  .grid-fluid {
    max-width: 100% !important; }

*[class*="col-"] {
  /*display: inline;*/
  box-sizing: border-box;
  float: left;
  margin-left: 15px;
  margin-right: 15px; }
  *[class*="col-"][class*="push-"], *[class*="col-"][class*="pull-"] {
    position: relative; }

.mod_article[class*="col-"] {
  margin-left: 0;
  margin-right: 0;
  /*padding: {
          left: $computedMarginLeft;
          right: $computedMarginRight;
      }*/ }

.row {
  clear: left;
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-0 {
  width: calc(100% * 0 / 12 - 31px); }
  .col-xs-0.mod_article, .col-xs-0.no-margin {
    width: calc(100% * 0 / 12); }
  .col-xs-0.no-margin-left, .col-xs-0.no-margin-right {
    width: calc(100% * 0 / 12 - 16px); }

.offset-xs-0 {
  margin-left: calc(100% * 0 / 12 + 16px); }
  .offset-xs-0.mod_article {
    margin-left: calc(100% * 0 / 12); }

.push-xs-0 {
  left: calc(100% * 0 / 12); }

.pull-xs-0 {
  right: calc(100% * 0 / 12); }

.col-xs-1 {
  width: calc(100% * 1 / 12 - 31px); }
  .col-xs-1.mod_article, .col-xs-1.no-margin {
    width: calc(100% * 1 / 12); }
  .col-xs-1.no-margin-left, .col-xs-1.no-margin-right {
    width: calc(100% * 1 / 12 - 16px); }

.offset-xs-1 {
  margin-left: calc(100% * 1 / 12 + 16px); }
  .offset-xs-1.mod_article {
    margin-left: calc(100% * 1 / 12); }

.push-xs-1 {
  left: calc(100% * 1 / 12); }

.pull-xs-1 {
  right: calc(100% * 1 / 12); }

.col-xs-2 {
  width: calc(100% * 2 / 12 - 31px); }
  .col-xs-2.mod_article, .col-xs-2.no-margin {
    width: calc(100% * 2 / 12); }
  .col-xs-2.no-margin-left, .col-xs-2.no-margin-right {
    width: calc(100% * 2 / 12 - 16px); }

.offset-xs-2 {
  margin-left: calc(100% * 2 / 12 + 16px); }
  .offset-xs-2.mod_article {
    margin-left: calc(100% * 2 / 12); }

.push-xs-2 {
  left: calc(100% * 2 / 12); }

.pull-xs-2 {
  right: calc(100% * 2 / 12); }

.col-xs-3 {
  width: calc(100% * 3 / 12 - 31px); }
  .col-xs-3.mod_article, .col-xs-3.no-margin {
    width: calc(100% * 3 / 12); }
  .col-xs-3.no-margin-left, .col-xs-3.no-margin-right {
    width: calc(100% * 3 / 12 - 16px); }

.offset-xs-3 {
  margin-left: calc(100% * 3 / 12 + 16px); }
  .offset-xs-3.mod_article {
    margin-left: calc(100% * 3 / 12); }

.push-xs-3 {
  left: calc(100% * 3 / 12); }

.pull-xs-3 {
  right: calc(100% * 3 / 12); }

.col-xs-4 {
  width: calc(100% * 4 / 12 - 31px); }
  .col-xs-4.mod_article, .col-xs-4.no-margin {
    width: calc(100% * 4 / 12); }
  .col-xs-4.no-margin-left, .col-xs-4.no-margin-right {
    width: calc(100% * 4 / 12 - 16px); }

.offset-xs-4 {
  margin-left: calc(100% * 4 / 12 + 16px); }
  .offset-xs-4.mod_article {
    margin-left: calc(100% * 4 / 12); }

.push-xs-4 {
  left: calc(100% * 4 / 12); }

.pull-xs-4 {
  right: calc(100% * 4 / 12); }

.col-xs-5 {
  width: calc(100% * 5 / 12 - 31px); }
  .col-xs-5.mod_article, .col-xs-5.no-margin {
    width: calc(100% * 5 / 12); }
  .col-xs-5.no-margin-left, .col-xs-5.no-margin-right {
    width: calc(100% * 5 / 12 - 16px); }

.offset-xs-5 {
  margin-left: calc(100% * 5 / 12 + 16px); }
  .offset-xs-5.mod_article {
    margin-left: calc(100% * 5 / 12); }

.push-xs-5 {
  left: calc(100% * 5 / 12); }

.pull-xs-5 {
  right: calc(100% * 5 / 12); }

.col-xs-6 {
  width: calc(100% * 6 / 12 - 31px); }
  .col-xs-6.mod_article, .col-xs-6.no-margin {
    width: calc(100% * 6 / 12); }
  .col-xs-6.no-margin-left, .col-xs-6.no-margin-right {
    width: calc(100% * 6 / 12 - 16px); }

.offset-xs-6 {
  margin-left: calc(100% * 6 / 12 + 16px); }
  .offset-xs-6.mod_article {
    margin-left: calc(100% * 6 / 12); }

.push-xs-6 {
  left: calc(100% * 6 / 12); }

.pull-xs-6 {
  right: calc(100% * 6 / 12); }

.col-xs-7 {
  width: calc(100% * 7 / 12 - 31px); }
  .col-xs-7.mod_article, .col-xs-7.no-margin {
    width: calc(100% * 7 / 12); }
  .col-xs-7.no-margin-left, .col-xs-7.no-margin-right {
    width: calc(100% * 7 / 12 - 16px); }

.offset-xs-7 {
  margin-left: calc(100% * 7 / 12 + 16px); }
  .offset-xs-7.mod_article {
    margin-left: calc(100% * 7 / 12); }

.push-xs-7 {
  left: calc(100% * 7 / 12); }

.pull-xs-7 {
  right: calc(100% * 7 / 12); }

.col-xs-8 {
  width: calc(100% * 8 / 12 - 31px); }
  .col-xs-8.mod_article, .col-xs-8.no-margin {
    width: calc(100% * 8 / 12); }
  .col-xs-8.no-margin-left, .col-xs-8.no-margin-right {
    width: calc(100% * 8 / 12 - 16px); }

.offset-xs-8 {
  margin-left: calc(100% * 8 / 12 + 16px); }
  .offset-xs-8.mod_article {
    margin-left: calc(100% * 8 / 12); }

.push-xs-8 {
  left: calc(100% * 8 / 12); }

.pull-xs-8 {
  right: calc(100% * 8 / 12); }

.col-xs-9 {
  width: calc(100% * 9 / 12 - 31px); }
  .col-xs-9.mod_article, .col-xs-9.no-margin {
    width: calc(100% * 9 / 12); }
  .col-xs-9.no-margin-left, .col-xs-9.no-margin-right {
    width: calc(100% * 9 / 12 - 16px); }

.offset-xs-9 {
  margin-left: calc(100% * 9 / 12 + 16px); }
  .offset-xs-9.mod_article {
    margin-left: calc(100% * 9 / 12); }

.push-xs-9 {
  left: calc(100% * 9 / 12); }

.pull-xs-9 {
  right: calc(100% * 9 / 12); }

.col-xs-10 {
  width: calc(100% * 10 / 12 - 31px); }
  .col-xs-10.mod_article, .col-xs-10.no-margin {
    width: calc(100% * 10 / 12); }
  .col-xs-10.no-margin-left, .col-xs-10.no-margin-right {
    width: calc(100% * 10 / 12 - 16px); }

.offset-xs-10 {
  margin-left: calc(100% * 10 / 12 + 16px); }
  .offset-xs-10.mod_article {
    margin-left: calc(100% * 10 / 12); }

.push-xs-10 {
  left: calc(100% * 10 / 12); }

.pull-xs-10 {
  right: calc(100% * 10 / 12); }

.col-xs-11 {
  width: calc(100% * 11 / 12 - 31px); }
  .col-xs-11.mod_article, .col-xs-11.no-margin {
    width: calc(100% * 11 / 12); }
  .col-xs-11.no-margin-left, .col-xs-11.no-margin-right {
    width: calc(100% * 11 / 12 - 16px); }

.offset-xs-11 {
  margin-left: calc(100% * 11 / 12 + 16px); }
  .offset-xs-11.mod_article {
    margin-left: calc(100% * 11 / 12); }

.push-xs-11 {
  left: calc(100% * 11 / 12); }

.pull-xs-11 {
  right: calc(100% * 11 / 12); }

.col-xs-12 {
  width: calc(100% * 12 / 12 - 31px); }
  .col-xs-12.mod_article, .col-xs-12.no-margin {
    width: calc(100% * 12 / 12); }
  .col-xs-12.no-margin-left, .col-xs-12.no-margin-right {
    width: calc(100% * 12 / 12 - 16px); }

.offset-xs-12 {
  margin-left: calc(100% * 12 / 12 + 16px); }
  .offset-xs-12.mod_article {
    margin-left: calc(100% * 12 / 12); }

.push-xs-12 {
  left: calc(100% * 12 / 12); }

.pull-xs-12 {
  right: calc(100% * 12 / 12); }

@media only screen and (max-width: 479px) {
  .col-xs-12 {
    clear: left; } }
@media only screen and (min-width: 480px) {
  .col-xsm-0 {
    width: calc(100% * 0 / 12 - 31px); }
    .col-xsm-0.mod_article, .col-xsm-0.no-margin {
      width: calc(100% * 0 / 12); }
    .col-xsm-0.no-margin-left, .col-xsm-0.no-margin-right {
      width: calc(100% * 0 / 12 - 16px); }

  .offset-xsm-0 {
    margin-left: calc(100% * 0 / 12 + 16px); }
    .offset-xsm-0.mod_article {
      margin-left: calc(100% * 0 / 12); }

  .push-xsm-0 {
    left: calc(100% * 0 / 12); }

  .pull-xsm-0 {
    right: calc(100% * 0 / 12); }

  .col-xsm-1 {
    width: calc(100% * 1 / 12 - 31px); }
    .col-xsm-1.mod_article, .col-xsm-1.no-margin {
      width: calc(100% * 1 / 12); }
    .col-xsm-1.no-margin-left, .col-xsm-1.no-margin-right {
      width: calc(100% * 1 / 12 - 16px); }

  .offset-xsm-1 {
    margin-left: calc(100% * 1 / 12 + 16px); }
    .offset-xsm-1.mod_article {
      margin-left: calc(100% * 1 / 12); }

  .push-xsm-1 {
    left: calc(100% * 1 / 12); }

  .pull-xsm-1 {
    right: calc(100% * 1 / 12); }

  .col-xsm-2 {
    width: calc(100% * 2 / 12 - 31px); }
    .col-xsm-2.mod_article, .col-xsm-2.no-margin {
      width: calc(100% * 2 / 12); }
    .col-xsm-2.no-margin-left, .col-xsm-2.no-margin-right {
      width: calc(100% * 2 / 12 - 16px); }

  .offset-xsm-2 {
    margin-left: calc(100% * 2 / 12 + 16px); }
    .offset-xsm-2.mod_article {
      margin-left: calc(100% * 2 / 12); }

  .push-xsm-2 {
    left: calc(100% * 2 / 12); }

  .pull-xsm-2 {
    right: calc(100% * 2 / 12); }

  .col-xsm-3 {
    width: calc(100% * 3 / 12 - 31px); }
    .col-xsm-3.mod_article, .col-xsm-3.no-margin {
      width: calc(100% * 3 / 12); }
    .col-xsm-3.no-margin-left, .col-xsm-3.no-margin-right {
      width: calc(100% * 3 / 12 - 16px); }

  .offset-xsm-3 {
    margin-left: calc(100% * 3 / 12 + 16px); }
    .offset-xsm-3.mod_article {
      margin-left: calc(100% * 3 / 12); }

  .push-xsm-3 {
    left: calc(100% * 3 / 12); }

  .pull-xsm-3 {
    right: calc(100% * 3 / 12); }

  .col-xsm-4 {
    width: calc(100% * 4 / 12 - 31px); }
    .col-xsm-4.mod_article, .col-xsm-4.no-margin {
      width: calc(100% * 4 / 12); }
    .col-xsm-4.no-margin-left, .col-xsm-4.no-margin-right {
      width: calc(100% * 4 / 12 - 16px); }

  .offset-xsm-4 {
    margin-left: calc(100% * 4 / 12 + 16px); }
    .offset-xsm-4.mod_article {
      margin-left: calc(100% * 4 / 12); }

  .push-xsm-4 {
    left: calc(100% * 4 / 12); }

  .pull-xsm-4 {
    right: calc(100% * 4 / 12); }

  .col-xsm-5 {
    width: calc(100% * 5 / 12 - 31px); }
    .col-xsm-5.mod_article, .col-xsm-5.no-margin {
      width: calc(100% * 5 / 12); }
    .col-xsm-5.no-margin-left, .col-xsm-5.no-margin-right {
      width: calc(100% * 5 / 12 - 16px); }

  .offset-xsm-5 {
    margin-left: calc(100% * 5 / 12 + 16px); }
    .offset-xsm-5.mod_article {
      margin-left: calc(100% * 5 / 12); }

  .push-xsm-5 {
    left: calc(100% * 5 / 12); }

  .pull-xsm-5 {
    right: calc(100% * 5 / 12); }

  .col-xsm-6 {
    width: calc(100% * 6 / 12 - 31px); }
    .col-xsm-6.mod_article, .col-xsm-6.no-margin {
      width: calc(100% * 6 / 12); }
    .col-xsm-6.no-margin-left, .col-xsm-6.no-margin-right {
      width: calc(100% * 6 / 12 - 16px); }

  .offset-xsm-6 {
    margin-left: calc(100% * 6 / 12 + 16px); }
    .offset-xsm-6.mod_article {
      margin-left: calc(100% * 6 / 12); }

  .push-xsm-6 {
    left: calc(100% * 6 / 12); }

  .pull-xsm-6 {
    right: calc(100% * 6 / 12); }

  .col-xsm-7 {
    width: calc(100% * 7 / 12 - 31px); }
    .col-xsm-7.mod_article, .col-xsm-7.no-margin {
      width: calc(100% * 7 / 12); }
    .col-xsm-7.no-margin-left, .col-xsm-7.no-margin-right {
      width: calc(100% * 7 / 12 - 16px); }

  .offset-xsm-7 {
    margin-left: calc(100% * 7 / 12 + 16px); }
    .offset-xsm-7.mod_article {
      margin-left: calc(100% * 7 / 12); }

  .push-xsm-7 {
    left: calc(100% * 7 / 12); }

  .pull-xsm-7 {
    right: calc(100% * 7 / 12); }

  .col-xsm-8 {
    width: calc(100% * 8 / 12 - 31px); }
    .col-xsm-8.mod_article, .col-xsm-8.no-margin {
      width: calc(100% * 8 / 12); }
    .col-xsm-8.no-margin-left, .col-xsm-8.no-margin-right {
      width: calc(100% * 8 / 12 - 16px); }

  .offset-xsm-8 {
    margin-left: calc(100% * 8 / 12 + 16px); }
    .offset-xsm-8.mod_article {
      margin-left: calc(100% * 8 / 12); }

  .push-xsm-8 {
    left: calc(100% * 8 / 12); }

  .pull-xsm-8 {
    right: calc(100% * 8 / 12); }

  .col-xsm-9 {
    width: calc(100% * 9 / 12 - 31px); }
    .col-xsm-9.mod_article, .col-xsm-9.no-margin {
      width: calc(100% * 9 / 12); }
    .col-xsm-9.no-margin-left, .col-xsm-9.no-margin-right {
      width: calc(100% * 9 / 12 - 16px); }

  .offset-xsm-9 {
    margin-left: calc(100% * 9 / 12 + 16px); }
    .offset-xsm-9.mod_article {
      margin-left: calc(100% * 9 / 12); }

  .push-xsm-9 {
    left: calc(100% * 9 / 12); }

  .pull-xsm-9 {
    right: calc(100% * 9 / 12); }

  .col-xsm-10 {
    width: calc(100% * 10 / 12 - 31px); }
    .col-xsm-10.mod_article, .col-xsm-10.no-margin {
      width: calc(100% * 10 / 12); }
    .col-xsm-10.no-margin-left, .col-xsm-10.no-margin-right {
      width: calc(100% * 10 / 12 - 16px); }

  .offset-xsm-10 {
    margin-left: calc(100% * 10 / 12 + 16px); }
    .offset-xsm-10.mod_article {
      margin-left: calc(100% * 10 / 12); }

  .push-xsm-10 {
    left: calc(100% * 10 / 12); }

  .pull-xsm-10 {
    right: calc(100% * 10 / 12); }

  .col-xsm-11 {
    width: calc(100% * 11 / 12 - 31px); }
    .col-xsm-11.mod_article, .col-xsm-11.no-margin {
      width: calc(100% * 11 / 12); }
    .col-xsm-11.no-margin-left, .col-xsm-11.no-margin-right {
      width: calc(100% * 11 / 12 - 16px); }

  .offset-xsm-11 {
    margin-left: calc(100% * 11 / 12 + 16px); }
    .offset-xsm-11.mod_article {
      margin-left: calc(100% * 11 / 12); }

  .push-xsm-11 {
    left: calc(100% * 11 / 12); }

  .pull-xsm-11 {
    right: calc(100% * 11 / 12); }

  .col-xsm-12 {
    width: calc(100% * 12 / 12 - 31px); }
    .col-xsm-12.mod_article, .col-xsm-12.no-margin {
      width: calc(100% * 12 / 12); }
    .col-xsm-12.no-margin-left, .col-xsm-12.no-margin-right {
      width: calc(100% * 12 / 12 - 16px); }

  .offset-xsm-12 {
    margin-left: calc(100% * 12 / 12 + 16px); }
    .offset-xsm-12.mod_article {
      margin-left: calc(100% * 12 / 12); }

  .push-xsm-12 {
    left: calc(100% * 12 / 12); }

  .pull-xsm-12 {
    right: calc(100% * 12 / 12); }

  .grid {
    max-width: 480px; } }
@media only screen and (min-width: 480px) and (max-width: 479px) {
  .col-xsm-12 {
    clear: left; }

  .col-xsm-hide {
    display: none; } }
@media only screen and (min-width: 768px) {
  .col-sm-0 {
    width: calc(100% * 0 / 12 - 31px); }
    .col-sm-0.mod_article, .col-sm-0.no-margin {
      width: calc(100% * 0 / 12); }
    .col-sm-0.no-margin-left, .col-sm-0.no-margin-right {
      width: calc(100% * 0 / 12 - 16px); }

  .offset-sm-0 {
    margin-left: calc(100% * 0 / 12 + 16px); }
    .offset-sm-0.mod_article {
      margin-left: calc(100% * 0 / 12); }

  .push-sm-0 {
    left: calc(100% * 0 / 12); }

  .pull-sm-0 {
    right: calc(100% * 0 / 12); }

  .col-sm-1 {
    width: calc(100% * 1 / 12 - 31px); }
    .col-sm-1.mod_article, .col-sm-1.no-margin {
      width: calc(100% * 1 / 12); }
    .col-sm-1.no-margin-left, .col-sm-1.no-margin-right {
      width: calc(100% * 1 / 12 - 16px); }

  .offset-sm-1 {
    margin-left: calc(100% * 1 / 12 + 16px); }
    .offset-sm-1.mod_article {
      margin-left: calc(100% * 1 / 12); }

  .push-sm-1 {
    left: calc(100% * 1 / 12); }

  .pull-sm-1 {
    right: calc(100% * 1 / 12); }

  .col-sm-2 {
    width: calc(100% * 2 / 12 - 31px); }
    .col-sm-2.mod_article, .col-sm-2.no-margin {
      width: calc(100% * 2 / 12); }
    .col-sm-2.no-margin-left, .col-sm-2.no-margin-right {
      width: calc(100% * 2 / 12 - 16px); }

  .offset-sm-2 {
    margin-left: calc(100% * 2 / 12 + 16px); }
    .offset-sm-2.mod_article {
      margin-left: calc(100% * 2 / 12); }

  .push-sm-2 {
    left: calc(100% * 2 / 12); }

  .pull-sm-2 {
    right: calc(100% * 2 / 12); }

  .col-sm-3 {
    width: calc(100% * 3 / 12 - 31px); }
    .col-sm-3.mod_article, .col-sm-3.no-margin {
      width: calc(100% * 3 / 12); }
    .col-sm-3.no-margin-left, .col-sm-3.no-margin-right {
      width: calc(100% * 3 / 12 - 16px); }

  .offset-sm-3 {
    margin-left: calc(100% * 3 / 12 + 16px); }
    .offset-sm-3.mod_article {
      margin-left: calc(100% * 3 / 12); }

  .push-sm-3 {
    left: calc(100% * 3 / 12); }

  .pull-sm-3 {
    right: calc(100% * 3 / 12); }

  .col-sm-4 {
    width: calc(100% * 4 / 12 - 31px); }
    .col-sm-4.mod_article, .col-sm-4.no-margin {
      width: calc(100% * 4 / 12); }
    .col-sm-4.no-margin-left, .col-sm-4.no-margin-right {
      width: calc(100% * 4 / 12 - 16px); }

  .offset-sm-4 {
    margin-left: calc(100% * 4 / 12 + 16px); }
    .offset-sm-4.mod_article {
      margin-left: calc(100% * 4 / 12); }

  .push-sm-4 {
    left: calc(100% * 4 / 12); }

  .pull-sm-4 {
    right: calc(100% * 4 / 12); }

  .col-sm-5 {
    width: calc(100% * 5 / 12 - 31px); }
    .col-sm-5.mod_article, .col-sm-5.no-margin {
      width: calc(100% * 5 / 12); }
    .col-sm-5.no-margin-left, .col-sm-5.no-margin-right {
      width: calc(100% * 5 / 12 - 16px); }

  .offset-sm-5 {
    margin-left: calc(100% * 5 / 12 + 16px); }
    .offset-sm-5.mod_article {
      margin-left: calc(100% * 5 / 12); }

  .push-sm-5 {
    left: calc(100% * 5 / 12); }

  .pull-sm-5 {
    right: calc(100% * 5 / 12); }

  .col-sm-6 {
    width: calc(100% * 6 / 12 - 31px); }
    .col-sm-6.mod_article, .col-sm-6.no-margin {
      width: calc(100% * 6 / 12); }
    .col-sm-6.no-margin-left, .col-sm-6.no-margin-right {
      width: calc(100% * 6 / 12 - 16px); }

  .offset-sm-6 {
    margin-left: calc(100% * 6 / 12 + 16px); }
    .offset-sm-6.mod_article {
      margin-left: calc(100% * 6 / 12); }

  .push-sm-6 {
    left: calc(100% * 6 / 12); }

  .pull-sm-6 {
    right: calc(100% * 6 / 12); }

  .col-sm-7 {
    width: calc(100% * 7 / 12 - 31px); }
    .col-sm-7.mod_article, .col-sm-7.no-margin {
      width: calc(100% * 7 / 12); }
    .col-sm-7.no-margin-left, .col-sm-7.no-margin-right {
      width: calc(100% * 7 / 12 - 16px); }

  .offset-sm-7 {
    margin-left: calc(100% * 7 / 12 + 16px); }
    .offset-sm-7.mod_article {
      margin-left: calc(100% * 7 / 12); }

  .push-sm-7 {
    left: calc(100% * 7 / 12); }

  .pull-sm-7 {
    right: calc(100% * 7 / 12); }

  .col-sm-8 {
    width: calc(100% * 8 / 12 - 31px); }
    .col-sm-8.mod_article, .col-sm-8.no-margin {
      width: calc(100% * 8 / 12); }
    .col-sm-8.no-margin-left, .col-sm-8.no-margin-right {
      width: calc(100% * 8 / 12 - 16px); }

  .offset-sm-8 {
    margin-left: calc(100% * 8 / 12 + 16px); }
    .offset-sm-8.mod_article {
      margin-left: calc(100% * 8 / 12); }

  .push-sm-8 {
    left: calc(100% * 8 / 12); }

  .pull-sm-8 {
    right: calc(100% * 8 / 12); }

  .col-sm-9 {
    width: calc(100% * 9 / 12 - 31px); }
    .col-sm-9.mod_article, .col-sm-9.no-margin {
      width: calc(100% * 9 / 12); }
    .col-sm-9.no-margin-left, .col-sm-9.no-margin-right {
      width: calc(100% * 9 / 12 - 16px); }

  .offset-sm-9 {
    margin-left: calc(100% * 9 / 12 + 16px); }
    .offset-sm-9.mod_article {
      margin-left: calc(100% * 9 / 12); }

  .push-sm-9 {
    left: calc(100% * 9 / 12); }

  .pull-sm-9 {
    right: calc(100% * 9 / 12); }

  .col-sm-10 {
    width: calc(100% * 10 / 12 - 31px); }
    .col-sm-10.mod_article, .col-sm-10.no-margin {
      width: calc(100% * 10 / 12); }
    .col-sm-10.no-margin-left, .col-sm-10.no-margin-right {
      width: calc(100% * 10 / 12 - 16px); }

  .offset-sm-10 {
    margin-left: calc(100% * 10 / 12 + 16px); }
    .offset-sm-10.mod_article {
      margin-left: calc(100% * 10 / 12); }

  .push-sm-10 {
    left: calc(100% * 10 / 12); }

  .pull-sm-10 {
    right: calc(100% * 10 / 12); }

  .col-sm-11 {
    width: calc(100% * 11 / 12 - 31px); }
    .col-sm-11.mod_article, .col-sm-11.no-margin {
      width: calc(100% * 11 / 12); }
    .col-sm-11.no-margin-left, .col-sm-11.no-margin-right {
      width: calc(100% * 11 / 12 - 16px); }

  .offset-sm-11 {
    margin-left: calc(100% * 11 / 12 + 16px); }
    .offset-sm-11.mod_article {
      margin-left: calc(100% * 11 / 12); }

  .push-sm-11 {
    left: calc(100% * 11 / 12); }

  .pull-sm-11 {
    right: calc(100% * 11 / 12); }

  .col-sm-12 {
    width: calc(100% * 12 / 12 - 31px); }
    .col-sm-12.mod_article, .col-sm-12.no-margin {
      width: calc(100% * 12 / 12); }
    .col-sm-12.no-margin-left, .col-sm-12.no-margin-right {
      width: calc(100% * 12 / 12 - 16px); }

  .offset-sm-12 {
    margin-left: calc(100% * 12 / 12 + 16px); }
    .offset-sm-12.mod_article {
      margin-left: calc(100% * 12 / 12); }

  .push-sm-12 {
    left: calc(100% * 12 / 12); }

  .pull-sm-12 {
    right: calc(100% * 12 / 12); }

  .grid {
    max-width: 768px; } }
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .col-sm-12 {
    clear: left; }

  .col-sm-hide {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .col-md-0 {
    width: calc(100% * 0 / 12 - 31px); }
    .col-md-0.mod_article, .col-md-0.no-margin {
      width: calc(100% * 0 / 12); }
    .col-md-0.no-margin-left, .col-md-0.no-margin-right {
      width: calc(100% * 0 / 12 - 16px); }

  .offset-md-0 {
    margin-left: calc(100% * 0 / 12 + 16px); }
    .offset-md-0.mod_article {
      margin-left: calc(100% * 0 / 12); }

  .push-md-0 {
    left: calc(100% * 0 / 12); }

  .pull-md-0 {
    right: calc(100% * 0 / 12); }

  .col-md-1 {
    width: calc(100% * 1 / 12 - 31px); }
    .col-md-1.mod_article, .col-md-1.no-margin {
      width: calc(100% * 1 / 12); }
    .col-md-1.no-margin-left, .col-md-1.no-margin-right {
      width: calc(100% * 1 / 12 - 16px); }

  .offset-md-1 {
    margin-left: calc(100% * 1 / 12 + 16px); }
    .offset-md-1.mod_article {
      margin-left: calc(100% * 1 / 12); }

  .push-md-1 {
    left: calc(100% * 1 / 12); }

  .pull-md-1 {
    right: calc(100% * 1 / 12); }

  .col-md-2 {
    width: calc(100% * 2 / 12 - 31px); }
    .col-md-2.mod_article, .col-md-2.no-margin {
      width: calc(100% * 2 / 12); }
    .col-md-2.no-margin-left, .col-md-2.no-margin-right {
      width: calc(100% * 2 / 12 - 16px); }

  .offset-md-2 {
    margin-left: calc(100% * 2 / 12 + 16px); }
    .offset-md-2.mod_article {
      margin-left: calc(100% * 2 / 12); }

  .push-md-2 {
    left: calc(100% * 2 / 12); }

  .pull-md-2 {
    right: calc(100% * 2 / 12); }

  .col-md-3 {
    width: calc(100% * 3 / 12 - 31px); }
    .col-md-3.mod_article, .col-md-3.no-margin {
      width: calc(100% * 3 / 12); }
    .col-md-3.no-margin-left, .col-md-3.no-margin-right {
      width: calc(100% * 3 / 12 - 16px); }

  .offset-md-3 {
    margin-left: calc(100% * 3 / 12 + 16px); }
    .offset-md-3.mod_article {
      margin-left: calc(100% * 3 / 12); }

  .push-md-3 {
    left: calc(100% * 3 / 12); }

  .pull-md-3 {
    right: calc(100% * 3 / 12); }

  .col-md-4 {
    width: calc(100% * 4 / 12 - 31px); }
    .col-md-4.mod_article, .col-md-4.no-margin {
      width: calc(100% * 4 / 12); }
    .col-md-4.no-margin-left, .col-md-4.no-margin-right {
      width: calc(100% * 4 / 12 - 16px); }

  .offset-md-4 {
    margin-left: calc(100% * 4 / 12 + 16px); }
    .offset-md-4.mod_article {
      margin-left: calc(100% * 4 / 12); }

  .push-md-4 {
    left: calc(100% * 4 / 12); }

  .pull-md-4 {
    right: calc(100% * 4 / 12); }

  .col-md-5 {
    width: calc(100% * 5 / 12 - 31px); }
    .col-md-5.mod_article, .col-md-5.no-margin {
      width: calc(100% * 5 / 12); }
    .col-md-5.no-margin-left, .col-md-5.no-margin-right {
      width: calc(100% * 5 / 12 - 16px); }

  .offset-md-5 {
    margin-left: calc(100% * 5 / 12 + 16px); }
    .offset-md-5.mod_article {
      margin-left: calc(100% * 5 / 12); }

  .push-md-5 {
    left: calc(100% * 5 / 12); }

  .pull-md-5 {
    right: calc(100% * 5 / 12); }

  .col-md-6 {
    width: calc(100% * 6 / 12 - 31px); }
    .col-md-6.mod_article, .col-md-6.no-margin {
      width: calc(100% * 6 / 12); }
    .col-md-6.no-margin-left, .col-md-6.no-margin-right {
      width: calc(100% * 6 / 12 - 16px); }

  .offset-md-6 {
    margin-left: calc(100% * 6 / 12 + 16px); }
    .offset-md-6.mod_article {
      margin-left: calc(100% * 6 / 12); }

  .push-md-6 {
    left: calc(100% * 6 / 12); }

  .pull-md-6 {
    right: calc(100% * 6 / 12); }

  .col-md-7 {
    width: calc(100% * 7 / 12 - 31px); }
    .col-md-7.mod_article, .col-md-7.no-margin {
      width: calc(100% * 7 / 12); }
    .col-md-7.no-margin-left, .col-md-7.no-margin-right {
      width: calc(100% * 7 / 12 - 16px); }

  .offset-md-7 {
    margin-left: calc(100% * 7 / 12 + 16px); }
    .offset-md-7.mod_article {
      margin-left: calc(100% * 7 / 12); }

  .push-md-7 {
    left: calc(100% * 7 / 12); }

  .pull-md-7 {
    right: calc(100% * 7 / 12); }

  .col-md-8 {
    width: calc(100% * 8 / 12 - 31px); }
    .col-md-8.mod_article, .col-md-8.no-margin {
      width: calc(100% * 8 / 12); }
    .col-md-8.no-margin-left, .col-md-8.no-margin-right {
      width: calc(100% * 8 / 12 - 16px); }

  .offset-md-8 {
    margin-left: calc(100% * 8 / 12 + 16px); }
    .offset-md-8.mod_article {
      margin-left: calc(100% * 8 / 12); }

  .push-md-8 {
    left: calc(100% * 8 / 12); }

  .pull-md-8 {
    right: calc(100% * 8 / 12); }

  .col-md-9 {
    width: calc(100% * 9 / 12 - 31px); }
    .col-md-9.mod_article, .col-md-9.no-margin {
      width: calc(100% * 9 / 12); }
    .col-md-9.no-margin-left, .col-md-9.no-margin-right {
      width: calc(100% * 9 / 12 - 16px); }

  .offset-md-9 {
    margin-left: calc(100% * 9 / 12 + 16px); }
    .offset-md-9.mod_article {
      margin-left: calc(100% * 9 / 12); }

  .push-md-9 {
    left: calc(100% * 9 / 12); }

  .pull-md-9 {
    right: calc(100% * 9 / 12); }

  .col-md-10 {
    width: calc(100% * 10 / 12 - 31px); }
    .col-md-10.mod_article, .col-md-10.no-margin {
      width: calc(100% * 10 / 12); }
    .col-md-10.no-margin-left, .col-md-10.no-margin-right {
      width: calc(100% * 10 / 12 - 16px); }

  .offset-md-10 {
    margin-left: calc(100% * 10 / 12 + 16px); }
    .offset-md-10.mod_article {
      margin-left: calc(100% * 10 / 12); }

  .push-md-10 {
    left: calc(100% * 10 / 12); }

  .pull-md-10 {
    right: calc(100% * 10 / 12); }

  .col-md-11 {
    width: calc(100% * 11 / 12 - 31px); }
    .col-md-11.mod_article, .col-md-11.no-margin {
      width: calc(100% * 11 / 12); }
    .col-md-11.no-margin-left, .col-md-11.no-margin-right {
      width: calc(100% * 11 / 12 - 16px); }

  .offset-md-11 {
    margin-left: calc(100% * 11 / 12 + 16px); }
    .offset-md-11.mod_article {
      margin-left: calc(100% * 11 / 12); }

  .push-md-11 {
    left: calc(100% * 11 / 12); }

  .pull-md-11 {
    right: calc(100% * 11 / 12); }

  .col-md-12 {
    width: calc(100% * 12 / 12 - 31px); }
    .col-md-12.mod_article, .col-md-12.no-margin {
      width: calc(100% * 12 / 12); }
    .col-md-12.no-margin-left, .col-md-12.no-margin-right {
      width: calc(100% * 12 / 12 - 16px); }

  .offset-md-12 {
    margin-left: calc(100% * 12 / 12 + 16px); }
    .offset-md-12.mod_article {
      margin-left: calc(100% * 12 / 12); }

  .push-md-12 {
    left: calc(100% * 12 / 12); }

  .pull-md-12 {
    right: calc(100% * 12 / 12); }

  .grid {
    max-width: 1024px; } }
@media only screen and (min-width: 1024px) and (max-width: 1023px) {
  .col-md-12 {
    clear: left; }

  .col-md-hide {
    display: none; } }
@media only screen and (min-width: 1170px) {
  .col-lg-0 {
    width: calc(100% * 0 / 12 - 31px); }
    .col-lg-0.mod_article, .col-lg-0.no-margin {
      width: calc(100% * 0 / 12); }
    .col-lg-0.no-margin-left, .col-lg-0.no-margin-right {
      width: calc(100% * 0 / 12 - 16px); }

  .offset-lg-0 {
    margin-left: calc(100% * 0 / 12 + 16px); }
    .offset-lg-0.mod_article {
      margin-left: calc(100% * 0 / 12); }

  .push-lg-0 {
    left: calc(100% * 0 / 12); }

  .pull-lg-0 {
    right: calc(100% * 0 / 12); }

  .col-lg-1 {
    width: calc(100% * 1 / 12 - 31px); }
    .col-lg-1.mod_article, .col-lg-1.no-margin {
      width: calc(100% * 1 / 12); }
    .col-lg-1.no-margin-left, .col-lg-1.no-margin-right {
      width: calc(100% * 1 / 12 - 16px); }

  .offset-lg-1 {
    margin-left: calc(100% * 1 / 12 + 16px); }
    .offset-lg-1.mod_article {
      margin-left: calc(100% * 1 / 12); }

  .push-lg-1 {
    left: calc(100% * 1 / 12); }

  .pull-lg-1 {
    right: calc(100% * 1 / 12); }

  .col-lg-2 {
    width: calc(100% * 2 / 12 - 31px); }
    .col-lg-2.mod_article, .col-lg-2.no-margin {
      width: calc(100% * 2 / 12); }
    .col-lg-2.no-margin-left, .col-lg-2.no-margin-right {
      width: calc(100% * 2 / 12 - 16px); }

  .offset-lg-2 {
    margin-left: calc(100% * 2 / 12 + 16px); }
    .offset-lg-2.mod_article {
      margin-left: calc(100% * 2 / 12); }

  .push-lg-2 {
    left: calc(100% * 2 / 12); }

  .pull-lg-2 {
    right: calc(100% * 2 / 12); }

  .col-lg-3 {
    width: calc(100% * 3 / 12 - 31px); }
    .col-lg-3.mod_article, .col-lg-3.no-margin {
      width: calc(100% * 3 / 12); }
    .col-lg-3.no-margin-left, .col-lg-3.no-margin-right {
      width: calc(100% * 3 / 12 - 16px); }

  .offset-lg-3 {
    margin-left: calc(100% * 3 / 12 + 16px); }
    .offset-lg-3.mod_article {
      margin-left: calc(100% * 3 / 12); }

  .push-lg-3 {
    left: calc(100% * 3 / 12); }

  .pull-lg-3 {
    right: calc(100% * 3 / 12); }

  .col-lg-4 {
    width: calc(100% * 4 / 12 - 31px); }
    .col-lg-4.mod_article, .col-lg-4.no-margin {
      width: calc(100% * 4 / 12); }
    .col-lg-4.no-margin-left, .col-lg-4.no-margin-right {
      width: calc(100% * 4 / 12 - 16px); }

  .offset-lg-4 {
    margin-left: calc(100% * 4 / 12 + 16px); }
    .offset-lg-4.mod_article {
      margin-left: calc(100% * 4 / 12); }

  .push-lg-4 {
    left: calc(100% * 4 / 12); }

  .pull-lg-4 {
    right: calc(100% * 4 / 12); }

  .col-lg-5 {
    width: calc(100% * 5 / 12 - 31px); }
    .col-lg-5.mod_article, .col-lg-5.no-margin {
      width: calc(100% * 5 / 12); }
    .col-lg-5.no-margin-left, .col-lg-5.no-margin-right {
      width: calc(100% * 5 / 12 - 16px); }

  .offset-lg-5 {
    margin-left: calc(100% * 5 / 12 + 16px); }
    .offset-lg-5.mod_article {
      margin-left: calc(100% * 5 / 12); }

  .push-lg-5 {
    left: calc(100% * 5 / 12); }

  .pull-lg-5 {
    right: calc(100% * 5 / 12); }

  .col-lg-6 {
    width: calc(100% * 6 / 12 - 31px); }
    .col-lg-6.mod_article, .col-lg-6.no-margin {
      width: calc(100% * 6 / 12); }
    .col-lg-6.no-margin-left, .col-lg-6.no-margin-right {
      width: calc(100% * 6 / 12 - 16px); }

  .offset-lg-6 {
    margin-left: calc(100% * 6 / 12 + 16px); }
    .offset-lg-6.mod_article {
      margin-left: calc(100% * 6 / 12); }

  .push-lg-6 {
    left: calc(100% * 6 / 12); }

  .pull-lg-6 {
    right: calc(100% * 6 / 12); }

  .col-lg-7 {
    width: calc(100% * 7 / 12 - 31px); }
    .col-lg-7.mod_article, .col-lg-7.no-margin {
      width: calc(100% * 7 / 12); }
    .col-lg-7.no-margin-left, .col-lg-7.no-margin-right {
      width: calc(100% * 7 / 12 - 16px); }

  .offset-lg-7 {
    margin-left: calc(100% * 7 / 12 + 16px); }
    .offset-lg-7.mod_article {
      margin-left: calc(100% * 7 / 12); }

  .push-lg-7 {
    left: calc(100% * 7 / 12); }

  .pull-lg-7 {
    right: calc(100% * 7 / 12); }

  .col-lg-8 {
    width: calc(100% * 8 / 12 - 31px); }
    .col-lg-8.mod_article, .col-lg-8.no-margin {
      width: calc(100% * 8 / 12); }
    .col-lg-8.no-margin-left, .col-lg-8.no-margin-right {
      width: calc(100% * 8 / 12 - 16px); }

  .offset-lg-8 {
    margin-left: calc(100% * 8 / 12 + 16px); }
    .offset-lg-8.mod_article {
      margin-left: calc(100% * 8 / 12); }

  .push-lg-8 {
    left: calc(100% * 8 / 12); }

  .pull-lg-8 {
    right: calc(100% * 8 / 12); }

  .col-lg-9 {
    width: calc(100% * 9 / 12 - 31px); }
    .col-lg-9.mod_article, .col-lg-9.no-margin {
      width: calc(100% * 9 / 12); }
    .col-lg-9.no-margin-left, .col-lg-9.no-margin-right {
      width: calc(100% * 9 / 12 - 16px); }

  .offset-lg-9 {
    margin-left: calc(100% * 9 / 12 + 16px); }
    .offset-lg-9.mod_article {
      margin-left: calc(100% * 9 / 12); }

  .push-lg-9 {
    left: calc(100% * 9 / 12); }

  .pull-lg-9 {
    right: calc(100% * 9 / 12); }

  .col-lg-10 {
    width: calc(100% * 10 / 12 - 31px); }
    .col-lg-10.mod_article, .col-lg-10.no-margin {
      width: calc(100% * 10 / 12); }
    .col-lg-10.no-margin-left, .col-lg-10.no-margin-right {
      width: calc(100% * 10 / 12 - 16px); }

  .offset-lg-10 {
    margin-left: calc(100% * 10 / 12 + 16px); }
    .offset-lg-10.mod_article {
      margin-left: calc(100% * 10 / 12); }

  .push-lg-10 {
    left: calc(100% * 10 / 12); }

  .pull-lg-10 {
    right: calc(100% * 10 / 12); }

  .col-lg-11 {
    width: calc(100% * 11 / 12 - 31px); }
    .col-lg-11.mod_article, .col-lg-11.no-margin {
      width: calc(100% * 11 / 12); }
    .col-lg-11.no-margin-left, .col-lg-11.no-margin-right {
      width: calc(100% * 11 / 12 - 16px); }

  .offset-lg-11 {
    margin-left: calc(100% * 11 / 12 + 16px); }
    .offset-lg-11.mod_article {
      margin-left: calc(100% * 11 / 12); }

  .push-lg-11 {
    left: calc(100% * 11 / 12); }

  .pull-lg-11 {
    right: calc(100% * 11 / 12); }

  .col-lg-12 {
    width: calc(100% * 12 / 12 - 31px); }
    .col-lg-12.mod_article, .col-lg-12.no-margin {
      width: calc(100% * 12 / 12); }
    .col-lg-12.no-margin-left, .col-lg-12.no-margin-right {
      width: calc(100% * 12 / 12 - 16px); }

  .offset-lg-12 {
    margin-left: calc(100% * 12 / 12 + 16px); }
    .offset-lg-12.mod_article {
      margin-left: calc(100% * 12 / 12); }

  .push-lg-12 {
    left: calc(100% * 12 / 12); }

  .pull-lg-12 {
    right: calc(100% * 12 / 12); }

  .grid {
    max-width: 1170px; } }
@media only screen and (min-width: 1170px) and (max-width: 1169px) {
  .col-lg-12 {
    clear: left; }

  .col-lg-hide {
    display: none; } }
@media only screen and (min-width: 1280px) {
  .col-xl-0 {
    width: calc(100% * 0 / 12 - 31px); }
    .col-xl-0.mod_article, .col-xl-0.no-margin {
      width: calc(100% * 0 / 12); }
    .col-xl-0.no-margin-left, .col-xl-0.no-margin-right {
      width: calc(100% * 0 / 12 - 16px); }

  .offset-xl-0 {
    margin-left: calc(100% * 0 / 12 + 16px); }
    .offset-xl-0.mod_article {
      margin-left: calc(100% * 0 / 12); }

  .push-xl-0 {
    left: calc(100% * 0 / 12); }

  .pull-xl-0 {
    right: calc(100% * 0 / 12); }

  .col-xl-1 {
    width: calc(100% * 1 / 12 - 31px); }
    .col-xl-1.mod_article, .col-xl-1.no-margin {
      width: calc(100% * 1 / 12); }
    .col-xl-1.no-margin-left, .col-xl-1.no-margin-right {
      width: calc(100% * 1 / 12 - 16px); }

  .offset-xl-1 {
    margin-left: calc(100% * 1 / 12 + 16px); }
    .offset-xl-1.mod_article {
      margin-left: calc(100% * 1 / 12); }

  .push-xl-1 {
    left: calc(100% * 1 / 12); }

  .pull-xl-1 {
    right: calc(100% * 1 / 12); }

  .col-xl-2 {
    width: calc(100% * 2 / 12 - 31px); }
    .col-xl-2.mod_article, .col-xl-2.no-margin {
      width: calc(100% * 2 / 12); }
    .col-xl-2.no-margin-left, .col-xl-2.no-margin-right {
      width: calc(100% * 2 / 12 - 16px); }

  .offset-xl-2 {
    margin-left: calc(100% * 2 / 12 + 16px); }
    .offset-xl-2.mod_article {
      margin-left: calc(100% * 2 / 12); }

  .push-xl-2 {
    left: calc(100% * 2 / 12); }

  .pull-xl-2 {
    right: calc(100% * 2 / 12); }

  .col-xl-3 {
    width: calc(100% * 3 / 12 - 31px); }
    .col-xl-3.mod_article, .col-xl-3.no-margin {
      width: calc(100% * 3 / 12); }
    .col-xl-3.no-margin-left, .col-xl-3.no-margin-right {
      width: calc(100% * 3 / 12 - 16px); }

  .offset-xl-3 {
    margin-left: calc(100% * 3 / 12 + 16px); }
    .offset-xl-3.mod_article {
      margin-left: calc(100% * 3 / 12); }

  .push-xl-3 {
    left: calc(100% * 3 / 12); }

  .pull-xl-3 {
    right: calc(100% * 3 / 12); }

  .col-xl-4 {
    width: calc(100% * 4 / 12 - 31px); }
    .col-xl-4.mod_article, .col-xl-4.no-margin {
      width: calc(100% * 4 / 12); }
    .col-xl-4.no-margin-left, .col-xl-4.no-margin-right {
      width: calc(100% * 4 / 12 - 16px); }

  .offset-xl-4 {
    margin-left: calc(100% * 4 / 12 + 16px); }
    .offset-xl-4.mod_article {
      margin-left: calc(100% * 4 / 12); }

  .push-xl-4 {
    left: calc(100% * 4 / 12); }

  .pull-xl-4 {
    right: calc(100% * 4 / 12); }

  .col-xl-5 {
    width: calc(100% * 5 / 12 - 31px); }
    .col-xl-5.mod_article, .col-xl-5.no-margin {
      width: calc(100% * 5 / 12); }
    .col-xl-5.no-margin-left, .col-xl-5.no-margin-right {
      width: calc(100% * 5 / 12 - 16px); }

  .offset-xl-5 {
    margin-left: calc(100% * 5 / 12 + 16px); }
    .offset-xl-5.mod_article {
      margin-left: calc(100% * 5 / 12); }

  .push-xl-5 {
    left: calc(100% * 5 / 12); }

  .pull-xl-5 {
    right: calc(100% * 5 / 12); }

  .col-xl-6 {
    width: calc(100% * 6 / 12 - 31px); }
    .col-xl-6.mod_article, .col-xl-6.no-margin {
      width: calc(100% * 6 / 12); }
    .col-xl-6.no-margin-left, .col-xl-6.no-margin-right {
      width: calc(100% * 6 / 12 - 16px); }

  .offset-xl-6 {
    margin-left: calc(100% * 6 / 12 + 16px); }
    .offset-xl-6.mod_article {
      margin-left: calc(100% * 6 / 12); }

  .push-xl-6 {
    left: calc(100% * 6 / 12); }

  .pull-xl-6 {
    right: calc(100% * 6 / 12); }

  .col-xl-7 {
    width: calc(100% * 7 / 12 - 31px); }
    .col-xl-7.mod_article, .col-xl-7.no-margin {
      width: calc(100% * 7 / 12); }
    .col-xl-7.no-margin-left, .col-xl-7.no-margin-right {
      width: calc(100% * 7 / 12 - 16px); }

  .offset-xl-7 {
    margin-left: calc(100% * 7 / 12 + 16px); }
    .offset-xl-7.mod_article {
      margin-left: calc(100% * 7 / 12); }

  .push-xl-7 {
    left: calc(100% * 7 / 12); }

  .pull-xl-7 {
    right: calc(100% * 7 / 12); }

  .col-xl-8 {
    width: calc(100% * 8 / 12 - 31px); }
    .col-xl-8.mod_article, .col-xl-8.no-margin {
      width: calc(100% * 8 / 12); }
    .col-xl-8.no-margin-left, .col-xl-8.no-margin-right {
      width: calc(100% * 8 / 12 - 16px); }

  .offset-xl-8 {
    margin-left: calc(100% * 8 / 12 + 16px); }
    .offset-xl-8.mod_article {
      margin-left: calc(100% * 8 / 12); }

  .push-xl-8 {
    left: calc(100% * 8 / 12); }

  .pull-xl-8 {
    right: calc(100% * 8 / 12); }

  .col-xl-9 {
    width: calc(100% * 9 / 12 - 31px); }
    .col-xl-9.mod_article, .col-xl-9.no-margin {
      width: calc(100% * 9 / 12); }
    .col-xl-9.no-margin-left, .col-xl-9.no-margin-right {
      width: calc(100% * 9 / 12 - 16px); }

  .offset-xl-9 {
    margin-left: calc(100% * 9 / 12 + 16px); }
    .offset-xl-9.mod_article {
      margin-left: calc(100% * 9 / 12); }

  .push-xl-9 {
    left: calc(100% * 9 / 12); }

  .pull-xl-9 {
    right: calc(100% * 9 / 12); }

  .col-xl-10 {
    width: calc(100% * 10 / 12 - 31px); }
    .col-xl-10.mod_article, .col-xl-10.no-margin {
      width: calc(100% * 10 / 12); }
    .col-xl-10.no-margin-left, .col-xl-10.no-margin-right {
      width: calc(100% * 10 / 12 - 16px); }

  .offset-xl-10 {
    margin-left: calc(100% * 10 / 12 + 16px); }
    .offset-xl-10.mod_article {
      margin-left: calc(100% * 10 / 12); }

  .push-xl-10 {
    left: calc(100% * 10 / 12); }

  .pull-xl-10 {
    right: calc(100% * 10 / 12); }

  .col-xl-11 {
    width: calc(100% * 11 / 12 - 31px); }
    .col-xl-11.mod_article, .col-xl-11.no-margin {
      width: calc(100% * 11 / 12); }
    .col-xl-11.no-margin-left, .col-xl-11.no-margin-right {
      width: calc(100% * 11 / 12 - 16px); }

  .offset-xl-11 {
    margin-left: calc(100% * 11 / 12 + 16px); }
    .offset-xl-11.mod_article {
      margin-left: calc(100% * 11 / 12); }

  .push-xl-11 {
    left: calc(100% * 11 / 12); }

  .pull-xl-11 {
    right: calc(100% * 11 / 12); }

  .col-xl-12 {
    width: calc(100% * 12 / 12 - 31px); }
    .col-xl-12.mod_article, .col-xl-12.no-margin {
      width: calc(100% * 12 / 12); }
    .col-xl-12.no-margin-left, .col-xl-12.no-margin-right {
      width: calc(100% * 12 / 12 - 16px); }

  .offset-xl-12 {
    margin-left: calc(100% * 12 / 12 + 16px); }
    .offset-xl-12.mod_article {
      margin-left: calc(100% * 12 / 12); }

  .push-xl-12 {
    left: calc(100% * 12 / 12); }

  .pull-xl-12 {
    right: calc(100% * 12 / 12); }

  .grid {
    max-width: 1280px; } }
@media only screen and (min-width: 1280px) {
  .col-xl-12 {
    clear: left; }

  .col-xl-hide {
    display: none; } }
/*@import "_gridViewLayout";*/
/* OPTIONAL: slick-slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* OPTIONAL: magnific-popup*/
/*
    Created on : 26.02.2015, 13:21:0
    Changes     :
        22.07.2015, 11:24:00
        07.07.2016 - fixed gallery-listing, remove junk
*/
.invisible {
  position: absolute;
  left: -6000px;
  top: -6000px;
  display: none; }

nav ul {
  margin: 0; }
nav a {
  text-decoration: none; }

a img {
  display: block; }

figure.float_right {
  float: right; }
figure.float_left {
  float: left; }
figure img {
  display: block; }

.ce_gallery ul {
  margin-top: 0; }
.ce_gallery li {
  float: left;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 30px; }
.ce_gallery figure {
  margin: 0; }
.ce_gallery img {
  max-width: 100%;
  height: auto; }
.ce_gallery .cols_1 li {
  width: 100%;
  margin-right: 0; }
@media (max-width: 480px) {
  .ce_gallery .cols_2 li,
  .ce_gallery .cols_3 li,
  .ce_gallery .cols_4 li,
  .ce_gallery .cols_5 li,
  .ce_gallery .cols_6 li,
  .ce_gallery .cols_7 li,
  .ce_gallery .cols_8 li,
  .ce_gallery .cols_9 li,
  .ce_gallery .cols_10 li,
  .ce_gallery .cols_11 li,
  .ce_gallery .cols_12 li {
    margin-right: 0; } }
@media (min-width: 481px) {
  .ce_gallery .cols_2 li,
  .ce_gallery .cols_3 li,
  .ce_gallery .cols_4 li,
  .ce_gallery .cols_5 li,
  .ce_gallery .cols_6 li,
  .ce_gallery .cols_7 li,
  .ce_gallery .cols_8 li,
  .ce_gallery .cols_9 li,
  .ce_gallery .cols_10 li,
  .ce_gallery .cols_11 li,
  .ce_gallery .cols_12 li {
    width: calc((100% - 30px) / 2); } }
  @media (min-width: 481px) and (max-width: 768px) {
    .ce_gallery .cols_2 li:nth-child(2n + 1),
    .ce_gallery .cols_3 li:nth-child(2n + 1),
    .ce_gallery .cols_4 li:nth-child(2n + 1),
    .ce_gallery .cols_5 li:nth-child(2n + 1),
    .ce_gallery .cols_6 li:nth-child(2n + 1),
    .ce_gallery .cols_7 li:nth-child(2n + 1),
    .ce_gallery .cols_8 li:nth-child(2n + 1),
    .ce_gallery .cols_9 li:nth-child(2n + 1),
    .ce_gallery .cols_10 li:nth-child(2n + 1),
    .ce_gallery .cols_11 li:nth-child(2n + 1),
    .ce_gallery .cols_12 li:nth-child(2n + 1) {
      clear: left; }
    .ce_gallery .cols_2 li:nth-child(2n),
    .ce_gallery .cols_3 li:nth-child(2n),
    .ce_gallery .cols_4 li:nth-child(2n),
    .ce_gallery .cols_5 li:nth-child(2n),
    .ce_gallery .cols_6 li:nth-child(2n),
    .ce_gallery .cols_7 li:nth-child(2n),
    .ce_gallery .cols_8 li:nth-child(2n),
    .ce_gallery .cols_9 li:nth-child(2n),
    .ce_gallery .cols_10 li:nth-child(2n),
    .ce_gallery .cols_11 li:nth-child(2n),
    .ce_gallery .cols_12 li:nth-child(2n) {
      margin-right: 0; } }

@media (min-width: 769px) {
  .ce_gallery .cols_2 li {
    width: calc((100% - 30px) / 2); }
    .ce_gallery .cols_2 li:nth-child(2n + 1) {
      clear: left; }
    .ce_gallery .cols_2 li:nth-child(2n) {
      margin-right: 0; }
  .ce_gallery .cols_3 li {
    width: calc((100% - 60px) / 3); }
    .ce_gallery .cols_3 li:nth-child(3n + 1) {
      clear: left; }
    .ce_gallery .cols_3 li:nth-child(3n) {
      margin-right: 0; }
  .ce_gallery .cols_4 li {
    width: calc((100% - 90px) / 4); }
    .ce_gallery .cols_4 li:nth-child(4n + 1) {
      clear: left; }
    .ce_gallery .cols_4 li:nth-child(4n) {
      margin-right: 0; }
  .ce_gallery .cols_5 li {
    width: calc((100% - 120px) / 5); }
    .ce_gallery .cols_5 li:nth-child(5n + 1) {
      clear: left; }
    .ce_gallery .cols_5 li:nth-child(5n) {
      margin-right: 0; }
  .ce_gallery .cols_6 li {
    width: calc((100% - 150px) / 6); }
    .ce_gallery .cols_6 li:nth-child(6n + 1) {
      clear: left; }
    .ce_gallery .cols_6 li:nth-child(6n) {
      margin-right: 0; }
  .ce_gallery .cols_7 li {
    width: calc((100% - 180px) / 7); }
    .ce_gallery .cols_7 li:nth-child(7n + 1) {
      clear: left; }
    .ce_gallery .cols_7 li:nth-child(7n) {
      margin-right: 0; }
  .ce_gallery .cols_8 li {
    width: calc((100% - 210px) / 8); }
    .ce_gallery .cols_8 li:nth-child(8n + 1) {
      clear: left; }
    .ce_gallery .cols_8 li:nth-child(8n) {
      margin-right: 0; }
  .ce_gallery .cols_9 li {
    width: calc((100% - 240px) / 9); }
    .ce_gallery .cols_9 li:nth-child(9n + 1) {
      clear: left; }
    .ce_gallery .cols_9 li:nth-child(9n) {
      margin-right: 0; }
  .ce_gallery .cols_10 li {
    width: calc((100% - 270px) / 10); }
    .ce_gallery .cols_10 li:nth-child(10n + 1) {
      clear: left; }
    .ce_gallery .cols_10 li:nth-child(10n) {
      margin-right: 0; }
  .ce_gallery .cols_11 li {
    width: calc((100% - 300px) / 11); }
    .ce_gallery .cols_11 li:nth-child(11n + 1) {
      clear: left; }
    .ce_gallery .cols_11 li:nth-child(11n) {
      margin-right: 0; } }

.ce_accordion ul li, .ce_accordion ol li,
.ce_text ul li,
.ce_text ol li,
.ce_list ul li,
.ce_list ol li {
  margin-left: 2rem; }
.ce_accordion ul,
.ce_text ul,
.ce_list ul {
  list-style-type: disc; }
.ce_accordion ol,
.ce_text ol,
.ce_list ol {
  list-style-type: decimal; }

label > span.mandatory {
  display: inline; }

/*
    Created on : xx.xx.xxxx, xx:xx:00
*/

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway/raleway-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v28-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway/raleway-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v28-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway/raleway-v28-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v28-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v28-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v28-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway/raleway-v28-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v28-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald/oswald-v49-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald/oswald-v49-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald/oswald-v49-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald/oswald-v49-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald/oswald-v49-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}



body {
  font: 100%/1em sans-serif;
  color: #43474d;
  background-color: #fff;
  font-family: 'Raleway', sans-serif; }

#wrapper {
  position: relative; }

h1, .h1 {
  font-size: 32.4px;
  font-size: 2.025rem;
  line-height: 48px;
  line-height: 3rem;
  /*top: $lineHeight + px;*/
  /*top: rempharize($lineHeight);*/
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #000;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 1px; }
  h1:after, .h1:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 2px;
    background: #E3132F; }
  h1.white, .h1.white {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 48px;
    line-height: 3rem;
    /*top: $lineHeight + px;*/
    /*top: rempharize($lineHeight);*/
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    color: #fff; }
    h1.white:after, .h1.white:after {
      background: #fff; }

h2, .h2 {
  font-size: 25.2px;
  font-size: 1.575rem;
  line-height: 48px;
  line-height: 3rem;
  /*top: $lineHeight + px;*/
  /*top: rempharize($lineHeight);*/
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #E3132F; }

h3, .h3 {
  font-size: 21.6px;
  font-size: 1.35rem;
  line-height: 24px;
  line-height: 1.5rem;
  /*top: $lineHeight + px;*/
  /*top: rempharize($lineHeight);*/
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #E3132F; }

h4, .h4 {
  font-size: 25.2px;
  font-size: 1.575rem;
  line-height: 48px;
  line-height: 3rem;
  /*top: $lineHeight + px;*/
  /*top: rempharize($lineHeight);*/
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

h5, .h5 {
  font-size: 21.6px;
  font-size: 1.35rem;
  line-height: 24px;
  line-height: 1.5rem;
  /*top: $lineHeight + px;*/
  /*top: rempharize($lineHeight);*/
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

p, ul, ol, table, dl, .ce_hyperlink, div.submit, h6, .h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  /*top: $lineHeight + px;*/
  /*top: rempharize($lineHeight);*/
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  line-height: 1.8rem; }

figcaption, label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem; }

form label > span.error {
  display: block !important; }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
input[type=button],
input[type=submit],
button {
  font-size: 18px;
  font-size: 1.125rem; }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  margin-bottom: 24px;
  box-sizing: border-box;
  padding: 2px 4px;
  width: 100%; }

.btn,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  padding: 8px 32px; }

ul li {
  list-style-type: square;
  margin-bottom: 5px; }
ul.pl {
  padding-left: 20px; }

table td, table th {
  padding-bottom: 5px; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #232424; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #232424;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #232424;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #232424; }

figure {
  margin-bottom: 24px; }
  figure.float_right {
    margin-left: 15px; }
  figure.float_left {
    margin-right: 15px; }

a {
  text-decoration: none;
  color: #E3132F;
  transition: color 0.3s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #43474d; }
  a.link {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    color: #E3132F;
    font-family: 'Oswald', sans-serif;
    font-weight: 400; }
    a.link:before {
      content: '>>';
      position: absolute;
      left: 0;
      top: 4px; }

#cookie-hint {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #E3132F;
  z-index: 1000;
  position: relative; }
  #cookie-hint p {
    margin: 12px 0; }
  #cookie-hint a {
    background-color: #E3132F;
    padding: 4px 14px;
    font-size: 13px;
    color: #ffffff; }
  #cookie-hint span {
    margin-bottom: 7px; }
  @media (min-width: 1280px) {
    #cookie-hint span {
      display: inline-block;
      margin-right: 12px; } }

#toplink {
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  position: fixed;
  transition: opacity 420ms;
  font-size: 0;
  background-color: #ffffff;
  opacity: 1; }
  #toplink::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    display: block;
    border: 12px solid #E3132F;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent; }

.mod_article {
  padding-top: 70px;
  padding-bottom: 70px; }

header {
  padding: 10px 0; }
  header .logo {
    position: relative;
    color: #fff; }
    header .logo .inner {
      position: absolute;
      top: -11px;
      left: 0;
      padding: 15px;
      border-left: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      background: #fff;
      z-index: 10;
      box-shadow: 0px 0px 10px 1px #2f3437; }
      header .logo .inner span.big {
        display: block;
        text-align: center;
        color: red; }
  header .navigation ul li {
    display: inline-block; }
    header .navigation ul li a, header .navigation ul li span {
      position: relative;
      display: block;
      padding: 10px 20px;
      background: #fff;
      color: #000;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase; }
      header .navigation ul li a:after, header .navigation ul li span:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #E3132F;
        transition: width 0.3s ease-in-out; }
    header .navigation ul li:hover a:after, header .navigation ul li:hover span:after, header .navigation ul li.active a:after, header .navigation ul li.active span:after, header .navigation ul li.trail a:after, header .navigation ul li.trail span:after {
      width: 100%; }

.header_img {
  position: relative;
  border-bottom: 4px solid #e30613; }
  .header_img .jablotron {
    position: absolute;
    bottom: 10%;
    left: 12.4%; }


#container #main #googleMap {
  height: 320px; }

.kontakt {
  background: url(../images/20140917_073103.jpg) no-repeat;
  background-size: cover; }
  .kontakt .inner {
    background: rgba(67, 71, 77, 0.8);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff; }
  .kontakt a {
    text-decoration: none;
    color: #fff; }
    .kontakt a:hover {
      color: #fff;
      text-decoration: underline; }
  .kontakt table {
    width: 100%; }
    .kontakt table td, .kontakt table th {
      padding-bottom: 5px; }
  .kontakt ul {
    padding-left: 20px; }
    .kontakt ul li {
      margin-bottom: 0; }

footer .rights {
  padding: 30px 0; }
  footer .rights a {
    font-size: 1.2rem; }
footer .copyright {
  background: #43474d;
  color: #cccccc; }
  footer .copyright p {
    margin: 0;
    padding: 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300; }

@media screen and (max-width: 1024px) {
  body header .grid {
    max-width: 100%; }
  body header .navigation ul li a, body header .navigation ul li span {
    padding: 10px 15px;
    text-transform: none; } }
@media screen and (max-width: 1200px) {
  body .header_img .grid .caption {
    bottom: 30px; }
    body .header_img .grid .caption span.big {
      font-size: 25.2px;
      font-size: 1.575rem;
      line-height: 48px;
      line-height: 3rem;
      font-weight: 700; }
    body .header_img .grid .caption span.normal {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; } }
@media screen and (max-width: 1024px) {
  body header .grid {
    max-width: 100%; }
  body header .navigation ul li a, body header .navigation ul li span {
    padding: 10px 15px;
    text-transform: none; }
  body .header_img .grid {
    max-width: 100%; } }
@media screen and (max-width: 768px) {
  body #cookie-hint {
    width: calc(100% - 50px);
    padding: 10px;
    bottom: 10px; }
    body #cookie-hint p {
      font-size: 0.9rem; }
  body header .logo .inner {
    position: absolute;
    top: -11px;
    left: 0;
    padding: 5px; }
    body header .logo .inner img {
      width: 150px; }
  body .header_img .grid .caption {
    position: relative;
    bottom: auto; }
    body .header_img .grid .caption span {
      padding: 0;
      margin-bottom: 0;
      display: inline-block; }
      body .header_img .grid .caption span.normal {
        margin-bottom: 10px; }
  body .header_img .arrow {
    display: none; } }
/*
    Created on : 08.07.2016, 11:19:41
    Description: Neues Standardmen├╝ f├╝r die mobile Ansicht
*/
label[for="nav-trigger"] {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 18px;
  z-index: 1001;
  display: block;
  top: 10px;
  right: 15px; }
  label[for="nav-trigger"] span {
    transition: all 0.4s ease-in-out; }
    label[for="nav-trigger"] span, label[for="nav-trigger"] span::before, label[for="nav-trigger"] span::after {
      transition: all 0.2s ease-in-out;
      background-color: #E3132F;
      content: "";
      display: block;
      position: relative;
      width: 30px;
      height: 2px;
      top: 0px; }
    label[for="nav-trigger"] span::before {
      top: 7px; }
    label[for="nav-trigger"] span::after {
      top: 12px; }
  label[for="nav-trigger"]:after {
    content: '';
    width: 150px;
    height: 50px;
    display: block;
    background: transparent; }
  label[for="nav-trigger"]:hover span {
    width: 32px; }
    label[for="nav-trigger"]:hover span::before {
      width: 34px; }
    label[for="nav-trigger"]:hover span::after {
      width: 36px; }

@media screen and (max-width: 830px) {
  body, #wrapper {
    width: 100%;
    overflow-x: hidden; }

  #root {
    transition: transform 220ms ease-in;
    transform: translate3d(300px, 0, 0);
    position: absolute;
    max-width: 300px;
    z-index: 1;
    margin: 0;
    right: 0;
    top: 50px;
    background-color: transparent;
    z-index: 1000;
    box-shadow: 0px 0px 5px 1px #2f3437; }
    #root li {
      display: block;
      margin-bottom: 0; }
      #root li a, #root li span {
        background: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #b40f25;
        padding: 7px 15px;
        display: block;
        transition: background-color 1200ms; }
        #root li a:hover, #root li span:hover {
          transition-duration: 420ms;
          background: #fff; }
      #root li.trail a, #root li.trail span, #root li.active a, #root li.active span {
        background: #fff; }
    #root .level_2 a, #root .level_2 span {
      background: #ffffff;
      position: relative;
      padding-left: 30px; }

  #nav-trigger:checked ~ label[for="nav-trigger"],
  #nav-trigger:checked ~ #wrapper #root {
    transform: translate3d(0, 0, 0);
    transition-timing-function: easy-out;
    transition-duration: 420ms; } }
@media screen and (min-width: 831px) {
  label[for="nav-trigger"] {
    display: none; } }
/*
    Created on  : 08.05.2015, 10:15:00
    Description : Some usefull classes
    Changes     :
        09.06.2015, 16:04:00
        03.07.2015, 10:27:00
        15.07.2015, 11:57:00
*/
.hidden {
  display: none; }

.block, input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea, #cookie-hint, #cookie-hint span, #toplink, .block-center, img.center, img.responsive, figure.responsive img, img.full-responsive, figure.full-responsive img {
  display: block; }
  .block-center, img.center {
    margin-left: auto;
    margin-right: auto; }

.inline {
  display: inline; }
  .inline-block, .btn, #cookie-hint a {
    display: inline-block; }

.clear, .clear-both, hr {
  clear: both; }
.clear-right {
  clear: right; }
.clear-left {
  clear: left; }

.text-center, #cookie-hint {
  text-align: center; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-justify {
  text-align: justify;
  -webkit-word-break: break-word;
  -moz-word-break: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.underline {
  text-transform: underline; }

.line-through {
  text-transform: line-through; }

.ultra-thin {
  font-weight: 100; }

.thin {
  font-weight: 200; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semi-bold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.extra-bold {
  font-weight: 800; }

.ultra-bold {
  font-weight: 900; }

.italic {
  font-style: italic; }

img.responsive, figure.responsive img, img.full-responsive, figure.full-responsive img {
  height: auto; }
  img.responsive, figure.responsive img {
    max-width: 100%; }
    img.full-responsive, figure.full-responsive img {
      width: 100%; }

img.circle {
  border-radius: 50%; }

.no-transform {
  text-transform: none; }
.no-strong, strong.no-strong {
  font-weight: inherit; }
.no-decoration, #cookie-hint a {
  text-decoration: none; }
.no-outline, input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
input[type=button],
input[type=submit],
button {
  outline: none; }
.no-border, input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
input[type=button],
input[type=submit],
button {
  border-width: 0; }
  .no-border-top {
    border-top-width: 0; }
  .no-border-right {
    border-right-width: 0; }
  .no-border-bottom {
    border-bottom-width: 0; }
  .no-border-left {
    border-left-width: 0; }
.no-padding {
  padding: 0; }
  .no-padding-top {
    padding-top: 0; }
  .no-padding-right {
    padding-right: 0; }
  .no-padding-bottom {
    padding-bottom: 0; }
  .no-padding-left {
    padding-left: 0; }
.no-margin {
  margin: 0; }
  .no-margin-top {
    margin-top: 0; }
  .no-margin-right {
    margin-right: 0; }
  .no-margin-bottom {
    margin-bottom: 0; }
  .no-margin-left {
    margin-left: 0; }

/* fancy frame animation for images */
.frame-animation {
  width: 380px;
  height: 380px;
  position: relative;
  background: white;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  color: #2c3e50;
  box-shadow: inset 0 0 0 3px #2c3e50;
  -webkit-transition: background 0.4s 0.5s;
  transition: background 0.4s 0.5s; }
  .frame-animation svg {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    bottom: 0; }
    .frame-animation svg line {
      stroke-width: 5;
      stroke: #fff;
      fill: none;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
      .frame-animation svg line.top {
        stroke-dasharray: 410 320; }
      .frame-animation svg line.bottom {
        stroke-dasharray: 410 320; }
      .frame-animation svg line.left {
        stroke-dasharray: 410 320; }
      .frame-animation svg line.right {
        stroke-dasharray: 410 320; }
      .frame-animation svg line.top {
        transform: translateX(-380px); }
      .frame-animation svg line.bottom {
        transform: translateX(380px); }
      .frame-animation svg line.left {
        transform: translateY(380px); }
      .frame-animation svg line.right {
        transform: translateY(-380px); }
  .frame-animation:hover {
    background: rgba(255, 255, 255, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .frame-animation:hover svg line {
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .frame-animation:hover svg line.top {
        transform: translateX(0); }
      .frame-animation:hover svg line.bottom {
        transform: translateX(0); }
      .frame-animation:hover svg line.left {
        transform: translateY(0); }
      .frame-animation:hover svg line.right {
        transform: translateY(0); }

/*@import "js/_easy-accordion";*/
/*@import "js/_easy-coverImage";*/
.fg-primary {
  color: #E3132F; }

.bg-primary {
  background-color: #E3132F; }

.fg-secondary {
  color: #ffffff; }

.bg-secondary {
  background-color: #ffffff; }

.fg-highlight {
  color: #e30613; }

.bg-highlight {
  background-color: #e30613; }

/*
    Created on : 27.07.2015, 16:33:17
    Description: CSS-Anweisungen f├╝r vordefiniertes Browserverhalten
    History
        2015-12-07: Added contao-like label handling
        2016-01-18: Fixed label handling
        2017-07-07: Fixed label handling
*/
.need-svg,
.need-js {
  display: none; }

html.js .need-js {
  display: block; }
html.svg form label > span,
html.svg .svg-fallback {
  display: none; }
html.svg .need-svg {
  display: block; }

/*# sourceMappingURL=style.css.map */
