@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,600,700,700i");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
## Box Sizing
--------------------------------------------------------------*/
html, * {
  box-sizing: border-box; }

/*--------------------------------------------------------------
## Colors

Define the Colors you want to use. 
Please use memorable Names, e.g. use http://chir.ag/projects/name-that-color/ 

--------------------------------------------------------------*/
.text-primary {
  color: #001a2c; }

.bg-primary {
  background-color: #001a2c; }

.text-midnight {
  color: #001a2c; }

.bg-midnight {
  background-color: #001a2c; }

.text-secondary {
  color: #e30513; }

.bg-secondary {
  background-color: #e30513; }

.text-crimson {
  color: #e30513; }

.bg-crimson {
  background-color: #e30513; }

.text-textcolor {
  color: #1a1a1a; }

.bg-textcolor {
  background-color: #1a1a1a; }

.text-midnight-90 {
  color: #1a3040; }

.bg-midnight-90 {
  background-color: #1a3040; }

.text-midnight-50 {
  color: #7f8d96; }

.bg-midnight-50 {
  background-color: #7f8d96; }

.text-midnight-5 {
  color: #f2f3f4; }

.bg-midnight-5 {
  background-color: #f2f3f4; }

.text-white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.text-white--transparent {
  color: rgba(255, 255, 255, 0.3); }

.bg-white--transparent {
  background-color: rgba(255, 255, 255, 0.3); }

.text-white--transparent-max {
  color: rgba(255, 255, 255, 0.8); }

.bg-white--transparent-max {
  background-color: rgba(255, 255, 255, 0.8); }

.text-black {
  color: #1a1a1a; }

.bg-black {
  background-color: #1a1a1a; }

.text-black--transparent {
  color: rgba(0, 0, 0, 0.3); }

.bg-black--transparent {
  background-color: rgba(0, 0, 0, 0.3); }

.text-black--transparent-max {
  color: rgba(0, 0, 0, 0.8); }

.bg-black--transparent-max {
  background-color: rgba(0, 0, 0, 0.8); }

/*--------------------------------------------------------------
## Gradient Mixin
--------------------------------------------------------------*/
.bg--pattern {
  box-shadow: none !important;
  background-image: url("../img/pattern-frt.jpg");
  background-repeat: repeat; }

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FRT ICONS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Iconfont
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FRT ICON FONT
--------------------------------------------------------------*/
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/FRT_iconfont.eot?dfruvf");
  src: url("../fonts/FRT_iconfont.eot?dfruvf#iefix") format("embedded-opentype"), url("../fonts/FRT_iconfont.ttf?dfruvf") format("truetype"), url("../fonts/FRT_iconfont.woff?dfruvf") format("woff"), url("../fonts/FRT_iconfont.svg?dfruvf#FRT_iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !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-mail:before {
  content: ""; }

.icon-phone-call:before {
  content: ""; }

.icon-blog:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-youtube2:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-arrow_down:before {
  content: ""; }

.icon-arrow_left:before {
  content: ""; }

.icon-arrow_right:before {
  content: ""; }

.icon-arrow_up:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-checkmark:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-place:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-telephone:before {
  content: ""; }

/*--------------------------------------------------------------
## Icon Mixins
--------------------------------------------------------------*/
/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
/*------------------------------------*\
    LOGIC aka THE MAGIC
\*------------------------------------*/
/*------------------------------------*\
    GRID LAYOUT
\*------------------------------------*/
.grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -16px;
  font-size: 0rem; }

.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-left: 16px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem; }

.grid--center {
  text-align: center; }
  .grid--center > .grid__cell {
    text-align: left; }

.grid--right {
  text-align: right; }
  .grid--right > .grid__cell {
    text-align: left; }

.grid--middle > .grid__cell {
  vertical-align: middle; }

.grid--bottom > .grid__cell {
  vertical-align: bottom; }

.grid--flush {
  margin-left: 0; }
  .grid--flush > .grid__cell {
    padding-left: 0; }

.grid--small {
  margin-left: -8px; }
  .grid--small > .grid__cell {
    padding-left: 8px; }

.grid--large {
  margin-left: -32px; }
  .grid--large > .grid__cell {
    padding-left: 32px; }

.grid--auto > .grid__cell {
  width: auto; }

.grid--rev {
  direction: rtl; }
  .grid--rev > .grid__cell {
    direction: ltr; }

/*------------------------------------*\
    GRID WIDTHS
\*------------------------------------*/
.\31\/5 {
  width: 20%; }

.\32\/5 {
  width: 40%; }

.\33\/5 {
  width: 60%; }

.\34\/5 {
  width: 80%; }

.\31\/12 {
  width: 8.33333%; }

.\32\/12 {
  width: 16.66667%; }

.\33\/12 {
  width: 25%; }

.\34\/12 {
  width: 33.33333%; }

.\35\/12 {
  width: 41.66667%; }

.\36\/12 {
  width: 50%; }

.\37\/12 {
  width: 58.33333%; }

.\38\/12 {
  width: 66.66667%; }

.\39\/12 {
  width: 75%; }

.\31\30\/12 {
  width: 83.33333%; }

.\31\31\/12 {
  width: 91.66667%; }

@media screen and (min-width: 481px) {
  .\31\/5--xs {
    width: 20%; }
  .\32\/5--xs {
    width: 40%; }
  .\33\/5--xs {
    width: 60%; }
  .\34\/5--xs {
    width: 80%; }
  .\31\/12--xs {
    width: 8.33333%; }
  .\32\/12--xs {
    width: 16.66667%; }
  .\33\/12--xs {
    width: 25%; }
  .\34\/12--xs {
    width: 33.33333%; }
  .\35\/12--xs {
    width: 41.66667%; }
  .\36\/12--xs {
    width: 50%; }
  .\37\/12--xs {
    width: 58.33333%; }
  .\38\/12--xs {
    width: 66.66667%; }
  .\39\/12--xs {
    width: 75%; }
  .\31\30\/12--xs {
    width: 83.33333%; }
  .\31\31\/12--xs {
    width: 91.66667%; } }

@media screen and (min-width: 576px) {
  .\31\/5--sm {
    width: 20%; }
  .\32\/5--sm {
    width: 40%; }
  .\33\/5--sm {
    width: 60%; }
  .\34\/5--sm {
    width: 80%; }
  .\31\/12--sm {
    width: 8.33333%; }
  .\32\/12--sm {
    width: 16.66667%; }
  .\33\/12--sm {
    width: 25%; }
  .\34\/12--sm {
    width: 33.33333%; }
  .\35\/12--sm {
    width: 41.66667%; }
  .\36\/12--sm {
    width: 50%; }
  .\37\/12--sm {
    width: 58.33333%; }
  .\38\/12--sm {
    width: 66.66667%; }
  .\39\/12--sm {
    width: 75%; }
  .\31\30\/12--sm {
    width: 83.33333%; }
  .\31\31\/12--sm {
    width: 91.66667%; } }

@media screen and (min-width: 769px) {
  .\31\/5--md {
    width: 20%; }
  .\32\/5--md {
    width: 40%; }
  .\33\/5--md {
    width: 60%; }
  .\34\/5--md {
    width: 80%; }
  .\31\/12--md {
    width: 8.33333%; }
  .\32\/12--md {
    width: 16.66667%; }
  .\33\/12--md {
    width: 25%; }
  .\34\/12--md {
    width: 33.33333%; }
  .\35\/12--md {
    width: 41.66667%; }
  .\36\/12--md {
    width: 50%; }
  .\37\/12--md {
    width: 58.33333%; }
  .\38\/12--md {
    width: 66.66667%; }
  .\39\/12--md {
    width: 75%; }
  .\31\30\/12--md {
    width: 83.33333%; }
  .\31\31\/12--md {
    width: 91.66667%; } }

@media screen and (min-width: 1025px) {
  .\31\/5--lg {
    width: 20%; }
  .\32\/5--lg {
    width: 40%; }
  .\33\/5--lg {
    width: 60%; }
  .\34\/5--lg {
    width: 80%; }
  .\31\/12--lg {
    width: 8.33333%; }
  .\32\/12--lg {
    width: 16.66667%; }
  .\33\/12--lg {
    width: 25%; }
  .\34\/12--lg {
    width: 33.33333%; }
  .\35\/12--lg {
    width: 41.66667%; }
  .\36\/12--lg {
    width: 50%; }
  .\37\/12--lg {
    width: 58.33333%; }
  .\38\/12--lg {
    width: 66.66667%; }
  .\39\/12--lg {
    width: 75%; }
  .\31\30\/12--lg {
    width: 83.33333%; }
  .\31\31\/12--lg {
    width: 91.66667%; } }

@media screen and (min-width: 1200px) {
  .\31\/5--xl {
    width: 20%; }
  .\32\/5--xl {
    width: 40%; }
  .\33\/5--xl {
    width: 60%; }
  .\34\/5--xl {
    width: 80%; }
  .\31\/12--xl {
    width: 8.33333%; }
  .\32\/12--xl {
    width: 16.66667%; }
  .\33\/12--xl {
    width: 25%; }
  .\34\/12--xl {
    width: 33.33333%; }
  .\35\/12--xl {
    width: 41.66667%; }
  .\36\/12--xl {
    width: 50%; }
  .\37\/12--xl {
    width: 58.33333%; }
  .\38\/12--xl {
    width: 66.66667%; }
  .\39\/12--xl {
    width: 75%; }
  .\31\30\/12--xl {
    width: 83.33333%; }
  .\31\31\/12--xl {
    width: 91.66667%; } }

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
.container, .container--fullwidth {
  margin: 0 auto;
  padding: 0px 16px; }
  @media (min-width: 769px) {
    .container, .container--fullwidth {
      max-width: 752px; } }
  @media (min-width: 1025px) {
    .container, .container--fullwidth {
      max-width: 972px; } }
  @media (min-width: 1200px) {
    .container, .container--fullwidth {
      max-width: 1172px; } }

.container--fullwidth {
  max-width: none; }

/*--------------------------------------------------------------
# Material Design Layers
--------------------------------------------------------------*/
.layer--1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 1; }

.layer--2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  z-index: 2; }

.layer--3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  z-index: 3; }

.layer--4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 4; }

.layer--5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 5; }

/*--------------------------------------------------------------
# Import Google Font
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Vars
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font Size Helper
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
html, body {
  font-size: 16px;
  margin: 0;
  font-family: "Muli", Arial, sans-serif;
  background: #fff;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 16px;
  line-height: 26px;
  font-size: 14px; }
  p a {
    font-weight: bold;
    text-decoration: underline; }

/*--------------------------------------------------------------
## Hacks
--------------------------------------------------------------*/
#frt-1 .breadcrumb {
  display: none; }

#frt-1 .swiper--hero .swiper-slide:after {
  opacity: 0.6; }
  @media (min-width: 1025px) {
    #frt-1 .swiper--hero .swiper-slide:after {
      opacity: 0.4; } }

#frt-15 section.section {
  margin-bottom: 0px; }
  #frt-15 section.section + .section {
    margin: 0px; }
  #frt-15 section.section:last-of-type {
    margin-bottom: 64px; }

@media (min-width: 576px) {
  #frt-15 .teaser {
    margin-bottom: 32px; } }

#frt-13 .section {
  margin-bottom: 0px; }
  @media (min-width: 769px) {
    #frt-13 .section {
      margin-bottom: 32px; } }
  #frt-13 .section + .section {
    margin-bottom: 64px;
    margin-top: 0px; }
    @media (min-width: 769px) {
      #frt-13 .section + .section {
        margin-top: 32px; } }

