html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

input {
  line-height: normal; }
  input[type="checkbox"], input [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c4c4c5; }

.row {
  letter-spacing: -0.32em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block; }
  .row.align-center {
    text-align: center; }
  .row.align-right {
    text-align: right; }

[class*="col-"] {
  letter-spacing: normal;
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  float: none;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box; }
  [class*="col-"].align-baseline {
    vertical-align: baseline; }
  [class*="col-"] .row {
    margin: auto -13px;
    width: auto;
    max-width: initial; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-push-1 {
  margin-right: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-push-2 {
  margin-right: 16.66667%; }

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

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

.col-xs-push-3 {
  margin-right: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-push-4 {
  margin-right: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-push-5 {
  margin-right: 41.66667%; }

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

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

.col-xs-push-6 {
  margin-right: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-push-7 {
  margin-right: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-push-8 {
  margin-right: 66.66667%; }

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

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

.col-xs-push-9 {
  margin-right: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-push-10 {
  margin-right: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-push-11 {
  margin-right: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-push-12 {
  margin-right: 100%; }

@media (min-width: 660px) {
  .col-s-1 {
    width: 8.33333%; }
    .col-s-2 {
      width: 16.66667%; }
    .col-s-3 {
      width: 25%; }
    .col-s-4 {
      width: 33.33333%; }
    .col-s-5 {
      width: 41.66667%; }
    .col-s-6 {
      width: 50%; }
    .col-s-7 {
      width: 58.33333%; }
    .col-s-8 {
      width: 66.66667%; }
    .col-s-9 {
      width: 75%; }
    .col-s-10 {
      width: 83.33333%; }
    .col-s-11 {
      width: 91.66667%; }
    .col-s-12 {
      width: 100%; }
    .col-s-offset-0 {
      margin-left: 0%; }
    .col-s-offset-1 {
      margin-left: 8.33333%; }
    .col-s-offset-2 {
      margin-left: 16.66667%; }
    .col-s-offset-3 {
      margin-left: 25%; }
    .col-s-offset-4 {
      margin-left: 33.33333%; }
    .col-s-offset-5 {
      margin-left: 41.66667%; }
    .col-s-offset-6 {
      margin-left: 50%; }
    .col-s-offset-7 {
      margin-left: 58.33333%; }
    .col-s-offset-8 {
      margin-left: 66.66667%; }
    .col-s-offset-9 {
      margin-left: 75%; }
    .col-s-offset-10 {
      margin-left: 83.33333%; }
    .col-s-offset-11 {
      margin-left: 91.66667%; }
    .col-s-offset-12 {
      margin-left: 100%; }
    .col-s-push-0 {
      margin-right: 0%; }
    .col-s-push-1 {
      margin-right: 8.33333%; }
    .col-s-push-2 {
      margin-right: 16.66667%; }
    .col-s-push-3 {
      margin-right: 25%; }
    .col-s-push-4 {
      margin-right: 33.33333%; }
    .col-s-push-5 {
      margin-right: 41.66667%; }
    .col-s-push-6 {
      margin-right: 50%; }
    .col-s-push-7 {
      margin-right: 58.33333%; }
    .col-s-push-8 {
      margin-right: 66.66667%; }
    .col-s-push-9 {
      margin-right: 75%; }
    .col-s-push-10 {
      margin-right: 83.33333%; }
    .col-s-push-11 {
      margin-right: 91.66667%; }
    .col-s-push-12 {
      margin-right: 100%; } }

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333%; }
    .col-sm-2 {
      width: 16.66667%; }
    .col-sm-3 {
      width: 25%; }
    .col-sm-4 {
      width: 33.33333%; }
    .col-sm-5 {
      width: 41.66667%; }
    .col-sm-6 {
      width: 50%; }
    .col-sm-7 {
      width: 58.33333%; }
    .col-sm-8 {
      width: 66.66667%; }
    .col-sm-9 {
      width: 75%; }
    .col-sm-10 {
      width: 83.33333%; }
    .col-sm-11 {
      width: 91.66667%; }
    .col-sm-12 {
      width: 100%; }
    .col-sm-offset-0 {
      margin-left: 0%; }
    .col-sm-offset-1 {
      margin-left: 8.33333%; }
    .col-sm-offset-2 {
      margin-left: 16.66667%; }
    .col-sm-offset-3 {
      margin-left: 25%; }
    .col-sm-offset-4 {
      margin-left: 33.33333%; }
    .col-sm-offset-5 {
      margin-left: 41.66667%; }
    .col-sm-offset-6 {
      margin-left: 50%; }
    .col-sm-offset-7 {
      margin-left: 58.33333%; }
    .col-sm-offset-8 {
      margin-left: 66.66667%; }
    .col-sm-offset-9 {
      margin-left: 75%; }
    .col-sm-offset-10 {
      margin-left: 83.33333%; }
    .col-sm-offset-11 {
      margin-left: 91.66667%; }
    .col-sm-offset-12 {
      margin-left: 100%; }
    .col-sm-push-0 {
      margin-right: 0%; }
    .col-sm-push-1 {
      margin-right: 8.33333%; }
    .col-sm-push-2 {
      margin-right: 16.66667%; }
    .col-sm-push-3 {
      margin-right: 25%; }
    .col-sm-push-4 {
      margin-right: 33.33333%; }
    .col-sm-push-5 {
      margin-right: 41.66667%; }
    .col-sm-push-6 {
      margin-right: 50%; }
    .col-sm-push-7 {
      margin-right: 58.33333%; }
    .col-sm-push-8 {
      margin-right: 66.66667%; }
    .col-sm-push-9 {
      margin-right: 75%; }
    .col-sm-push-10 {
      margin-right: 83.33333%; }
    .col-sm-push-11 {
      margin-right: 91.66667%; }
    .col-sm-push-12 {
      margin-right: 100%; } }

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%; }
    .col-md-2 {
      width: 16.66667%; }
    .col-md-3 {
      width: 25%; }
    .col-md-4 {
      width: 33.33333%; }
    .col-md-5 {
      width: 41.66667%; }
    .col-md-6 {
      width: 50%; }
    .col-md-7 {
      width: 58.33333%; }
    .col-md-8 {
      width: 66.66667%; }
    .col-md-9 {
      width: 75%; }
    .col-md-10 {
      width: 83.33333%; }
    .col-md-11 {
      width: 91.66667%; }
    .col-md-12 {
      width: 100%; }
    .col-md-offset-0 {
      margin-left: 0%; }
    .col-md-offset-1 {
      margin-left: 8.33333%; }
    .col-md-offset-2 {
      margin-left: 16.66667%; }
    .col-md-offset-3 {
      margin-left: 25%; }
    .col-md-offset-4 {
      margin-left: 33.33333%; }
    .col-md-offset-5 {
      margin-left: 41.66667%; }
    .col-md-offset-6 {
      margin-left: 50%; }
    .col-md-offset-7 {
      margin-left: 58.33333%; }
    .col-md-offset-8 {
      margin-left: 66.66667%; }
    .col-md-offset-9 {
      margin-left: 75%; }
    .col-md-offset-10 {
      margin-left: 83.33333%; }
    .col-md-offset-11 {
      margin-left: 91.66667%; }
    .col-md-offset-12 {
      margin-left: 100%; }
    .col-md-push-0 {
      margin-right: 0%; }
    .col-md-push-1 {
      margin-right: 8.33333%; }
    .col-md-push-2 {
      margin-right: 16.66667%; }
    .col-md-push-3 {
      margin-right: 25%; }
    .col-md-push-4 {
      margin-right: 33.33333%; }
    .col-md-push-5 {
      margin-right: 41.66667%; }
    .col-md-push-6 {
      margin-right: 50%; }
    .col-md-push-7 {
      margin-right: 58.33333%; }
    .col-md-push-8 {
      margin-right: 66.66667%; }
    .col-md-push-9 {
      margin-right: 75%; }
    .col-md-push-10 {
      margin-right: 83.33333%; }
    .col-md-push-11 {
      margin-right: 91.66667%; }
    .col-md-push-12 {
      margin-right: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%; }
    .col-lg-2 {
      width: 16.66667%; }
    .col-lg-3 {
      width: 25%; }
    .col-lg-4 {
      width: 33.33333%; }
    .col-lg-5 {
      width: 41.66667%; }
    .col-lg-6 {
      width: 50%; }
    .col-lg-7 {
      width: 58.33333%; }
    .col-lg-8 {
      width: 66.66667%; }
    .col-lg-9 {
      width: 75%; }
    .col-lg-10 {
      width: 83.33333%; }
    .col-lg-11 {
      width: 91.66667%; }
    .col-lg-12 {
      width: 100%; }
    .col-lg-offset-0 {
      margin-left: 0%; }
    .col-lg-offset-1 {
      margin-left: 8.33333%; }
    .col-lg-offset-2 {
      margin-left: 16.66667%; }
    .col-lg-offset-3 {
      margin-left: 25%; }
    .col-lg-offset-4 {
      margin-left: 33.33333%; }
    .col-lg-offset-5 {
      margin-left: 41.66667%; }
    .col-lg-offset-6 {
      margin-left: 50%; }
    .col-lg-offset-7 {
      margin-left: 58.33333%; }
    .col-lg-offset-8 {
      margin-left: 66.66667%; }
    .col-lg-offset-9 {
      margin-left: 75%; }
    .col-lg-offset-10 {
      margin-left: 83.33333%; }
    .col-lg-offset-11 {
      margin-left: 91.66667%; }
    .col-lg-offset-12 {
      margin-left: 100%; }
    .col-lg-push-0 {
      margin-right: 0%; }
    .col-lg-push-1 {
      margin-right: 8.33333%; }
    .col-lg-push-2 {
      margin-right: 16.66667%; }
    .col-lg-push-3 {
      margin-right: 25%; }
    .col-lg-push-4 {
      margin-right: 33.33333%; }
    .col-lg-push-5 {
      margin-right: 41.66667%; }
    .col-lg-push-6 {
      margin-right: 50%; }
    .col-lg-push-7 {
      margin-right: 58.33333%; }
    .col-lg-push-8 {
      margin-right: 66.66667%; }
    .col-lg-push-9 {
      margin-right: 75%; }
    .col-lg-push-10 {
      margin-right: 83.33333%; }
    .col-lg-push-11 {
      margin-right: 91.66667%; }
    .col-lg-push-12 {
      margin-right: 100%; } }

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

.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.nospace {
  padding: 0 !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

a:hover, li:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, input, button, label:hover, a:after, li:after, p:after, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, input:after, button:after, label:after, a:before, li:before, p:before, h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, input:before, button:before, label:before, a, li, p, h1, h2, h3, h4, h5, h6, input, button, label {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }

img, video {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%;
  border: none; }

h1 [class*="icon-"], h2 [class*="icon-"], h3 [class*="icon-"], h4 [class*="icon-"], h5 [class*="icon-"], h6 [class*="icon-"] {
  line-height: 1.2;
  margin-right: 10px;
  font-size: 32px; }
  h1 [class*="icon-"].in-header-right, h2 [class*="icon-"].in-header-right, h3 [class*="icon-"].in-header-right, h4 [class*="icon-"].in-header-right, h5 [class*="icon-"].in-header-right, h6 [class*="icon-"].in-header-right {
    margin-right: 0;
    float: right; }

.above-image {
  margin-bottom: 20px; }

.content-image {
  margin-bottom: 20px; }

.content-figure {
  margin-bottom: 20px; }
  .content-figure .content-image {
    margin-bottom: 10px; }

ul li {
  list-style: none; }
  ul li:before {
    list-style: none;
    content: '\2022';
    color: #ac1e36;
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -18px;
    top: -1px;
    font-size: 20px; }
  ul li p a {
    color: #ac1e36; }
    ul li p a:hover {
      color: #535353; }
  ul li a {
    color: #ac1e36; }
  ul li.active a {
    color: #ac1e36; }

ul, ol {
  padding-left: 20px;
  margin-bottom: 24px;
  line-height: 24px; }
  ul li, ol li {
    font-size: 14px;
    color: #535353;
    font-weight: normal;
    margin: 14px 0; }
  ul li a, ol li a {
    color: #ac1e36; }
    ul li a:hover, ol li a:hover {
      color: #535353; }

.horizontal ul {
  padding: 0;
  margin: 0; }
  .horizontal ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 10px;
    line-height: 1.2; }
    .horizontal ul li:before {
      content: ''; }
    .horizontal ul li a {
      display: block; }

.vertical ul {
  padding: 0;
  margin: 0; }
  .vertical ul li {
    list-style: none;
    display: block;
    padding: 10px;
    line-height: 1.2; }
    .vertical ul li:before {
      content: ''; }
    .vertical ul li a {
      display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.2; }

h1 {
  font-size: 50px;
  margin-bottom: 30px; }
  @media all and (max-width: 1024px) {
  h1 {
    font-size: 35px; } }
  @media all and (max-width: 768px) {
  h1 {
    font-size: 30px; } }

h2 {
  font-size: 30px;
  margin-bottom: 35px; }
  @media all and (max-width: 1024px) {
  h2 {
    font-size: 28px; } }
  @media all and (max-width: 768px) {
  h2 {
    font-size: 24px; } }

h3 {
  font-size: 24px;
  margin-bottom: 35px; }
  @media all and (max-width: 1024px) {
  h3 {
    font-size: 22px; } }


h4 {
  font-size: 22px;
  margin-bottom: 35px; }
  @media all and (max-width: 1024px) {
  h4 {
    font-size: 20px; } }


h5 {
  font-family: 'Bitter', serif;
  font-size: 18px;
  font-style: italic;
  color: #ac1e36;
  margin-bottom: 15px; }



h6 {
  font-size: 16px;
  margin-bottom: 15px; }



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit; }

p {
  font-size: 14px;
  color: #535353;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 20px 0;
  max-width: 900px; }
  p a {
    color: #ac1e36; }
  p a:hover {
    color: #535353; }

b {
  font-weight: 700; }

a {
  font-size: 14px;
  font-weight: normal;
  color: #ac1e36;
  text-decoration: none; }
  a:hover {
    color: #535353; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

table tr th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding: 21px 15px 21px 50px;
  background: #ac1e36;
  color: #fff;
  border: 1px solid #ac1e36; }
  table tr th:before {
    content: '';
    background: #fff;
    height: 20px;
    width: 3px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30px; }

table {
  border: 1px solid #b8b8b8; }
  table tr td {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #535353;
    padding: 21px 10px 21px 30px;
    font-family: 'Roboto', sans-serif; }
  table tr td a {
    color: #535353; }
  table tr td a:hover {
    color: #ac1e36; }
  table tr:nth-child(even) {
    background: #f2f2f2; }
  table tr:nth-child(1) {
    background: transparent; }

@font-face {
  font-family: 'lamello';
  src: url('/fileadmin/static/public/icon-fonts/fonts/lamello.eot?3zhuyd');
  src: url('/fileadmin/static/public/icon-fonts/fonts/lamello.eot?3zhuyd#iefix') format('embedded-opentype'), url('/fileadmin/static/public/icon-fonts/fonts/lamello.ttf?3zhuyd') format('truetype'), url('/fileadmin/static/public/icon-fonts/fonts/lamello.woff?3zhuyd') format('woff'), url('/fileadmin/static/public/icon-fonts/fonts/lamello.svg?3zhuyd#lamello') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lamello' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-catalogue:before {
  content: "\6b"; }

.icon-fax:before {
  content: "\46"; }

.icon-users:before {
  content: "\55"; }

.icon-downloadCircle:before {
  content: "\61"; }

.icon-photo:before {
  content: "\49"; }

.icon-globe:before {
  content: "\67"; }

.icon-star:before {
  content: "\57"; }

.icon-newsletter:before {
  content: "\58"; }

.icon-pdfCircle:before {
  content: "\47"; }

.icon-partner:before {
  content: "\56"; }

.icon-video:before {
  content: "\4d"; }

.icon-zip:before {
  content: "\52"; }

.icon-partners:before {
  content: "\e900"; }

.icon-order:before {
  content: "\6f"; }

.icon-down:before {
  content: "\64"; }

.icon-left:before {
  content: "\6c"; }

.icon-right:before {
  content: "\72"; }

.icon-up:before {
  content: "\75"; }

.icon-box:before {
  content: "\62"; }

.icon-check:before {
  content: "\63"; }

.icon-download:before {
  content: "\44"; }

.icon-finder:before {
  content: "\66"; }

.icon-close-light:before {
  content: "\43"; }

.icon-hands:before {
  content: "\68"; }

.icon-info:before {
  content: "\69"; }

.icon-lang:before {
  content: "\4c"; }

.icon-news:before {
  content: "\6e"; }

.icon-mail:before {
  content: "\6d"; }

.icon-next:before {
  content: "\4e"; }

.icon-pdf:before {
  content: "\70"; }

.icon-phone:before {
  content: "\74"; }

.icon-pin:before {
  content: "\50"; }

.icon-play:before {
  content: "\76"; }

.icon-quotes-open:before {
  content: "\71"; }

.icon-quotes-close:before {
  content: "\7a"; }

.icon-diagram:before {
  content: "\73"; }

.icon-storelocator:before {
  content: "\53"; }

.icon-wishlist:before {
  content: "\77"; }

.icon-close:before {
  content: "\78"; }

.icon-zoom:before {
  content: "\5a"; }

.slider {
  position: relative;
  margin-bottom: 128px; }
  @media all and (max-width: 1024px) {
  .slider {
    margin-bottom: 80px; } }
  .slider .slider-item {
    position: relative; }
  .slider .slider-item .slider-text {
    position: absolute;
    right: 0;
    top: 21%;
    max-width: 840px;
    width: 100%;
    padding: 35px 75px 60px;
    background: rgba(255, 255, 255, .7);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    opacity: 0; }
  .slider .slider-item .slider-text.done {
    -webkit-backface-visibility: hidden;
    -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);
    opacity: 1;
    visibility: visible; }
  .slider .slider-item .slider-text h3 {
    font-size: 65px;
    font-family: 'Bitter', serif;
    font-style: italic;
    color: #ac1e36;
    margin-bottom: 27px;
    font-weight: normal; }
  @media all and (max-width: 1200px) {
        .slider .slider-item .slider-text h3 {
          font-size: 40px;
          margin-bottom: 10px; } }
  @media all and (max-width: 992px) {
        .slider .slider-item .slider-text h3 {
          font-size: 30px;
          margin-bottom: 5px; } }
  @media all and (max-width: 768px) {
        .slider .slider-item .slider-text h3 {
          margin-bottom: 25px; } }
  .slider .slider-item .slider-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 22px; }
  @media all and (max-width: 768px) {
        .slider .slider-item .slider-text p {
          display: none; } }
  .slider .slider-item .slider-text > * {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .slider .slider-item .slider-text > *.done {
    -webkit-backface-visibility: hidden;
    -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);
    opacity: 1;
    visibility: visible; }
  @media all and (max-width: 1300px) {
      .slider .slider-item .slider-text {
        top: 10%;
        max-width: 740px;
        padding: 20px 75px 30px; } }
  @media all and (max-width: 992px) {
      .slider .slider-item .slider-text {
        padding: 10px 75px 20px; } }
  @media all and (max-width: 768px) {
      .slider .slider-item .slider-text {
        padding: 20px 75px 20px; } }
  @media all and (max-width: 680px) {
      .slider .slider-item .slider-text {
        display: none; } }

  .slider .flex-control-nav {
    bottom: 48px;
    left: 82px;
    text-align: left;
    width: auto; }
  .slider .flex-control-nav li {
    margin: 0 4px; }
  .slider .flex-control-nav li a {
    background: #fefefe; }
  .slider .flex-control-nav li a.flex-active {
    background: #ac1e36; }
  @media all and (max-width: 992px) {
    .slider .flex-control-nav {
      display: none; } }
  .slider .flex-direction-nav {
    position: absolute;
    bottom: 0;
    right: 10.5%;
    z-index: 998;
    width: 105px; }
  .slider .flex-direction-nav li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .slider .flex-direction-nav li:before {
    display: none; }
  .slider .flex-direction-nav li a {
    margin: 0;
    opacity: 1;
    text-indent: -99999px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    text-align: left;
    width: 46px;
    height: 54px;
    background: #ac1e36;
    border-top: 4px solid #fff;
    display: block; }
  .slider .flex-direction-nav li a:before {
    content: '';
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px; }
  .slider .flex-direction-nav li:hover a {
    border-top: 4px solid #535353;
    background: #fff; }
  .slider .flex-direction-nav .flex-nav-prev {
    margin-right: 2px; }
  .slider .flex-direction-nav .flex-nav-prev a {
    text-indent: -99999px; }
  .slider .flex-direction-nav .flex-nav-prev a:before {
    background: url("/fileadmin/static/public/css/img/arrows-white.png") no-repeat 0 -2px; }
  .slider .flex-direction-nav .flex-nav-prev:hover a:before {
    background: url("/fileadmin/static/public/css/img/arrows-pink.png") no-repeat 0 -2px; }
  .slider .flex-direction-nav .flex-nav-next {
    margin-left: 2px; }
  .slider .flex-direction-nav .flex-nav-next a {
    text-indent: -99999px; }
  .slider .flex-direction-nav .flex-nav-next a:before {
    background: url("/fileadmin/static/public/css/img/arrows-white.png") no-repeat -13px -2px; }
  .slider .flex-direction-nav .flex-nav-next:hover a:before {
    background: url("/fileadmin/static/public/css/img/arrows-pink.png") no-repeat -13px -2px; }

.gallery-slider {
  margin-bottom: 24px;
  overflow: hidden; }
  .gallery-slider .gallery-item {
    text-align: center;
    position: relative; }
  .gallery-slider .gallery-item a {
    display: inline-block;
    position: relative; }
  .gallery-slider .gallery-item [class*='icon-'] {
    width: 55px;
    height: 55px;
    background: #ac1e36;
    line-height: 55px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear; }
  .gallery-slider .gallery-item [class*='icon-']:hover {
    background: #b8b8b8; }
  .gallery-slider .gallery-item .no-icon [class*="icon-"] {
    display: none; }
  .gallery-slider .gallery-item .video {
    position: relative; }
  .gallery-slider .gallery-item .video:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .gallery-slider .gallery-item .video:after {
    content: "\76";
    position: absolute;
    font-family: lamello;
    color: #fff;
    font-size: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -12px;
    z-index: 2;
    line-height: 32px; }

.gallery-carousel {
  position: relative;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 10px; }
  .gallery-carousel .carousel-item {
    cursor: pointer;
    position: relative; }
  .gallery-carousel .carousel-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(172, 30, 54, 0.8);
    opacity: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .gallery-carousel .carousel-item:hover:after {
    opacity: 1; }
  .gallery-carousel .youtube-video {
    position: relative; }
  .gallery-carousel .youtube-video:after {
    content: "\76";
    position: absolute;
    font-family: lamello;
    color: #fff;
    font-size: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -12px;
    z-index: 2; }
  .gallery-carousel .youtube-video:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .gallery-carousel .youtube-video video {
    min-height: 94px; }
  .gallery-carousel .flex-direction-nav li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .gallery-carousel .flex-direction-nav li:before {
    display: none; }
  .gallery-carousel .flex-direction-nav li a {
    margin: 0;
    opacity: 1;
    text-indent: -99999px;
    display: block; }
  .gallery-carousel .flex-direction-nav li a:before {
    content: '';
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px; }
  .gallery-carousel .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -25px; }
  .gallery-carousel .flex-direction-nav .flex-nav-prev a:before {
    content: "\6c";
    text-indent: 0;
    font-family: lamello;
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 100%; }
  .gallery-carousel .flex-direction-nav .flex-nav-next a {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -25px; }
  .gallery-carousel .flex-direction-nav .flex-nav-next a:before {
    content: "\72";
    text-indent: 0;
    font-family: lamello;
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 100%; }

.gallery-carousel-video {
  position: relative;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 10px; }
  .gallery-carousel-video .carousel-item {
    cursor: pointer;
    position: relative; }
  .gallery-carousel-video .carousel-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(172, 30, 54, 0.8);
    opacity: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .gallery-carousel-video .carousel-item:hover:after {
    opacity: 1; }
  .gallery-carousel-video .youtube-video {
    position: relative; }
  .gallery-carousel-video .youtube-video:after {
    content: "\76";
    position: absolute;
    font-family: lamello;
    color: #fff;
    font-size: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -12px;
    z-index: 2; }
  .gallery-carousel-video .youtube-video:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
  .gallery-carousel-video .youtube-video video {
    min-height: 94px; }
  .gallery-carousel-video .flex-direction-nav li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .gallery-carousel-video .flex-direction-nav li:before {
    display: none; }
  .gallery-carousel-video .flex-direction-nav li a {
    margin: 0;
    opacity: 1;
    text-indent: -99999px;
    display: block; }
  .gallery-carousel-video .flex-direction-nav li a:before {
    content: '';
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px; }
  .gallery-carousel-video .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -25px; }
  .gallery-carousel-video .flex-direction-nav .flex-nav-prev a:before {
    content: "\6c";
    text-indent: 0;
    font-family: lamello;
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 100%; }
  .gallery-carousel-video .flex-direction-nav .flex-nav-next a {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -25px; }
  .gallery-carousel-video .flex-direction-nav .flex-nav-next a:before {
    content: "\72";
    text-indent: 0;
    font-family: lamello;
    font-size: 24px;
    position: absolute;
    width: 100%;
    height: 100%; }

.news-slider .news-slider-item {
  margin-bottom: 25px; }
  .news-slider .news-slider-item h4 {
    margin-bottom: 10px;
    min-height: 52px; }
  .news-slider .news-slider-item p {
    margin-bottom: 15px;
    min-height: 48px; }
  .news-slider .bottom {
    padding: 30px 30px 25px;
    background: #fff;
    min-height: 185px; }
  .news-slider .flex-direction-nav li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .news-slider .flex-direction-nav li:before {
    display: none; }
  .news-slider .flex-direction-nav li a {
    margin: 0;
    opacity: 1;
    text-indent: -99999px;
    display: block; }
  .news-slider .flex-direction-nav li a:before {
    content: '';
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px;
    color: #535353; }
  .news-slider .flex-direction-nav li a:hover:before {
    color: #b8b8b8; }
  @media all and (max-width: 1100px) {
        .news-slider .flex-direction-nav li .flex-disabled {
          opacity: 1 !important; } }
  .news-slider .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    left: -102px;
    margin-top: -16px; }
  .news-slider .flex-direction-nav .flex-nav-prev a:before {
    content: "\6c";
    text-indent: 0;
    font-family: lamello;
    font-size: 32px;
    position: absolute;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 680px) {
        .news-slider .flex-direction-nav .flex-nav-prev a:before {
          font-size: 20px; } }
  @media all and (max-width: 1600px) {
      .news-slider .flex-direction-nav .flex-nav-prev {
        left: 0; } }
  @media all and (max-width: 1440px) {
      .news-slider .flex-direction-nav .flex-nav-prev {
        left: 20px; } }
  @media all and (max-width: 1200px) {
      .news-slider .flex-direction-nav .flex-nav-prev {
        left: 20px; } }
  @media all and (max-width: 1100px) {
      .news-slider .flex-direction-nav .flex-nav-prev {
        top: -80px;
        left: auto;
        right: 80px; } }
  @media all and (max-width: 680px) {
      .news-slider .flex-direction-nav .flex-nav-prev {
        top: -14px; } }
  .news-slider .flex-direction-nav .flex-nav-next a {
    position: absolute;
    top: 50%;
    right: -82px;
    margin-top: -16px; }
  .news-slider .flex-direction-nav .flex-nav-next a:before {
    content: "\72";
    text-indent: 0;
    font-family: lamello;
    font-size: 32px;
    position: absolute;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 680px) {
        .news-slider .flex-direction-nav .flex-nav-next a:before {
          font-size: 20px; } }
  @media all and (max-width: 1600px) {
        .news-slider .flex-direction-nav .flex-nav-next a {
          right: 0; } }
  @media all and (max-width: 1440px) {
        .news-slider .flex-direction-nav .flex-nav-next a {
          right: 45px; } }
  @media all and (max-width: 1200px) {
        .news-slider .flex-direction-nav .flex-nav-next a {
          right: 40px; } }
  @media all and (max-width: 1100px) {
        .news-slider .flex-direction-nav .flex-nav-next a {
          top: -80px; } }
  @media all and (max-width: 680px) {
        .news-slider .flex-direction-nav .flex-nav-next a {
          top: -14px; } }

.product-slider .product-slider-item {
  margin-bottom: 25px; }
  .product-slider .product-slider-item h4 {
    margin-bottom: 10px;
    min-height: 52px; }
  .product-slider .product-slider-item p {
    margin-bottom: 0; }
  .product-slider .product-slider-item .teaser {
    min-height: 48px;
    margin-bottom: 15px; }
  .product-slider .add-remove .active {
    color: #ac1e36; }
  .product-slider .bottom {
    padding: 30px 0 25px; }
  .product-slider .btn {
    padding-left: 0;
    color: #535353; }
  .product-slider .btn:hover {
    color: #ac1e36; }
  .product-slider .btn .icon-star {
    font-size: 18px; }
  .product-slider .btn .icon-star.active {
    color: #ac1e36; }
  .product-slider .flex-direction-nav li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .product-slider .flex-direction-nav li:before {
    display: none; }
  .product-slider .flex-direction-nav li a {
    margin: 0;
    opacity: 1;
    text-indent: -99999px;
    display: block; }
  .product-slider .flex-direction-nav li a:before {
    content: '';
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px;
    color: #535353; }
  .product-slider .flex-direction-nav li a:hover:before {
    color: #b8b8b8; }
  @media all and (max-width: 1100px) {
        .product-slider .flex-direction-nav li .flex-disabled {
          opacity: 1 !important; } }
  .product-slider .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    left: -102px;
    margin-top: -18px; }
  .product-slider .flex-direction-nav .flex-nav-prev a:before {
    content: "\6c";
    text-indent: 0;
    font-family: lamello;
    font-size: 32px;
    position: absolute;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 680px) {
        .product-slider .flex-direction-nav .flex-nav-prev a:before {
          font-size: 20px; } }
  @media all and (max-width: 1600px) {
      .product-slider .flex-direction-nav .flex-nav-prev {
        left: 0; } }
  @media all and (max-width: 1440px) {
      .product-slider .flex-direction-nav .flex-nav-prev {
        left: 20px; } }
  @media all and (max-width: 1200px) {
      .product-slider .flex-direction-nav .flex-nav-prev {
        left: 20px; } }
  @media all and (max-width: 1100px) {
      .product-slider .flex-direction-nav .flex-nav-prev {
        top: -80px;
        left: auto;
        right: 80px; } }
  @media all and (max-width: 680px) {
      .product-slider .flex-direction-nav .flex-nav-prev {
        top: -14px; } }
  .product-slider .flex-direction-nav .flex-nav-next a {
    position: absolute;
    top: 50%;
    right: -82px;
    margin-top: -18px; }
  .product-slider .flex-direction-nav .flex-nav-next a:before {
    content: "\72";
    text-indent: 0;
    font-family: lamello;
    font-size: 32px;
    position: absolute;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 680px) {
        .product-slider .flex-direction-nav .flex-nav-next a:before {
          font-size: 20px; } }
  @media all and (max-width: 1600px) {
        .product-slider .flex-direction-nav .flex-nav-next a {
          right: 0; } }
  @media all and (max-width: 1440px) {
        .product-slider .flex-direction-nav .flex-nav-next a {
          right: 45px; } }
  @media all and (max-width: 1200px) {
        .product-slider .flex-direction-nav .flex-nav-next a {
          right: 40px; } }
  @media all and (max-width: 1100px) {
        .product-slider .flex-direction-nav .flex-nav-next a {
          top: -80px; } }
  @media all and (max-width: 680px) {
        .product-slider .flex-direction-nav .flex-nav-next a {
          top: -14px; } }

.inspiration-slider-bottom .flex-direction-nav li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  .inspiration-slider-bottom .flex-direction-nav li:before {
    display: none; }
  .inspiration-slider-bottom .flex-direction-nav li a {
    margin: 0;
    opacity: 1;
    text-indent: -99999px;
    display: block; }
  .inspiration-slider-bottom .flex-direction-nav li a:before {
    content: '';
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px;
    color: #535353; }
  .inspiration-slider-bottom .flex-direction-nav li a:hover:before {
    color: #b8b8b8; }
  @media all and (max-width: 1100px) {
        .inspiration-slider-bottom .flex-direction-nav li .flex-disabled {
          opacity: 1 !important; } }
  .inspiration-slider-bottom .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    left: -102px;
    margin-top: -18px; }
  .inspiration-slider-bottom .flex-direction-nav .flex-nav-prev a:before {
    content: "\6c";
    text-indent: 0;
    font-family: lamello;
    font-size: 32px;
    position: absolute;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 680px) {
        .inspiration-slider-bottom .flex-direction-nav .flex-nav-prev a:before {
          font-size: 20px; } }
  @media all and (max-width: 1600px) {
      .inspiration-slider-bottom .flex-direction-nav .flex-nav-prev {
        left: 0; } }
  @media all and (max-width: 1440px) {
      .inspiration-slider-bottom .flex-direction-nav .flex-nav-prev {
        left: 20px; } }
  @media all and (max-width: 1200px) {
      .inspiration-slider-bottom .flex-direction-nav .flex-nav-prev {
        left: 20px; } }
  @media all and (max-width: 1100px) {
      .inspiration-slider-bottom .flex-direction-nav .flex-nav-prev {
        top: -80px;
        left: auto;
        right: 80px; } }
  @media all and (max-width: 680px) {
      .inspiration-slider-bottom .flex-direction-nav .flex-nav-prev {
        top: -14px; } }
  .inspiration-slider-bottom .flex-direction-nav .flex-nav-next a {
    position: absolute;
    top: 50%;
    right: -82px;
    margin-top: -18px; }
  .inspiration-slider-bottom .flex-direction-nav .flex-nav-next a:before {
    content: "\72";
    text-indent: 0;
    font-family: lamello;
    font-size: 32px;
    position: absolute;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 680px) {
        .inspiration-slider-bottom .flex-direction-nav .flex-nav-next a:before {
          font-size: 20px; } }
  @media all and (max-width: 1600px) {
        .inspiration-slider-bottom .flex-direction-nav .flex-nav-next a {
          right: 0; } }
  @media all and (max-width: 1440px) {
        .inspiration-slider-bottom .flex-direction-nav .flex-nav-next a {
          right: 45px; } }
  @media all and (max-width: 1200px) {
        .inspiration-slider-bottom .flex-direction-nav .flex-nav-next a {
          right: 40px; } }
  @media all and (max-width: 1100px) {
        .inspiration-slider-bottom .flex-direction-nav .flex-nav-next a {
          top: -80px; } }
  @media all and (max-width: 680px) {
        .inspiration-slider-bottom .flex-direction-nav .flex-nav-next a {
          top: -14px; } }

.form-element {
  margin-bottom: 25px;
  position: relative; }

.form-element-submit {
  text-align: right; }

label {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px; }
  label:hover {
    color: #ac1e36; }
  label.error {
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    right: 0;
    color: red; }
  label em {
    display: inline;
    color: #ac1e36; }

.error-left label.error {
  right: auto;
  left: 0; }

.error label {
  color: red !important; }
  .error input {
    border: 1px solid red !important; }
  .error input:focus {
    outline: none; }

input {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  border: 0;
  width: 100%;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
    height: 43px;
    border: 1px solid #b8b8b8;
    background: transparent;
    display: block;
    line-height: 43px;
    border-radius: 5px; }
  input[type="radio"] {
    display: none; }
  input[type="radio"] + label {
    background: url('/fileadmin/static/public/css/img/radio-btn.svg') no-repeat left 3px;
    padding: 2px 25px;
    font-size: 14px;
    color: #333; }
  input[type="radio"]:checked + label {
    background: url('/fileadmin/static/public/css/img/radio-btn-check.svg') no-repeat left 3px;
    padding: 2px 25px; }
  input[type='submit'], input[type='button'] {
    min-width: 140px;
    height: 43px;
    background: #ac1e36;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 43px;
    padding: 0 24px;
    cursor: pointer;
    border-radius: 5px; }
  input[type='submit']:hover, input[type='button']:hover {
    background: #000;
    color: #fff;
    border: none; }
  input[type='submit'] [class*="icon-"], input[type='button'] [class*="icon-"] {
    vertical-align: middle;
    margin-left: 32px; }
  input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none; }
  input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 1.71;
    border: none;
    font-size: 14px; }
  input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #b8b8b8;
    background: transparent;
    border-radius: 1px; }
  input[type="checkbox"]:not(:checked) + label:after, input[type="checkbox"]:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    left: 8px;
    margin-top: -5px;
    margin-left: -5px;
    background: #ac1e36;
    transition: all 0.2s; }
  input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }

button[type='submit'] {
  min-width: 140px;
  height: 43px;
  background: #ac1e36;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 43px;
  padding: 0 24px;
  cursor: pointer;
  border-radius: 5px; }
  button[type='submit']:hover {
    background: #000;
    color: #fff;
    border: none; }
  button[type='submit'] [class*="icon-"] {
    vertical-align: middle;
    margin-left: 32px;
    font-size: inherit;
    margin-bottom: 0; }

.file-upload-input {
  width: 100%;
  max-width: calc(100% - 136px);
  color: #000;
  font-size: 14px;
  line-height: 14px;
  padding: 0 10px;
  border: none;
  float: none;
  display: inline-block !important;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.file-upload-button {
  display: inline-block;
  vertical-align: middle;
  min-width: 134px;
  line-height: 43px;
  border: none;
  top: 15px;
  padding: 0 16px;
  font-size: 14px;
  color: #fff;
  background: #ac1e36;
  position: relative;
  cursor: pointer;
  outline: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.form-element-button {
  text-align: right; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

legend {
  display: none; }

textarea {
  color: #535353;
  font-family: 'Roboto', sans-serif;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  border: 0;
  min-height: 215px;
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background: transparent;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-top: 10px;
  resize: vertical; }

::-webkit-input-placeholder {
  color: #535353;
  font-size: 14px; }

:-moz-placeholder {
  color: #535353;
  font-size: 14px; }

::-moz-placeholder {
  color: #535353;
  font-size: 14px; }

:-ms-input-placeholder {
  color: #535353;
  font-size: 14px; }

.input-group ul li::before {
  content: ''; }

.error-message {
  color: #ac1e36; }

.select2-container, .select2-container .select2-choice {
  width: 100%;
  min-width: 100px; }

.select2-container a {
  font-size: 14px;
  font-weight: normal; }

.select2-container .select2-choice {
  height: 43px;
  line-height: 43px;
  padding: 0 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #535353;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.select2-container .select2-choice, .select2-dropdown-open .select2-choice {
  border: 1px solid #b8b8b8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  background-image: none;
  /*max-width: 364px;*/ }

.select2-container, .select2-container .select2-choice:focus, .select2-dropdown-open .select2-choice:focus, .select2-container-active .select2-choice {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.select2-drop, .select2-drop-active {
  border: none;
  border-top: none; }

.select2-container .select2-choice .select2-arrow {
  /*height: 100%;*/
  text-align: center;
  background: url('/fileadmin/static/public/css/img/arrow-down-gray.svg') no-repeat center;
  width: 16px;
  height: 10px;
  border: none;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px; }

.select2-results .select2-highlighted {
  background: #ac1e36;
  color: #fff; }

ul.select2-results {
  padding-left: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #b8b8b8; }

ul.select2-results li {
  list-style: none;
  padding: 15px 10px;
  margin: 0; }

ul.select2-results li:before {
  display: none; }

.select2-results .select2-result-label {
  padding: 0; }

.divider {
  margin: 40px 0; }

.btn {
  min-width: 140px;
  height: 43px;
  border: none;
  text-align: left;
  line-height: 43px;
  padding: 0 24px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block; }
  .btn [class*="icon-"] {
    vertical-align: middle;
    margin-left: 32px; }
  .btn.btn-red {
    background: #ac1e36 !important;
    color: #fff; }
  .btn.more {
    border: 1px solid #000;
    color: #535353;
    font-size: 13px; }
  .btn.more:hover {
    background: #ac1e36;
    border-color: #ac1e36;
    color: #fff; }
  .btn.back {
    border: 1px solid #000;
    color: #535353;
    font-size: 13px;
    margin-top: 50px; }
  .btn.back:hover {
    background: #ac1e36;
    border-color: #ac1e36;
    color: #fff; }
  .btn.back [class*="icon-"] {
    vertical-align: middle;
    margin-left: 0;
    margin-right: 32px; }
  .btn.light {
    border-color: #fff;
    color: #fff; }
  .btn.red {
    background: #ac1e36;
    border: 1px solid #ac1e36;
    color: #fff; }
  .btn.red:hover {
    color: #535353;
    background: transparent;
    border-color: #000; }

.button {
  background: #ac1e36 !important;
  border: 1px solid #ac1e36 !important;
  color: #fff !important; }
  .button:hover {
    color: #535353 !important;
    background: transparent !important;
    border-color: #000 !important; }

.circle {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #f9f9f9;
  font-size: 9px;
  display: inline-block;
  text-align: center;
  color: #535353;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .circle:hover {
    background: #ac1e36;
    color: #fff; }

.icon-at {
  font-size: inherit !important;
  font-family: 'Roboto', sans-serif !important;
  margin: 0 !important; }
  .icon-at:before {
    content: '@'; }

header {
  max-width: 1920px; }
  @media all and (min-width: 1270px) {
  header {
    position: fixed;
    width: 100%;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    margin-left: auto;
    margin-right: auto;
    top: 0;
    z-index: 3;
    background: #fff; }
    header.fixed .meta {
      opacity: 0;
      height: 0;
      overflow: hidden;
      margin-bottom: 20px; }
      header.fixed .finder {
        padding-top: 20px;
        padding-bottom: 1px; }
        header.fixed .finder [class*="icon-"] {
          font-size: 38px; }
          header.fixed .finder [class*="icon-"] + span {
            height: 0;
            overflow: hidden; }
      header.fixed .nav-wrapper {
        padding-top: 0; }
      header.fixed .main > ul > li > a {
        padding: 12px 22px; }
        header.fixed .main > ul > li:hover .sub-menu {
          top: 59px; }
          header.fixed .main > ul > li:hover .sub-menu.single {
            top: 40px; }
      header.fixed .logo {
        margin-top: 7px; }
        header.fixed .logo img {
          max-width: 100px; } }
  header .right {
    position: initial; }
  @media all and (max-width: 1270px) {
    header .right {
      margin-top: 35px; } }
  @media all and (max-width: 680px) {
    header .right {
      margin-top: 25px; } }
  header .logo {
    margin-top: 22px;
    margin-left: 74px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  header .logo img {
    max-width: 120px;
    width: 100%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  @media all and (max-width: 1300px) {
    header .logo {
      margin-left: 20px; } }
  @media all and (max-width: 1270px) {
    header .logo {
      margin-bottom: 25px;
      margin-left: 0; } }
  @media all and (max-width: 380px) {
    header .logo {
      margin-top: 28px; } }
  @media all and (max-width: 320px) {
    header .logo {
      margin-top: 33px; } }
  header .nav-wrapper, header .finder {
    display: inline-block;
    vertical-align: top; }
  header .nav-wrapper {
    padding-top: 15px;
    margin-right: 75px; }
  header .nav-wrapper .main-wrapper {
    width: 100%; }
  header .nav-wrapper .main, header .nav-wrapper .lang, header .nav-wrapper .country {
    display: inline-block;
    vertical-align: middle; }
  @media all and (max-width: 1500px) {
    header .nav-wrapper {
      margin-right: 20px; } }
  @media all and (max-width: 1270px) {
    header .nav-wrapper {
      margin-right: 0;
      padding-right: 24px; } }
  header .finder {
    background: #f0f0f0;
    padding: 30px 25px 17px 32px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  header .finder span {
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  header .finder a {
    color: #000; }
  header .finder a:hover, header .finder a.active {
    color: #ac1e36; }
  header .finder [class*="icon-"] {
    font-size: 48px;
    margin-bottom: 10px;
    margin-left: auto; }
  @media all and (max-width: 1270px) {
    header .finder {
      display: none; } }
  header .lang, header .country {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: #ababab;
    font-weight: bold;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  header .lang:hover, header .country:hover {
    color: #ac1e36; }
  header .lang ul, header .country ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 58px;
    left: 7px;
    z-index: 14;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12); }
  header .lang ul li, header .country ul li {
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center; }
  header .lang ul li:hover, header .country ul li:hover {
    background: #ac1e36;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    header .lang ul li:hover a, header .country ul li:hover a {
      color: #fff; }
  header .lang ul li a, header .country ul li a {
    display: block;
    padding: 10px;
    color: #535353; }
  header .lang ul.done, header .country ul.done {
    top: 38px;
    opacity: 1; }
  header .lang [class*="current-"], header .country [class*="current-"] {
    line-height: 20px; }
  header .lang [class*="current-"] .icon-globe, header .country [class*="current-"] .icon-globe {
    margin-right: 16px;
    font-size: 22px;
    line-height: 21px;
    vertical-align: middle;
    margin-bottom: 3px;
    display: inline-block;
    color: #ac1e36; }
  header .lang [class*="current-"] .icon-down, header .country [class*="current-"] .icon-down {
    margin-left: 8px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle; }
  header .country {
    margin-left: 28px; }
  header .country:before {
    content: '';
    width: 1px;
    height: 26px;
    background: #bdbdbd;
    position: absolute;
    top: -1px;
    left: -30px; }
  header .country ul {
    width: auto;
    min-width: 160px;
    left: 50%;
    margin-left: -85px; }
  header .country ul.done {
    top: 40px;
    opacity: 1; }

@media all and (max-width: 680px) {
        .poland header .right {
          vertical-align: top !important; } }

footer {
  margin-top: 150px; }
  footer .footer-top {
    background: #ac1e36;
    color: #fff;
    padding-top: 66px;
    padding-bottom: 45px; }
  footer .footer-top p {
    color: #fff;
    line-height: 28px;
    font-weight: 300; }
  @media all and (max-width: 680px) {
      footer .footer-top p {
        line-height: 20px; } }
  footer .footer-top a {
    color: #fff; }
  footer .footer-top a:hover {
    color: #b8b8b8; }
  footer .footer-top [class*="icon-"] {
    margin-right: 8px;
    font-size: 16px; }
  footer .footer-top h1, footer .footer-top h2, footer .footer-top h3, footer .footer-top h4, footer .footer-top h5, footer .footer-top h6 {
    color: #fff; }
  footer .footer-top .headings {
    border: none;
    margin-bottom: 0;
    padding: 0; }
  footer .footer-top .headings h2 {
    margin-bottom: 3px; }
  footer .footer-top form {
    margin-top: 12px; }
  footer .footer-top .form-element {
    max-width: 290px;
    position: relative;
    margin: 0; }
  footer .footer-top .form-element input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cc7686;
    padding-right: 40px;
    color: #fff;
    font-weight: 300; }
  footer .footer-top .form-element button {
    position: absolute;
    top: 16px;
    right: 10px;
    background: transparent;
    min-width: 0;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 1.2; }
  footer .footer-top .form-element button [class*="icon-"] {
    font-size: 14px;
    margin: 0; }
  footer .footer-top .form-element button:hover {
    color: #b8b8b8; }
  footer .footer-top .footer-left h2 {
    position: relative; }
  footer .footer-top .footer-left h2 [class*="icon-"] {
    font-size: 78px;
    position: absolute;
    display: inline-block;
    left: -107px;
    top: -14px; }
    @media all and (max-width: 1200px) {
        footer .footer-top .footer-left h2 [class*="icon-"] {
          left: -70px; } }
    @media all and (max-width: 992px) {
        footer .footer-top .footer-left h2 [class*="icon-"] {
          font-size: 60px; } }
    @media all and (max-width: 680px) {
        footer .footer-top .footer-left h2 [class*="icon-"] {
          display: none; } }
  footer .footer-top .footer-left h2 .icon-users {
    font-size: 50px;
    left: -90px;
    top: 0; }
    @media all and (max-width: 992px) {
        footer .footer-top .footer-left h2 .icon-users {
          left: -70px; } }
  footer .footer-top .footer-center {
    border-right: 1px solid #cc7686;
    border-left: 1px solid #cc7686; }
  @media all and (max-width: 768px) {
      footer .footer-top .footer-center {
        border: none; } }
  footer .footer-top .footer-center > div {
    max-width: 340px;
    margin: auto; }
  @media all and (max-width: 992px) {
        footer .footer-top .footer-center .wrapper {
          padding-left: 20px; } }
  @media all and (max-width: 680px) {
        footer .footer-top .footer-center .wrapper {
          padding-left: 0; } }
  footer .footer-top .footer-right h2 [class*="icon-"] {
    font-size: 32px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; }
  footer .footer-top .footer-right .btn.red:hover {
    border-color: #fff;
    color: #fff; }
  @media all and (max-width: 680px) {
      footer .footer-top .footer-right {
        display: none; } }
  @media all and (max-width: 680px) {
    footer .footer-top {
      padding-top: 25px;
      padding-bottom: 0; } }
  footer .footer-bottom {
    background: #eee;
    padding: 10px; }
  footer .footer-bottom nav {
    text-align: right; }
  footer .footer-bottom nav ul li {
    border-right: 1px solid #ac1e36;
    padding: 0 16px; }
    footer .footer-bottom nav ul li a {
      color: #535353; }
      footer .footer-bottom nav ul li a:hover {
        color: #ac1e36; }
    footer .footer-bottom nav ul li:last-child {
      border: none; }
  footer ::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300; }
  footer :-moz-placeholder {
    color: #fff;
    font-weight: 300; }
  footer ::-moz-placeholder {
    color: #fff;
    font-weight: 300; }
  footer :-ms-input-placeholder {
    color: #fff;
    font-weight: 300; }
  @media all and (max-width: 1024px) {
  footer {
    margin-top: 80px; } }

.meta {
  margin-bottom: 26px;
  height: 31px;
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  .meta ul li {
    padding: 0;
    margin: 0 38px 0 0; }
  .meta ul li a {
    font-size: 13px;
    color: #000;
    font-weight: bold; }
  .meta ul li a:hover {
    color: #ac1e36; }
  .meta ul li [class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 32px;
    color: #ac1e36;
    line-height: 31px; }
  .meta ul li:last-child {
    margin-right: 0; }
  .meta ul li.active > a {
    color: #ac1e36; }
  .meta ul .wishlist {
    position: relative; }
  .meta ul .wishlist .count {
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ac1e36;
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -18px;
    font-size: 10px; }
  .meta ul .wishlist .count.active {
    display: block; }
  @media all and (max-width: 1270px) {
  .meta {
    display: none !important; } }

.main > ul > li {
  padding: 0;
  margin: 0; }
  .main > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 120px;
    pointer-events: auto;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    .main > ul > li:hover .sub-menu.single {
      top: 48px; }
  .main > ul > li.single {
    position: relative; }
  .main > ul > li > a {
    padding: 16px 22px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ababab;
    font-weight: bold;
    position: relative; }
  .main > ul > li > a:after {
    content: '';
    width: 70%;
    height: 5px;
    background: #ac1e36;
    position: absolute;
    left: 50%;
    bottom: -2px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0; }
  @media all and (max-width: 1420px) {
        .main > ul > li > a {
          padding: 16px 12px; } }
  @media all and (max-width: 1300px) {
        .main > ul > li > a {
          padding: 16px 10px; } }
  .main > ul > li:hover a {
    color: #ac1e36; }
  .main > ul > li.active > a, .main > ul > li:hover > a {
    color: #ac1e36; }
    .main > ul > li.active > a:after, .main > ul > li:hover > a:after {
      opacity: 1; }
  .main .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    max-width: 1350px;
    padding: 20px 40px 0;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 140px;
    left: 50%;
    z-index: 2;
    text-align: left;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    overflow-y: auto; }
  .main .sub-menu.single {
    padding-top: 7px;
    width: auto;
    left: 50%;
    top: 66px;
    min-width: 250px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%); }
  .main .sub-menu.single .menu-item {
    width: 100%;
    margin-bottom: 0; }
  .main .sub-menu > li {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center; }
  .main .sub-menu .menu-item {
    width: 19.7%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    position: relative;
    padding: 20px 0;
    text-align: left; }
  .main .sub-menu .menu-item:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #dedede;
    position: absolute;
    right: 24px;
    top: 0; }
  .main .sub-menu .menu-item:last-child:after {
    display: none; }
  .main .sub-menu .menu-item ul {
    margin-bottom: 20px; }
  .main .sub-menu .menu-item ul:last-child {
    margin-bottom: 0; }
  .main .sub-menu .menu-item ul li {
    display: block;
    padding: 3px 0; }
    .main .sub-menu .menu-item ul li.active > a {
      color: #ac1e36; }
    .main .sub-menu .menu-item ul li a {
      color: #535353; }
      .main .sub-menu .menu-item ul li a:hover {
        color: #ac1e36; }
  .main .sub-menu .menu-item .menu-img {
    margin-bottom: 25px;
    position: relative;
    min-height: 56px; }
  .main .sub-menu .menu-item .menu-img img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    .main .sub-menu .menu-item .menu-img img.visible {
      opacity: 1; }
  .main .sub-menu .menu-item .menu-img .defaultImage {
    position: static;
    opacity: 1; }
  .main .sub-menu .menu-item h4 {
    color: #ac1e36;
    margin-bottom: 7px;
    font-size: 16px;
    position: relative;
    max-width: 80%; }
  .main .sub-menu .menu-item h4:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #ac1e36;
    position: absolute;
    left: 0;
    bottom: -2px; }
  @media all and (max-width: 1270px) {
  .main {
    display: none !important; } }

.mobile-navigation {
  display: none;
  margin-left: 30px; }
  @media all and (max-width: 1270px) {
  .mobile-navigation {
    display: inline-block;
    vertical-align: middle; } }

#my-menu [class*="icon-"] {
  font-size: 16px;
  color: #ac1e36;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
  #my-menu .count {
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ac1e36;
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 11px;
    right: 18px;
    font-size: 10px;
    padding: 0; }
  #my-menu .count.active {
    display: block; }

.mm-menu {
  background-color: #f9f9f9; }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #ac1e36; }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #ac1e36;
  font-weight: bold; }

.menu-btn {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 22px;
  background: transparent;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 10; }
  .menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ac1e36;
    opacity: 1;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .menu-btn span:nth-child(1) {
    top: 0; }
  .menu-btn span:nth-child(2) {
    top: 8px; }
  .menu-btn span:nth-child(3) {
    top: 16px; }
  .menu-btn.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .menu-btn.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .menu-btn.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.content-grid {
  position: relative;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden; }
  .content-grid:hover .box {
    bottom: 0;
    background: rgba(83, 83, 83, 0.8);
    padding: 60px 45px 0;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear; }
  .content-grid:hover .box .teaser {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    transition-delay: 0.2s; }
  .content-grid:hover .box .teaser p {
    color: #fff; }
  .content-grid:hover .box .btn {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    transition-delay: 0.2s; }
  .content-grid:hover .box.green {
    background: rgba(69, 171, 66, 0.8); }
  .content-grid:hover .box.green .more:hover {
    background: #45ab42;
    border-color: #45ab42; }
  .content-grid:hover .box.blue {
    background: rgba(99, 203, 242, 0.8); }
  .content-grid:hover .box.blue .more:hover {
    background: #63cbf2;
    border-color: #63cbf2; }
  .content-grid:hover .box.orange {
    background: rgba(250, 167, 52, 0.8); }
  .content-grid:hover .box.orange .more:hover {
    background: #faa734;
    border-color: #faa734; }
  .content-grid:hover .box.red {
    background: rgba(172, 30, 54, 0.8); }
  .content-grid:hover .box.red .more:hover {
    background: #ac1e36;
    border-color: #ac1e36; }
  @media all and (max-width: 680px) {
      .content-grid:hover .box {
        padding: 40px 45px 20px; } }
  .content-grid .content-image {
    margin: 0; }
  .content-grid .box {
    position: absolute;
    bottom: -210px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 45px 0;
    color: #fff;
    background: rgba(83, 83, 83, 0.4);
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear; }
  .content-grid .box h1, .content-grid .box h2, .content-grid .box h3, .content-grid .box h4, .content-grid .box h5, .content-grid .box h6 {
    color: #fff; }
  @media all and (max-width: 680px) {
      .content-grid .box h1, .content-grid .box h2, .content-grid .box h3, .content-grid .box h4, .content-grid .box h5, .content-grid .box h6 {
        margin-bottom: 10px; } }
  .content-grid .box .teaser {
    margin-bottom: 22px;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden; }
  .content-grid .box .teaser p {
    color: #fff; }
  @media all and (max-width: 320px) {
      .content-grid .box .teaser {
        margin-bottom: 15px; } }
  .content-grid .box .btn {
    opacity: 0;
    visibility: hidden; }
  .content-grid .box.green {
    background: rgba(69, 171, 66, 0.4); }
  .content-grid .box.blue {
    background: rgba(99, 203, 242, 0.4); }
  .content-grid .box.orange {
    background: rgba(250, 167, 52, 0.4); }
  .content-grid .box.red {
    background: rgba(172, 30, 54, 0.4); }
  @media all and (max-width: 1024px) {
    .content-grid .box {
      bottom: 0;
      background: rgba(83, 83, 83, 0.8); }
      .content-grid .box.green {
        background: rgba(69, 171, 66, 0.8); }
      .content-grid .box.blue {
        background: rgba(99, 203, 242, 0.8); }
      .content-grid .box.orange {
        background: rgba(250, 167, 52, 0.8); }
      .content-grid .box.red {
        background: rgba(172, 30, 54, 0.8); }
      .content-grid .box .teaser {
        opacity: 1;
        visibility: visible; }
      .content-grid .box .btn {
        visibility: visible;
        opacity: 1; } }
  @media all and (max-width: 992px) {
    .content-grid .box {
      padding: 20px 45px 20px; } }
  @media all and (max-width: 767px) {
    .content-grid .box {
      padding: 40px 45px 20px; } }
  @media all and (max-width: 680px) {
    .content-grid .box {
      padding: 40px 45px 20px; } }

.category-item {
  background-size: cover !important; }
  .category-item .description {
    padding: 90px 0 100px; }
  .category-item .description h1, .category-item .description h2, .category-item .description h3, .category-item .description h4, .category-item .description h5, .category-item .description h6 {
    text-align: center; }
  @media all and (max-width: 680px) {
      .category-item .description h1, .category-item .description h2, .category-item .description h3, .category-item .description h4, .category-item .description h5, .category-item .description h6 {
        text-align: left;
        padding-left: 10%; } }
  .category-item .description h2 {
    font-size: 60px; }
  @media all and (max-width: 1024px) {
      .category-item .description h2 {
        font-size: 45px; } }
  .category-item .description .teaser-wrapper {
    padding: 0 20.5%; }
  .category-item .description .teaser-wrapper p {
    max-width: 300px;
    color: #000;
    margin-bottom: 40px;
    min-height: 96px; }
  @media all and (max-width: 1024px) {
      .category-item .description .teaser-wrapper {
        padding: 0 10%; } }

.list-item {
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .list-item .box {
    background: rgba(172, 30, 54, 0.3);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(100% - 86px);
    left: 0;
    padding: 25px 40px 40px 40px;
    -webkit-transition: top 0.5s, padding 0.5s, background 0.5s 0.2s;
    -moz-transition: top 0.5s, padding 0.5s, background 0.5s 0.2s;
    -ms-transition: top 0.5s, padding 0.5s, background 0.5s 0.2s;
    -o-transition: top 0.5s, padding 0.5s, background 0.5s 0.2s;
    transition: top 0.5s, padding 0.5s, background 0.5s 0.2s; }
  .list-item .box h3 {
    color: #fff; }
  .list-item .box .btn:hover {
    color: #000;
    background: #fff; }
  .list-item .box .teaser {
    max-width: 480px;
    margin-bottom: 50px;
    line-height: 24px; }
  @media all and (max-width: 1440px) {
      .list-item .box .teaser {
        margin-bottom: 25px; } }
  @media all and (max-width: 1280px) {
      .list-item .box .teaser {
        margin-bottom: 20px; } }
  .list-item .box .new {
    position: absolute;
    left: 0;
    top: 79px;
    background: #ac1e36;
    font-size: 13px;
    text-align: center;
    width: 79px;
    height: 21px;
    line-height: 21px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top; }
  .list-item .box p {
    color: #fff; }
  @media all and (max-width: 1024px) {
    .list-item .box {
      width: 100%;
      background: #ac1e36; } }
  .list-item .img-wrapper:hover a:before, .list-item .img-wrapper:hover a:after {
    display: none; }
  .list-item .img-wrapper {
    text-align: center; }
  .list-item:hover .box {
    background: rgba(172, 30, 54, 0.8);
    top: 0;
    height: 100%;
    padding: 55px 40px 40px 40px;
    -webkit-transition: background 0.5s 0.2s, top 0.5s 0.3s, padding 0.5s 0.3s;
    -moz-transition: background 0.5s 0.2s, top 0.5s 0.3s, padding 0.5s 0.3s;
    -ms-transition: background 0.5s 0.2s, top 0.5s 0.3s, padding 0.5s 0.3s;
    -o-transition: background 0.5s 0.2s, top 0.5s 0.3s, padding 0.5s 0.3s;
    transition: background 0.5s 0.2s, top 0.5s 0.3s, padding 0.5s 0.3s; }
  @media all and (max-width: 992px) {
      .list-item:hover .box {
        top: calc(100% - 86px);
        padding: 25px 40px 40px 40px; } }

.single-page .content-bottom {
  padding-top: 80px; }
  .single-page .bkg-gray, .single-page .bkg-red {
    background: url(/fileadmin/static/public/css/img/pattren-lamello-gray.jpg) repeat; }
  .single-page .bkg-black {
    background: url(/fileadmin/static/public/css/img/pattren-lamello-black.jpg) repeat; }
  .single-page .bkg-orange {
    background: url(/fileadmin/static/public/css/img/pattren-lamello-orange.jpg) repeat; }
  .single-page .bkg-blue {
    background: url(/fileadmin/static/public/css/img/pattren-lamello-blue.jpg) repeat; }
  .single-page .bkg-green {
    background: url(/fileadmin/static/public/css/img/pattren-lamello-green.jpg) repeat; }
  .single-page .gallery-carousel, .single-page .gallery-carousel-video {
    margin-bottom: 20px;
    padding-bottom: 0; }
  .single-page .gallery-carousel[class*="gallery-carousel"]:last-of-type, .single-page .gallery-carousel-video[class*="gallery-carousel"]:last-of-type {
    margin-bottom: 80px; }
  .single-page .gallery-carousel .carousel-item, .single-page .gallery-carousel-video .carousel-item {
    padding-bottom: 20px; }
  .single-page .gallery-carousel .carousel-item:after, .single-page .gallery-carousel-video .carousel-item:after {
    display: none; }
  .single-page .gallery-carousel .carousel-item .img-wrapper, .single-page .gallery-carousel-video .carousel-item .img-wrapper {
    position: relative;
    display: block; }
  .single-page .gallery-carousel .carousel-item .img-wrapper:after, .single-page .gallery-carousel-video .carousel-item .img-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(172, 30, 54, 0.8);
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .single-page .gallery-carousel .carousel-item .img-wrapper:hover:after, .single-page .gallery-carousel-video .carousel-item .img-wrapper:hover:after {
    opacity: 1; }
  @media all and (min-width: 1370px) {
      .single-page .gallery-carousel .flex-direction-nav .flex-nav-prev, .single-page .gallery-carousel-video .flex-direction-nav .flex-nav-prev {
        left: -22px;
        z-index: 2; }
        .single-page .gallery-carousel .flex-direction-nav .flex-nav-next a, .single-page .gallery-carousel-video .flex-direction-nav .flex-nav-next a {
          right: -5px;
          z-index: 2; } }
  .single-page .gallery-carousel .flex-active-slide .active-slide, .single-page .gallery-carousel-video .flex-active-slide .active-slide {
    opacity: 1;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .single-page .gallery-carousel .flex-active-slide .active-slide.red, .single-page .gallery-carousel-video .flex-active-slide .active-slide.red {
    background: #ac1e36; }
  .single-page .gallery-carousel .flex-active-slide .active-slide.green, .single-page .gallery-carousel-video .flex-active-slide .active-slide.green {
    background: #45ab42; }
  .single-page .gallery-carousel .flex-active-slide .active-slide.orange, .single-page .gallery-carousel-video .flex-active-slide .active-slide.orange {
    background: #faa734; }
  .single-page .gallery-carousel .flex-active-slide .active-slide.blue, .single-page .gallery-carousel-video .flex-active-slide .active-slide.blue {
    background: #63cbf2; }
  .single-page .gallery-carousel .flex-active-slide .active-slide.gray, .single-page .gallery-carousel-video .flex-active-slide .active-slide.gray {
    background: #b8b8b8; }
  .single-page .gallery-carousel .active-slide, .single-page .gallery-carousel-video .active-slide {
    opacity: 0;
    height: 4px;
    width: 100%;
    position: relative;
    bottom: -19px; }
  .single-page .gallery-carousel .flex-direction-nav, .single-page .gallery-carousel-video .flex-direction-nav {
    height: 0; }
  @media all and (max-width: 680px) {
    .single-page .gallery-carousel, .single-page .gallery-carousel-video {
      margin-bottom: 25px; } }
  .single-page .articles .articles-item h6 {
    font-size: 15px;
    margin-bottom: 0; }
  .single-page .articles .articles-item .top-wrapper {
    margin-bottom: 15px; }
  .single-page .articles .articles-item .top-wrapper > [class*="col-"] {
    vertical-align: middle; }
  .single-page .articles .articles-item .description {
    padding-bottom: 14px; }
  .single-page .articles .articles-item .description p {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px; }
  .single-page .articles .articles-item .icon-wishlist {
    display: block;
    text-align: center;
    line-height: 31px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #535353;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    margin-left: auto;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .single-page .articles .articles-item .icon-wishlist.active, .single-page .articles .articles-item .icon-wishlist:hover {
    background: #ac1e36; }
  .single-page .download-item {
    margin-bottom: 12px; }
  .single-page .download-item:last-child {
    margin-bottom: 0; }
  .single-page .download-item [class*="icon-"] {
    font-size: 32px;
    color: #ac1e36; }
  .single-page .download-item .col-xs-2 {
    text-align: center; }
  .single-page .download-item .col-md-6 {
    padding-top: 6px; }
  .single-page .file-name {
    margin-bottom: 6px; }
  .single-page .file-name a {
    color: #535353; }
  .single-page .file-name a:hover {
    color: #ac1e36; }
  .single-page .technical-item {
    margin-bottom: 15px; }
  .single-page .technical-item .label {
    font-weight: bold;
    color: #535353; }
  .single-page .aside-box {
    background: #f9f9f9;
    border: none;
    display: block; }
  .single-page .aside-box h4 i {
    float: right;
    font-size: 20px; }
  .single-page .aside-box .icons-wrapper {
    margin-top: 24px; }
  .single-page .aside-box .icons-wrapper .product-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px; }
  .single-page .aside-box .icons-wrapper .product-icon:last-child {
    margin-right: 0; }
  .single-page .aside-box p {
    margin-bottom: 24px; }
  @media all and (max-width: 992px) {
    .single-page .aside-box {
      margin-top: 10px;
      max-width: none; } }
  .single-page .single-nav, .single-page .single-nav-sidebar {
    max-width: 310px;
    margin-right: 0;
    margin-left: auto; }
  .single-page .single-nav ul li, .single-page .single-nav-sidebar ul li {
    border-bottom: 1px solid #b8b8b8;
    margin: 0;
    padding: 0; }
  .single-page .single-nav ul li:first-child, .single-page .single-nav-sidebar ul li:first-child {
    border-top: 1px solid #b8b8b8; }
  .single-page .single-nav ul li a, .single-page .single-nav-sidebar ul li a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    padding: 19px 10px 19px 0; }
    .single-page .single-nav ul li a:hover, .single-page .single-nav-sidebar ul li a:hover, .single-page .single-nav ul li a.active, .single-page .single-nav-sidebar ul li a.active {
      background: #f9f9f9;
      padding-left: 10px;
      color: #ac1e36; }
  @media all and (max-width: 992px) {
    .single-page .single-nav, .single-page .single-nav-sidebar {
      max-width: none; } }
  @media all and (max-width: 768px) {
    .single-page .single-nav, .single-page .single-nav-sidebar {
      display: none; } }
  .single-page .configurator {
    margin-bottom: 35px;
    max-width: 310px;
    margin-right: 0;
    margin-left: auto; }
  .single-page .configurator .btn {
    width: 100%;
    display: block;
    max-width: none;
    font-weight: bold; }
  .single-page .left .content-middle {
    padding-top: 0; }
  .single-page .single-nav-sidebar {
    visibility: hidden;
    opacity: 0;
    min-width: 130px;
    position: fixed;
    right: 50px;
    top: 170px;
    z-index: 9; }
  .single-page .single-nav-sidebar .current-anchor {
    display: none;
    padding: 0;
    text-align: center;
    background: #f9f9f9;
    border-top: 2px solid #ac1e36;
    width: 130px;
    height: 0;
    overflow: hidden; }
  .single-page .single-nav-sidebar .current-anchor span {
    color: #535353;
    font-weight: bold;
    font-size: 16px;
    opacity: 0; }
  .single-page .single-nav-sidebar .nav-buttons {
    background: #ac1e36;
    padding: 10px 12px; }
  .single-page .single-nav-sidebar .nav-buttons > div {
    display: inline-block;
    vertical-align: middle; }
  .single-page .single-nav-sidebar .nav-buttons .prev-btn, .single-page .single-nav-sidebar .nav-buttons .next-btn {
    position: relative;
    margin-right: 10px;
    cursor: pointer; }
  .single-page .single-nav-sidebar .nav-buttons .prev-btn [class*="icon-"], .single-page .single-nav-sidebar .nav-buttons .next-btn [class*="icon-"] {
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear; }
  .single-page .single-nav-sidebar .nav-buttons .prev-btn:hover [class*="icon-"], .single-page .single-nav-sidebar .nav-buttons .next-btn:hover [class*="icon-"] {
    color: #b8b8b8; }
  .single-page .single-nav-sidebar .nav-buttons .menu-btn {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 30px;
    height: 22px;
    background: transparent;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 10; }
  .single-page .single-nav-sidebar .nav-buttons .menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #fff;
    opacity: 1;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .single-page .single-nav-sidebar .nav-buttons .menu-btn span:nth-child(1) {
      top: 0; }
    .single-page .single-nav-sidebar .nav-buttons .menu-btn span:nth-child(2) {
      top: 8px; }
    .single-page .single-nav-sidebar .nav-buttons .menu-btn span:nth-child(3) {
      top: 16px; }
    .single-page .single-nav-sidebar .nav-buttons .menu-btn span:hover {
      color: #b8b8b8; }
  .single-page .single-nav-sidebar .nav-buttons .menu-btn.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
    .single-page .single-nav-sidebar .nav-buttons .menu-btn.open span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    .single-page .single-nav-sidebar .nav-buttons .menu-btn.open span:nth-child(3) {
      top: 50%;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .single-page .single-nav-sidebar .sidebar-menu {
    background: #fff;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    display: none; }
  .single-page .single-nav-sidebar ul {
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8; }
  .single-page .single-nav-sidebar ul li {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .single-page .single-nav-sidebar ul li a {
    padding-left: 20px;
    font-size: 16px; }
    .single-page .single-nav-sidebar ul li a:hover, .single-page .single-nav-sidebar ul li a.active {
      padding-left: 30px; }
  .single-page .news-slider h4 {
    color: #ac1e36; }
  .single-page .news-slider .teaser {
    min-height: 72px; }
  .single-page .locator-link {
    background: #ac1e36;
    border-color: #ac1e36;
    color: #fff;
    margin-right: 10px;
    text-align: center; }
  .single-page .locator-link:hover {
    background: #000;
    border-color: #000; }
  .single-page .locator-link.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.7; }

.news-single .img-wrapper {
  margin-bottom: 25px; }
  .news-single .gallery-carousel {
    margin-bottom: 40px; }
  .news-single figcaption {
    font-size: 12px;
    font-style: italic; }

.middle-accordion .content-accordion {
  display: none; }
  .middle-accordion .open-accordion {
    cursor: pointer;
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #b8b8b8; }
  .middle-accordion .open-accordion .accordion-header {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px); }
  .middle-accordion .open-accordion .accordion-header p {
    margin-bottom: 0;
    max-width: 800px; }
  .middle-accordion .open-accordion [class*='icon-'] {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #f0f0f0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #ac1e36;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-size: inherit;
    margin: 0; }
  .middle-accordion .open-accordion:hover [class*='icon-'] {
    background: #ac1e36;
    color: #fff;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .middle-accordion .open-accordion.active [class*='icon-'] {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.tx-partners .open-accordion {
  padding: 0; }
  .tx-partners .open-accordion h4 {
    margin-top: 36px;
    margin-bottom: 25px; }
  .tx-partners .open-accordion .content-wrapper {
    padding-left: 13px; }
  @media all and (max-width: 768px) {
      .tx-partners .open-accordion .content-wrapper {
        padding-left: 0; } }
  .tx-partners .open-accordion .accordion-header p {
    margin-bottom: 20px; }
  @media all and (max-width: 768px) {
    .tx-partners .open-accordion [class*="icon-"] {
      margin-top: 12px;
      vertical-align: top; } }
  .tx-partners .content-accordion p {
    max-width: 800px; }

aside .aside-box {
  max-width: 310px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 45px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #b8b8b8;
  padding: 24px; }
  aside .aside-box h4 {
    color: #ac1e36;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 5px;
    margin-bottom: 38px; }
  aside .aside-box h4 span {
    display: block;
    color: #535353;
    padding-left: 22px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px; }
  aside .aside-box p {
    margin-bottom: 6px; }
  @media all and (max-width: 992px) {
    aside .aside-box {
      max-width: none; }
      aside .aside-box:last-child {
        margin-bottom: 10px; } }
  aside .aside-box-image {
    max-width: 550px;
    margin: 0 auto 25px; }
  aside .aside-box-image:last-child {
    margin-bottom: 25px; }
  aside .aside-box-image .title-wrapper {
    position: relative; }
  aside .aside-box-image .title-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(172, 30, 54, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  aside .aside-box-image .title-wrapper:hover:before {
    background: #ac1e36; }
  aside .aside-box-image .title-wrapper .title {
    padding: 24px;
    position: absolute;
    left: 0;
    bottom: 0; }
  aside .aside-box-image .title-wrapper .title h1, aside .aside-box-image .title-wrapper .title h2, aside .aside-box-image .title-wrapper .title h3, aside .aside-box-image .title-wrapper .title h4, aside .aside-box-image .title-wrapper .title h5, aside .aside-box-image .title-wrapper .title h6, aside .aside-box-image .title-wrapper .title p {
    color: #fff;
    z-index: 2;
    position: relative; }
  aside .aside-box-image .title-wrapper .title h1, aside .aside-box-image .title-wrapper .title h2, aside .aside-box-image .title-wrapper .title h3, aside .aside-box-image .title-wrapper .title h4, aside .aside-box-image .title-wrapper .title h5, aside .aside-box-image .title-wrapper .title h6 {
    margin-bottom: 25px; }
    aside .aside-box-image .title-wrapper .title h1:hover, aside .aside-box-image .title-wrapper .title h2:hover, aside .aside-box-image .title-wrapper .title h3:hover, aside .aside-box-image .title-wrapper .title h4:hover, aside .aside-box-image .title-wrapper .title h5:hover, aside .aside-box-image .title-wrapper .title h6:hover {
      color: #f9f9f9; }
    aside .aside-box-image .title-wrapper .title h1:hover a, aside .aside-box-image .title-wrapper .title h2:hover a, aside .aside-box-image .title-wrapper .title h3:hover a, aside .aside-box-image .title-wrapper .title h4:hover a, aside .aside-box-image .title-wrapper .title h5:hover a, aside .aside-box-image .title-wrapper .title h6:hover a {
      color: inherit; }
  aside .aside-box-image .title-wrapper .title p {
    margin-bottom: 0; }
  @media all and (max-width: 992px) {
        aside .aside-box-image .title-wrapper .title {
          bottom: 30px; } }
  @media all and (max-width: 992px) {
      aside .aside-box-image .img-wrapper {
        max-height: 220px;
        overflow: hidden; } }
  aside .aside-box-image .text {
    padding: 24px;
    background: #fff; }
  aside .aside-box-image .text p:last-child {
    margin-bottom: 0; }
  aside table {
    border: none; }
  aside table tr {
    background: transparent !important; }
  aside table tr td {
    padding: 10px; }
  aside .file-item {
    display: block; }
  aside .file-item a {
    max-width: 70%;
    width: calc(100% - 45px); }

.calendar-navigation {
  margin-bottom: 50px; }
  .calendar-navigation ul li {
    padding: 5px 16px 0;
    margin-right: 65px;
    cursor: pointer;
    border-left: 3px solid transparent; }
  .calendar-navigation ul li:last-child {
    margin-right: 0; }
  .calendar-navigation ul li.active {
    border-left: 3px solid #ac1e36;
    color: #ac1e36; }
  .calendar-navigation ul li:hover {
    color: #ac1e36; }

.calendar-accordion {
  margin-bottom: 12px;
  overflow-x: auto; }
  .calendar-accordion .open-accordion {
    text-align: left;
    position: relative;
    padding: 21px 15px 21px 50px;
    background: #ac1e36;
    border: 1px solid #ac1e36; }
  .calendar-accordion .open-accordion:before {
    content: '';
    background: #fff;
    height: 20px;
    width: 3px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30px; }
  .calendar-accordion .open-accordion h6 {
    margin-bottom: 0;
    color: #fff;
    font-weight: normal; }
  .calendar-accordion .content-accordion {
    display: none; }
  .calendar-accordion .content-accordion table {
    width: 100%; }
  .calendar-accordion .content-accordion table tr th {
    background: #fff;
    color: #ac1e36;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 21px 10px 21px 30px;
    font-family: 'Roboto', sans-serif;
    border: none; }
    .calendar-accordion .content-accordion table tr th:before {
      display: none; }
  .calendar-accordion .content-accordion.open {
    display: block; }

.finder-wrapper {
  padding-bottom: 65px;
  padding-top: 55px;
  position: relative;
  background-size: cover; }
  @media all and (min-width: 1180px) {
  .finder-wrapper {
    margin-top: 122px; } }
  .finder-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 17px 0 17px;
    border-color: #ac1e36 transparent transparent transparent;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -17px; }
  .finder-wrapper .headings {
    border-color: rgba(255, 255, 255, 0.26);
    margin-bottom: 25px; }
  .finder-wrapper h2 {
    color: #fff; }
  .finder-wrapper .select2-container .select2-choice, .finder-wrapper .select2-dropdown-open .select2-choice {
    border: 1px solid #fff;
    background: transparent; }
  .finder-wrapper .select2-container .select2-choice > .select2-chosen {
    color: #fff; }
  .finder-wrapper .select2-container .select2-choice .select2-arrow {
    background: url(/fileadmin/static/public/css/img/arrow-down-white.svg) no-repeat center / contain;
    width: 21px; }
  .finder-wrapper label {
    color: #fff; }
  .finder-wrapper input[type="checkbox"]:not(:checked) + label:before, .finder-wrapper input[type="checkbox"]:checked + label:before {
    border-color: #fff;
    border-radius: 0; }
  .finder-wrapper input[type="checkbox"]:checked + label:before {
    border-color: transparent; }
  .finder-wrapper input[type="checkbox"]:not(:checked) + label:after, .finder-wrapper input[type="checkbox"]:checked + label:after {
    content: "\63";
    font-family: lamello;
    font-size: 17px;
    width: auto;
    height: auto;
    background: transparent;
    top: 1px;
    left: 6px; }
  .finder-wrapper .form-element {
    margin-bottom: 44px; }
  .finder-wrapper .form-element label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  @media all and (max-width: 1024px) {
    .finder-wrapper .form-element {
      margin-bottom: 25px; } }
  @media all and (max-width: 680px) {
    .finder-wrapper .form-element {
      margin-bottom: 10px; } }
  .finder-wrapper .top-filters {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26); }
  .finder-wrapper .top-filters .form-element {
    margin-bottom: 20px; }
  .finder-wrapper .icon-invisible {
    background: url("/fileadmin/static/public/css/img/invisible.png") no-repeat center;
    width: 93px;
    height: 93px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
  .finder-wrapper .icon-analyzable {
    background: url("/fileadmin/static/public/css/img/analyzable.png") no-repeat center;
    width: 93px;
    height: 93px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
  .finder-wrapper .icon-selfclamping {
    background: url("/fileadmin/static/public/css/img/self-clamping.png") no-repeat center;
    width: 93px;
    height: 93px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
  .finder-wrapper .icon-thicknessOne {
    background: url("/fileadmin/static/public/images/Materialstaerke_90_w.png") no-repeat center;
    width: 60px;
    height: 44px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
  .finder-wrapper .icon-thicknessTwo {
    background: url("/fileadmin/static/public/images/2Materialstaerke_45_w.png") no-repeat center;
    width: 60px;
    height: 44px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
  .finder-wrapper .icon-thickness {
    background: url("/fileadmin/static/public/images/Materialbreite_w.png") no-repeat center;
    width: 60px;
    height: 44px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle; }
  .finder-wrapper .icon-system {
    background: url("/fileadmin/static/public/css/img/system.png") no-repeat center;
    width: 60px;
    height: 44px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
  .finder-wrapper .icon- {
    width: 60px;
    height: 44px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle; }
  .finder-wrapper .btn {
    color: #fff;
    border-color: #fff; }
  .finder-wrapper .btn:hover {
    background: #000;
    border-color: #000; }

.finder-results {
  padding-top: 90px;
  padding-bottom: 65px;
  background: url("/fileadmin/static/public/css/img/pattren-lamello-gray.jpg") repeat; }
  .finder-results .counter {
    width: 108px;
    padding: 8px;
    background: #ac1e36;
    margin: 0 auto 85px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center; }
  .finder-results .finder-result-item {
    margin-bottom: 35px; }
  .finder-results .finder-result-item .img-wrapper {
    margin-bottom: 24px; }
  .finder-results .finder-result-item h4 {
    margin-bottom: 15px; }
  .finder-results .finder-result-item .teaser {
    margin-bottom: 20px;
    font-size: 15px;
    color: #5e5e5e;
    min-height: 36px; }
  @media all and (max-width: 1024px) {
      .finder-results .finder-result-item .teaser {
        min-height: 54px; } }
  .finder-results .finder-result-item .btn {
    padding-left: 0;
    color: #535353; }
  .finder-results .finder-result-item .btn:hover {
    color: #ac1e36; }
  .finder-results .finder-result-item .bottom {
    padding-bottom: 5px;
    border-bottom: 1px solid #b8b8b8; }
  @media all and (max-width: 680px) {
  .finder-results {
    padding-top: 60px;
    background: 35px; } }

.fill-active polygon {
  fill: #751727 !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

svg a #de:hover {
  fill: #751727 !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  svg a #at:hover {
    fill: #751727 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  svg a #ch:hover {
    fill: #751727 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  svg a #fr:hover {
    fill: #751727 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  svg a #be:hover {
    fill: #751727 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  svg a #nl:hover {
    fill: #751727 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  svg a #au:hover {
    fill: #751727 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.landing-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999; }

.landing-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9); }

.landing-map {
  max-width: 880px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100px;
  background: #fff;
  border: 1px solid #000;
  padding-bottom: 30px; }
  @media all and (max-width: 1200px) {
  .landing-map {
    top: 20px;
    max-width: 600px; } }
  .landing-map svg {
    max-width: 878px;
    width: 100%;
    height: auto; }
  .landing-map h3 {
    color: #a9273b;
    font-weight: 500;
    font-size: 29px;
    margin-bottom: 0;
    padding: 10px 0 10px 46px;
    font-style: italic; }
  .landing-map .st0 {
    opacity: 0.75;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries {
    text-align: center; }
  .landing-map .countries a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 20px; }
  .landing-map .countries .country-circle {
    width: 80px;
    height: 80px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 16px;
    margin-top: 22px; }
  .landing-map .countries .de {
    background: url("/fileadmin/static/public/images/map/de.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .de:hover {
    background: url("/fileadmin/static/public/images/map/de_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .it {
    background: url("/fileadmin/static/public/images/italy_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .it:hover {
    background: url("/fileadmin/static/public/images/italy_map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .es {
    background: url("/fileadmin/static/public/images/spain_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .es:hover {
    background: url("/fileadmin/static/public/images/spain_map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .at {
    background: url("/fileadmin/static/public/images/map/au.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .at:hover {
    background: url("/fileadmin/static/public/images/map/au_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .ch {
    background: url("/fileadmin/static/public/images/map/ch.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .ch:hover {
    background: url("/fileadmin/static/public/images/map/ch_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .fr {
    background: url("/fileadmin/static/public/images/map/fr.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .fr:hover {
    background: url("/fileadmin/static/public/images/map/fr_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .be {
    background: url("/fileadmin/static/public/images/map/b.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .be:hover {
    background: url("/fileadmin/static/public/images/map/b_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .uk {
    background: url("/fileadmin/static/public/images/gb-hover.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .uk:hover {
    background: url("/fileadmin/static/public/images/gb.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .com {
    background: url("/fileadmin/static/public/images/global-hover.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .com:hover {
    background: url("/fileadmin/static/public/images/global.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .nl {
    background: url("/fileadmin/static/public/images/map/nl.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .landing-map .countries .nl:hover {
    background: url("/fileadmin/static/public/images/map/nl_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.image-active.de {
  background-image: url("/fileadmin/static/public/images/map/de_hover.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px 80px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .image-active.uk {
    background-image: url("/fileadmin/static/public/images/gb_hover.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .image-active.uk {
    background-image: url("/fileadmin/static/public/images/global-hover.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .image-active.at {
    background-image: url("/fileadmin/static/public/images/map/au_hover.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .image-active.ch {
    background-image: url("/fileadmin/static/public/images/map/ch_hover.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .image-active.fr {
    background-image: url("/fileadmin/static/public/images/map/fr_hover.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .image-active.be {
    background-image: url("/fileadmin/static/public/images/map/b_hover.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .image-active.nl {
    background-image: url("/fileadmin/static/public/images/map/nl_hover.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
    visibility: hidden;
    opacity: 0; }
  #swipebox-slider .slide.current {
    opacity: 1;
    visibility: visible; }
  #swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle; }
  #swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box; }
  #swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative; }
  #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe, #swipebox-slider .slide .swipebox-video-container .swipebox-video video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
  #swipebox-slider .slide-loading {
    background: url(/fileadmin/static/public/scripts/js/plugins/swipebox/img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(/fileadmin/static/public/scripts/js/plugins/swipebox/img/icons.svg);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }
  .swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
  .swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565; }
  .swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565; }
  .swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1; }
  .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin 
 --------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }
/*include extra styling*/
.ie-message {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding-top: 100px;
  background: #fff;
  text-align: center; }
  .ie-message h4 {
    text-align: center; }
  .ie-message p {
    text-align: center;
    width: 100%;
    display: block; }

.loader-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .loader-wrapper .loader {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%); }
  .loader-wrapper .loader .top {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .loader-wrapper .loader .bottom {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .loader-wrapper .loader .text {
    position: absolute;
    opacity: 0;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2; }
  .loader-wrapper .loader .text img {
    max-width: none; }

.modal-wrapper {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 999; }
  @media all and (max-width: 1280px) {
  .modal-wrapper {
    bottom: 100px; } }
  @media all and (max-width: 320px) {
  .modal-wrapper {
    bottom: 0; } }
  .modal-wrapper .modal-content {
    max-width: 550px;
    background: #ac1e36;
    padding: 20px 10px 25px; }
  .modal-wrapper .modal-content .info {
    margin-top: 30px;
    padding: 0 15px 0; }
  @media all and (max-width: 540px) {
      .modal-wrapper .modal-content .info {
        padding: 0; } }
  .modal-wrapper .modal-content h1, .modal-wrapper .modal-content h2, .modal-wrapper .modal-content h3, .modal-wrapper .modal-content h4, .modal-wrapper .modal-content h5, .modal-wrapper .modal-content h6 {
    color: #fff; }
  .modal-wrapper .modal-content p {
    color: #fff;
    line-height: 1.4; }
  @media all and (max-width: 320px) {
      .modal-wrapper .modal-content p {
        font-size: 13px; } }
  .modal-wrapper .modal-content p a {
    color: #fff; }
  .modal-wrapper .modal-content [class*="icon-"] {
    color: #fff;
    font-size: 24px; }
  .modal-wrapper .modal-content .icon-close-light {
    cursor: pointer; }
  .modal-wrapper .modal-content .icon-info {
    font-size: 30px; }
  .modal-wrapper .modal-content .btn.light {
    border: 1px solid #fff; }
  .modal-wrapper .modal-content .btn.light:hover {
    background: #f9f9f9;
    color: #535353;
    border-color: #f9f9f9; }

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.site-wrapper {
  background: #fff !important;
  overflow-x: hidden; }

.container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto; }

.responsive-img {
  display: none; }

.bkg-gray {
  background-color: #f9f9f9; }

main {
  min-height: 500px; }
  main section:last-child {
    padding-bottom: 0; }
  main section.last, main section[class*="bkg-"] {
    padding-bottom: 80px; }
  @media all and (max-width: 1024px) {
      main section.last, main section[class*="bkg-"] {
        padding-bottom: 20px; } }
  main .main-catalogue {
    margin-bottom: 30px; }
  main .main-product {
    margin-bottom: 50px; }
  main .main-partners {
    margin-bottom: 100px; }

.home.poland .page-top {
  margin-bottom: 80px; }
  @media all and (min-width: 1270px) {
      .home.poland .page-top {
        margin-top: 105px; } }
  @media all and (max-width: 1024px) {
      .home.poland .page-top {
        margin-bottom: 30px; } }
  .home .page-top {
    margin-bottom: 0; }
  .home .section-middle {
    padding-bottom: 320px;
    position: relative;
    overflow: hidden; }
  .home .section-middle .container {
    max-width: 1720px; }
  @media all and (max-width: 1280px) {
    .home .section-middle {
      padding-bottom: 80px; } }
  .home .quotes {
    margin: 120px auto 250px; }
  @media all and (max-width: 1280px) {
    .home .quotes {
      margin: 80px auto 80px; } }

.home-partner .partner-info {
  border-left: 10px solid #ac1e36;
  padding: 22px 58px; }
  .home-partner .partner-info h2 {
    margin-bottom: 18px;
    font-size: 52px; }
  @media all and (max-width: 1024px) {
      .home-partner .partner-info h2 {
        font-size: 40px; } }
  .home-partner .partner-info h3 {
    font-weight: normal; }
  @media all and (max-width: 1024px) {
      .home-partner .partner-info h3 {
        font-size: 18px; } }
  @media all and (max-width: 680px) {
    .home-partner .partner-info {
      border: none;
      padding: 22px 10% 0; } }

.page-top {
  margin-bottom: 65px;
  min-height: 84px; }
  @media all and (min-width: 1270px) {
  .page-top {
    margin-top: 122px; } }
  @media all and (max-width: 1024px) {
  .page-top {
    margin-bottom: 30px; } }

.quotes {
  max-width: 950px;
  margin: 40px auto;
  padding-left: 80px;
  border-left: 10px solid #ac1e36; }
  .quotes .top {
    font-size: 30px;
    font-style: italic;
    line-height: 53px;
    color: #ac1e36;
    max-width: 700px;
    font-family: 'Bitter', serif; }
  @media all and (max-width: 1024px) {
    .quotes .top {
      font-size: 25px;
      line-height: 45px; } }
  @media all and (max-width: 680px) {
    .quotes .top {
      font-size: 20px;
      line-height: 35px; } }
  .quotes .bottom {
    line-height: 24px;
    font-size: 18px;
    text-align: right;
    font-style: italic;
    font-family: 'Bitter', serif;
    color: #ac1e36; }
  @media all and (max-width: 1024px) {
    .quotes .bottom {
      font-size: 16px;
      line-height: 20px; } }
  .quotes .open-quotes, .quotes .close-quotes {
    font-family: lamello;
    font-size: 42px;
    color: #ac1e36;
    font-style: normal; }
  @media all and (max-width: 1024px) {
    .quotes .open-quotes, .quotes .close-quotes {
      font-size: 32px; } }
  .quotes .open-quotes {
    margin-right: 2px; }
  .quotes .open-quotes:before {
    content: "\71"; }
  .quotes .close-quotes {
    display: block;
    position: relative;
    top: -12px;
    margin-bottom: 24px; }
  .quotes .close-quotes:before {
    content: "\7a"; }
  @media all and (max-width: 1024px) {
  .quotes {
    padding-left: 60px; } }
  @media all and (max-width: 680px) {
  .quotes {
    border: none;
    padding-left: 12px; } }

.parallax {
  padding: 180px 0 210px;
  color: #fff;
  text-align: center;
  margin-bottom: 270px;
  position: relative; }
  .parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
    color: #fff;
    text-align: center; }
  .parallax h1 {
    margin-bottom: 70px;
    font-size: 60px;
    position: relative; }
  .parallax h1:after {
    content: '';
    width: 92px;
    height: 1px;
    background: #ac1e36;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -49px; }
  @media all and (max-width: 1024px) {
    .parallax h1 {
      font-size: 45px; } }
  @media all and (max-width: 680px) {
    .parallax h1 {
      word-break: break-all;
      font-size: 35px;
      margin-bottom: 40px; } }
  .parallax .teaser {
    max-width: 850px;
    margin: 0 auto 90px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    font-style: italic; }
  @media all and (max-width: 1024px) {
    .parallax .teaser {
      margin-bottom: 50px;
      font-size: 18px; } }
  .parallax .teaser p {
    color: #fff; }
  .parallax .col-xs-12 {
    text-align: center; }
  .parallax .btn.red:hover {
    border-color: #fff;
    color: #fff; }
  @media all and (max-width: 1280px) {
  .parallax {
    padding: 80px 0;
    margin-bottom: 80px; } }

.headings {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 50px;
  padding-bottom: 15px; }
  .headings h1 {
    margin-bottom: -5px; }
  .headings .notes-link {
    background: #ac1e36;
    border-color: #ac1e36;
    color: #fff;
    margin-right: 0px;
    text-align: center;
    min-width: 320px;
    height: 43px;
    border: none;
    text-align: left;
    line-height: 43px;
    padding: 0 24px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    float: right;
    margin-top: -50px; }
  @media all and (max-width: 1025px) {
    .headings .notes-link {
      margin-top: -40px; } }
  @media all and (max-width: 425px) {
    .headings .notes-link {
      float: unset;
      display: block;
      margin-top: 20px;
      width: 280px; } }
  @media all and (max-width: 325px) {
    .headings .notes-link {
      float: unset;
      display: block;
      margin-top: 20px;
      min-width: 280px;
      width: 300px; } }
  .headings .notes-icon {
    background: url("/fileadmin/static/public/css/img/bi_info-circle.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -3%;
    right: 25px;
    margin-left: 10px; }
  @media all and (max-width: 1025px) {
    .headings .notes-icon {
      top: 3px; } }
  @media all and (max-width: 425px) {
    .headings .notes-icon {
      top: 58px;
      right: 105px; } }
  @media all and (max-width: 375px) {
    .headings .notes-icon {
      top: 58px;
      right: 65px; } }
  @media all and (max-width: 320px) {
    .headings .notes-icon {
      top: 58px;
      right: 20px; } }
  .headings h2, .headings h3, .headings h4 {
    margin-bottom: 0; }
  .headings h5 {
    font-weight: normal;
    padding-left: 46px;
    margin: 0; }
  @media all and (max-width: 768px) {
    .headings h5 {
      padding-left: 20px;
      margin-top: 5px;
      font-size: 16px; } }
  @media all and (max-width: 680px) {
  .headings {
    margin-bottom: 30px; } }

main section.headings {
  padding-bottom: 15px; }

.content-top {
  padding-bottom: 62px; }
  @media all and (max-width: 1024px) {
  .content-top {
    padding-bottom: 30px; } }
  @media all and (max-width: 768px) {
  .content-top {
    padding-bottom: 0; } }

.content-middle {
  padding: 80px 0; }
  @media all and (max-width: 1024px) {
  .content-middle {
    padding: 20px 0; } }

.content-bottom {
  padding-top: 80px; }
  @media all and (max-width: 1024px) {
  .content-bottom {
    padding-top: 0; } }

.get-img .img-wrapper {
  margin-bottom: 25px; }

.filter-nav {
  margin: 45px 0; }
  @media all and (max-width: 680px) {
  .filter-nav {
    margin: 10px 0 35px; } }
  .filter-nav .filter-item .btn {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 18px; }
  .filter-nav .filter-item .btn.active {
    background: #ac1e36;
    color: #fff;
    border-color: #ac1e36; }
  @media all and (max-width: 1300px) {
      .filter-nav .filter-item .btn {
        padding: 0 12px; } }
  @media only screen and (max-width: 850px) and (min-width: 768px) {
    .filter-nav .filter-item:last-child .btn {
      font-size: 12px;
      padding-right: 4px; } }

.tips-item {
  margin-bottom: 25px; }
  .tips-item.reportage .description {
    min-height: 110px; }
  @media all and (min-width: 992px) {
    .tips-item h4 {
      min-height: 52px; } }
  @media all and (max-width: 768px) {
    .tips-item h4 {
      min-height: 72px; } }
  @media all and (max-width: 680px) {
    .tips-item h4 {
      min-height: 0; } }
  .tips-item:last-child {
    margin-bottom: 0; }
  .tips-item .tips-left {
    margin-bottom: 25px; }
  .tips-item .description {
    min-height: 130px; }
  @media all and (max-width: 992px) {
    .tips-item .description {
      min-height: 110px; } }
  @media all and (max-width: 680px) {
    .tips-item .description {
      min-height: 35px; } }
  .tips-item .label, .tips-item .values {
    display: inline-block;
    vertical-align: top; }
  .tips-item .item {
    margin-bottom: 15px;
    font-size: 15px; }
  .tips-item .label {
    width: 100px; }
  .tips-item .values {
    width: calc(100% - 105px); }
  .tips-item .icon-download {
    font-size: 21px;
    margin-right: 10px; }
  .tips-item .icon-pdfCircle {
    font-size: 28px;
    margin-right: 10px; }

.inspiration .inspiration-slider {
  margin-top: 25px; }
  .inspiration .inspiration-slider h4 {
    color: #ac1e36;
    margin-bottom: 10px;
    min-height: 52px; }
  .inspiration .inspiration-slider .teaser {
    min-height: 72px; }
  .inspiration .inspiration-slider .teaser p {
    color: #535353;
    font-style: normal;
    margin-bottom: 15px;
    min-height: 48px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px; }
  .inspiration .inspiration-slider .bottom {
    padding: 30px 30px 25px;
    background: #fff;
    min-height: 185px; }
  .inspiration .left {
    overflow: hidden; }
  .inspiration .content-top {
    padding-bottom: 0; }
  .inspiration .content-top .headings {
    border-bottom: none; }
  .inspiration .teaser {
    font-family: 'Bitter', serif;
    font-style: italic;
    color: #ac1e36;
    font-size: 14px;
    line-height: 24px; }
  .inspiration .teaser p {
    color: #ac1e36; }
  .inspiration .content-bottom {
    padding-top: 60px;
    padding-bottom: 60px; }
  .inspiration .inspiration-single {
    margin-bottom: 60px; }
  .inspiration .inspiration-single.row {
    background: #fff; }
  .inspiration .inspiration-single.container {
    max-width: 1324px; }
  .inspiration .inspiration-single .content {
    padding: 60px 60px 24px 24px; }
  .inspiration .item-icon {
    margin-bottom: 15px; }
  .inspiration .item-icon [class*="icon-"], .inspiration .item-icon img {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #b8b8b8;
    text-align: center;
    line-height: 36px;
    margin-right: 28px; }
  @media all and (max-width: 768px) {
    .inspiration .item-icon {
      display: inline-block;
      vertical-align: top;
      margin-right: 42px; } }

.grid-item, .inspiration-slider-item {
  margin-bottom: 25px; }
  .grid-item .img-wrapper a, .inspiration-slider-item .img-wrapper a {
    display: block; }
  @media all and (max-width: 768px) {
    .grid-item .img-wrapper, .inspiration-slider-item .img-wrapper {
      max-width: 342px;
      margin: 0 auto; } }
  .grid-item .content-box, .inspiration-slider-item .content-box {
    padding: 24px;
    background: #fff; }
  @media all and (max-width: 768px) {
    .grid-item .content-box, .inspiration-slider-item .content-box {
      max-width: 342px;
      margin: 0 auto; } }
  .grid-item .content-box p, .inspiration-slider-item .content-box p {
    margin-bottom: 0; }
  .grid-item .content-box a:hover, .inspiration-slider-item .content-box a:hover {
    color: #ac1e36; }

.img-wrapper a {
  display: inline-block;
  position: relative; }
  .img-wrapper a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(172, 30, 54, 0.8);
    opacity: 0; }
  .img-wrapper a:after {
    content: "\4e";
    font-family: lamello;
    font-size: 44px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0;
    visibility: hidden; }
  .img-wrapper:hover a:before {
    opacity: 1; }
  .img-wrapper:hover a:after {
    visibility: visible;
    opacity: 1;
    top: 50%; }

.wish-item {
  padding-bottom: 35px;
  margin-bottom: 45px;
  border-bottom: 1px solid #b8b8b8; }
  .wish-item .headings {
    margin-bottom: 10px;
    border-bottom: none; }
  .wish-item h6 {
    font-size: 15px; }
  @media all and (max-width: 680px) {
    .wish-item .description {
      margin-top: 25px; } }
  .wish-item .description p {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px; }
  .wish-item .star {
    vertical-align: bottom;
    text-align: right; }
  .wish-item .star [class*="icon-"] {
    display: none;
    font-size: 20px;
    color: #ac1e36; }
  .wish-item .count-up {
    text-align: center;
    max-width: 60px;
    margin-right: 0;
    margin-left: auto;
    padding: 0; }

.wish-page-nav .row .col-xs-12 {
  text-align: right; }

.user-report h2 {
  font-family: 'Bitter', serif;
  color: #ac1e36;
  font-weight: normal;
  max-width: 510px;
  line-height: 1.57;
  margin-bottom: 28px; }

.partners .partner-item h6 {
  margin-bottom: 25px;
  font-size: 22px; }

.tx-partners .middle-accordion .content-accordion {
  padding-top: 25px;
  padding-bottom: 25px; }

.company-pdf {
  margin-top: 25px; }

.file-item {
  margin-bottom: 10px; }
  .file-item [class*="icon-"] {
    font-size: 32px;
    color: #ac1e36;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block; }
  .file-item a {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    width: calc(100% - 45px); }

.left table {
  min-width: 800px; }

.bh-sl-map {
  height: 530px;
  width: 100%; }

.bh-sl-loc-list {
  height: 530px;
  overflow-x: auto; }
  .bh-sl-loc-list ul {
    padding-right: 20px; }
  .bh-sl-loc-list ul li {
    border: 1px solid #fff;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #f9f9f9; }
  .bh-sl-loc-list h4 {
    font-size: 18px;
    margin-bottom: 10px; }
  .bh-sl-loc-list p {
    margin-bottom: 10px;
    line-height: 1.4; }
  .bh-sl-loc-list .list-label {
    background: #ac1e36;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 12px; }
  .bh-sl-loc-list .list-focus {
    border: none;
    background: #f9f9f9 !important; }
  .bh-sl-loc-list .bh-sl-close-directions-container {
    height: 20px;
    position: relative;
    width: 100%; }
  .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    right: 6px;
    top: 0; }
  .bh-sl-loc-list .list-content {
    display: inline-block;
    vertical-align: top;
    max-width: 85%; }
  .bh-sl-loc-list .list-content .btn {
    margin-bottom: 15px;
    display: inline-block; }
  .bh-sl-loc-list .list-content .btn.disabled {
    pointer-events: none;
    cursor: default;
    background: #f9f9f9;
    opacity: 0.2; }
  .bh-sl-loc-list .list-content .loc-dist {
    font-weight: 500;
    color: #b8b8b8; }
  .bh-sl-loc-list .img-wrapper {
    margin-bottom: 20px; }

.mm-listview span.icon-psystem:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("/fileadmin/static/public/css/img/psystem-ico-small-hover.svg") no-repeat center center;
  display: block;
  margin: 0 auto; }

header.fixed .finder-links [class*="icon-"] + span {
  height: auto !important;
  overflow: hidden; }

header.fixed .finder:hover .finder-links {
  transform: translateY(1px) !important; }

.finder .finder-links {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  background: #f0f0f0;
  position: absolute;
  right: 0;
  min-width: 270px;
  padding: 16px; }
  .finder .finder-links a {
    padding-left: 18px;
    padding-right: 18px;
    display: inline-block;
    transition: none !important; }
  .finder .finder-links a:first-of-type {
    transition: none !important;
    border-right: 1px solid #ccc; }
  .finder .finder-links a:first-of-type:hover .icon-finder:before {
    background: url("/fileadmin/static/public/css/img/finder-ico-small-hover.svg") no-repeat center center; }
  .finder .finder-links a:last-of-type {
    transition: none !important; }
  .finder .finder-links a:last-of-type:hover .icon-psystem:before {
    background: url("/fileadmin/static/public/css/img/psystem-ico-small-hover.svg") no-repeat center center; }
  .finder .finder-links a .icon-finder {
    font-size: 18px; }
  .finder .finder-links a .icon-finder:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("/fileadmin/static/public/css/img/finder-ico-small.svg") no-repeat center center;
    display: block;
    margin: 0 auto; }
  .finder .finder-links a .icon-psystem:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("/fileadmin/static/public/css/img/psystem-ico-small.svg") no-repeat center center;
    display: block;
    margin: 0 auto; }
  .finder:hover .finder-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(17px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

#cc-tag.cc-tag-vertical-left {
  display: none !important; }

.flag-item-wrapper {
  text-align: center; }

.flag-item {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  max-width: 69px; }

.powermail-deepscreen-form label strong, .powermail-deepscreen-form legend strong {
  color: #000;
  font-weight: bold;
  text-transform: unset;
  font-size: 14px; }
  .powermail-deepscreen-form h3 {
    display: none; }
  .powermail-deepscreen-form .file-upload-button:hover {
    background: #000;
    color: #fff;
    border: none; }
  .powermail-deepscreen-form .submit-element {
    display: inline-block; }
  .powermail-deepscreen-form label .mandatory {
    display: inline;
    color: #ac1e36;
    position: relative;
    font-size: 85%;
    font-style: normal;
    text-transform: uppercase;
    left: 3px;
    top: 0px; }
  .powermail-deepscreen-form label.error {
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    right: 10px;
    color: red; }
  .powermail-deepscreen-form input[type='date'] {
    height: 43px;
    border: 1px solid #b8b8b8;
    background: transparent;
    display: block;
    line-height: 43px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .powermail-deepscreen-form input[type='submit'] {
    min-width: 140px;
    height: 43px;
    background: #ac1e36;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 43px;
    padding: 0 24px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block; }
  .powermail-deepscreen-form input[type='submit']:hover {
    background: #000;
    color: #fff;
    border: none; }

#field-92 {
  height: 43px;
  border: 1px solid #b8b8b8;
  background: transparent;
  display: block;
  line-height: 43px;
  border-radius: 5px;
  padding-right: 14px; }

.garantie aside.right .headings.sub-title {
  max-width: 310px;
  margin-right: 0;
  margin-left: auto; }
  @media all and (max-width: 992px) {
  .garantie aside.right .headings.sub-title {
    max-width: 100%; } }

.ui-datepicker .ui-widget-header {
  background: #ac1e36; }
  .ui-datepicker table tr {
    background: none !important; }
  .ui-datepicker table tr th {
    background: #fff;
    color: #535353; }
  .ui-datepicker table tr th:before {
    display: none; }
  .ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
    background: #fac0b4 !important; }
  .ui-datepicker .ui-state-default.ui-state-active {
    background: #ac1e36 !important;
    color: #fff !important; }
  .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
    background: #eee;
    color: #535353;
    border: none !important; }
  .ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(/fileadmin/static/public/css/img/ui-icons_ffffff_256x240.png); }
  .ui-datepicker .ui-datepicker-prev {
    top: 4px !important; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px !important;
    top: 4px !important; }

.small-height ul {
  line-height: 13px; }

.social-media-wrapper {
  margin-bottom: 15px; }
  .social-media-wrapper .title {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px; }
  @media all and (max-width: 660px) {
    .social-media-wrapper .title {
      display: none; } }
  .social-media-wrapper .items-wrapper {
    display: inline-block;
    vertical-align: middle; }
  @media all and (max-width: 660px) {
    .social-media-wrapper .items-wrapper {
      display: block; } }
  .social-media-wrapper .social-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    line-height: 24px; }
  .social-media-wrapper .social-item:last-child {
    margin-right: 0; }
  .social-media-wrapper .social-item:hover {
    opacity: 0.6; }

.info-mask {
  margin-bottom: 30px; }
  @media all and (max-width: 1024px) {
  .info-mask {
    margin-bottom: 20px; } }
  @media all and (max-width: 540px) {
  .info-mask {
    margin-bottom: 0; } }
  .info-mask .info-item {
    margin-bottom: 25px; }
  .info-mask .info-item .title-wrapper {
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 25px; }
  .info-mask .info-item h4 {
    font-size: 17px;
    margin-bottom: 0; }

.team-mask {
  margin-bottom: 50px; }
  @media all and (max-width: 1024px) {
  .team-mask {
    margin-bottom: 20px; } }
  @media all and (max-width: 540px) {
  .team-mask {
    margin-bottom: 0; } }
  .team-mask .team-item {
    margin-bottom: 25px; }
  .team-mask .team-item .img-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
  .team-mask .team-item .info-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 120px); }
  .team-mask .team-item .info-wrapper h5 {
    font-size: 16px;
    color: #000;
    font-style: normal;
    margin-bottom: 3px;
    font-family: 'Roboto', sans-serif; }
  .team-mask .team-item .info-wrapper h6 {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px; }
  .team-mask .team-item .info-wrapper .contact-data p {
    font-size: 14px; }
    .team-mask .team-item .info-wrapper .contact-data p span {
      display: block;
      line-height: 1.4; }

@media all and (max-width: 992px) {
        .help-page .right .above-image {
          text-align: center !important; } }

.grecaptcha-badge {
  z-index: 9 !important; }

.newslatter-title-wrapper {
  max-width: 760px;
  margin: 0 auto 170px;
  text-align: center; }
  @media all and (max-width: 992px) {
  .newslatter-title-wrapper {
    margin-bottom: 50px; } }
  .newslatter-title-wrapper.second-wrapper {
    margin: 200px auto 5px; }
  @media all and (max-width: 992px) {
    .newslatter-title-wrapper.second-wrapper {
      margin-top: 50px; } }
  .newslatter-title-wrapper h2 {
    font-weight: bold;
    font-size: 52px;
    line-height: 61px;
    margin-bottom: 30px; }
  .newslatter-title-wrapper p {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 171%; }

.small-height h2 {
  font-weight: bold;
  font-size: 52px;
  line-height: 61px;
  margin-bottom: 24px; }
  .small-height h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 167%;
    color: #000;
    margin-bottom: 56px; }
  .small-height p {
    font-weight: normal;
    font-size: 16px;
    line-height: 187%;
    color: #535353;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd; }
  .small-height p:last-of-type {
    border: none;
    margin: 0;
    padding: 0; }

.landing-form form {
  max-width: 868px;
  margin: 0 auto; }
  .landing-form form .col-sm-6 {
    width: 100% !important; }
  .landing-form form .radio {
    display: inline-block;
    width: 80px;
    margin: 10px 0; }
  .landing-form form .submit-element {
    width: 100%; }
  .landing-form form .submit-element button {
    width: 100%;
    text-align: center; }
  .landing-form form .submit-element button:hover {
    background: #ac1e36; }
  .landing-form form .submit-element button span {
    margin-left: 20px; }
  .landing-form form .file-upload-input {
    visibility: hidden; }
  .landing-form form .file-upload-button {
    float: left;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 4px;
    background: transparent;
    color: #535353;
    padding: 0 24px 0 16px;
    position: relative; }
  .landing-form form .file-upload-button:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url("/fileadmin/static/public/images/button-span.svg") no-repeat center; }
  .landing-form form .file-upload-button:hover {
    border: 1px solid #d3d3d3;
    background: transparent;
    color: #535353; }

.contest-wrapper .contest-header h3 {
  text-align: center; }
  @media all and (max-width: 767px) {
      .contest-wrapper .contest-content .info-item {
        display: block;
        margin: 0 auto 25px;
        max-width: 360px; } }

.main.landing-form {
  display: block !important; }
  .main.landing-form label[for=checkbox1] {
    color: #535353 !important;
    display: block !important; }
  .main.landing-form label[for=checkbox1].error1 {
    bottom: 0; }
  .main.landing-form label[for=checkbox1].error1:before {
    border: 2px solid #ac1e36; }
  .main.landing-form button[type=submit] {
    text-align: center; }
  .main.landing-form .radio {
    width: unset; }
  .main.landing-form .powermail_fieldwrap_type_radio.powermail_fieldwrap_ichbin .error {
    bottom: unset;
    top: 50%; }

@media all and (max-width: 660px) {
      .newslatter-title-wrapper.second-wrapper h2 {
        font-size: 36px; } }

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }
  .popup-overlay .show-msg {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 510px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    letter-spacing: normal;
    padding: 35px 16px 30px; }
  .popup-overlay .show-msg .msg-top {
    position: relative; }
  .popup-overlay .show-msg .msg-top .msg-finish {
    background: url("/fileadmin/static/public/images/form-sent.png") no-repeat center;
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .popup-overlay .show-msg .msg-middle {
    margin-top: 15px;
    text-align: center; }
  .popup-overlay .show-msg .msg-middle h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    margin-bottom: 12px; }
  .popup-overlay .show-msg .msg-middle p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #343434; }
  .popup-overlay .show-msg .msg-middle a {
    height: 43px;
    background: #ac1e36;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 43px;
    padding: 0 24px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin: 0 auto; }
  .popup-overlay .show-msg .msg-middle a:hover {
    background: #000; }
  .popup-overlay .show-msg .msg-middle a span {
    margin-left: 8px; }

.tx-download .download-results table tr th:first-child {
  max-width: unset;
  width: unset; }

.item-title {
  color: #535353;
  padding: 10px 0;
  border-bottom: 1px solid #b8b8b8;
  padding-left: 40px; }

form h5 {
  color: #000;
  font-weight: bold;
  text-transform: unset;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-style: normal; }
  form .checkbox-wrapper {
    padding: 0; }
  form .checkbox-wrapper .form-element.checkbox {
    margin-bottom: 0; }
  form .checkbox-group {
    margin-bottom: 25px; }

.distributors {
  padding-bottom: 100px; }
  .distributors .content-wrapper {
    max-width: 570px; }
  .distributors h3 {
    margin-bottom: 16px; }
  .distributors h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 28px; }
  .distributors p, .distributors ul li {
    font-size: 16px; }
  .distributors ul li:before {
    font-size: 30px; }
