@charset "UTF-8";
/* ==========================================================================
       Helper classes
       ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.jumplink {
  position: absolute;
  left: -9999px;
  display: block;
  z-index: 1000; }

.jumplink:focus {
  left: 50%;
  margin-left: -125px;
  width: 250px;
  background: black;
  color: white;
  text-decoration: none;
  padding: 10px; }

/* ==========================================================================
       Print styles
       ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
         * Don't show links for images, or javascript/internal links
         */
  .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;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@font-face {
  font-family: 'Merriweather';
  src: url("../font/merriweathersans-bold-webfont.eot");
  src: url("../font/merriweathersans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/merriweathersans-bold-webfont.woff2") format("woff2"), url("../font/merriweathersans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather';
  src: url("../font/merriweathersans-italic-webfont.eot");
  src: url("../font/merriweathersans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/merriweathersans-italic-webfont.woff2") format("woff2"), url("../font/merriweathersans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Merriweather';
  src: url("../font/merriweathersans-regular-webfont.eot");
  src: url("../font/merriweathersans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/merriweathersans-regular-webfont.woff2") format("woff2"), url("../font/merriweathersans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

a {
  color: #FF4433; }

h1, h2, h3, h4, .red {
  color: #FF4433; }

menu, ol, ul {
  padding: 0 0 0 50px; }

.item-page .item-image,
.content-category {
  padding-bottom: 20px; }
  .item-page .item-image img,
  .content-category img {
    width: 100%;
    height: auto; }

.button,
button,
.btn,
.btn-primary {
  display: inline-block;
  background: #FF4433;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.85rem;
  padding: 13px 30px;
  text-decoration: none;
  border: 0px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  .btn:hover,
  .btn:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background: #E63D2E; }

input,
textarea {
  padding: 11px 13px !important;
  border: 1px solid #cccccc;
  width: 100%;
  box-sizing: border-box !important;
  min-height: 40px;
  border-radius: 0px !important; }

.formResponsive input,
.formResponsive textarea {
  width: 100%; }

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  padding: 0px !important;
  min-height: 0px;
  margin-top: 5px; }

.formResponsive input[type="submit"],
.formResponsive button[type="submit"] {
  display: inline-block;
  background: #FF4433;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.85rem;
  padding: 13px 30px;
  text-decoration: none;
  border: 0px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer; }
  .formResponsive input[type="submit"]:hover, .formResponsive input[type="submit"]:focus,
  .formResponsive button[type="submit"]:hover,
  .formResponsive button[type="submit"]:focus {
    background: #E63D2E; }

aside h1:first-child,
aside h2:first-child,
aside h3:first-child,
aside h4:first-child {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  .mobile_only {
    display: none !important; } }

#navtoggler {
  width: 40px;
  order: 2;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
  padding: 8px 0;
  box-sizing: border-box;
  z-index: 1000;
  background: #FF4433;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0; }
  #navtoggler:focus {
    outline: none; }
  #navtoggler.navtoggler--visible {
    opacity: 1; }
  #navtoggler.navtoggler--hidden {
    opacity: 0; }
  #navtoggler:before {
    content: 'Menü';
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 0 0 -4px -85px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 1px; }

#navtoggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: calc(100% - 16px);
  background: #fff;
  opacity: 1;
  left: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Navtoggler open */
#navtoggler span:nth-child(1) {
  top: 13px; }

#navtoggler span:nth-child(2),
#navtoggler span:nth-child(3) {
  top: 19px;
  width: calc(100% - 16px); }

#navtoggler span:nth-child(4) {
  bottom: 13px; }

.body--activenav #navtoggler {
  background: transparent; }
  .body--activenav #navtoggler span {
    background: #fff; }

.body--activenav #navtoggler span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%; }

.body--activenav #navtoggler span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: calc(100% - 10px); }

.body--activenav #navtoggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: calc(100% - 10px); }

.body--activenav #navtoggler span:nth-child(4) {
  top: 19px;
  width: 0;
  left: 50%; }

.body--activenav .mainnav {
  left: 0 !important; }

@media screen and (min-width: 1024px) {
  .mainnav {
    width: 75%; }
  .mainnav > ul > li:hover > ul > li {
    width: 25%; }
  .mainnav > ul > li > a {
    padding: 18px 35px; } }