/*--------------------------------------------------------------
## Applications
--------------------------------------------------------------*/
#frt-45 .section picture.img--responsive, #frt-46 .section picture.img--responsive, #frt-47 .section picture.img--responsive, #frt-48 .section picture.img--responsive, #frt-49 .section picture.img--responsive, #frt-50 .section picture.img--responsive, #frt-51 .section picture.img--responsive, #frt-52 .section picture.img--responsive, #frt-53 .section picture.img--responsive {
  margin-bottom: 16px; }

.section {
  margin: 64px 0;
  /*--------------------------------------------------------------
# Section Modifier
--------------------------------------------------------------*/ }
  .section.section--small .container, .section.section--small .container--fullwidth {
    max-width: 800px; }
  .section.section--nomargin {
    margin-top: 0px;
    margin-bottom: 0px; }
  .section.section--teaser {
    margin-top: -32px; }
  .section.bg-img {
    background-repeat: no-repeat;
    background-size: cover; }
  .section.section--pattern {
    background-image: url("../img/pattern-frt.jpg");
    background-repeat: repeat;
    background-size: 35px;
    border-top: 1px solid #f2f3f4;
    border-bottom: 1px solid #f2f3f4;
    padding: 0px 0px 32px 0px; }

#site-wrapper {
  padding-top: 170px; }
  @media (min-width: 576px) {
    #site-wrapper {
      padding-top: 170px; } }

.hidden {
  display: none; }

