/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    transition: background .3s ease-in-out;
    color: #000;
    background: #fff;
    font: 18px/1.3333333333 "Arial", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.fp-viewing-karriere,
body.fp-viewing-kontakt {
    background: #e8e8e8;
}

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

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 120px;
    line-height: 100px;
    font-weight: 400;
}

h2,
.h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
}

h6,
.h6 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

p {
    margin: 0 0 24px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity .3s ease-in-out;
}

a:hover,
a:focus {
    opacity: .8;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    padding: 8px 10px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #b0b0b0;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #b0b0b0;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b0b0b0;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #b0b0b0;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: none;
    vertical-align: top;
    width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

/*!
 * fullPage 2.7.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden; /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: transparent;
}

#superContainer {
    height: 100%;
    position: relative; /* Touch detection for Windows 8 */
    -ms-touch-action: none; /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative; /* Safari<=6 Android<=4.3 */
    transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    transition: none !important;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li:hover #fp-nav ul li a.active span,
#fp-slidesNav ul li:hover #fp-nav ul li a.active span,
#fp-nav ul li:hover
.fp-slidesNav ul li a.active span,
#fp-slidesNav ul li:hover
.fp-slidesNav ul li a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li:hover .fp-tooltip {
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1;
}

.fp-slidesNav ul li {
    display: inline-block;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.nav-drop {
    position: fixed;
    top: 130px;
    bottom: 0;
    right: 0;
    width: 330px;
    padding: 35px 57px;
    background: #e90024;
    text-align: left;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    -ms-transform: translateX(330px);
    transform: translateX(330px);
    overflow: auto;
    transition: transform .3s ease-in-out;
}

.nav-active .nav-drop {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav-drop ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-drop ul.main-nav a {
    display: block;
    padding: 13px 0;
}

.nav-drop ul.lang {
    padding: 70px 0 30px;
    font-size: 0;
    letter-spacing: -4px;
    white-space: nowrap;
    text-transform: uppercase;
}

.nav-drop ul.lang li {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    letter-spacing: 0;
}

.nav-drop ul.lang li + li:before {
    display: inline-block;
    vertical-align: top;
    content: "|";
    margin: -2px 15px 0;
}

.nav-drop a {
    color: #fff;
}

.nav-opener {
    float: right;
    width: 41px;
    height: 41px;
    position: relative;
    border-radius: 3px;
    text-indent: -9999px;
    overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #000;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -2px; /* height/2 */
    transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 10px;
}

.nav-opener:after {
    top: 29px;
}

/* close button transition */

.close-btn span,
.nav-active .nav-opener span {
    opacity: 0;
}

.nav-opener:hover {
    opacity: .9;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 0;
    right: 0;
}

.close-btn:after,
.nav-active .nav-opener:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.products-holder {
    padding: 0 90px;
}

.products-holder h3 {
    margin: 0 0 2%;
    text-transform: uppercase;
}

/* carousel basic styles */

div.carousel {
    position: relative;
}

div.carousel:after {
    clear: both;
    display: block;
    content: "";
}

div.carousel .carousel-info {
    position: absolute;
    top: -30px;
    right: 90px;
    font-size: 15px;
    line-height: 15px;
    display: none !important;
}

div.carousel .carousel-info .current-num {
    font-weight: bold;
}

div.carousel .carousel-info .btn-next,
div.carousel .carousel-info .btn-prev {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    margin: 1px 0 0;
}

div.carousel .carousel-info .btn-next:before,
div.carousel .carousel-info .btn-next:after,
div.carousel .carousel-info .btn-prev:before,
div.carousel .carousel-info .btn-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background: #bebebe;
}

div.carousel .carousel-info .btn-prev:before {
    margin: -6px 0 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.carousel .carousel-info .btn-prev:after {
    margin: 0 0 -6px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.carousel .carousel-info .btn-next:before {
    margin: -6px 0 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.carousel .carousel-info .btn-next:after {
    margin: 0 0 -6px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.carousel .mask {
    transition: transform .3s ease-in-out;
    transition-delay: .3s;
    position: relative;
    width: 100%;
    overflow: visible !important;
}

div.carousel .mask .slideset {
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    width: 99999px;
    float: left;
}

div.carousel .mask .slide {
    display: inline-block;
    vertical-align: top;
    transition: width .3s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 400px;
    font-size: 18px;
    line-height: 1.3333333333;
    opacity: .5;
    cursor: pointer;
}

div.carousel .mask .slide.hover {
    width: 800px;
}

div.carousel .mask .slide.hover, div.carousel .mask .slide:hover {
    opacity: 1;
}

div.carousel .mask .slide.hover .text-holder {
    visibility: visible;
    opacity: 1;
    transition-delay: .3s;
}

div.carousel .mask .slide > img {
    max-width: 99999px;
    min-width: 100%;
}

div.carousel .mask .slide .heading {
    display: block;
    text-transform: uppercase;
    color: #000;
    padding: 20px 20px 30px;
    font-size: 18px;
    letter-spacing: 0;
    white-space: normal;
    text-align: center;
}

div.carousel .mask .slide .text-holder {
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition-delay: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e90024;
    font-size: 18px;
    line-height: 1.22222222222;
    letter-spacing: 0;
    white-space: normal;
    color: #fff;
    padding: 20px 20px 10px;
    text-align: right;
    visibility: hidden;
    opacity: 0;
}

div.carousel .mask .slide .text-holder .heading {
    display: block;
    text-align: left;
    color: #fff;
    padding: 0 0 10px;
    word-break: break-all;
}

div.carousel .mask .slide .text-holder .text-frame {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 630px;
    padding: 0 0 30px 290px;
    max-width: 100%;
    text-align: left;
}

div.carousel .mask .slide .text-holder .text-frame .icon {
    display: none !important;
    position: absolute;
    bottom: 8px;
    right: 0;
}

div.carousel .mask .slide .text-holder .text-frame p {
    margin: 0 0 5px;
    font-size: 18px;
}

div.carousel .mask.no-transition {
    transition: none .3s ease-in-out;
}

div.carousel .mask.no-transition .slide {
    transition: none .3s ease-in-out;
}

div.carousel .mask.no-transition .slide .text-holder {
    transition: none .3s ease-in-out;
}

div.carousel > .btn-next,
div.carousel > .btn-prev {
    position: absolute;
    top: 250px;
    width: 50px;
    height: 50px;
    background: #e90024;
    text-indent: -9999px;
    overflow: hidden;
    opacity: .8;
}

div.carousel > .btn-next:hover,
div.carousel > .btn-prev:hover {
    opacity: 1;
}

div.carousel.first-slide > .btn-prev {
    left: 0;
}

div.carousel.last-slide > .btn-next {
    right: 0;
}

div.carousel > .btn-prev {
    transition: left .3s ease-in-out;
    left: -90px;
}

div.carousel > .btn-prev:after,
div.carousel > .btn-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 14px;
    width: 3px;
    left: 50%;
    background: white;
}

div.carousel > .btn-prev:before {
    margin: -11px 0 0;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

div.carousel > .btn-prev:after {
    margin: 0 0 -11px;
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

div.carousel > .btn-next {
    transition: right .3s ease-in-out;
    right: -90px;
}

div.carousel > .btn-next:after,
div.carousel > .btn-next:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 14px;
    width: 3px;
    left: 50%;
    background: white;
}

div.carousel > .btn-next:before {
    margin: -11px 0 0;
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

div.carousel > .btn-next:after {
    margin: 0 0 -11px;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

#header {
    transition: background .3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    width: 100%;
    padding: 48px 90px 15px;
}

[class*="slide2"] #header {
    background: #e5e4e4;
}

#header .logo {
    float: left;
}

#header .logo img {
    display: block;
}

#header .holder {
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}

#header .holder p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

#header .holder .frame {
    display: inline-block;
    vertical-align: top;
    padding: 10px 14px 0 0;
    margin: 7px 17px 0 0;
    color: #000;
    border-right: 2px solid #b0b0b0;
}

.btn {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    outline: none;
}

.btn.btn-sm {
    padding: 5px 11px;
    font-size: 15px;
    line-height: 23px;
}

.btn.btn-filled {
    transition: opacity .3s ease-in-out;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before {
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.btn.btn-blue {
    border-color: #033871;
    color: #000;
}

.btn.btn-blue.btn-filled {
    color: #fff;
    font-weight: 400;
    background: #033871;
}

.btn.btn-blue.btn-filled:hover {
    opacity: .8;
}

.btn.btn-blue:before {
    background: #033871;
}

.btn.btn-red {
    border-color: #e90024;
    color: #000;
}

.btn.btn-red.btn-filled {
    color: #fff;
    font-weight: 400;
    background: #e90024;
}

.btn.btn-red.btn-filled:hover {
    opacity: .8;
}

.btn.btn-red:before {
    background: #e90024;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    opacity: 1;
}

.box .btn:hover,
.box .btn:focus,
.box .btn:active {
    color: #003770;
}

.ie-browser .box .btn:hover,
.ie-browser .box .btn:focus,
.ie-browser .box .btn:active {
    background: #fff;
}

.box.style01 .btn:hover,
.box.style01 .btn:focus,
.box.style01 .btn:active {
    color: #e90024;
}

.text-blue {
    color: #033871;
}

.text-red {
    color: #e90024;
}

.navigation {
    display: none;
}

.loaded .navigation {
    display: block;
}

.navigation button {
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    position: fixed;
    left: 50%;
    z-index: 3;
    width: 50px;
    height: 50px;
    background: #e8e8e8;
    line-height: 50px;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    outline: none;
    opacity: 0.8;
}

.fp-viewing-welcome .navigation button {
    visibility: hidden;
    opacity: 0;
}

.navigation button:hover {
    opacity: 1;
}

.navigation .btn-left {
    top: 50%;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

[class*="slide2"] .navigation .btn-left {
    visibility: visible;
    opacity: 1;
}

[class*="question1"] .navigation .btn-left,
[class*="question3"] .navigation .btn-left,
[class*="question5"] .navigation .btn-left {
    background-color: #003770;
}

[class*="question2"] .navigation .btn-left,
[class*="question4"] .navigation .btn-left {
    background-color: #e90024;
}

[class*="slide2"] .navigation .btn-left:after,
[class*="slide2"] .navigation .btn-left:before {
    background: #fff;
}

.navigation .btn-left:after,
.navigation .btn-left:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 14px;
    width: 3px;
    left: 40%;
    background: #000;
}

.navigation .btn-left:before {
    margin: -10px 0 0;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.navigation .btn-left:after {
    margin: 0 0 -10px;
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.navigation .btn-right {
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -25px;
    text-indent: 0;
    width: auto;
    padding: 0 35px 0 15px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    background: #003770;
}

.fp-viewing-question4-slide1 .navigation .btn-right,
.fp-viewing-question2-slide1 .navigation .btn-right {
    background: #e90024;
}

[class*="slide1"] .navigation .btn-right {
    visibility: visible;
    opacity: 1;
}

[class*="slide1"] .navigation .btn-right:hover {
    opacity: .8;
}

.navigation .btn-right:after,
.navigation .btn-right:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 14px;
    width: 3px;
    right: 20px;
    background: #fff;
}

.navigation .btn-right:before {
    margin: -10px 0 0;
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.navigation .btn-right:after {
    margin: 0 0 -10px;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.navigation .btn-up {
    top: 0;
    z-index: 5;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    mix-blend-mode: multiply;
}

.hide-v-buttons .navigation .btn-up {
    opacity: 0;
    visibility: hidden;
}

.navigation .btn-up:after,
.navigation .btn-up:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 16px;
    left: 50%;
    background: #000;
}

.navigation .btn-up:before {
    margin: 0 0 0 -13px;
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.navigation .btn-up:after {
    margin: 0 -13px 0 0;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.navigation .btn-down {
    transition: background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
    bottom: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hide-v-buttons .navigation .btn-down {
    opacity: 0;
    visibility: hidden;
}

/*
.fp-viewing-uber-uns .navigation .btn-down {
background: rgba(255, 255, 255, .3);
}

.fp-viewing-uber-uns .navigation .btn-down:after,
.fp-viewing-uber-uns .navigation .btn-down:before {
background: #e5e4e4;
}*/

.fp-viewing-karriere .navigation .btn-down,
.fp-viewing-kontakt .navigation .btn-down {
    opacity: .5;
    background: #d3d3d3;
}

.fp-viewing-karriere .navigation .btn-down:hover,
.fp-viewing-kontakt .navigation .btn-down:hover {
    opacity: 1;
}

.fp-viewing-karriere .navigation .btn-down {
    opacity: 0;
    visibility: hidden;
}

.navigation .btn-down:after,
.navigation .btn-down:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 16px;
    left: 50%;
    background: #000;
}

.navigation .btn-down:before {
    margin: 0 0 0 -13px;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.navigation .btn-down:after {
    margin: 0 -13px 0 0;
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.section {
    overflow: hidden;
}

.section .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50%;
    background-size: cover;
}

.section .decor-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.ie-browser .section .decor-box {
    opacity: .85;
}

.section .text-box {
    position: absolute;
    z-index: 2;
    bottom: 20%;
    left: 90px;
    padding: 0 0 25px;
    max-width: 410px;
    color: #fff;
    text-transform: uppercase;
}

.section .text-box h3 {
    margin: 0 0 20px;
}

.section .text-box p {
    margin: 0;
}

.welcome {
    background-image: url(../images/splashscreen.jpg);
    background-size: cover;
    background-position-y: 60px;
    text-align: center;
    color: #fff;
    font-size: 0;
    letter-spacing: -4px;
    white-space: nowrap;
    height: 100vh;
    position: relative;
    z-index: 3;
}

.welcome a {
    color: #033871;
}

.fp-viewing-uber-uns header#header {
    background: none !important;
}

.welcome--intro {
    /*background-image: url(../images/welcome2.png);  background-position: center top;*/
    background-image: none;
    background-color: white;
    color: #333333;
}

.welcome--intro img {
    margin-bottom: 30px;
}

.welcome .text-holder {
    padding: 0 280px;
}

.welcome .text-frame {
    letter-spacing: 0;
    white-space: normal;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 100px;
}

.welcome .text-frame h2 {
    font-size: 65px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.welcome .text-frame p {
    margin: 0 0 22px;
}

.welcome:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    margin: 0 0 0 -1px;
    height: 100%;
}

.welcome .wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 100px 0 0;
    letter-spacing: 0;
    white-space: normal;
    font-size: 25px;
    line-height: 1.2;
}

.welcome [class^="decor"] {
    position: absolute;
    max-width: 20vw;
    max-height: 70vh;
    pointer-events: none;
}

.loaded .welcome [class^="decor"] {
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.welcome .decor1 {
    bottom: 0;
    left: 0;
}

.welcome .decor2 {
    top: 3px;
    right: 0;
}

.welcome .heading-container {
    margin: 0 0 100px;
    text-align: left;
}

.welcome .heading-container h3 {
    text-transform: uppercase;
}

.welcome .text-container {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 30px 10px 30px;

}

.welcome h1 {
    margin: 0 0 25px;
    text-transform: uppercase;
}

.welcome p {
    margin: 0 0 13px;
}

.welcome .more {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 20px;
    font-size: 18px;
    margin-bottom: 130px;
}

.welcome .more:after,
.welcome .more:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 18px;
    left: 50%;
    background: #fff;
}

.welcome .more:before {
    margin: 0 0 0 -14px;
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.welcome .more:after {
    margin: 0 -14px 0 0;
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.branches, .events {
    padding: 0 90px;
}

.branches .fp-tableCell {
    vertical-align: top;
}

.columns-holder {
    margin: 0 -5px;
    overflow: hidden;
}

.columns-holder .column {
    float: left;
    width: 20%;
    padding: 0 5px;
}

.columns-holder .img-holder {
    margin: 0 0 15px;
}

.columns-holder .img-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.box {
    margin: 0 0 15px;
    background: #003770;
    padding: 45px 30px;
    color: #fff;
    min-height: 292px;
    position: relative;
}

.box h2 {
    display: block;
    margin: 0 0 18px;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
    min-height: 56px;
    text-transform: uppercase;
}

.box .btn {
    position: absolute;
    bottom: 2rem;
}

.box.style01 {
    background: #e90024;
}

.details {
    padding: 50px 90px 0;
}

.details.blue .pagination li a:hover,
.details.blue .pagination li.active a {
    background: #003770;
}

.details.red .pagination li a:hover,
.details.red .pagination li.active a {
    background: #e90024;
}

.text-block {
    float: left;
    width: 54%;
    padding: 0 120px 0 0;
    text-align: right;
}

.text-block h2 {
    margin: 0 0 30px;
    text-align: left;
    color: #bebebe;
    text-transform: uppercase;
}

.text-block .heading {
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.text-block .text-frame {
    max-width: 560px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.cycle-gallery {
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

.cycle-gallery .gallery-holder {
    position: relative;
    margin: 0 0 32px;
}

.cycle-gallery .mask {
    position: relative;
    overflow: hidden;
}

.cycle-gallery .mask .slideset {
    width: 99999px;
    float: left;
}

.cycle-gallery .mask .slide {
    float: left;
}

.cycle-gallery .mask .slide.active {
    z-index: 1;
}

.cycle-gallery .mask .slide img {
    display: block;
    width: 100%;
    height: auto;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 35px;
    height: 35px;
    background: #e8e8e8;
    opacity: .8;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: -18px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
    opacity: 1;
}

.cycle-gallery .btn-prev {
    left: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cycle-gallery .btn-prev:after,
.cycle-gallery .btn-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 14px;
    left: 44%;
    background: #595959;
}

.cycle-gallery .btn-prev:before {
    margin: 0 0 0 -11px;
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.cycle-gallery .btn-prev:after {
    margin: 0 -11px 0 0;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.cycle-gallery .btn-next {
    right: 0;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.cycle-gallery .btn-next:after,
.cycle-gallery .btn-next:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 14px;
    left: 44%;
    background: #595959;
}

.cycle-gallery .btn-next:before {
    margin: 0 0 0 -11px;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.cycle-gallery .btn-next:after {
    margin: 0 -11px 0 0;
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.cycle-gallery .pagination {
    text-align: center;
}

.cycle-gallery .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: -4px;
}

.cycle-gallery .pagination ul > * {
    font-size: 18px;
    letter-spacing: 0;
}

.cycle-gallery .pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 7px;
}

.cycle-gallery .pagination ul li a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 14px;
    height: 14px;
    background: #e8e8e8;
}

.contact-holder {
    padding: 0 90px;
}

.contact-holder h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
}

.contact-holder .btn {
    text-transform: uppercase;
}

.block {
    background: #fff;
}

.block .block-holder {
    position: relative;
    padding: 40px 0 0;
}

.block .block-frame {
    overflow: hidden;
}

.block .text-container {
    float: left;
    width: 360px;
    padding: 0 60px 0 47px;
}

.block .columns-container {
    overflow: hidden;
    padding: 10px 260px 0 0;
}

.block .columns-container .column {
    float: left;
    width: 50%;
    padding: 0 100px 0 0;
}

.block .columns-container input {
    width: 100%;
}

.block .col-holder {
    overflow: hidden;
}

.block .col-holder .col {
    float: left;
    width: 50%;
    padding: 0 30px 0 0;
}

.block .col-holder .col.no-padding {
    padding: 0;
}

.block fieldset {
    width: 100%;
}

.block label {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 40px;
    font-size: 15px;
    line-height: 19px;
}

.block .heading {
    display: block;
    text-transform: uppercase;
    padding: 0 0 24px;
}

.block p {
    margin: 0 0 24px;
}

.block .btn-back {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 40px;
}

.block .btn-back:after,
.block .btn-back:before {
    content: "";
    position: absolute;
    top: 16px;
    left: auto;
    bottom: auto;
    right: 23px;
    width: 12px;
    height: 1px;
    background: #fff;
}

.block .btn-back:before {
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.block .btn-back:after {
    margin: 0 -9px 0 0;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.twocolumns {
    overflow: hidden;
    line-height: 1.22222222222;
}

.twocolumns .column {
    float: left;
    width: 50%;
}

.fourcoloumns {
    margin-top: 30px;
}

.fourcoloumns .column {
    float: left;
    width: 25%;
    padding-right: 11px;
}

.fourcoloumns .column:last-child {
    padding-right: 0px;
}

.fourcoloumns .column .internationalcontact {
    background-color: white;
    width: 100%;
    padding: 40px 50px;

}

.twocolumns .column .text-holder {
    float: left;
    width: 370px;
    padding: 40px;
}

.twocolumns .column .text-holder .text-wrap {
    min-height: 250px;
}

.twocolumns .column .text-holder .map-frame {
    margin: 0 0 0px;
    position: relative;
    padding: 14px 0;
    border: solid #b0b0b0;
    border-width: 2px 0;
    overflow: hidden;
}

.twocolumns .column .text-holder .map-frame:before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    width: 2px;
    left: 50%;
    margin: 0 0 0 -1px;
    background: #b0b0b0;
}

.twocolumns .column .text-holder .map-frame .col {
    float: left;
    width: 50%;
    padding: 0 15px;
    font-size: 15px;
    line-height: 18px;
    color: #6d6d6d;
    text-transform: uppercase;
}

.twocolumns .column .text-holder .map-frame .col a {
    text-align: center;
    display: block;
}

.twocolumns .column .text-holder .map-frame .col .icon-holder {
    display: block;
    text-align: center;
}

.twocolumns .column .text-holder .map-frame .col .icon-holder:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 50px;
    margin: 0 0 0 -1px;
}

.twocolumns .column .text-holder .map-frame .col .icon-holder img {
    display: inline-block;
    vertical-align: middle;
}

.twocolumns .column .map-holder {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover;
}

.twocolumns .column .map-holder .map-canvas {
    margin: 0;
    width: 100%;
    height: 100%;
}

.twocolumns .column .map-holder .pin {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.twocolumns address {
    display: block;
    font-style: normal;
    margin: 0 0 22px;
}

.twocolumns dl {
    margin: 0 0 22px;
}

.twocolumns dl dt {
    float: left;
    margin: 0 5px 0 0;
}

.twocolumns dl dd {
    margin: 0;
}

/*Messe*/
.event-section .fp-tableCell {
    vertical-align: top;
}

.event-controls .arrow.inactive {
    opacity: 0.4;
    cursor: inherit;
}

.event-controls .arrow.next {
    margin-right: 3rem;
}

.event-controls .arrow {
    float: right;
    cursor: pointer;
}

.events h3 {
    margin: 0 0 2% 2px;
    text-transform: uppercase;
}

.box.event {
    padding: 2rem;
}

.box.event img.fairlogo {
    height: auto;
    width: 39%;
    display: block;
    margin: 0 auto 10% auto;
}

.box.event h3 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.1rem;
    margin: 0
}

.box.event p {
    margin: 0 0 8%;
    font-size: 1.1rem;
}

p.loc > img {
    margin-right: 1rem;
}

.twocolumns.image-frame {
    width: 39.7%;
    float: right;
    background: transparent url("../images/messe_two.jpg") top right;
    background-size: cover;
}

.twocolumns.image-frame .box {
    padding: 0;
}

.box.event p.loc span {
    width: 16px;
    height: 23px;
    background: transparent url("../images/poi_s.png") no-repeat center center;
}

@media (max-width: 1760px) {
    .products-holder {
        padding: 0 70px;
    }

    div.carousel .mask .slide {
        width: 250px;
    }

    div.carousel .mask .slide.hover {
        width: 500px;
    }

    div.carousel .mask .slide > img {
        width: 500px;
    }

    #header {
        padding: 38px 30px 25px;
    }

    .welcome [class^="decor"] {
        max-width: 15vw;
    }

    .branches {
        padding: 0 10px;
    }

    .details {
        padding: 10px 70px 0;
    }

    .text-block h2 {
        margin: 0 0 40px;
    }

    .text-block .text-frame {
        max-width: 9999px;
    }

    .block .columns-container {
        padding: 10px 0 40px;
    }

    div.carousel .mask .slide .text-holder .text-frame {
        padding: 0px 0px 0px 200px;
    }
}

@media (max-width: 1759px) {
    .welcome .text-holder {
        padding: 0 140px;
    }

    .welcome .text-frame {
        padding: 20px 90px;
        margin: 0 auto;
        font-size: 22.5px;
    }

    .welcome .text-frame h2 {
        font-size: 60px;
        margin: 0 0 20px;
    }

    .welcome .wrap {
        padding: 40px 0;
    }

    .welcome .heading-container {
        margin: 0 0 60px;
    }

    .welcome h1 {
        font-size: 100px;
        line-height: 100px;
    }

    .box h2 {
        font-size: 21px;
        line-height: 26px;
    }

    .contact-holder {
        padding: 0 60px;
    }

    .fourcoloumns .column .internationalcontact {
        background-color: white;
        width: 100%;
        padding: 30px 40px;
        font-size: 15px;

    }
}

@media (max-width: 1440px) {
    .nav-drop {
        font-size: 21.6px;
    }

    .nav-drop {
        font-size: 28.8px;
        padding: 25px 37px;
    }

    .nav-drop ul.main-nav a {
        padding: 5px 0;
    }

    .nav-drop ul.lang {
        padding: 37px 0 10px;
    }

    .nav-drop ul.lang li {
        font-size: 21.6px;
    }

    div.carousel .mask .slide {
        margin-bottom: 40px;
    }

    div.carousel .mask .slide .heading {
        padding: 5px 10px 15px;
    }

    div.carousel .mask .slide .text-holder {
        padding: 20px 20px 30px;
    }

    .welcome .text-frame {
        font-size: 12.5px;
    }

    .welcome .text-frame h2 {
        font-size: 50px;
        margin: 0 0 20px;
    }

    .welcome .text-frame h3 {
        font-size: 30px;
    }

    .welcome .heading-container {
        margin: 0 0 30px;
    }

    .welcome--intro img {
        width: 150px;
        height: auto;
    }

    .welcome .text-container {
        width: 100%;
    }

    .columns-holder .img-holder, .box.event {
        max-height: 300px;
        overflow: hidden;
    }

    .events .column {
        width: 33%;
    }

    .events .image-frame, .box.event img.fairlogo {
        display: none;
    }

    .box {
        min-height: 229px;
    }

	.box.event {
		min-height: 270px;
	}

    .text-block {
        padding: 0 80px 0 50px;
        width: 64%;
    }

    .text-block h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .text-block .text-frame p {
        font-size: 16px;
    }

    .contact-holder h3 {
        margin: 0 0 20px;
    }

    .block .block-holder {
        padding: 20px 0 0;
    }

    .block .columns-container {
        padding: 0 0 10px;
    }

    .block .columns-container .column {
        padding: 0 20px;
    }

    .block label {
        margin: 10px 0;
    }

    .twocolumns .column .text-holder .text-wrap {
        min-height: 0;
    }

    .twocolumns .column .text-holder .map-frame {
        margin: 0 0 0px;
    }

    div.carousel .mask .slide .text-holder .text-frame {
        padding: 0px 0px 0px 200px;
    }

    div.carousel .mask .slide .text-holder .text-frame p {
        font-size: 17px;
    }

    .fourcoloumns .column .internationalcontact {
        background-color: white;
        width: 100%;
        padding: 20px;
        font-size: 14px;

    }

}

@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 100px;
        line-height: 90px;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 40px;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 24px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
        line-height: 14px;
    }

    p {
        margin: 0 0 21.3333333333px;
    }

    .products-holder {
        padding: 0 50px;
    }

    div.carousel .mask .slide {
        margin-bottom: 20px;
    }

    div.carousel .mask .slide .heading {
        padding: 10px 20px 20px;
    }

    div.carousel > .btn-prev {
        left: -50px;
    }

    div.carousel > .btn-next {
        right: -50px;
    }

    .welcome .text-holder {
        padding: 0 80px;
    }

    .welcome--intro img {
        display: none;
    }

    .welcome .text-frame {
        padding: 20px 60px;
        max-width: 9999px;
        font-size: 15px;
    }

    .welcome .text-frame h2 {
        font-size: 45px;
        margin: 0 0 30px;
    }

    .welcome .wrap {
        padding: 20px 0;
    }

    .welcome [class^="decor"] {
        visibility: hidden;
        opacity: 0;
    }

    .fp-viewing-welcome .welcome [class^="decor"] {
        visibility: visible;
        opacity: 1;
    }

    .welcome h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .columns-holder .img-holder {
        max-height: 9999px;
    }

    .welcome .text-container {
        width: 100%;
    }

    .box {
        padding: 25px 15px;
        min-height: 160px;
    }

    .box h2 {
        font-size: 14px;
        line-height: 24px;
    }

	.events .column {
		width: 50%;
	}

    .btn {
        font-size: 14px;
    }

    .text-block {
        padding: 0 40px 0 50px;
    }

    .text-block h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .text-block .text-frame p {
        font-size: 14px;
    }

    .contact-holder {
        padding: 0 30px;
    }

    .twocolumns .column .text-holder {
        width: 50%;
        padding: 20px;
    }

    .twocolumns .column .text-holder .map-frame .col {
        font-size: 12px;
    }

    .fourcoloumns .column .internationalcontact {
        background-color: white;
        width: 100%;
        padding: 20px 20px;
        font-size: 13px;

    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 80px;
        line-height: 70px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 30px;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 32px;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 22px;
    }

    h5,
    .h5 {
        font-size: 14px;
        line-height: 14px;
    }

    h6,
    .h6 {
        font-size: 13px;
        line-height: 13px;
    }

    p {
        margin: 0 0 18.6666666667px;
    }

    .nav-drop {
        font-size: 28.8px;
        padding: 15px 25px;
    }

    .nav-drop ul.lang li {
        font-size: 28.8px;
    }

    .products-holder {
        padding: 0 30px;
    }

    div.carousel .mask .slideset {
        width: 100% !important;
    }

    div.carousel .mask .slide {
        width: 100%;
        margin-bottom: 0;
        pointer-events: none;
    }

    div.carousel .mask .slide.active {
        pointer-events: auto;
    }

    div.carousel .mask .slide.hover {
        width: 100%;
    }

    div.carousel .mask .slide > img {
        width: 100%;
    }

    div.carousel > .btn-next,
    div.carousel > .btn-prev {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    div.carousel > .btn-prev {
        left: -30px;
    }

    div.carousel > .btn-next {
        right: -30px;
    }

    .btn {
        font-size: 10px;
    }

    .section .decor-box {
        max-width: 50%;
    }

    .welcome .text-holder {
        padding: 0 20px;
    }

    .welcome .text-frame {
        padding: 10px 30px;
        font-size: 12.5px;
    }

    .welcome .text-frame h2 {
        margin: 0 0 20px;
        line-height: 40px;
    }

    .welcome .wrap {
        padding: 10px 0;
    }

    .welcome [class^="decor"] {
        max-width: 20vw;
    }

    .welcome .heading-container {
        margin: 0 0 10px;
    }

    .welcome h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .box h2 {
        font-size: 12px;
        line-height: 18px;
    }

    .text-block {
        padding: 0 20px 0 50px;
        width: 54%;
    }

    .text-block h2 {
        margin: 0 0 20px;
    }

    .contact-holder {
        padding: 0 10px;
    }

    .contact-holder h3 {
        margin: 10px 0 20px;
    }

    .block .block-holder {
        padding: 30px 0 0;
    }

    .block .text-container {
        float: none;
        width: auto;
        padding: 0 20px;
    }

    .twocolumns .column .text-holder .map-frame .col {
        font-size: 10px;
    }

    .fourcoloumns .column .internationalcontact {
        background-color: white;
        width: 100%;
        padding: 10px;

    }
}

@media (max-width: 767px) {
    .nav-drop {
        font-size: 21.6px;
    }

    .nav-drop ul.lang li {
        font-size: 21.6px;
    }

    div.carousel .carousel-info {
        display: none;
    }

    .btn {
        font-size: 16px;
    }

    .section .text-box {
        left: 8%;
        padding: 0;
        bottom: 10%;
    }

    .welcome [class^="decor"] {
        max-width: 10vw;
    }

    .columns-holder .column {
        width: 50%;
    }

    .columns-holder .column:last-child {
        width: 100%;
    }

    .columns-holder .column:last-child .img-holder {
        float: left;
        width: 50%;
        padding: 0 5px 0 0;
        margin: 0 5px 0 0;
    }

    .columns-holder .column:last-child .box {
        overflow: hidden;
    }

    .box h2 {
        font-size: 12px;
        line-height: 18px;
    }

    .block .columns-container .column {
        padding: 0 20px;
        float: none;
        width: auto;
    }

    .twocolumns .column {
        float: none;
        width: 100%;
    }

    .twocolumns .column .text-holder {
        float: none;
        width: auto;
        padding: 20px;
        height: auto !important;
    }

    .twocolumns .column .map-holder {
        height: 200px !important;
        max-height: 200px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 12px;
    }

    h1,
    .h1 {
        font-size: 60px;
        line-height: 50px;
    }

    h2,
    .h2 {
        font-size: 20px;
        line-height: 20px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h4,
    .h4 {
        font-size: 14px;
        line-height: 18px;
    }

    h5,
    .h5 {
        font-size: 12px;
        line-height: 12px;
    }

    h6,
    .h6 {
        font-size: 12px;
        line-height: 12px;
    }

    p {
        margin: 0 0 16px;
    }

    .navigation .btn-left {
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .navigation .btn-right {
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .section .text-box {
        max-width: 240px;
        left: 5%;
        bottom: 20%;
    }

    .welcome [class^="decor"] {
        max-width: 20vw;
    }

    .welcome h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .text-block {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

    .cycle-gallery {
        margin: 0 0 60px;
    }
}

@media (max-width: 479px) {

    h2 {
        font-size: 20px !important;
        line-height: 125%;
    }

    h3 {
        font-size: 15px !important;
        line-height: 125%;
    }

    .text-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }

    p {
        font-size: 10px !important;
        line-height: 125%;
    }

    #header {
        padding: 32px 10px 31px;
    }

    #header .holder .frame {
        display: none;
    }
}