footer {
  background: #D9D5D4;
  padding: 10px;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.25rem;
  color: #808080; }
  footer .footer__navigation {
    width: 100%;
    text-align: right; }
    footer .footer__navigation ul {
      padding: 0;
      margin: 0; }
      footer .footer__navigation ul li {
        display: inline-block; }
        footer .footer__navigation ul li a {
          color: #808080;
          text-decoration: none; }
        footer .footer__navigation ul li:after {
          content: " | ";
          display: inline-block;
          margin: 0 10px; }
        footer .footer__navigation ul li:last-child:after {
          content: "";
          display: none; }

@media screen and (min-width: 768px) {
  footer {
    padding: 7px 20px; } }

@media screen and (min-width: 1024px) {
  footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    footer .footer__navigation {
      width: 20%; }
    footer .footer__contact {
      width: 80%; } }

.latestnews {
  padding: 0;
  margin: 0;
  list-style: none; }
  .latestnews li {
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .latestnews li .item-image {
      width: calc(100% / 3);
      padding: 5px; }
      .latestnews li .item-image img {
        display: block; }
    .latestnews li .item-content {
      width: calc(100% / 1.6);
      padding: 10px;
      box-sizing: border-box; }
    .latestnews li .button--readmore {
      width: 100%; }
    .latestnews li:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .toolbar__navigation {
    display: block; }
    .toolbar__navigation ul {
      padding: 0;
      margin: 0 40px 0 0;
      color: #808080; }
      .toolbar__navigation ul li {
        display: inline-block;
        margin: 0; }
        .toolbar__navigation ul li:after {
          content: " | ";
          margin: 0 5px;
          display: inline-block; }
        .toolbar__navigation ul li:last-child:after {
          display: none; }
        .toolbar__navigation ul li a {
          color: #808080;
          text-decoration: none; }
          .toolbar__navigation ul li a:hover, .toolbar__navigation ul li a:focus {
            text-decoration: underline; } }

.navbar .search form label {
  background: url("../img/search_icon.svg") no-repeat; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  display: none; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  display: none; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  display: none; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  display: none; }

.contact {
  margin: 0 0 20px 0; }
  .contact fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
    .contact fieldset legend,
    .contact fieldset .field-spacer {
      display: none; }
  .contact .control-group {
    margin-bottom: 15px;
    overflow: hidden; }
  .contact .btn-primary {
    float: right; }

div.popover {
  display: none !important; }

.alert {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  font-size: 0.8rem;
  line-height: 1.4rem; }
  .alert.alert-error {
    background: #FF4433;
    color: #fff; }
  .alert a.close,
  .alert button.close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 30px;
    cursor: pointer; }
    .alert a.close:hover, .alert a.close:focus,
    .alert button.close:hover,
    .alert button.close:focus {
      background: #E63D2E;
      color: #fff; }

table.category tr a:hover, table.category tr a:focus,
.cat-children h3 a:hover,
.cat-children h3 a:focus {
  background: #FF4433;
  color: #fff; }

.pagination .counter {
  display: none; }

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagination ul li {
    display: inline-block;
    margin: 0 5px; }
    .pagination ul li span,
    .pagination ul li a {
      padding: 5px 20px;
      display: block;
      width: auto;
      -webkit-transition: 0.15s ease-in-out;
      -moz-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
    .pagination ul li span {
      border: 2px solid #D9D5D4;
      color: #D9D5D4; }
      .pagination ul li span.pagenav {
        background: #FF4433;
        color: #fff;
        border: 2px solid #FF4433; }
    .pagination ul li a {
      border: 2px solid #FF4433;
      color: #FF4433;
      background: transparent;
      text-decoration: none; }
      .pagination ul li a:hover {
        background: #FF4433;
        color: #fff; }
    .pagination ul li.pagination-start span.pagenav, .pagination ul li.pagination-prev span.pagenav, .pagination ul li.pagination-next span.pagenav, .pagination ul li.pagination-end span.pagenav {
      border: 2px solid #D9D5D4;
      color: #D9D5D4;
      background: transparent; }

.tooltip {
  display: none !important; }

@media screen and (min-width: 768px) {
  article .referenz.item-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: start;
    align-items: flex-start; }
    article .referenz.item-page .item-image {
      width: 30%; }
    article .referenz.item-page .content {
      width: calc(70% - 40px); } }

@media screen and (min-width: 768px) {
  article .news.item-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: start;
    align-items: flex-start; }
    article .news.item-page .item-image {
      width: 30%; }
    article .news.item-page .content {
      width: calc(70% - 40px); } }

.latestreferences {
  padding: 0;
  margin: 0;
  list-style: none; }
  .latestreferences li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .latestreferences li .item-image {
      width: 100px; }
      .latestreferences li .item-image img {
        width: 100%;
        display: block; }
    .latestreferences li .item-content {
      width: calc(100% - 100px);
      padding: 15px;
      box-sizing: border-box; }
    .latestreferences li:last-child {
      margin-bottom: 0; }