.notvisible {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

/*--------------------------------------------------------------
## Text Align
--------------------------------------------------------------*/
.text-left {
  text-align: left !important; }

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

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

/*--------------------------------------------------------------
## Clearfix
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.margin-top-0 {
  margin-top: 0 !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-top-1x {
  margin-top: 16px; }

.margin-top-2x {
  margin-top: 32px; }

.margin-bottom-1x {
  margin-bottom: 16px; }

.margin-bottom-2x {
  margin-bottom: 32px; }

.padding-top-1x {
  padding-top: 16px; }

.padding-top-2x {
  padding-top: 32px; }

.padding-bottom-1x {
  padding-bottom: 16px; }

.padding-bottom-2x {
  padding-bottom: 32px; }

/*--------------------------------------------------------------
## Responsive Ratio
--------------------------------------------------------------*/
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(../img/flags/4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../img/flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(../img/flags/4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../img/flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(../img/flags/4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../img/flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(../img/flags/4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(../img/flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(../img/flags/4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../img/flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(../img/flags/4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../img/flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(../img/flags/4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../img/flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(../img/flags/4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../img/flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(../img/flags/4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../img/flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(../img/flags/4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(../img/flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(../img/flags/4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../img/flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(../img/flags/4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../img/flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(../img/flags/4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../img/flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(../img/flags/4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../img/flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(../img/flags/4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../img/flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(../img/flags/4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../img/flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(../img/flags/4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../img/flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(../img/flags/4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../img/flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(../img/flags/4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../img/flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(../img/flags/4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../img/flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(../img/flags/4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../img/flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(../img/flags/4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../img/flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(../img/flags/4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../img/flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(../img/flags/4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../img/flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(../img/flags/4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../img/flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(../img/flags/4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../img/flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(../img/flags/4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../img/flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(../img/flags/4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../img/flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(../img/flags/4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../img/flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(../img/flags/4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../img/flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(../img/flags/4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../img/flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(../img/flags/4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../img/flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(../img/flags/4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../img/flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(../img/flags/4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../img/flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(../img/flags/4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../img/flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(../img/flags/4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../img/flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(../img/flags/4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../img/flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(../img/flags/4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../img/flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(../img/flags/4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../img/flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(../img/flags/4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../img/flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(../img/flags/4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../img/flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(../img/flags/4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../img/flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(../img/flags/4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(../img/flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(../img/flags/4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../img/flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(../img/flags/4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../img/flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(../img/flags/4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../img/flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(../img/flags/4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../img/flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(../img/flags/4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(../img/flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(../img/flags/4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../img/flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(../img/flags/4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../img/flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(../img/flags/4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../img/flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(../img/flags/4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../img/flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(../img/flags/4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../img/flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(../img/flags/4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../img/flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(../img/flags/4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../img/flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(../img/flags/4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../img/flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(../img/flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../img/flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(../img/flags/4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../img/flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(../img/flags/4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(../img/flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(../img/flags/4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../img/flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(../img/flags/4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../img/flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(../img/flags/4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../img/flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(../img/flags/4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../img/flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(../img/flags/4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../img/flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(../img/flags/4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../img/flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(../img/flags/4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../img/flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(../img/flags/4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../img/flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(../img/flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../img/flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(../img/flags/4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../img/flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(../img/flags/4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../img/flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(../img/flags/4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../img/flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(../img/flags/4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../img/flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(../img/flags/4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../img/flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(../img/flags/4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../img/flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(../img/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../img/flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(../img/flags/4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../img/flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(../img/flags/4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(../img/flags/4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../img/flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(../img/flags/4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../img/flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(../img/flags/4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../img/flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(../img/flags/4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../img/flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(../img/flags/4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../img/flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(../img/flags/4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../img/flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(../img/flags/4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../img/flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(../img/flags/4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../img/flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(../img/flags/4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../img/flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(../img/flags/4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../img/flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(../img/flags/4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../img/flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(../img/flags/4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../img/flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(../img/flags/4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../img/flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(../img/flags/4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../img/flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(../img/flags/4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../img/flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(../img/flags/4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../img/flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(../img/flags/4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../img/flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(../img/flags/4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../img/flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(../img/flags/4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../img/flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(../img/flags/4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../img/flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(../img/flags/4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(../img/flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(../img/flags/4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../img/flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(../img/flags/4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../img/flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(../img/flags/4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../img/flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(../img/flags/4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(../img/flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(../img/flags/4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../img/flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(../img/flags/4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../img/flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(../img/flags/4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../img/flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(../img/flags/4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../img/flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(../img/flags/4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../img/flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(../img/flags/4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../img/flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(../img/flags/4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../img/flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(../img/flags/4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(../img/flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(../img/flags/4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../img/flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(../img/flags/4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(../img/flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(../img/flags/4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../img/flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(../img/flags/4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../img/flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(../img/flags/4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../img/flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(../img/flags/4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../img/flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(../img/flags/4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../img/flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(../img/flags/4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../img/flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(../img/flags/4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../img/flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(../img/flags/4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../img/flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(../img/flags/4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../img/flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(../img/flags/4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../img/flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(../img/flags/4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../img/flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(../img/flags/4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../img/flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(../img/flags/4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../img/flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(../img/flags/4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../img/flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(../img/flags/4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../img/flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(../img/flags/4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../img/flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(../img/flags/4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../img/flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(../img/flags/4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../img/flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(../img/flags/4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../img/flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(../img/flags/4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../img/flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(../img/flags/4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(../img/flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(../img/flags/4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../img/flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(../img/flags/4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../img/flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(../img/flags/4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../img/flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(../img/flags/4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../img/flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(../img/flags/4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../img/flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(../img/flags/4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../img/flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(../img/flags/4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../img/flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(../img/flags/4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../img/flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(../img/flags/4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../img/flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(../img/flags/4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../img/flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(../img/flags/4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../img/flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(../img/flags/4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../img/flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(../img/flags/4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../img/flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(../img/flags/4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../img/flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(../img/flags/4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../img/flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(../img/flags/4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../img/flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(../img/flags/4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../img/flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(../img/flags/4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../img/flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(../img/flags/4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../img/flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(../img/flags/4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../img/flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(../img/flags/4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../img/flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(../img/flags/4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../img/flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(../img/flags/4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../img/flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(../img/flags/4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../img/flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(../img/flags/4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../img/flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(../img/flags/4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../img/flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(../img/flags/4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../img/flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(../img/flags/4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../img/flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(../img/flags/4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../img/flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(../img/flags/4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../img/flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(../img/flags/4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../img/flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(../img/flags/4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../img/flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(../img/flags/4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../img/flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(../img/flags/4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(../img/flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(../img/flags/4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../img/flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(../img/flags/4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../img/flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(../img/flags/4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../img/flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(../img/flags/4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../img/flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(../img/flags/4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../img/flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(../img/flags/4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../img/flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(../img/flags/4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../img/flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(../img/flags/4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../img/flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(../img/flags/4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../img/flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(../img/flags/4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../img/flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(../img/flags/4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../img/flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(../img/flags/4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../img/flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(../img/flags/4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../img/flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(../img/flags/4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../img/flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(../img/flags/4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../img/flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(../img/flags/4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../img/flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(../img/flags/4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(../img/flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(../img/flags/4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../img/flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(../img/flags/4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../img/flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(../img/flags/4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../img/flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(../img/flags/4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../img/flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(../img/flags/4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../img/flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(../img/flags/4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../img/flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(../img/flags/4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../img/flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(../img/flags/4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../img/flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(../img/flags/4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../img/flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(../img/flags/4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../img/flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(../img/flags/4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../img/flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(../img/flags/4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../img/flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(../img/flags/4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(../img/flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(../img/flags/4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../img/flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(../img/flags/4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../img/flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(../img/flags/4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(../img/flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(../img/flags/4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../img/flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(../img/flags/4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../img/flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(../img/flags/4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../img/flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(../img/flags/4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../img/flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(../img/flags/4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../img/flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(../img/flags/4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../img/flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(../img/flags/4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../img/flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(../img/flags/4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../img/flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(../img/flags/4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../img/flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(../img/flags/4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(../img/flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(../img/flags/4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../img/flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(../img/flags/4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../img/flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(../img/flags/4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../img/flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(../img/flags/4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../img/flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(../img/flags/4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../img/flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(../img/flags/4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../img/flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(../img/flags/4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../img/flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(../img/flags/4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../img/flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(../img/flags/4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../img/flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(../img/flags/4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../img/flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(../img/flags/4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../img/flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(../img/flags/4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../img/flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(../img/flags/4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../img/flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(../img/flags/4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../img/flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(../img/flags/4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../img/flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(../img/flags/4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../img/flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(../img/flags/4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../img/flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(../img/flags/4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../img/flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(../img/flags/4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../img/flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(../img/flags/4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../img/flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(../img/flags/4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../img/flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(../img/flags/4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../img/flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(../img/flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../img/flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(../img/flags/4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../img/flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(../img/flags/4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../img/flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(../img/flags/4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../img/flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(../img/flags/4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../img/flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(../img/flags/4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../img/flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(../img/flags/4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../img/flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(../img/flags/4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../img/flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(../img/flags/4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../img/flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(../img/flags/4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../img/flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(../img/flags/4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../img/flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(../img/flags/4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../img/flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(../img/flags/4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../img/flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(../img/flags/4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../img/flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(../img/flags/4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../img/flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(../img/flags/4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../img/flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(../img/flags/4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../img/flags/1x1/zw.svg); }

.flag-icon-eu {
  background-image: url(../img/flags/4x3/eu.svg); }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(../img/flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../img/flags/4x3/gb-eng.svg); }
  .flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../img/flags/4x3/gb-nir.svg); }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../img/flags/4x3/gb-sct.svg); }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../img/flags/4x3/gb-wls.svg); }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../img/flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../img/flags/4x3/un.svg); }
  .flag-icon-un.flag-icon-squared {
    background-image: url(../img/flags/1x1/un.svg); }

/*--------------------------------------------------------------
# Buttons

Define the Headline you want to use.
Note: All defined Headlines need a placeholder aswell.
Use the Placeholders to style the headlines.

If you want to make another selector look like a headline, use the "@extend %h1;" command.

--------------------------------------------------------------*/
.btn, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, button, input[type=submit], .btn--pointright, .btn--pointleft, .btn--submit, .btn--download {
  display: inline-block;
  padding: 8px 16px;
  position: relative;
  border: 2px solid transparent;
  background: transparent;
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  transition: transform 0.1s linear, box-shadow 0.1s linear;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  text-shadow: none;
  font-weight: bold;
  border-radius: 3px; }
  .btn:hover, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button:hover, button:hover, input:hover[type=submit], .btn--pointright:hover, .btn--pointleft:hover, .btn--submit:hover, .btn--download:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .btn:focus, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button:focus, button:focus, input:focus[type=submit], .btn--pointright:focus, .btn--pointleft:focus, .btn--submit:focus, .btn--download:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .btn:active, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button:active, button:active, input:active[type=submit], .btn--pointright:active, .btn--pointleft:active, .btn--submit:active, .btn--download:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .disabled.btn, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .disabled.tx-indexedsearch-searchbox-button, button.disabled, input.disabled[type=submit], .disabled.btn--pointright, .disabled.btn--pointleft, .disabled.btn--submit, .disabled.btn--download, .btn[disabled], .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button[disabled], button[disabled], input[disabled][type=submit], .btn--pointright[disabled], .btn--pointleft[disabled], .btn--submit[disabled], .btn--download[disabled] {
    pointer-events: none;
    opacity: 0.4;
    position: relative; }
    .disabled.btn:hover, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .disabled.tx-indexedsearch-searchbox-button:hover, button.disabled:hover, input.disabled:hover[type=submit], .disabled.btn--pointright:hover, .disabled.btn--pointleft:hover, .disabled.btn--submit:hover, .disabled.btn--download:hover, .btn[disabled]:hover, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button[disabled]:hover, button[disabled]:hover, input[disabled]:hover[type=submit], .btn--pointright[disabled]:hover, .btn--pointleft[disabled]:hover, .btn--submit[disabled]:hover, .btn--download[disabled]:hover {
      -ms-transform: none !important;
          transform: none !important; }

/*--------------------------------------------------------------
# Button Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default Color Button Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default Color Ghostbutton Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generate Buttons
--------------------------------------------------------------*/
.btn--primary {
  background-color: #001a2c;
  color: #fff; }
  .btn--primary:hover {
    background-color: #00385f; }

.btn--ghost-primary {
  color: #001a2c;
  border-color: #001a2c; }
  .btn--ghost-primary:hover {
    background-color: #001a2c;
    color: #fff;
    box-shadow: none; }

.btn--secondary {
  background-color: #e30513;
  color: #fff; }
  .btn--secondary:hover {
    background-color: #fa212f; }

.btn--ghost-secondary {
  color: #e30513;
  border-color: #e30513; }
  .btn--ghost-secondary:hover {
    background-color: #e30513;
    color: #fff;
    box-shadow: none; }

/*--------------------------------------------------------------
# Normal Button Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Icon Button Classes
--------------------------------------------------------------*/
.btn--pointright:after {
  padding-left: 16px;
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !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; }

.btn--pointleft:before {
  padding-right: 16px;
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !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; }

.btn--download:after {
  padding-left: 16px;
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !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; }

/*--------------------------------------------------------------
# Textlink
--------------------------------------------------------------*/
.text-link {
  color: #e30513;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none; }
  .text-link:after {
    padding-left: 16px;
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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; }

.btn + .btn, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button + .btn, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .btn + .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button + .tx-indexedsearch-searchbox-button {
  margin-top: 16px; }
  @media (min-width: 1025px) {
    .btn + .btn, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button + .btn, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .btn + .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button + .tx-indexedsearch-searchbox-button {
      margin-top: 0; } }

.product-contact-btn {
  position: relative; }
  .product-contact-btn .btn, .product-contact-btn .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .product-contact-btn .tx-indexedsearch-searchbox-button {
    position: absolute;
    right: 0; }

/*--------------------------------------------------------------

# Headlines

Define the Headline you want to use. 
Note: All defined Headlines need a placeholder aswell.
Use the Placeholders to style the headlines.

If you want to make another selector look like a headline, use the "@extend %h1;" command.

--------------------------------------------------------------*/
h1, .h1, h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1, h2, .h2, h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, h6.h2, h3, .h3, .mainNav-content .navi-wrapper > ul.navi > li.navi-item > span, h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3, h4, .h4, h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, h6.h4, h5, .h5, h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, h6.h5, h6, .h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6, h6.h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-weight: normal; }

h1, .h1, h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-weight: 600; }
  @media (min-width: 576px) {
    h1, .h1, h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.25; } }

h2, .h2, h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0; }
  @media (min-width: 576px) {
    h2, .h2, h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.27273; } }

h3, .h3, .mainNav-content .navi-wrapper > ul.navi > li.navi-item > span, h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3 {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px; }

h4, .h4, h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, h6.h4 {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0; }

h5, .h5, h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, h6.h5 {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  text-transform: uppercase; }

h6, .h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6, h6.h6 {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0; }

/*--------------------------------------------------------------
## Generate Headline Styles automatically
--------------------------------------------------------------*/
.h4 {
  color: #7f8d96; }

a {
  text-decoration: none;
  color: #1a3040; }
  a:focus {
    outline: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-weight: normal; }
  ul li {
    padding: 0;
    margin: 0; }

ul.list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  margin-bottom: 10px; }
  ul.list li:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    position: absolute;
    left: 0;
    top: 2px; }

ul.list.list--checklist li {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  margin-bottom: 10px; }
  ul.list.list--checklist li:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    position: absolute;
    left: 0;
    top: 2px; }

/*--------------------------------------------------------------
# Sitemap
--------------------------------------------------------------*/
.ce-menu.ce-menu-2 ul {
  margin-bottom: 32px; }

.ce-menu.ce-menu-2 li {
  padding-left: 19.2px;
  position: relative;
  margin-top: 8px; }
  .ce-menu.ce-menu-2 li:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    position: absolute;
    left: 0;
    top: 2px; }
  .ce-menu.ce-menu-2 li a {
    color: #1a1a1a; }

.img, picture, img {
  display: inline-block;
  margin-bottom: 0; }
  .img.img--responsive, picture.img--responsive, img.img--responsive {
    max-width: 100%;
    height: auto;
    width: 100%; }

/*--------------------------------------------------------------
# Burger Menu
--------------------------------------------------------------*/
.burger {
  width: 40px;
  height: 30px;
  position: relative;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: all .1s;
  cursor: pointer;
  float: right;
  margin-top: 1px; }
  @media (min-width: 769px) {
    .burger {
      margin-top: 16px; } }
  .burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #1a1a1a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: all .1s;
    cursor: pointer; }
    .burger span:nth-child(1) {
      top: 0; }
    .burger span:nth-child(2), .burger span:nth-child(3) {
      top: 12px; }
    .burger span:nth-child(4) {
      top: 24px; }
  .burger:hover span {
    background-color: #001a2c; }

/*--------------------------------------------------------------
## Uploadspinner
--------------------------------------------------------------*/
#uploadspinner {
  display: none;
  width: 50px;
  padding-top: 16px; }
  #uploadspinner img {
    width: 100%;
    height: auto; }

input, select, textarea, button {
  padding: 8px 16px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1; }
  input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover, button:focus, button:hover {
    outline: none; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286; }

.select-wrap {
  display: block;
  position: relative;
  margin-bottom: 16px; }
  .select-wrap select {
    padding: 16px;
    display: block;
    padding-right: 48px;
    width: 100%;
    z-index: 1;
    position: relative; }
  .select-wrap:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    position: absolute;
    right: 16px;
    top: 16px;
    color: #001a2c;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    z-index: 0; }

/*--------------------------------------------------------------
# Swiper Slider Hero
--------------------------------------------------------------*/
.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 16px; }

.swiper-pagination {
  text-align: right;
  padding: 0 16px; }
  .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    border: 2px solid #fff;
    height: 12px;
    width: 12px;
    opacity: 1;
    cursor: pointer;
    background: none; }
    .swiper-pagination .swiper-pagination-bullet:hover {
      background: rgba(255, 255, 255, 0.3); }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }

/*--------------------------------------------------------------
# hero Slider
--------------------------------------------------------------*/
.swiper--hero .swiper-slide {
  min-height: 550px;
  position: relative;
  z-index: 1; }
  .swiper--hero .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    z-index: 2;
    opacity: 0.4; }

section.section--nomargin .swiper--hero {
  overflow: hidden;
  height: 400px; }
  section.section--nomargin .swiper--hero .swiper-slide {
    background-position: center -75px; }
    section.section--nomargin .swiper--hero .swiper-slide:after {
      opacity: 0; }
  section.section--nomargin .swiper--hero .swiper-top-text {
    display: none; }

.swiper--hero .swiper-top-text {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
  padding: 64px 0; }
  .swiper--hero .swiper-top-text .swiper-slide__box {
    max-width: 680px;
    border: 2px solid #fff;
    padding: 16px;
    margin: 64px 0;
    color: #fff; }
    @media (min-width: 769px) {
      .swiper--hero .swiper-top-text .swiper-slide__box {
        padding: 32px; } }
    .swiper--hero .swiper-top-text .swiper-slide__box .swipe-slide__link {
      display: block;
      color: #fff;
      text-decoration: none; }
      .swiper--hero .swiper-top-text .swiper-slide__box .swipe-slide__link:after {
        content: "";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'iconfont' !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;
        padding-left: 16px;
        top: 2px; }

/*--------------------------------------------------------------
  # Zitat Slider
  --------------------------------------------------------------*/
.swiper--zitat {
  border: 2px solid #001a2c; }
  .swiper--zitat .swiper-slide {
    text-align: center;
    padding: 32px; }
    .swiper--zitat .swiper-slide img {
      display: block;
      margin: 16px auto; }
    .swiper--zitat .swiper-slide span {
      display: block; }

.swiper-zitat-button-prev {
  background: none;
  top: auto;
  bottom: 16px;
  height: 27px;
  width: 27px;
  border: 2px solid #001a2c;
  position: absolute;
  left: 16px;
  z-index: 2;
  cursor: pointer; }
  .swiper-zitat-button-prev:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    color: #001a2c;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    display: block;
    top: 2px;
    position: relative; }
  .swiper-zitat-button-prev:hover {
    background-color: #f2f3f4; }

.swiper-zitat-button-next {
  background: none;
  text-align: right;
  top: auto;
  bottom: 16px;
  height: 27px;
  width: 27px;
  border: 2px solid #001a2c;
  position: absolute;
  right: 16px;
  z-index: 2;
  cursor: pointer; }
  .swiper-zitat-button-next:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    color: #001a2c;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    display: block;
    top: 2px;
    position: relative; }
  .swiper-zitat-button-next:hover {
    background-color: #f2f3f4; }

/*--------------------------------------------------------------
  # Feature Tab Slider
  --------------------------------------------------------------*/
.swiper--feature .swiper-slide {
  padding: 0; }

@media (min-width: 576px) {
  .swiper--feature .aspect--left {
    padding-top: 71.42857%;
    position: relative; } }

@media (min-width: 769px) {
  .swiper--feature .aspect--left {
    padding-top: 50%;
    position: relative; } }

@media (min-width: 1025px) {
  .swiper--feature .aspect--left {
    padding-top: 33.33333%;
    position: relative; } }

.swiper--feature .aspect--left .swiper--feature-tab__text {
  padding: 32px;
  background-color: #f2f3f4; }
  @media (min-width: 576px) {
    .swiper--feature .aspect--left .swiper--feature-tab__text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      bottom: 0;
      right: 0; } }

.swiper--feature .aspect--right {
  padding-top: 100%;
  position: relative;
  background-color: red; }
  @media (min-width: 576px) {
    .swiper--feature .aspect--right {
      display: none; } }
  @media (min-width: 1200px) {
    .swiper--feature .aspect--right {
      display: block;
      padding-top: 100%;
      position: relative; } }
  .swiper--feature .aspect--right .swiper--feature-tab__img {
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute; }

.swiper-pagination--feature {
  text-align: center;
  /*--------------------------------------------------------------
  # Tab Styles starting from SM
  --------------------------------------------------------------*/ }
  .swiper-pagination--feature .swiper-pagination-bullet {
    font-size: 0;
    border-radius: 0;
    border: 2px solid #7f8d96;
    height: 12px;
    width: 12px;
    opacity: 1;
    background: none;
    display: inline-block;
    margin: 8px;
    cursor: pointer; }
    .swiper-pagination--feature .swiper-pagination-bullet:hover {
      background: #f2f3f4; }
    .swiper-pagination--feature .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #7f8d96; }
  @media (min-width: 576px) {
    .swiper-pagination--feature {
      padding: 0 16px;
      margin-bottom: 32px; }
      .swiper-pagination--feature:after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #001a2c;
        position: relative;
        top: -16px;
        display: block; }
      .swiper-pagination--feature .swiper-pagination-bullet {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.1;
        border-radius: 0;
        border: 2px solid #001a2c;
        height: auto;
        display: inline-block;
        padding: 8px 16px;
        width: auto;
        opacity: 1;
        background: #fff;
        margin: 0 16px;
        z-index: 2;
        position: relative;
        transition: all .2s linear; }
        .swiper-pagination--feature .swiper-pagination-bullet:hover {
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          background-color: #f2f3f4; }
        .swiper-pagination--feature .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #001a2c;
          color: #fff; } }

/*--------------------------------------------------------------
# Prouctbox Slider
--------------------------------------------------------------*/
.swiper--productbox {
  position: relative; }
  .swiper--productbox .swiper-slide {
    padding-bottom: 0; }
  .swiper--productbox .swiper-pagination--productbox {
    text-align: right;
    padding: 0 16px;
    position: absolute;
    z-index: 2;
    bottom: 16px; }
    .swiper--productbox .swiper-pagination--productbox .swiper-pagination-bullet {
      border-radius: 0;
      border: 2px solid #fff;
      height: 12px;
      width: 12px;
      opacity: 1;
      cursor: pointer;
      background: none; }
      .swiper--productbox .swiper-pagination--productbox .swiper-pagination-bullet:hover {
        background: rgba(255, 255, 255, 0.3); }
      .swiper--productbox .swiper-pagination--productbox .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff; }

/*--------------------------------------------------------------
# Slider Content
--------------------------------------------------------------*/
.swiper--cnt {
  position: relative; }
  .swiper--cnt .swiper-slide .swiper-slide__headline {
    background: #001a2c;
    color: #fff;
    text-align: left;
    padding: 8px; }
    .swiper--cnt .swiper-slide .swiper-slide__headline .h3, .swiper--cnt .swiper-slide .swiper-slide__headline .mainNav-content .navi-wrapper > ul.navi > li.navi-item > span, .mainNav-content .swiper--cnt .swiper-slide .swiper-slide__headline .navi-wrapper > ul.navi > li.navi-item > span {
      padding: 8px;
      border: 2px solid #fff;
      width: 94%; }
  .swiper--cnt .swiper-slide .swiper-slide__content {
    border: 2px solid #001a2c;
    margin-bottom: 16px; }
    .swiper--cnt .swiper-slide .swiper-slide__content > .grid > .grid__cell .swiper-slide__content__image {
      padding: 16px 16px 0px 16px; }
    @media (min-width: 769px) {
      .swiper--cnt .swiper-slide .swiper-slide__content > .grid > .grid__cell:nth-of-type(1) .swiper-slide__content__image {
        padding-right: 0; } }
    @media (min-width: 769px) {
      .swiper--cnt .swiper-slide .swiper-slide__content > .grid > .grid__cell:nth-of-type(2) .swiper-slide__content__image {
        padding-right: 8px;
        padding-left: 8px; } }
    @media (min-width: 769px) {
      .swiper--cnt .swiper-slide .swiper-slide__content > .grid > .grid__cell:nth-of-type(3) .swiper-slide__content__image {
        padding-left: 0; } }
    .swiper--cnt .swiper-slide .swiper-slide__content .swiper-slide__content__text {
      padding: 0px 16px 16px 16px; }
  .swiper--cnt .swiper-pagination--cnt {
    text-align: right;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: initial;
    right: 0;
    padding: 0; }
    .swiper--cnt .swiper-pagination--cnt .swiper-pagination-bullet {
      border-radius: 0;
      border: 2px solid #001a2c;
      height: 12px;
      width: 12px;
      opacity: 1;
      cursor: pointer;
      background: none; }
      .swiper--cnt .swiper-pagination--cnt .swiper-pagination-bullet:hover {
        background: rgba(255, 255, 255, 0.3); }
      .swiper--cnt .swiper-pagination--cnt .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #001a2c; }

/*--------------------------------------------------------------
## Slider Disable
--------------------------------------------------------------*/
.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important; }

.swiper--news {
  max-height: 500px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-top: 32px; }

/*--------------------------------------------------------------
## Teaser
--------------------------------------------------------------*/
@keyframes teaserFadeUp {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto; }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20%);
    height: 0;
    padding-bottom: 0; } }

@keyframes teaserFadeDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20%); }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); } }

@keyframes pointRight {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translate3d(8px, 0, 0); } }

.teaser {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  position: relative;
  transition: box-shadow .1s linear;
  overflow: hidden;
  margin-bottom: 32px;
  /*--------------------------------------------------------------
  # Teaser Modifier
  --------------------------------------------------------------*/ }
  @media (min-width: 769px) {
    .teaser {
      margin-bottom: 0px; } }
  @media (min-width: 1025px) {
    .\33\/12--lg .teaser .teaser-inner .teaser-inner-content p {
      max-height: 80px; } }
  @media (min-width: 576px) {
    .\36\/12--lg .teaser {
      padding-top: 46.97509%;
      position: relative; } }
  @media (min-width: 769px) {
    .\36\/12--sm .teaser {
      padding-top: 46.97509%;
      position: relative; } }
  @media (min-width: 769px) {
    .\36\/12--sm.\33\/12--lg .teaser {
      padding-top: 100%;
      position: relative; } }
  @media (min-width: 576px) {
    .\36\/12--lg.\36\/12--sm .teaser {
      padding-top: 100%;
      position: relative; } }
  @media (min-width: 1025px) {
    .\36\/12--lg.\36\/12--sm .teaser {
      padding-top: 46.97509%;
      position: relative; } }
  @media (min-width: 576px) {
    section.section--pattern .\36\/12--sm.\33\/12--lg .teaser {
      padding-top: 57.14286%;
      position: relative; } }
  @media (min-width: 1025px) {
    section.section--pattern .\36\/12--sm.\33\/12--lg .teaser {
      padding-top: 57.14286%;
      position: relative; } }
  @media (min-width: 1025px) {
    .\34\/12--lg .teaser .teaser-inner .teaser-inner-content p {
      max-height: 60px; } }
  .teaser:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #fff;
    z-index: 4; }
  .teaser:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    position: absolute;
    bottom: 16px;
    right: 24px;
    color: #fff;
    z-index: 4;
    opacity: 0; }
  .teaser .teaser-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;*/ }
    .teaser .teaser-image img {
      width: 100%;
      height: auto;
      /*  position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 50%;
      min-height: 50%;
      overflow-x: hidden;
      width: auto;
      height: auto;*/ }
      @media (min-width: 769px) {
        .teaser .teaser-image img {
          /*    width: 10%;
        height: auto;*/ } }
  .teaser .teaser-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001a2c;
    opacity: 0.8;
    z-index: 2; }
  .teaser .teaser-inner {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 80%;
    height: auto;
    z-index: 3;
    transition: all 0.15s ease-out;
    border: 2px solid #fff; }
    .teaser .teaser-inner .teaser-inner-headline {
      transition: all 0.15s ease-out;
      background: transparent;
      color: #fff;
      border: none;
      padding: 16px;
      letter-spacing: 1px;
      font-weight: 600; }
      .teaser .teaser-inner .teaser-inner-headline .h3, .teaser .teaser-inner .teaser-inner-headline .mainNav-content .navi-wrapper > ul.navi > li.navi-item > span, .mainNav-content .teaser .teaser-inner .teaser-inner-headline .navi-wrapper > ul.navi > li.navi-item > span {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.3; }
        @media (min-width: 1025px) {
          .teaser .teaser-inner .teaser-inner-headline .h3, .teaser .teaser-inner .teaser-inner-headline .mainNav-content .navi-wrapper > ul.navi > li.navi-item > span, .mainNav-content .teaser .teaser-inner .teaser-inner-headline .navi-wrapper > ul.navi > li.navi-item > span {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.375; } }
        @media (min-width: 1200px) {
          .teaser .teaser-inner .teaser-inner-headline .h3, .teaser .teaser-inner .teaser-inner-headline .mainNav-content .navi-wrapper > ul.navi > li.navi-item > span, .mainNav-content .teaser .teaser-inner .teaser-inner-headline .navi-wrapper > ul.navi > li.navi-item > span {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.3; } }
    .teaser .teaser-inner .teaser-inner-content {
      color: #fff;
      background: transparent;
      transition: all 0.1s linear;
      padding: 0px 16px;
      display: block;
      height: auto;
      border-top: none; }
      .teaser .teaser-inner .teaser-inner-content p {
        overflow: hidden;
        margin-top: 0;
        animation-name: teaserFadeDown;
        animation-timing-function: linear;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-duration: 0.15s;
        animation-direction: forwards;
        animation-fill-mode: forwards;
        padding-bottom: 16px; }
  .teaser:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .teaser:hover:before, .teaser:hover:after {
      animation: pointRight;
      animation-duration: 1s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
    .teaser:hover .teaser-inner .teaser-inner-content {
      background: none; }
      .teaser:hover .teaser-inner .teaser-inner-content p {
        animation-name: teaserFadeUp;
        animation-timing-function: linear;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-duration: 0.15s;
        animation-direction: forwards;
        animation-fill-mode: forwards; }
  .teaser.teaser--crimson .teaser-background {
    background: #e30513; }
  .teaser.teaser--small {
    margin-top: 32px;
    padding-top: 57.14286%;
    position: relative; }
    .teaser.teaser--small .teaser-background {
      background-color: rgba(0, 0, 0, 0.3);
      transition: all 0.1s linear; }
    .teaser.teaser--small .teaser-inner {
      position: absolute;
      top: 16px;
      left: 16px;
      right: 16px;
      width: auto;
      border: none; }
    .teaser.teaser--small .teaser-inner-headline {
      padding: 0;
      text-align: right;
      background-color: transparent;
      font-weight: 600;
      border: none !important; }
      .teaser.teaser--small .teaser-inner-headline .h5.h5 {
        font-size: 0.8em; }
        @media (min-width: 1025px) {
          .teaser.teaser--small .teaser-inner-headline .h5.h5 {
            font-size: inherit; } }
    .teaser.teaser--small:hover .teaser-inner .teaser-inner-headline {
      border: 1px solid transparent; }

/*--------------------------------------------------------------
# Content Boxes
--------------------------------------------------------------*/
.box {
  padding: 16px;
  border: 2px solid transparent;
  margin-top: 16px; }
  @media (min-width: 1025px) {
    .box {
      margin-top: 0; } }
  .box .btn, .box .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .box .tx-indexedsearch-searchbox-button {
    margin-top: 16px; }
  .box.box--midnight {
    border-color: #001a2c; }
  .box.box--crimson {
    border-color: #e30513; }
  .box.box--pattern {
    box-shadow: none !important;
    background-image: url("../img/pattern-frt.jpg");
    background-repeat: repeat;
    border: 2px solid #f2f3f4 !important;
    background-size: 35px; }
  .box.box--logobox {
    margin-bottom: 16px;
    border-color: #f2f3f4;
    transition: border 0.15s linear; }
    .box.box--logobox a {
      display: block; }
    .box.box--logobox:hover {
      border-color: #001a2c; }

/*--------------------------------------------------------------
# Highlightbox
--------------------------------------------------------------*/
.highlightbox {
  padding: 16px;
  border: 2px solid #001a2c;
  margin-top: 32px;
  /*--------------------------------------------------------------
  # Modifier
  --------------------------------------------------------------*/ }
  @media (min-width: 769px) {
    .highlightbox {
      margin-top: 0; } }
  .highlightbox .highlightbox__innertext {
    background-color: #f2f3f4;
    padding: 16px; }
  .highlightbox .btn, .highlightbox .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .highlightbox .tx-indexedsearch-searchbox-button {
    margin-top: 16px; }
  .highlightbox.highlightbox--img .highlightbox__innertext {
    max-width: none; }
    @media (min-width: 481px) {
      .highlightbox.highlightbox--img .highlightbox__innertext {
        max-width: 400px; } }
    @media (min-width: 769px) {
      .highlightbox.highlightbox--img .highlightbox__innertext {
        max-width: none; } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0); }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0; }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    /* styling */
    border: none; }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

.lightbox {
  position: relative; }
  .lightbox:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    color: #f2f3f4;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 3px;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2; }

.gallery {
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .gallery:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.featherlight-content .featherlight-previous span, .featherlight-content .featherlight-next span {
  color: #1a1a1a; }

.featherlight-content .gallery__cnt {
  display: inline-block; }

.gallery__cnt {
  display: none; }
  .gallery__cnt .gallery__number {
    background-color: #001a2c;
    padding: 10px;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .gallery__cnt .gallery__text {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 16px;
    display: block; }

/*--------------------------------------------------------------
# Careerbox
--------------------------------------------------------------*/
.careerbox {
  border: 2px solid #001a2c;
  padding: 32px; }

/*--------------------------------------------------------------
# NEWS
--------------------------------------------------------------*/
.newsbox {
  margin-top: 32px;
  /*--------------------------------------------------------------
    # EVENT BOX
    --------------------------------------------------------------*/ }
  .newsbox .date {
    margin-bottom: 16px; }
    @media (min-width: 576px) {
      .newsbox .date {
        margin-bottom: 32px; } }
    .newsbox .date .date__item {
      background-color: #001a2c;
      color: #f2f3f4;
      padding: 8px;
      position: relative;
      z-index: 2;
      margin-bottom: 1px;
      display: inline-block; }
      @media (min-width: 576px) {
        .newsbox .date .date__item {
          margin-bottom: 0; } }
    .newsbox .date:after {
      border-bottom: 2px solid #001a2c;
      content: "";
      display: block;
      width: 100%;
      position: relative;
      top: -16px; }
  @media (min-width: 769px) {
    .newsbox .news__text {
      padding: 0 32px; } }
  .newsbox .btn, .newsbox .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .newsbox .tx-indexedsearch-searchbox-button {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 16px; }
  .newsbox.newsbox--event .date:after {
    top: -83px; }
    @media (min-width: 769px) {
      .newsbox.newsbox--event .date:after {
        top: -16px; } }
  .newsbox.newsbox--event .date .date__item--date {
    right: 0;
    background-color: #fff;
    color: #e30513;
    font-weight: bold;
    display: block;
    margin-bottom: 1px;
    padding-left: 0;
    border: none; }
    .newsbox.newsbox--event .date .date__item--date:before {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'iconfont' !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;
      padding-right: 8px; }
    @media (min-width: 769px) {
      .newsbox.newsbox--event .date .date__item--date {
        background-color: #001a2c;
        color: #fff;
        margin-bottom: 0;
        display: inline-block;
        padding-left: 8px;
        border-left: 1px solid #fff; } }
    .newsbox.newsbox--event .date .date__item--date span {
      color: #001a2c; }
      @media (min-width: 769px) {
        .newsbox.newsbox--event .date .date__item--date span {
          color: #fff; } }
  .newsbox.newsbox--event .date .date__item--location {
    right: 0;
    background-color: #fff;
    color: #e30513;
    font-weight: bold;
    display: block;
    margin-bottom: 1px;
    padding-left: 0;
    border: none; }
    .newsbox.newsbox--event .date .date__item--location:before {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'iconfont' !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;
      padding-right: 8px; }
    @media (min-width: 769px) {
      .newsbox.newsbox--event .date .date__item--location {
        background-color: #e30513;
        color: #fff;
        margin-bottom: 0;
        display: inline-block;
        padding-left: 8px;
        border-left: 1px solid #fff; } }
    .newsbox.newsbox--event .date .date__item--location span {
      color: #001a2c; }
      @media (min-width: 769px) {
        .newsbox.newsbox--event .date .date__item--location span {
          color: #fff; } }

/*--------------------------------------------------------------
# Ansprechpartner
--------------------------------------------------------------*/
.ansprechpartner-wrapper {
  margin: -8px;
  margin-bottom: 64px; }
  .ansprechpartner-wrapper .ansprechpartner-wrap {
    margin: -8px; }
  .ansprechpartner-wrapper .form-label {
    display: block;
    margin: 16px 0;
    font-weight: bold; }
  .ansprechpartner-wrapper .select-wrap select {
    background-color: transparent;
    border: 2px solid #001a2c; }

.ansprechpartner-item {
  width: 100%;
  padding: 8px;
  display: inline-block;
  position: relative;
  color: #1a1a1a;
  vertical-align: top; }
  @media (min-width: 576px) {
    .ansprechpartner-item {
      width: 50%; } }
  @media (min-width: 769px) {
    .ansprechpartner-item {
      width: 50%; } }
  @media (min-width: 1025px) {
    .ansprechpartner-item {
      width: 50%; } }
  .ansprechpartner-item .h2 {
    margin-bottom: 10px; }
  .ansprechpartner-item .content p {
    line-height: 20px; }
  .ansprechpartner-item .h5 {
    color: #7f8d96;
    padding-right: 20px; }
  .ansprechpartner-item .ansprechpartner-item__inner {
    padding: 16px;
    display: block;
    border: 2px solid #e30513;
    margin: 0;
    position: relative; }
  .ansprechpartner-item .flag {
    position: absolute;
    right: 16px;
    top: 18px;
    background: transparent; }
    .ansprechpartner-item .flag span {
      width: 22px;
      border: 1px solid #7f8d96;
      height: 17px; }
  .ansprechpartner-item a {
    color: #001a2c;
    word-break: break-all; }
  .ansprechpartner-item.ansprechpartner-item--single {
    width: 100%;
    padding: 0px;
    margin-top: 32px;
    margin-bottom: 32px; }
    @media (min-width: 576px) {
      .ansprechpartner-item.ansprechpartner-item--single {
        width: 80%; } }
    @media (min-width: 1025px) {
      .ansprechpartner-item.ansprechpartner-item--single {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0; } }

/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
.input-group {
  margin-top: 16px; }
  .input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold; }
  .input-group input {
    display: block;
    width: 100%; }
  .input-group select {
    display: block;
    width: 100%; }
  .input-group textarea {
    display: block;
    width: 100%;
    min-height: 100px; }
  .input-group p a {
    color: #001a2c;
    cursor: pointer; }
  .input-group p.cap {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333; }

.displayCond {
  display: none; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin-top: 14px; }

.form-check-input {
  position: absolute;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  margin-top: 0.1em;
  margin-left: -1.25rem; }

.form-check-label {
  font-weight: bold; }

/*--------------------------------------------------------------
# Support Form
--------------------------------------------------------------*/
#uploadform {
  margin-top: 32px;
  padding: 32px;
  background-color: #f2f3f4;
  position: relative;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  @media (min-width: 1025px) {
    #uploadform {
      margin-top: 0; } }
  #uploadform.active {
    display: block; }
  #uploadform input, #uploadform textarea, #uploadform select {
    background-color: #fff; }
  #uploadform input[type="file"] {
    padding: 32px; }
  #uploadform input[type="submit"] {
    display: inline-block;
    padding: 8px 16px;
    position: relative;
    border: 2px solid #001a2c;
    background: transparent;
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    transition: transform 0.1s linear, box-shadow 0.1s linear;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    text-shadow: none;
    font-weight: bold;
    border-radius: 3px;
    width: auto;
    margin-top: 16px; }
    #uploadform input[type="submit"]:hover {
      background-color: #001a2c;
      color: #fff; }

/*--------------------------------------------------------------
## Validation
--------------------------------------------------------------*/
.has-error, .ngdialog.ngdialog-theme-frt .ngdialog-content .has-error {
  font-size: 0.8em; }
  .has-error p.help-block, .ngdialog.ngdialog-theme-frt .ngdialog-content .has-error p.help-block {
    color: red;
    margin-top: 0px; }

#contactoverlay {
  height: 540px;
  overflow-y: scroll; }

/*--------------------------------------------------------------
# ACCORDION
--------------------------------------------------------------*/
.accordion {
  margin-top: -1px;
  border: 1px solid #001a2c;
  transition: all linear .1s; }
  .accordion .accordion__header {
    padding: 16px;
    position: relative;
    cursor: pointer;
    padding-right: 48px; }
    .accordion .accordion__header p {
      font-weight: bold;
      margin: 0; }
    .accordion .accordion__header:after {
      position: absolute;
      right: 16px;
      top: 19px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.1; }
  .accordion.open {
    background-color: #f2f3f4; }
    .accordion.open .accordion__header:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'iconfont' !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; }
  .accordion.closed .accordion__header:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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; }
  .accordion .accordion__cnt {
    padding: 16px;
    transition: all linear .1s;
    padding-top: 0; }
    .accordion .accordion__cnt p {
      max-width: 600px; }
      .accordion .accordion__cnt p:first-child {
        margin-top: 0; }

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu .item {
    display: inline-block; }
    .menu .item a {
      display: block;
      text-decoration: none;
      padding: 4px;
      border-bottom: 2px solid transparent;
      transition: all 0.15s linear; }
    .menu .item:hover a {
      border-bottom: 2px solid #001a2c; }

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%); } }

@keyframes slideOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%); }
  100% {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); } }

/*--------------------------------------------------------------
## Mobile Main Navigation
--------------------------------------------------------------*/
.mainNav-header {
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  padding: 16px;
  background: #001a2c;
  opacity: 0;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all 0.2s linear;
  z-index: 11;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .mainNav-header .mainNav-header-inner {
    border: 2px solid #e30513;
    padding: 16px; }
  .mainNav-header.mainNav-header--active {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transform: translateY(0); }
  .mainNav-header #mainNav-header-backbtn {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 16px;
    display: block;
    cursor: pointer; }
  .mainNav-header h3.h3 {
    margin-bottom: 0px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333; }
    .mainNav-header h3.h3 a {
      color: #fff;
      text-decoration: none; }

.mainNav-content {
  height: auto;
  margin-top: 16px; }
  @media (max-width: 380px) {
    .mainNav-content {
      margin-top: -50px; } }
  .mainNav-content .navi-wrapper {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%; }
    .mainNav-content .navi-wrapper > ul.navi > li.navi-item > span {
      margin-bottom: 0px;
      letter-spacing: 0.01em; }
    .mainNav-content .navi-wrapper ul.navi {
      display: block;
      position: relative;
      left: 0;
      height: 305px;
      transition: transform 0.3s linear;
      -webkit-transition: transform 0.3s linear;
      width: 100%;
      -ms-transform: none;
          transform: none;
      -webkit-transform: none; }
      @media (max-width: 380px) {
        .mainNav-content .navi-wrapper ul.navi {
          height: 205px; } }
      .mainNav-content .navi-wrapper ul.navi a,
      .mainNav-content .navi-wrapper ul.navi span {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 8px 16px; }
        @media (max-width: 380px) {
          .mainNav-content .navi-wrapper ul.navi a,
          .mainNav-content .navi-wrapper ul.navi span {
            font-size: 11px; } }
      .mainNav-content .navi-wrapper ul.navi.navi--subnavopen {
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
        -webkit-transform: translateX(-300px); }
      .mainNav-content .navi-wrapper ul.navi.navi--subsubnavopen {
        -ms-transform: translateX(-600px);
            transform: translateX(-600px);
        -webkit-transform: translateX(-600px); }
      .mainNav-content .navi-wrapper ul.navi li.navi-item {
        display: block;
        width: 100%;
        height: auto;
        overflow: visible;
        transition: all 0.15s linear;
        cursor: pointer;
        /*--------------------------------------------------------------
        ## Subnav Open
        --------------------------------------------------------------*/ }
        .mainNav-content .navi-wrapper ul.navi li.navi-item:hover, .mainNav-content .navi-wrapper ul.navi li.navi-item.navi-item--active, .mainNav-content .navi-wrapper ul.navi li.navi-item:active {
          background: #1a3040; }
        .mainNav-content .navi-wrapper ul.navi li.navi-item span {
          display: block; }
        .mainNav-content .navi-wrapper ul.navi li.navi-item ul.navi--sub {
          position: absolute;
          top: 0;
          right: auto;
          left: 300px;
          width: 300px;
          min-height: 100%;
          height: auto;
          -ms-transform: none;
              transform: none;
          -webkit-transform: none;
          background: #001a2c;
          z-index: 2; }
        .mainNav-content .navi-wrapper ul.navi li.navi-item.navi-item--subnavopen > ul.navi--sub {
          z-index: 99; }

.mainNav-side {
  padding: 16px;
  margin-top: 16px; }
  .mainNav-side .search {
    border-top: 2px solid #1a3040;
    width: 268px;
    padding-top: 32px;
    padding-bottom: 8px; }
    @media (max-width: 380px) {
      .mainNav-side .search {
        display: none; } }
    .mainNav-side .search input {
      width: 100%;
      background: #001a2c;
      color: #fff;
      border: 2px solid #7f8d96;
      font-weight: 300; }
      .mainNav-side .search input::-webkit-input-placeholder {
        color: #fff; }
      .mainNav-side .search input::-moz-placeholder {
        color: #fff; }
      .mainNav-side .search input:-ms-input-placeholder {
        color: #fff; }
      .mainNav-side .search input:-moz-placeholder {
        color: #fff; }
    .mainNav-side .search button {
      color: #fff;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0px;
      padding: 0px; }
  .mainNav-side .menu {
    width: 268px;
    list-style: none;
    padding: 0;
    margin: 16px 0;
    text-align: left; }
    .mainNav-side .menu .item {
      display: inline-block; }
      .mainNav-side .menu .item a {
        color: #fff; }
      .mainNav-side .menu .item:hover a {
        border-bottom: 2px solid #7f8d96; }

ul.language-switch {
  display: block;
  width: auto;
  position: absolute;
  top: 16px;
  left: 210px; }
  ul.language-switch li {
    display: inline-block;
    margin: 4px 4px 4px 0px;
    transition: all 0.15s linear; }
    ul.language-switch li a {
      opacity: 0.5;
      display: block;
      border: 1px solid #1a3040;
      text-decoration: none;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.15s linear; }
      ul.language-switch li a span {
        display: block; }
    ul.language-switch li.active a {
      opacity: 1; }
    ul.language-switch li:hover a {
      opacity: 1;
      position: relative;
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  display: block;
  padding: 32px 0px 0px 0px; }
  .breadcrumb ul.breadcrumb__list {
    display: block; }
    .breadcrumb ul.breadcrumb__list li {
      display: inline-block; }
      .breadcrumb ul.breadcrumb__list li:first-child a {
        padding-left: 0px; }
      .breadcrumb ul.breadcrumb__list li:last-child:after {
        content: "";
        display: none; }
      .breadcrumb ul.breadcrumb__list li:after {
        content: "";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'iconfont' !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;
        display: inline-block;
        position: relative;
        top: 2px; }
      .breadcrumb ul.breadcrumb__list li a {
        display: inline-block;
        padding: 4px 16px;
        color: #7f8d96; }
      .breadcrumb ul.breadcrumb__list li.active a {
        color: #001a2c; }

/*--------------------------------------------------------------
## Outer WRap
--------------------------------------------------------------*/
.headerouterwrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7; }

/*--------------------------------------------------------------
## Meta Header
--------------------------------------------------------------*/
.metaheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f2f3f4;
  z-index: 6;
  -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .metaheader .metaheader__inner {
    padding: 16px 0;
    text-align: right; }
    .metaheader .metaheader__inner .metaheader__inner__content {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (min-width: 769px) {
        .metaheader .metaheader__inner .metaheader__inner__content {
          display: inline-block;
          width: auto; } }
      .metaheader .metaheader__inner .metaheader__inner__content + .metaheader__inner__content {
        margin-top: 8px; }
        @media (min-width: 769px) {
          .metaheader .metaheader__inner .metaheader__inner__content + .metaheader__inner__content {
            margin-top: 0;
            margin-left: 16px; } }
      .metaheader .metaheader__inner .metaheader__inner__content .flag-icon {
        position: relative;
        top: 1px; }
      .metaheader .metaheader__inner .metaheader__inner__content .contactwrap {
        display: none; }
        @media (min-width: 576px) {
          .metaheader .metaheader__inner .metaheader__inner__content .contactwrap {
            display: block; } }
        @media (min-width: 769px) {
          .metaheader .metaheader__inner .metaheader__inner__content .contactwrap {
            display: inline-block; } }
        .metaheader .metaheader__inner .metaheader__inner__content .contactwrap.contactwrap--mobileonly {
          display: block; }
          @media (min-width: 576px) {
            .metaheader .metaheader__inner .metaheader__inner__content .contactwrap.contactwrap--mobileonly {
              display: none; } }
        .metaheader .metaheader__inner .metaheader__inner__content .contactwrap a {
          padding: 4px 4px 4px 8px;
          border-radius: 2px;
          background: #7f8d96;
          color: #fff;
          font-size: 12px;
          line-height: 12px; }
          .metaheader .metaheader__inner .metaheader__inner__content .contactwrap a:hover {
            background: #001a2c; }
        .metaheader .metaheader__inner .metaheader__inner__content .contactwrap span {
          padding: 4px 4px 4px 8px;
          border-radius: 2px;
          font-size: 12px;
          line-height: 12px;
          background: #7f8d96;
          color: #fff; }
          .metaheader .metaheader__inner .metaheader__inner__content .contactwrap span:hover {
            background: #001a2c; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
  transition: all .1s linear; }
  .header * {
    transition: all .1s linear; }
  .header .container, .header .container--fullwidth {
    position: relative; }
  .header.header--fixed {
    padding-top: 16px;
    padding-bottom: 16px;
    top: 48px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    transition: all .1s linear; }
  .header .logo {
    max-width: 200px;
    padding: 16px 0;
    display: block;
    transition: all .1s linear; }
  .header.scrolled {
    transition: all .1s linear; }
    .header.scrolled .logo {
      max-width: 140px;
      padding: 0;
      display: block; }
    .header.scrolled .burger {
      margin-top: 6px; }

/*--------------------------------------------------------------
## Contact Meta
--------------------------------------------------------------*/
.contact-meta {
  display: none !important;
  position: relative;
  top: 0px;
  margin-right: 16px; }
  @media (min-width: 769px) {
    .contact-meta {
      top: 17px; } }
  div.header.scrolled .contact-meta {
    top: 6px; }
    @media (min-width: 769px) {
      div.header.scrolled .contact-meta {
        top: 7px; } }
  div.ngdialog.navigation-layer .ngdialog-content .contact-meta {
    position: absolute;
    top: 60px;
    left: 16px; }
    div.ngdialog.navigation-layer .ngdialog-content .contact-meta .contact-meta__item {
      display: block;
      margin-bottom: 4px;
      color: #7f8d96; }
  .contact-meta .contact-meta__item {
    display: inline-block;
    padding: 4px 4px 4px 8px;
    border-radius: 2px;
    position: relative;
    background: #7f8d96;
    color: #fff; }
    .contact-meta .contact-meta__item:hover {
      background: #001a2c; }
    .contact-meta .contact-meta__item.mail-link {
      display: none; }
      @media (min-width: 769px) {
        .contact-meta .contact-meta__item.mail-link {
          display: inline-block; } }
      .contact-meta .contact-meta__item.mail-link.mail-link--mobile {
        display: inline-block;
        font-size: 32px;
        font-size: 2rem;
        line-height: 0.9375;
        margin-right: 8px;
        padding: 0px;
        background: none;
        color: #7f8d96;
        border-radius: 0px; }
        .contact-meta .contact-meta__item.mail-link.mail-link--mobile:hover {
          color: #001a2c; }
        @media (min-width: 769px) {
          .contact-meta .contact-meta__item.mail-link.mail-link--mobile {
            display: none; } }
    .contact-meta .contact-meta__item.phone-link {
      display: none; }
      @media (min-width: 769px) {
        .contact-meta .contact-meta__item.phone-link {
          display: inline-block; } }
      .contact-meta .contact-meta__item.phone-link.phone-link--mobile {
        display: inline-block;
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1;
        margin-right: 8px;
        padding: 0px;
        background: none;
        border-radius: 0px;
        color: #7f8d96; }
        .contact-meta .contact-meta__item.phone-link.phone-link--mobile:hover {
          color: #001a2c; }
        .contact-meta .contact-meta__item.phone-link.phone-link--mobile i {
          position: relative;
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
        @media (min-width: 769px) {
          .contact-meta .contact-meta__item.phone-link.phone-link--mobile {
            display: none; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer .menu--social {
  text-align: right; }
  .footer .menu--social .item {
    color: #001a2c;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1;
    padding: 0; }
    .footer .menu--social .item:first-of-type {
      position: relative;
      -ms-transform: translateY(-3px);
          transform: translateY(-3px); }
    .footer .menu--social .item a {
      color: #7f8d96;
      border-bottom: 0; }
      .footer .menu--social .item a i {
        color: #7f8d96;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1; }
        .footer .menu--social .item a i.icon-chat {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 1;
          position: relative;
          display: block;
          -ms-transform: translateY(3px);
              transform: translateY(3px); }
      .footer .menu--social .item a:hover {
        text-decoration: none;
        border-bottom: 0;
        color: #001a2c; }
        .footer .menu--social .item a:hover i {
          color: #001a2c; }

.footer .menu--footer {
  text-align: center;
  padding: 16px 0; }
  @media (min-width: 769px) {
    .footer .menu--footer {
      text-align: right; } }
  .footer .menu--footer .item a {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1;
    padding: 8px; }
    .footer .menu--footer .item a:hover {
      color: #7f8d96; }

.footer .copyright {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1;
  text-align: center; }
  @media (min-width: 769px) {
    .footer .copyright {
      text-align: left;
      margin-top: 0; } }

/*--------------------------------------------------------------
## Teaser
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Demo Only
--------------------------------------------------------------*/
.teaser--demo-only {
  padding: 8px;
  border: 2px solid #001a2c;
  position: relative;
  margin-bottom: 16px; }

#fhr-cookie-bar {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  #fhr-cookie-bar .fhr-cookie-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #f1f1f1;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.2);
    border: 1px solid #f9f9f9; }
    @media screen and (min-width: 768px) {
      #fhr-cookie-bar .fhr-cookie-container {
        width: 750px; } }
    @media screen and (min-width: 992px) {
      #fhr-cookie-bar .fhr-cookie-container {
        width: 970px; } }
    @media screen and (min-width: 1200px) {
      #fhr-cookie-bar .fhr-cookie-container {
        width: 1170px; } }
    #fhr-cookie-bar .fhr-cookie-container .fhr-cookie-content {
      padding: 15px; }
      #fhr-cookie-bar .fhr-cookie-container .fhr-cookie-content .fhr-cookie-simple-link {
        text-decoration: underline;
        color: #000; }
    #fhr-cookie-bar .fhr-cookie-container .fhr-cookie-close-link {
      position: absolute;
      text-decoration: none;
      color: #000;
      top: 10px;
      right: 15px;
      font-size: 20px;
      line-height: 20px; }

/*--------------------------------------------------------------
## Testimonial Slider
--------------------------------------------------------------*/
.testimonialslider {
  color: #001A2C;
  font-weight: 300;
  text-align: center; }

/*--------------------------------------------------------------
# Productboxes
--------------------------------------------------------------*/
.productbox {
  position: relative;
  /*--------------------------------------------------------------
  # List box
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Reverse
  --------------------------------------------------------------*/ }
  @media (min-width: 769px) {
    .productbox .productbox__textwrap {
      top: 32px;
      max-width: 45%;
      position: absolute;
      left: 0;
      z-index: 2; } }
  @media (min-width: 1025px) {
    .productbox .productbox__textwrap {
      top: 64px;
      width: 40%; } }
  .productbox .productbox__textwrap .box {
    background-color: #f2f3f4;
    padding: 32px;
    margin-top: 0; }
    @media (min-width: 769px) {
      .productbox .productbox__textwrap .box {
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); } }
    .productbox .productbox__textwrap .box.btn, .productbox .productbox__textwrap .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .box.tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .productbox .productbox__textwrap .box.tx-indexedsearch-searchbox-button {
      margin-top: 16px; }
  @media (min-width: 769px) {
    .productbox .productbox__imgwrap {
      max-width: 70%;
      margin-left: 30%; } }
  .productbox.productbox--list {
    background-color: #f2f3f4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: block;
    color: #1a1a1a;
    padding: 16px;
    position: relative;
    margin-top: 16px; }
    .productbox.productbox--list:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'iconfont' !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;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.1;
      position: absolute;
      right: 16px;
      bottom: 16px;
      color: #001a2c; }
    .productbox.productbox--list img {
      display: block;
      margin-bottom: 16px; }
      @media (min-width: 576px) {
        .productbox.productbox--list img {
          margin: 0; } }
    .productbox.productbox--list .btn, .productbox.productbox--list .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .productbox.productbox--list .tx-indexedsearch-searchbox-button {
      margin-top: 16px; }
      @media (min-width: 576px) {
        .productbox.productbox--list .btn, .productbox.productbox--list .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .productbox.productbox--list .tx-indexedsearch-searchbox-button {
          margin-top: 0; } }
  @media (min-width: 769px) {
    .productbox.productbox--reverse .productbox__textwrap {
      top: 32px;
      max-width: 45%;
      position: absolute;
      right: 0;
      left: inherit;
      z-index: 2; } }
  @media (min-width: 1025px) {
    .productbox.productbox--reverse .productbox__textwrap {
      top: 64px;
      max-width: 40%; } }
  .productbox.productbox--reverse .productbox__textwrap .box {
    background-color: #f2f3f4;
    padding: 32px;
    margin-top: 0; }
    @media (min-width: 769px) {
      .productbox.productbox--reverse .productbox__textwrap .box {
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); } }
    .productbox.productbox--reverse .productbox__textwrap .box.btn, .productbox.productbox--reverse .productbox__textwrap .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .box.tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .productbox.productbox--reverse .productbox__textwrap .box.tx-indexedsearch-searchbox-button {
      margin-top: 16px; }
  @media (min-width: 769px) {
    .productbox.productbox--reverse .productbox__imgwrap {
      max-width: 70%;
      margin-right: 30%;
      margin-left: 0; } }

/*--------------------------------------------------------------
# Quickfinder
--------------------------------------------------------------*/
.quickfinder .quickfinder__inner .quickfinder__filter {
  position: relative; }
  .quickfinder .quickfinder__inner .quickfinder__filter .btn, .quickfinder .quickfinder__inner .quickfinder__filter .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .quickfinder .quickfinder__inner .quickfinder__filter .tx-indexedsearch-searchbox-button {
    padding: 8px 16px; }

.quickfinder .quickfinder__inner .quickfinder__wrap {
  position: relative; }
  .quickfinder .quickfinder__inner .quickfinder__wrap:before {
    content: "";
    position: absolute;
    z-index: 3;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 8px 15px -7px rgba(0, 0, 0, 0.3); }
  .quickfinder .quickfinder__inner .quickfinder__wrap:after {
    content: "";
    position: absolute;
    z-index: 3;
    height: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 -8px 15px -7px rgba(0, 0, 0, 0.3); }

.quickfinder .quickfinder__inner .box {
  min-height: 180px;
  overflow-y: scroll;
  height: 500px;
  -webkit-overflow-scrolling: touch;
  background-color: #f2f3f4;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  border: none; }

.quickfinder .quickfinder__inner .quickfinder__list .item {
  display: block;
  clear: both;
  padding: 16px;
  background-color: #fff;
  margin-bottom: 8px;
  transition: box-shadow .1s linear;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .quickfinder .quickfinder__inner .quickfinder__list .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .quickfinder .quickfinder__inner .quickfinder__list .item .h5 {
    display: inline-block;
    margin-bottom: 16px; }
    @media (min-width: 481px) {
      .quickfinder .quickfinder__inner .quickfinder__list .item .h5 {
        margin-bottom: 0; } }
  .quickfinder .quickfinder__inner .quickfinder__list .item .btn, .quickfinder .quickfinder__inner .quickfinder__list .item .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .quickfinder .quickfinder__inner .quickfinder__list .item .tx-indexedsearch-searchbox-button {
    display: inline-block;
    margin: 0;
    padding: 8px;
    float: right; }

.quickfinder .quickfinder__filteritem {
  padding: 5.33333px 8px;
  border-radius: 3px;
  color: #001a2c;
  display: inline-block;
  margin: 5.33333px 5.33333px 0 0;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1;
  background-color: #f2f3f4;
  transition: all .1s linear; }
  .quickfinder .quickfinder__filteritem:hover {
    background-color: #7f8d96; }
  .quickfinder .quickfinder__filteritem.selected {
    color: #fff;
    background-color: #001a2c; }

/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@keyframes ngdialogMainNavIn {
  0% {
    transform: translate(100%, 0);
    opacity: 1; }
  100% {
    transform: translate(66.666%, 0);
    opacity: 1; } }

@keyframes ngdialogMainNavOut {
  0% {
    opacity: 1;
    transform: translate(66.666%, 0); }
  100% {
    opacity: 0;
    transform: translate(100%, 0); } }

/*--------------------------------------------------------------
## Theme
--------------------------------------------------------------*/
.ngdialog.ngdialog-theme-frt .ngdialog-overlay {
  background: rgba(0, 0, 0, 0.3); }

.ngdialog.ngdialog-theme-frt .ngdialog-content {
  animation: ngdialog-flyin 0.3s;
  color: #fff;
  margin: 80px auto;
  max-width: 100%;
  position: relative;
  width: 720px;
  padding: 0px; }
  .ngdialog.ngdialog-theme-frt .ngdialog-content p {
    color: #1a1a1a; }
  .ngdialog.ngdialog-theme-frt .ngdialog-content a {
    font-family: "Muli", Arial, sans-serif; }

.ngdialog.ngdialog-theme-frt.ngdialog-theme-light .ngdialog-close {
  background: #fff;
  color: #e30513;
  border: none; }

.ngdialog.ngdialog-theme-frt .ngdialog-close {
  background: #fff !important;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 7px;
  height: 30px;
  width: 30px;
  padding: 0 !important;
  z-index: 9;
  transition: all 0.1s linear; }
  .ngdialog.ngdialog-theme-frt .ngdialog-close:before {
    transition: all 0.1s linear;
    display: inline-block;
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !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;
    color: #7f8d96;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 7px;
    padding: 10px 0; }
  .ngdialog.ngdialog-theme-frt .ngdialog-close:hover {
    background: #7f8d96 !important; }
    .ngdialog.ngdialog-theme-frt .ngdialog-close:hover:before {
      color: #fff !important; }

.ngdialog.ngdialog-theme-frt.ngdialog-closing .ngdialog-content {
  animation: ngdialog-flyout 0.3s; }

body.isAndroid .ngdialog.ngdialog-theme-frt.navigation-layer .ngdialog-content {
  -ms-transform: none;
      transform: none;
  animation: none;
  -ms-transform: translate(66.666%, 0);
      transform: translate(66.666%, 0);
  opacity: 1; }

body.isIE .ngdialog.ngdialog-theme-frt.navigation-layer .ngdialog-content {
  animation-delay: 1s; }

.ngdialog.ngdialog-theme-frt.navigation-layer {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  /*--------------------------------------------------------------
    ## Main Navigation
    --------------------------------------------------------------*/ }
  .ngdialog.ngdialog-theme-frt.navigation-layer:after {
    content: "";
    display: table;
    clear: both; }
  .ngdialog.ngdialog-theme-frt.navigation-layer .ngdialog-overlay {
    background: rgba(255, 255, 255, 0.7); }
  .ngdialog.ngdialog-theme-frt.navigation-layer .ngdialog-content {
    margin: 0px;
    max-width: 99999px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 900px;
    padding: 0px;
    opacity: 0;
    background: #001a2c;
    backface-visibility: hidden;
    animation: ngdialogMainNavIn 0.4s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-perspective: 1000;
    perspective: 1000;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
    .ngdialog.ngdialog-theme-frt.navigation-layer .ngdialog-content .ngdialog-close {
      background: none !important;
      color: #fff;
      cursor: pointer;
      position: absolute;
      top: 11px;
      left: 7px;
      right: auto;
      height: 30px;
      width: 30px;
      padding: 0 !important;
      z-index: 9;
      transition: all 0.1s linear; }
      .ngdialog.ngdialog-theme-frt.navigation-layer .ngdialog-content .ngdialog-close:before {
        transition: all 0.1s linear;
        display: inline-block;
        content: "";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'iconfont' !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;
        color: #7f8d96;
        background-color: transparent;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        left: 7px;
        padding: 10px 0; }
      .ngdialog.ngdialog-theme-frt.navigation-layer .ngdialog-content .ngdialog-close:hover {
        background: #7f8d96 !important; }
        .ngdialog.ngdialog-theme-frt.navigation-layer .ngdialog-content .ngdialog-close:hover:before {
          color: #fff !important; }
  .ngdialog.ngdialog-theme-frt.navigation-layer.ngdialog-closing .ngdialog-content {
    animation: ngdialogMainNavOut 0.3s; }

.ngdialog.ngdialog-theme-frt.contact-layer {
  /*--------------------------------------------------------------
    ## Contactbox
    --------------------------------------------------------------*/ }
  .ngdialog.ngdialog-theme-frt.contact-layer .ngdialog-overlay {
    background: rgba(0, 0, 0, 0.25); }
  .ngdialog.ngdialog-theme-frt.contact-layer .ngdialog-content {
    animation: ngdialog-slidein 0.3s;
    color: #1a1a1a;
    background: #fff;
    border: 0px solid #fff;
    box-shadow: none;
    margin: 0px 0px;
    width: 100%;
    max-width: 400px;
    padding: 0px;
    position: fixed;
    right: 0;
    top: 64px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .ngdialog.ngdialog-theme-frt.contact-layer.ngdialog-closing .ngdialog-content {
    animation: ngdialog-slideout 0.3s; }

/*--------------------------------------------------------------
# Lightbox specific
--------------------------------------------------------------*/
.dialog__inner {
  max-width: 800px;
  padding: 32px;
  color: #1a1a1a;
  background-color: #f2f3f4;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .dialog__inner .h1 {
    color: #001a2c; }
  .dialog__inner .h2 {
    color: #1a1a1a; }
  .dialog__inner p {
    color: #1a1a1a; }

/*--------------------------------------------------------------
# CONTACT BOX
--------------------------------------------------------------*/
.contactbox {
  background-color: #f2f3f4;
  margin-top: 16px; }
  .contactbox .contactbox__inner {
    padding: 32px;
    border: 2px solid #001a2c; }
    .contactbox .contactbox__inner .grid__cell + .grid__cell {
      padding-top: 32px; }
      @media (min-width: 576px) {
        .contactbox .contactbox__inner .grid__cell + .grid__cell {
          padding-top: 0; } }
    .contactbox .contactbox__inner .btn, .contactbox .contactbox__inner .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .contactbox .contactbox__inner .tx-indexedsearch-searchbox-button {
      margin-top: 16px; }
  .contactbox .contactbox__left .btn, .contactbox .contactbox__left .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .contactbox .contactbox__left .tx-indexedsearch-searchbox-button {
    margin-top: 16px; }
  .contactbox .contactbox__form {
    margin-top: 32px;
    padding: 32px;
    background-color: #fff;
    position: relative;
    display: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    .contactbox .contactbox__form.active {
      display: block; }
    .contactbox .contactbox__form input, .contactbox .contactbox__form textarea, .contactbox .contactbox__form select {
      background-color: #f2f3f4; }
    .contactbox .contactbox__form .h1 span {
      color: #e30513; }
    .contactbox .contactbox__form:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 0 32px 32px;
      border-color: #FFFFFF transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: -20px;
      left: 46px;
      display: none; }
      @media (min-width: 576px) {
        .contactbox .contactbox__form:after {
          display: block; } }
  .contactbox .supportbox__form {
    margin-top: 32px;
    padding: 32px;
    background-color: #fff;
    position: relative;
    display: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    .contactbox .supportbox__form.active {
      display: block; }
    .contactbox .supportbox__form input, .contactbox .supportbox__form textarea, .contactbox .supportbox__form select {
      background-color: #f2f3f4; }
    .contactbox .supportbox__form .h1 span {
      color: #e30513; }
    .contactbox .supportbox__form:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 0 32px 32px;
      border-color: #FFFFFF transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: -20px;
      display: none; }
      @media (min-width: 576px) {
        .contactbox .supportbox__form:after {
          right: 213px;
          display: block; } }
      @media (min-width: 1025px) {
        .contactbox .supportbox__form:after {
          right: 416px;
          display: block; } }

.ansprechpartner-wrap--single {
  margin-top: 32px; }

/*--------------------------------------------------------------
# jobs
--------------------------------------------------------------*/
.jobs .jobs__inner .jobs__filter {
  position: relative; }
  .jobs .jobs__inner .jobs__filter .btn, .jobs .jobs__inner .jobs__filter .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .jobs .jobs__inner .jobs__filter .tx-indexedsearch-searchbox-button {
    padding: 8px 16px; }

.jobs .jobs__inner .jobs__counter {
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 1; }

.jobs .jobs__inner .jobs__wrap {
  position: relative; }
  .jobs .jobs__inner .jobs__wrap:before {
    content: "";
    position: absolute;
    z-index: 3;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 8px 15px -7px rgba(0, 0, 0, 0.3); }
  .jobs .jobs__inner .jobs__wrap:after {
    content: "";
    position: absolute;
    z-index: 3;
    height: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 -8px 15px -7px rgba(0, 0, 0, 0.3); }

.jobs .jobs__inner .box {
  min-height: 180px;
  height: auto;
  overflow: scroll;
  background-color: #f2f3f4;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  border: none; }

.jobs .jobs__inner .jobs__list .item {
  display: block;
  clear: both;
  padding: 16px;
  background-color: #fff;
  margin-bottom: 8px;
  transition: box-shadow .1s linear;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .jobs .jobs__inner .jobs__list .item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .jobs .jobs__inner .jobs__list .item .h5 {
    display: inline-block; }
  .jobs .jobs__inner .jobs__list .item .btn, .jobs .jobs__inner .jobs__list .item .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .jobs .jobs__inner .jobs__list .item .tx-indexedsearch-searchbox-button {
    display: inline-block;
    margin: 0;
    padding: 8px;
    float: right; }

/*--------------------------------------------------------------
## Old Search
--------------------------------------------------------------*/
.tx-indexedsearch .tx-indexedsearch-searchbox {
  display: block;
  width: 100%; }
  .tx-indexedsearch .tx-indexedsearch-searchbox:after {
    content: "";
    display: table;
    clear: both; }
  .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table {
    display: block;
    width: 100%; }
    .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody {
      display: block;
      width: 100%; }
      .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr {
        display: block;
        width: 100%; }
        .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td {
          float: left;
          display: block; }
          .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td:first-of-type {
            display: none; }
          .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-sword {
            display: block;
            font-weight: 100;
            font-size: inherit;
            line-height: inherit;
            color: #1a1a1a;
            width: 200px;
            height: 38px;
            padding: 5.33333px 16px 3.2px 16px;
            margin: 0px;
            background-color: #fff;
            border: 1px solid #1a1a1a;
            border-radius: 0px;
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            box-sizing: border-box;
            margin-right: 16px; }
            .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-sword:focus, .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-sword:active {
              outline: none;
              box-shadow: none;
              border-color: #cccccc; }
            body.isIE9 .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-sword {
              padding: 5.33333px 16px 8px 16px; }
          .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button {
            border-color: #1a1a1a;
            color: #1a1a1a;
            float: left; }
            .tx-indexedsearch .tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td .tx-indexedsearch-searchbox-button:hover {
              background-color: white;
              color: #1a1a1a; }

.tx-indexedsearch .tx-indexedsearch-whatis {
  display: none;
  width: 100%; }
  .tx-indexedsearch .tx-indexedsearch-whatis:after {
    content: "";
    display: table;
    clear: both; }

.tx-indexedsearch .tx-indexedsearch-noresults {
  width: 100%;
  display: block;
  padding: 32px; }

.tx-indexedsearch .tx-indexedsearch-browsebox p {
  display: none; }

.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
  display: block;
  height: 30px;
  margin-top: 32px; }
  .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox:after {
    content: "";
    display: table;
    clear: both; }
  .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li {
    display: block;
    float: left;
    margin: 0px 5px 0px 0px; }
    .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li:before {
      content: "";
      display: none; }
    .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a, .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li:hover a {
      border-color: #1a1a1a; }
    .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li a {
      display: block;
      width: 30px;
      height: 30px;
      font-size: 14px;
      line-height: 14px;
      text-decoration: none;
      text-align: center;
      padding: 8px 0px 0px 0px;
      background: transparent;
      color: #1a1a1a;
      border: 1px solid transparent; }

.tx-indexedsearch .tx-indexedsearch-res {
  width: 100%;
  display: block;
  margin-top: 32px; }
  .tx-indexedsearch .tx-indexedsearch-res:after {
    content: "";
    display: table;
    clear: both; }
  .tx-indexedsearch .tx-indexedsearch-res > .grid {
    margin-left: 0px; }
    .tx-indexedsearch .tx-indexedsearch-res > .grid:after {
      content: "";
      display: table;
      clear: both; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res {
    display: block;
    border-bottom: 1px solid #1a1a1a;
    float: left;
    height: 100%;
    background: transparent;
    padding: 16px;
    margin-top: 0px;
    border-right: 1px solid #1a1a1a;
    width: 100%;
    border-left: 1px solid #1a1a1a; }
    @media (min-width: 576px) {
      .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res {
        width: 50%;
        border-left: 0px solid #1a1a1a; } }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res:nth-child(1) {
      border-top: 1px solid #1a1a1a; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res:nth-child(2) {
      border-top: 0px;
      border-left: 1px solid #1a1a1a; }
      @media (min-width: 576px) {
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res:nth-child(2) {
          border-top: 1px solid #1a1a1a;
          border-left: 0px solid #1a1a1a; } }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res:nth-child(2n +1) {
      border-left: 1px solid #1a1a1a; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table {
      width: 100%;
      display: block; }
      .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody {
        width: 100%;
        display: block; }
        .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr {
          width: 100%;
          display: block; }
          .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td {
            width: 100%;
            display: none; }
            .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-icon {
              display: none; }
            .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-result-number {
              display: none; }
            .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-title {
              display: block; }
              .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-title a {
                font-size: 18px;
                font-size: 1.125rem;
                line-height: 1.44444;
                color: #1a1a1a;
                line-height: 1.2em;
                font-weight: bold;
                text-transform: uppercase;
                text-decoration: none; }
                .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-title a:after {
                  content: "";
                  /* use !important to prevent issues with browser extensions that change fonts */
                  font-family: 'iconfont' !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;
                  position: relative;
                  -ms-transform: translateY(-3px);
                      transform: translateY(-3px);
                  font-size: 12px;
                  font-size: 0.75rem;
                  line-height: 1.66667;
                  margin-left: 5px; }
            .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-percent {
              display: none; }
            .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-descr {
              display: block;
              font-style: normal;
              font-size: 14px;
              font-size: 0.875rem;
              line-height: 1.42857; }
              .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
                color: #1a1a1a;
                font-weight: normal; }
            .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res table tbody tr td.tx-indexedsearch-info {
              display: none; }


              #contactoverlay {
  height: 620px;
  overflow-y: scroll;
}
