@charset "UTF-8";
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v16-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/roboto-condensed-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-300.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-300.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v16-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url("../fonts/roboto-condensed-v16-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-300italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-300italic.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-300italic.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-300italic.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?xxtun");
  src: url("../fonts/icons.eot?xxtun#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?xxtun") format("truetype"), url("../fonts/icons.woff?xxtun") format("woff"), url("../fonts/icons.svg?xxtun#icons") 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: 'icons' !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-arrow-right:before {
  content: "\e900";
}

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

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

.icon-square:before {
  content: "\e903";
}

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

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

.icon-search:before {
  content: "\e906";
}

.icon-checkbox:before {
  content: "\e907";
}

.icon-radiobutton:before {
  content: "\e908";
}

.content-wrap::after, .grid::after, .navigation-main > li.has-submenu::after, .image-text-element::after, .image-map::after, .teaser-boxes::after, .big-buttons::after {
  content: '';
  clear: both;
  display: table;
}

.content-wrap::before, .grid::before, .navigation-main > li.has-submenu::before, .image-text-element::before, .image-map::before, .teaser-boxes::before, .big-buttons::before {
  content: '';
  clear: both;
  display: table;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 3 */
  font: inherit;
  /* 2 */
  color: inherit;
  /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^='#']::after,
  a[href^='javascript:']::after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

* {
  outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  overflow: hidden;
  overflow-y: scroll;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  position: relative;
  color: #3d4548;
  font-size: 1.25rem;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  background: #fff;
  padding-top: 157px;
}

@media screen and (max-width: 1280px) {
  body {
    padding-top: 115px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 100px;
  }
}

@media screen and (max-width: 320px) {
  body {
    padding-top: 90px;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 1rem;
  }
}

main {
  min-height: 60vh;
}

b,
strong {
  font-weight: 700;
}

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

audio,
canvas,
img,
svg,
video {
  font-style: italic;
  vertical-align: middle;
}

hr {
  height: 1px;
  border: 0;
  background: #3d4548;
}

textarea {
  resize: vertical;
}

ul,
ol {
  list-style: none;
}

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

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

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h6,
.h6, h6 {
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 3.75rem;
}

.h2,
h2 {
  font-size: 3.125rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.375rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1.25rem;
}

p {
  font-weight: 300;
}

p a {
  text-decoration: underline;
}

p a:hover, p a:active {
  color: #ef7d00;
  text-decoration: underline;
}

mark {
  background-color: #ef7d00;
  color: #fff;
  font-weight: 700;
}

.fullwidth-element {
  width: 100%;
  padding: 60px 0;
}

.fullwidth-element + .fullwidth-element {
  padding-top: 0;
}

.fullwidth-element > * + * {
  margin-top: 30px;
}

.fullwidth-element.background-grey {
  background-color: #f2f2f2;
  padding: 60px 0;
}

@media screen and (max-width: 560px) {
  .fullwidth-element.background-grey {
    padding: 30px 0;
  }
}

.fullwidth-element.breadcrumb-wrapper + .fullwidth-element,
.fullwidth-element.header-wrapper + .fullwidth-element {
  margin-top: 0;
}

.content-wrap {
  position: relative;
  width: 100%;
  max-width: 1290px;
  padding: 0 30px;
  margin: auto;
}

@media screen and (max-width: 560px) {
  .content-wrap {
    width: 100%;
    padding: 0 15px;
  }
}

.content-wrap > * + * {
  margin-top: 30px;
}

.content-wrap > *:not(.headline-element) + .h2 {
  margin-top: 60px;
}

.content-wrap > .toggle + .toggle {
  margin-top: 10px;
}

.grid {
  display: block;
  width: 100%;
}

.grid + .grid {
  margin-top: 30px;
}

.grid > .column {
  float: left;
}

.grid > .column > * + * {
  margin-top: 30px;
}

.grid > .column > *:not(.headline-element) + .h2 {
  margin-top: 60px;
}

.grid > .column > .toggle + .toggle {
  margin-top: 10px;
}

.grid > .column:empty {
  min-height: 1px;
}

@media screen and (max-width: 1024px) {
  .grid > .column:empty + .column {
    margin-top: 0 !important;
  }
}

.grid > .column + .column:empty {
  margin-top: 0 !important;
}

.grid.grid-2-col > .column {
  width: calc(50% - 15px - 1px);
  margin-top: 30px;
  margin-right: 30px;
}

.grid.grid-2-col > .column:nth-child(2n) {
  margin-right: 0;
}

.grid.grid-2-col > .column:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .grid.grid-2-col > .column {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .grid.grid-2-col > .column:nth-child(-n+2) {
    margin-top: 30px;
  }
  .grid.grid-2-col > .column:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .grid.grid-2-col > .column:nth-child(-n+2) {
    margin-top: 30px;
  }
  .grid.grid-2-col > .column:first-child {
    margin-top: 0;
  }
}

.grid.grid-3-col > .column {
  width: calc((100% - 2 * 30px - 1px ) / 3);
  margin-top: 30px;
  margin-right: 30px;
}

.grid.grid-3-col > .column:nth-child(3n) {
  margin-right: 0;
}

.grid.grid-3-col > .column:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .grid.grid-3-col > .column {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .grid.grid-3-col > .column:nth-child(-n+3) {
    margin-top: 30px;
  }
  .grid.grid-3-col > .column:first-child {
    margin-top: 0;
  }
}

.grid.grid-4-col > .column {
  width: calc((100% - 3 * 30px - 1px) / 4);
  margin-top: 30px;
  margin-right: 30px;
}

.grid.grid-4-col > .column:nth-child(4n) {
  margin-right: 0;
}

.grid.grid-4-col > .column:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .grid.grid-4-col > .column {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .grid.grid-4-col > .column:nth-child(-n+4) {
    margin-top: 30px;
  }
  .grid.grid-4-col > .column:nth-child(-n+2) {
    margin-top: 0;
  }
  .grid.grid-4-col > .column:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .grid.grid-4-col > .column {
    margin-right: 30px;
  }
  .grid.grid-4-col > .column:nth-child(-n+4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .grid.grid-4-col > .column {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .grid.grid-4-col > .column:nth-child(-n+2) {
    margin-top: 30px;
  }
  .grid.grid-4-col > .column:first-child {
    margin-top: 0;
  }
}

.grid.grid-2-third-1-third > .column:nth-child(odd) {
  width: calc(66.66667% - 15px);
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .grid.grid-2-third-1-third > .column:nth-child(odd) {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.grid.grid-2-third-1-third > .column:nth-child(even) {
  width: calc(33.33333% - 15px);
}

@media screen and (max-width: 768px) {
  .grid.grid-2-third-1-third > .column:nth-child(even) {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.grid.grid-2-third-1-third > .column:nth-child(n+3) {
  margin-top: 30px;
}

.grid.grid-1-third-2-third > .column:nth-child(odd) {
  width: calc(33.33333% - 15px);
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .grid.grid-1-third-2-third > .column:nth-child(odd) {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.grid.grid-1-third-2-third > .column:nth-child(even) {
  width: calc(66.66667% - 15px);
}

@media screen and (max-width: 768px) {
  .grid.grid-1-third-2-third > .column:nth-child(even) {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.grid.grid-1-third-2-third > .column:nth-child(n+3) {
  margin-top: 30px;
}

.grid.grid-1-sixth-5-sixth > .column:nth-child(odd) {
  width: calc(16.66667% - 15px);
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .grid.grid-1-sixth-5-sixth > .column:nth-child(odd) {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.grid.grid-1-sixth-5-sixth > .column:nth-child(even) {
  width: calc(83.33333% - 15px);
}

@media screen and (max-width: 768px) {
  .grid.grid-1-sixth-5-sixth > .column:nth-child(even) {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

header {
  width: 100%;
  height: 157px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 10px #8f989b;
  box-shadow: 0 0 10px #8f989b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 500;
}

@media screen and (max-width: 1280px) {
  header {
    height: 115px;
  }
}

@media screen and (max-width: 1024px) {
  header {
    height: 100px;
  }
}

@media screen and (max-width: 320px) {
  header {
    height: 90px;
  }
}

header .content-wrap {
  position: relative;
}

header .content-wrap .header-wrap .header-logo {
  display: inline-block;
  margin-top: 30px;
  margin-right: 30px;
  font-size: initial;
}

@media screen and (max-width: 1280px) {
  header .content-wrap .header-wrap .header-logo {
    width: 220px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 320px) {
  header .content-wrap .header-wrap .header-logo {
    width: 180px;
  }
}

header .content-wrap .header-wrap .header-logo a {
  display: block;
}

header .content-wrap .header-wrap .header-logo a .portal-name {
  display: none;
}

header .content-wrap .meta-nav {
  position: absolute;
  top: 20px;
  right: 30px;
}

@media screen and (max-width: 1024px) {
  header .content-wrap .meta-nav {
    display: none;
  }
}

header .content-wrap .meta-nav .button-membership,
header .content-wrap .meta-nav .button-login {
  display: inline-block;
  padding: 5px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

header .content-wrap .meta-nav .button-membership p,
header .content-wrap .meta-nav .button-login p {
  font-weight: 400;
}

header .content-wrap .meta-nav .button-membership {
  color: #fff;
  background-color: #ef7d00;
  border: 1px solid #ef7d00;
}

header .content-wrap .meta-nav .button-membership:hover {
  color: #ef7d00;
  background-color: #fff;
}

header .content-wrap .meta-nav .button-login {
  color: #3d4548;
  background-color: transparent;
  border: 1px solid #3d4548;
  padding-right: 37px;
}

header .content-wrap .meta-nav .button-login:hover {
  color: #fff;
  background-color: #3d4548;
}

header .content-wrap .meta-nav .button-login::after {
  content: '\e900';
  font-family: 'icons';
  font-size: 18px;
  position: absolute;
  right: 12px;
  bottom: 5px;
}

@media screen and (max-width: 1280px) {
  header .content-wrap .meta-nav .button-login::after {
    font-size: 15px;
    bottom: 6px;
  }
}

.mfp-wrap + header {
  margin-top: 0;
}

.mfp-wrap {
  margin-top: 0;
}

.navigation-main {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .navigation-main {
    width: 40%;
    max-height: calc(100% - 100px);
    position: fixed;
    top: 100px;
    right: 0;
    bottom: auto;
    display: none;
    margin-top: 0;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 768px) {
  .navigation-main {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  .navigation-main {
    width: 80%;
  }
}

.navigation-main > li {
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .navigation-main > li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li {
    display: block;
    background-color: #f2f2f2;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}

.navigation-main > li.hidden {
  display: none;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li.hidden {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.navigation-main > li.hidden a {
  display: block;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li.hidden a {
    padding-left: 20px;
    padding-right: 50px;
  }
}

.navigation-main > li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li:first-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li:first-child a {
    display: block;
    padding-left: 20px;
    padding-right: 50px;
  }
}

.navigation-main > li:nth-last-child(3), .navigation-main > li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > a {
    display: block;
    padding-left: 20px;
    padding-right: 50px;
  }
}

.navigation-main > li > a:hover {
  color: #3d4548;
  border-color: #ef7d00;
}

.navigation-main > li .submenu-trigger {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  border: none;
  padding: 0;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  overflow: visible;
  z-index: 50;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li .submenu-trigger {
    display: block;
  }
}

.navigation-main > li .submenu-trigger::before, .navigation-main > li .submenu-trigger::after {
  content: '';
  position: absolute;
  background-color: #3d4548;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.navigation-main > li .submenu-trigger::before {
  width: 20px;
  height: 2px;
  top: 19px;
  left: 10px;
}

.navigation-main > li .submenu-trigger::after {
  width: 2px;
  height: 20px;
  top: 10px;
  left: 19px;
}

.navigation-main > li .submenu-trigger.open::before, .navigation-main > li .submenu-trigger.open::after {
  background-color: #ef7d00;
}

.navigation-main > li .submenu-trigger.open::after {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.navigation-main > li > a {
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.navigation-main > li.has-submenu {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li.has-submenu {
    padding-left: 0;
    padding-right: 0;
  }
}

.navigation-main > li.has-submenu:hover::before, .navigation-main > li.has-submenu:hover::after {
  opacity: 1;
  visibility: visible;
}

.navigation-main > li.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li.has-submenu:hover > .submenu {
    display: none;
  }
}

.navigation-main > li.has-submenu::before, .navigation-main > li.has-submenu::after {
  content: '';
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  .navigation-main > li.has-submenu::before, .navigation-main > li.has-submenu::after {
    top: 54px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li.has-submenu::before, .navigation-main > li.has-submenu::after {
    display: none;
  }
}

.navigation-main > li.has-submenu::before {
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  top: 52px;
  z-index: 5;
}

@media screen and (max-width: 1280px) {
  .navigation-main > li.has-submenu::before {
    top: 55px;
  }
}

.navigation-main > li.has-submenu::after {
  border-right: 14px solid transparent;
  border-bottom: 14px solid #3d4548;
  border-left: 14px solid transparent;
  z-index: -5;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li.has-submenu > a {
    display: block;
    padding-left: 20px;
    padding-right: 50px;
  }
}

.navigation-main > li.current > a {
  border-color: #ef7d00;
}

.navigation-main > li.current .submenu-trigger::before, .navigation-main > li.current .submenu-trigger::after {
  background-color: #ef7d00;
}

.navigation-main > li > .submenu {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #8f989b;
  position: fixed;
  top: 170px;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1280px) {
  .navigation-main > li > .submenu {
    top: 129px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu {
    display: none;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(143, 152, 155, 0.3);
    border: none;
  }
}

.navigation-main > li > .submenu::before {
  content: '';
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media screen and (max-width: 1280px) {
  .navigation-main > li > .submenu::before {
    height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu::before {
    display: none;
  }
}

.navigation-main > li > .submenu.submenu-4-col {
  width: calc(1290px - (2 * 30px));
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  .navigation-main > li > .submenu.submenu-4-col {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu.submenu-4-col {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.navigation-main > li > .submenu.submenu-4-col .submenu-col {
  width: calc((100% - 91px) / 4);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}

.navigation-main > li > .submenu.submenu-4-col .submenu-col:nth-child(4n) {
  margin-right: 0;
}

.navigation-main > li > .submenu.submenu-4-col .submenu-col:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu.submenu-4-col .submenu-col {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 20px;
  }
  .navigation-main > li > .submenu.submenu-4-col .submenu-col:nth-child(-n+4) {
    margin-top: 20px;
  }
  .navigation-main > li > .submenu.submenu-4-col .submenu-col:first-child {
    margin-top: 0;
  }
}

.navigation-main > li > .submenu.submenu-3-col {
  width: calc((1290px - (2 * 30px)) / 4 * 3);
  right: calc((100% - (1290px - 2 * 30px)) / 2);
}

@media screen and (max-width: 1280px) {
  .navigation-main > li > .submenu.submenu-3-col {
    width: 90%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu.submenu-3-col {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.navigation-main > li > .submenu.submenu-3-col .submenu-col {
  width: calc((100% - 61px) / 3);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}

.navigation-main > li > .submenu.submenu-3-col .submenu-col:nth-child(3n) {
  margin-right: 0;
}

.navigation-main > li > .submenu.submenu-3-col .submenu-col:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu.submenu-3-col .submenu-col {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 20px;
  }
  .navigation-main > li > .submenu.submenu-3-col .submenu-col:nth-child(-n+3) {
    margin-top: 20px;
  }
  .navigation-main > li > .submenu.submenu-3-col .submenu-col:first-child {
    margin-top: 0;
  }
}

.navigation-main > li > .submenu.submenu-2-col {
  width: calc((1290px - (2 * 30px)) / 4 * 2);
  position: absolute;
  top: 64px;
  right: 0;
}

@media screen and (max-width: 1280px) {
  .navigation-main > li > .submenu.submenu-2-col {
    top: 67px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu.submenu-2-col {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.navigation-main > li > .submenu.submenu-2-col .submenu-col {
  width: calc((100% - 61px) / 2);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}

.navigation-main > li > .submenu.submenu-2-col .submenu-col:nth-child(2n) {
  margin-right: 0;
}

.navigation-main > li > .submenu.submenu-2-col .submenu-col:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu.submenu-2-col .submenu-col {
    width: 100%;
    float: none;
  }
  .navigation-main > li > .submenu.submenu-2-col .submenu-col:nth-child(-n+2) {
    margin-top: 20px;
  }
  .navigation-main > li > .submenu.submenu-2-col .submenu-col:first-child {
    margin-top: 0;
  }
}

.navigation-main > li > .submenu.submenu-single {
  width: calc((1290px - (2 * 30px)) / 4 * 1);
  position: absolute;
  top: 64px;
  right: 0;
}

@media screen and (max-width: 1280px) {
  .navigation-main > li > .submenu.submenu-single {
    top: 67px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-main > li > .submenu.submenu-single {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.navigation-main > li > .submenu ul + ul {
  margin-top: 30px;
}

.navigation-main > li > .submenu ul > li {
  border-bottom: 1px solid #ef7d00;
  padding: 0;
  padding-bottom: 5px;
}

.navigation-main > li > .submenu ul > li + li {
  margin-top: 25px;
}

.navigation-main > li > .submenu ul > li.current > a {
  color: #ef7d00;
}

.navigation-main > li > .submenu ul > li > ul {
  margin-top: 10px;
}

.navigation-main > li > .submenu ul > li > ul > li {
  font-size: 20px;
  text-transform: initial;
  border-bottom: none;
  padding-left: 10px;
}

.navigation-main > li > .submenu ul > li > ul > li + li {
  margin-top: 10px;
}

.navigation-main > li > .submenu ul > li > ul > li.current > a {
  color: #ef7d00;
}

.navigation-main > li > .submenu ul > li > ul > li a {
  font-weight: 300;
}

.burger {
  width: 30px;
  height: 30px;
  display: none;
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  position: absolute;
  bottom: 10px;
  right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

@media screen and (max-width: 1024px) {
  .burger {
    display: block;
  }
}

.burger .text {
  display: none;
}

.burger .bar1,
.burger .bar2,
.burger .bar3 {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #ef7d00;
  position: absolute;
  right: 0;
}

.burger .bar1 {
  top: 5px;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}

.burger .bar2 {
  top: 14px;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.burger .bar3 {
  top: 23px;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}

.burger.open .bar1 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 14px;
}

.burger.open .bar2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.burger.open .bar3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
}

footer {
  margin-top: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
}

footer .content-wrap .footer-container {
  padding: 30px 0;
}

footer .content-wrap .footer-container .footer-content .footer-contact > * + *,
footer .content-wrap .footer-container .footer-content .footer-logo > * + *,
footer .content-wrap .footer-container .footer-content .footer-membership > * + *,
footer .content-wrap .footer-container .footer-content .footer-general > * + * {
  margin-top: 30px;
}

footer .content-wrap .footer-container .footer-content .footer-contact .column-headline strong,
footer .content-wrap .footer-container .footer-content .footer-logo .column-headline strong,
footer .content-wrap .footer-container .footer-content .footer-membership .column-headline strong,
footer .content-wrap .footer-container .footer-content .footer-general .column-headline strong {
  text-transform: uppercase;
}

footer .content-wrap .footer-container .footer-content .footer-contact .text-element a {
  text-decoration: none;
  color: #ef7d00;
}

footer .content-wrap .footer-container .footer-content .footer-contact .text-element a:hover {
  color: #3d4548;
}

footer .content-wrap .footer-container .footer-navigation {
  margin-top: 80px;
  text-align: center;
}

footer .content-wrap .footer-container .footer-navigation li {
  display: inline-block;
  font-weight: 300;
  position: relative;
}

footer .content-wrap .footer-container .footer-navigation li + li {
  padding-left: 30px;
}

footer .content-wrap .footer-container .footer-navigation li + li::before {
  position: absolute;
  display: inline-block;
  content: '|';
  width: 30px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.fullwidth-element.breadcrumbs {
  padding: 0;
}

.fullwidth-element.breadcrumbs .breadcrumb {
  font-size: 0;
  padding: 30px 0;
}

.fullwidth-element.breadcrumbs .breadcrumb .breadcrumb-item {
  display: inline-block;
  line-height: 1.4;
  font-size: 18px;
}

.fullwidth-element.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item a, .fullwidth-element.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item span {
  position: relative;
  padding-left: 20px;
}

.fullwidth-element.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item a::before, .fullwidth-element.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item span::before {
  content: '\e901';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: icons;
  font-size: 10px;
  font-weight: 700;
  color: #8f989b;
}

.fullwidth-element.breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #8f989b;
}

.fullwidth-element.breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  color: #ef7d00;
}

.fullwidth-element.breadcrumbs .breadcrumb .breadcrumb-item span {
  color: #3d4548;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h6,
.h6, h6 {
  word-wrap: break-word;
}

.h1,
h1 {
  font-weight: 700;
  font-size: 3.75rem;
  color: #ef7d00;
}

@media screen and (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 560px) {
  .h1,
  h1 {
    font-size: 2.1875rem;
  }
}

.h1 + *,
h1 + * {
  margin-top: 32px;
}

.h1.center + *,
h1.center + * {
  margin-top: 45px;
}

.h2,
h2 {
  font-weight: 700;
  font-size: 3.125rem;
  color: #ef7d00;
}

.h2.light,
h2.light {
  font-weight: 400;
  color: #3d4548;
}

@media screen and (max-width: 1024px) {
  .h2,
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 560px) {
  .h2,
  h2 {
    font-size: 1.875rem;
  }
}

.h2 + *,
h2 + * {
  margin-top: 24px;
}

.h2.center + *,
h2.center + * {
  margin-top: 35px;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h3.light, h3.light {
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .h3,
  h3 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 560px) {
  .h3,
  h3 {
    font-size: 1.125rem;
  }
}

.h3 + *, h3 + * {
  margin-top: 12px;
}

.h3 + ul,
.h3 + ol, h3 + ul,
h3 + ol {
  margin-top: to-rem(18px);
}

.h4,
h4 {
  font-size: 1.375rem;
}

@media screen and (max-width: 1024px) {
  .h4,
  h4 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 560px) {
  .h4,
  h4 {
    font-size: 1rem;
  }
}

.h4 + *, h4 + * {
  margin-top: 12px;
}

.h4 + ul,
.h4 + ol, h4 + ul,
h4 + ol {
  margin-top: 10px;
}

.h5,
h5 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .h5,
  h5 {
    font-size: 1rem;
  }
}

.h5 + *, h5 + * {
  margin-top: 12px;
}

.h5 + ul,
.h5 + ol, h5 + ul,
h5 + ol {
  margin-top: 10px;
}

.h6,
h6 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .h6,
  h6 {
    font-size: 1rem;
  }
}

p {
  font-size: 1.25rem;
}

p.intro {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  p.intro {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 560px) {
  p.intro {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  p {
    font-size: 1rem;
  }
}

.search-trigger {
  display: block;
  width: 23px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  right: 30px;
  bottom: 3px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  vertical-align: top;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .search-trigger {
    right: 80px;
    bottom: 10px;
  }
}

.search-trigger span {
  display: none;
}

.search-trigger::after {
  content: '\e906';
  font-family: 'icons';
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  .search-trigger::after {
    color: #ef7d00;
  }
}

.search-input {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  -webkit-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.search-input-open {
  opacity: 1;
  visibility: visible;
}

.search-input form {
  width: 1100px;
  height: 100px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1280px) {
  .search-input form {
    width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .search-input form {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .search-input form {
    width: 500px;
    height: 80px;
  }
}

@media screen and (max-width: 560px) {
  .search-input form {
    width: 300px;
    height: 60px;
  }
}

.search-input form input {
  width: 100%;
  height: 100%;
  font-size: 60px;
  border: none;
  padding: 10px 20px;
  padding-right: 120px;
}

@media screen and (max-width: 1024px) {
  .search-input form input {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .search-input form input {
    padding-right: 100px;
  }
}

@media screen and (max-width: 560px) {
  .search-input form input {
    font-size: 30px;
    padding-right: 80px;
  }
}

.search-input form input::-webkit-input-placeholder {
  font-style: italic;
}

.search-input form input:-ms-input-placeholder {
  font-style: italic;
}

.search-input form input::-ms-input-placeholder {
  font-style: italic;
}

.search-input form input::placeholder {
  font-style: italic;
}

.search-input form button {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ef7d00;
  border: none;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

@media screen and (max-width: 768px) {
  .search-input form button {
    width: 80px;
  }
}

@media screen and (max-width: 560px) {
  .search-input form button {
    width: 60px;
  }
}

.search-input form button:hover {
  opacity: .8;
}

.search-input form button::before {
  content: '\e906';
  font-family: 'icons';
  font-size: 70px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1280px) {
  .search-input form button::before {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .search-input form button::before {
    font-size: 40px;
  }
}

@media screen and (max-width: 560px) {
  .search-input form button::before {
    font-size: 30px;
  }
}

.search-input form button span {
  display: none;
}

.header-slider {
  padding-top: 0;
  margin-top: 0;
}

.header-slider .swiper-container {
  position: relative;
  padding-bottom: 25px;
}

.header-slider .swiper-container .swiper-slide .image-text-overlay .text-container {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 30px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .header-slider .swiper-container .swiper-slide .image-text-overlay .text-container {
    width: 100%;
    position: relative;
    padding: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.header-slider .swiper-container .swiper-slide .image-text-overlay .text-container .content-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .header-slider .swiper-container .swiper-slide .image-text-overlay .text-container .content-wrap {
    padding: 0;
  }
}

.header-slider .swiper-container .swiper-slide .image-text-overlay .text-container .content-wrap .text-container-overlay {
  max-width: 600px;
  padding: 30px;
}

@media screen and (max-width: 1280px) {
  .header-slider .swiper-container .swiper-slide .image-text-overlay .text-container .content-wrap .text-container-overlay {
    max-width: 100%;
    float: none;
    padding-bottom: 0;
  }
}

.header-slider .swiper-container .swiper-slide .image-text-overlay .text-container .content-wrap .text-container-overlay > * + * {
  margin-top: 30px;
}

.header-slider .swiper-container .swiper-slide .image-text-overlay .text-container .content-wrap .text-container-overlay h2 {
  line-height: 1.1;
}

.header-slider .swiper-container .swiper-slide .image-text-overlay .text-container .content-wrap .text-container-overlay .text-element > * + * {
  margin-top: 0;
}

.header-slider .swiper-container .swiper-slide.box-white .image-text-overlay .text-container .content-wrap .text-container-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

.header-slider .swiper-container .swiper-slide.box-white .image-text-overlay .text-container .content-wrap .text-container-overlay h2 {
  color: #3d4548;
}

.header-slider .swiper-container .swiper-slide.box-white .image-text-overlay .text-container .content-wrap .text-container-overlay .pre-line {
  color: #000;
}

@media screen and (max-width: 1280px) {
  .header-slider .swiper-container .swiper-slide.box-white .image-text-overlay .text-container .content-wrap .text-container-overlay {
    background-color: #fff;
  }
  .header-slider .swiper-container .swiper-slide.box-white .image-text-overlay .text-container .content-wrap .text-container-overlay h2,
  .header-slider .swiper-container .swiper-slide.box-white .image-text-overlay .text-container .content-wrap .text-container-overlay p,
  .header-slider .swiper-container .swiper-slide.box-white .image-text-overlay .text-container .content-wrap .text-container-overlay .pre-line {
    color: #3d4548;
  }
}

.header-slider .swiper-container .swiper-slide.box-gray .image-text-overlay .text-container .content-wrap .text-container-overlay {
  background-color: rgba(61, 69, 72, 0.8);
}

.header-slider .swiper-container .swiper-slide.box-gray .image-text-overlay .text-container .content-wrap .text-container-overlay h2 {
  color: #fff;
}

.header-slider .swiper-container .swiper-slide.box-gray .image-text-overlay .text-container .content-wrap .text-container-overlay p {
  color: #fff;
}

.header-slider .swiper-container .swiper-slide.box-gray .image-text-overlay .text-container .content-wrap .text-container-overlay .pre-line {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .header-slider .swiper-container .swiper-slide.box-gray .image-text-overlay .text-container .content-wrap .text-container-overlay {
    background-color: #fff;
  }
  .header-slider .swiper-container .swiper-slide.box-gray .image-text-overlay .text-container .content-wrap .text-container-overlay h2,
  .header-slider .swiper-container .swiper-slide.box-gray .image-text-overlay .text-container .content-wrap .text-container-overlay p,
  .header-slider .swiper-container .swiper-slide.box-gray .image-text-overlay .text-container .content-wrap .text-container-overlay .pre-line {
    color: #3d4548;
  }
}

.header-slider .swiper-container .swiper-slide.box-orange .image-text-overlay .text-container .content-wrap .text-container-overlay {
  background-color: rgba(239, 125, 0, 0.7);
}

.header-slider .swiper-container .swiper-slide.box-orange .image-text-overlay .text-container .content-wrap .text-container-overlay h2 {
  color: #fff;
}

.header-slider .swiper-container .swiper-slide.box-orange .image-text-overlay .text-container .content-wrap .text-container-overlay p {
  color: #fff;
}

.header-slider .swiper-container .swiper-slide.box-orange .image-text-overlay .text-container .content-wrap .text-container-overlay .pre-line {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .header-slider .swiper-container .swiper-slide.box-orange .image-text-overlay .text-container .content-wrap .text-container-overlay {
    background-color: #fff;
  }
  .header-slider .swiper-container .swiper-slide.box-orange .image-text-overlay .text-container .content-wrap .text-container-overlay h2,
  .header-slider .swiper-container .swiper-slide.box-orange .image-text-overlay .text-container .content-wrap .text-container-overlay p,
  .header-slider .swiper-container .swiper-slide.box-orange .image-text-overlay .text-container .content-wrap .text-container-overlay .pre-line {
    color: #3d4548;
  }
}

.header-slider .swiper-container > .content-wrap {
  position: absolute;
  display: table;
  height: 20px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-slider .swiper-container > .content-wrap .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
}

.header-slider .swiper-container > .content-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 5px;
  background-color: #8f989b;
  border-radius: 0;
  opacity: 1;
}

.header-slider .swiper-container > .content-wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .header-slider .swiper-container > .content-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
  }
}

@media screen and (max-width: 560px) {
  .header-slider .swiper-container > .content-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
  }
}

.header-slider .swiper-container > .content-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ef7d00;
}

.text-element.small {
  max-width: 85%;
}

.text-element > * + * {
  margin-top: 30px;
}

.text-element > p + p {
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .text-element > p + p {
    margin-top: 15px;
  }
}

.text-element > p + a {
  margin-top: 30px;
}

.text-element ul li, .text-element ol li {
  font-weight: 300;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .text-element ul li, .text-element ol li {
    padding-left: 20px;
  }
}

.text-element ul li::before, .text-element ol li::before {
  content: '';
  position: absolute;
  left: 0;
  font-family: 'icons';
  color: #8f989b;
}

.text-element ul li::before {
  content: '\e903';
  font-size: 8px;
  top: 8px;
}

@media screen and (max-width: 1280px) {
  .text-element ul li::before {
    font-size: 6px;
    top: 6px;
  }
}

.text-element ol li {
  counter-increment: section;
}

.text-element ol li::before {
  content: counters(section, "") ".";
  color: #3d4548;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.text-element h1 + h2,
.text-element h3 + h3 {
  margin-top: 0;
}

.intro-element {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.intro-element > * + * {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .intro-element > * + * {
    margin-top: 25px;
  }
}

@media screen and (max-width: 560px) {
  .intro-element > * + * {
    margin-top: 20px;
  }
}

.image-text-element {
  margin-top: 30px;
}

.image-text-element > * {
  width: calc(50% - 15px - 1px);
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .image-text-element > * {
    width: 100%;
    margin-right: 0;
  }
  .image-text-element > *:nth-child(n+2) {
    margin-top: 30px;
  }
}

.image-text-element > *:nth-child(2n) {
  margin-right: 0;
}

.image-element {
  overflow: hidden;
}

.image-element.zoomable {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.image-element.zoomable a {
  position: relative;
  display: block;
}

.image-element.zoomable a::after {
  content: '\e904';
  font-family: 'icons';
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.image-element.zoomable:hover {
  opacity: 0.8;
}

.image-element img {
  width: 100%;
  display: block;
}

.image-element figcaption {
  font-size: 16px;
  font-weight: 300;
  color: #8f989b;
  padding-top: 5px;
}

.image-gallery {
  position: relative;
}

@media (max-width: 560px) {
  .image-gallery::before {
    content: attr(data-gallery-items) " Bilder";
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    display: inline-block;
    padding: 4px 8px;
    font-weight: 700;
    color: #fff;
    background-color: #ef7d00;
    border-radius: 4px;
    pointer-events: none;
  }
}

@media (max-width: 560px) {
  .image-gallery .grid .column {
    display: none;
  }
}

@media (max-width: 560px) {
  .image-gallery .grid .column:first-of-type {
    display: block;
  }
}

.image-gallery figcaption {
  display: none;
}

.logo-gallery .column {
  display: table;
}

.logo-gallery .column .logo-element {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.logo-gallery .column .logo-element a {
  display: block;
  width: 100%;
}

.logo-gallery .column .logo-element a img {
  width: auto;
}

.header-image-element {
  padding: 0;
}

.image-text-box {
  position: relative;
}

.image-text-box .text-container {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 30px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-text-box .text-container-overlay {
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
}

@media screen and (max-width: 1280px) {
  .image-text-box .text-container-overlay {
    float: none;
    max-width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}

.image-text-box .text-container-overlay > * + * {
  margin-top: 30px;
}

.image-text-box .text-container-overlay .text-element > * + * {
  margin-top: 0;
}

@media screen and (max-width: 1800px) {
  .image-text-box .text-container-overlay .text-element p {
    font-size: 40px;
  }
}

@media screen and (max-width: 560px) {
  .image-text-box .text-container-overlay .text-element p {
    font-size: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .image-text-box .text-container {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background-color: #f2f2f2;
  }
}

.video-text-overlay {
  position: relative;
}

.video-text-overlay .text-container {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 30px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-text-overlay .text-container .text-element {
  text-align: center;
}

.video-text-overlay .text-container .text-element .headline {
  display: inline;
  text-align: center;
  background-color: #fff;
  padding: 5px 12px;
}

.video-text-overlay .text-container .text-element .headline + * {
  margin-top: 20px;
}

.video-text-overlay .text-container .text-element .subheadline {
  font-weight: 400;
  color: #3d4548;
}

.video-text-overlay .text-container-overlay {
  max-width: 600px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #8f989b;
}

.video-text-overlay .text-container-overlay > * + * {
  margin-top: 30px;
}

@media screen and (max-width: 1280px) {
  .video-text-overlay .text-container-overlay {
    float: none;
    max-width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}

@media screen and (max-width: 1280px) {
  .video-text-overlay .text-container {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background-color: #f2f2f2;
  }
}

.box-standard {
  border: 1px solid #8f989b;
  background-color: #fff;
  position: relative;
}

.box-standard + .box-standard,
.box-standard + .button-big {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .box-standard + .box-standard,
  .box-standard + .button-big {
    margin-top: 25px;
  }
}

@media screen and (max-width: 560px) {
  .box-standard + .box-standard,
  .box-standard + .button-big {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .image-text-overlay .fullwidth-element {
    position: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .image-text-overlay .fullwidth-element .content-wrap .box-overlay {
    max-width: 80%;
    margin: 0 auto;
  }
}

.box-link-small {
  position: relative;
  border: 1px solid #8f989b;
  background-color: #fff;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.box-link-small a {
  display: block;
  width: 100%;
  height: 100%;
  color: #3d4548;
  font-weight: 700;
  padding: 30px;
  padding-bottom: 70px;
}

.box-link-small::after {
  content: "\e900";
  font-family: 'icons';
  font-size: 25px;
  line-height: 1;
  color: #ef7d00;
  position: absolute;
  bottom: 25px;
  right: 30px;
  pointer-events: none;
}

.box-sidebar {
  border: 1px solid #8f989b;
  background-color: #fff;
}

.box-sidebar .inner-wrap {
  padding: 30px;
}

.box-sidebar .inner-wrap + .inner-wrap {
  padding-top: 0;
}

.box-sidebar .inner-wrap > * + * {
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .box-sidebar .inner-wrap > * + * {
    font-size: 15px;
  }
}

.box-sidebar .inner-wrap > .list-element + .list-element {
  margin-top: 15px;
}

.box-sidebar .inner-wrap > .location + .link-arrow,
.box-sidebar .inner-wrap > .text-element + .link-arrow {
  margin-top: 5px;
}

.box-sidebar .inner-wrap h2 {
  color: #3d4548;
}

.box-sidebar .inner-wrap h2 + * {
  margin-top: 30px;
}

.box-sidebar .inner-wrap h2 + .h3 {
  margin-top: 0;
}

.box-sidebar .inner-wrap .location {
  position: relative;
}

.box-sidebar .inner-wrap .location .text {
  width: 75%;
}

.box-sidebar .inner-wrap .location .text::after {
  content: url("../img/fce_location-pin.png");
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 560px) {
  .box-sidebar .inner-wrap .location .text::after {
    display: none;
  }
}

.box-sidebar .inner-wrap .list-element {
  margin-top: 0;
}

.box-sidebar .inner-wrap .list-element h3 + ul,
.box-sidebar .inner-wrap .list-element h3 + ol {
  margin-top: 30px;
}

.box-sidebar .image-element figcaption {
  display: none;
}

.box-sidebar.bg-theme {
  color: #fff;
  background-color: #ef7d00;
  border: none;
}

.box-sidebar.bg-theme .inner-wrap h2 {
  color: #fff;
}

.box-sidebar.bg-theme .inner-wrap .link-arrow {
  color: #fff;
}

.box-sidebar.bg-theme .inner-wrap .link-arrow:hover {
  color: #ffc789;
}

.box-sidebar.bg-theme .inner-wrap .text-element p em {
  color: #fff;
}

.box-sidebar.bg-theme .inner-wrap .text-element p a {
  color: #fff;
  text-decoration: underline;
}

.box-sidebar.bg-theme .inner-wrap .text-element p a:hover {
  color: #ffc789;
}

.box-sidebar.bg-theme .inner-wrap ul li a,
.box-sidebar.bg-theme .inner-wrap ol li a {
  color: #fff;
}

.box-sidebar.bg-theme .inner-wrap ul li a:hover,
.box-sidebar.bg-theme .inner-wrap ol li a:hover {
  color: #3d4548;
}

.box-sidebar.bg-theme .inner-wrap ul li span,
.box-sidebar.bg-theme .inner-wrap ol li span {
  color: #fff;
}

.box-sidebar.bg-theme .inner-wrap ul li::before,
.box-sidebar.bg-theme .inner-wrap ol li::before {
  color: rgba(255, 255, 255, 0.8);
}

.box-sidebar.bg-theme .inner-wrap .button.bg-theme {
  color: #ef7d00;
  background-color: white;
  border-color: #fff;
}

.box-sidebar.bg-theme .inner-wrap .button.bg-theme:hover {
  border-color: #ffebd6;
  background-color: #ffebd6;
}

.button {
  position: relative;
  display: inline-block;
  padding: 5px 12px;
  padding-right: 44px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.button::after {
  content: '\e900';
  font-family: 'icons';
  position: absolute;
  right: 12px;
  bottom: 5px;
}

.button.large, .button.sidebar {
  padding: 5px 12px;
  padding-right: 50px;
  font-size: 28px;
}

.button.large::after, .button.sidebar::after {
  bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .button.large, .button.sidebar {
    font-size: 20px;
  }
  .button.large::after, .button.sidebar::after {
    bottom: 8px;
  }
}

.button.sidebar {
  display: block;
  width: 100%;
}

.button.bg-regular {
  color: #ef7d00;
  background-color: #fff;
  border: 1px solid #ef7d00;
}

.button.bg-regular:hover {
  color: #ef7d00;
  background-color: #fff;
}

.button.bg-theme {
  color: #fff;
  background-color: #ef7d00;
  border: 1px solid #ef7d00;
}

.button.bg-theme:hover {
  color: #ef7d00;
  background-color: #fff;
}

.link-list ul li, .link-list ol li {
  font-weight: 300;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .link-list ul li, .link-list ol li {
    padding-left: 20px;
  }
}

.link-list ul li::before, .link-list ol li::before {
  content: '';
  position: absolute;
  left: 0;
  font-family: 'icons';
  color: #8f989b;
}

.link-list ul li.list-link::before, .link-list ol li.list-link::before {
  content: '\e901';
  font-size: 15px;
  top: 4px;
}

@media screen and (max-width: 1280px) {
  .link-list ul li.list-link::before, .link-list ol li.list-link::before {
    font-size: 12px;
    top: 2px;
  }
}

.link-list ul li.list-download::before, .link-list ol li.list-download::before {
  content: '\e902';
  font-size: 15px;
  top: 4px;
}

@media screen and (max-width: 1280px) {
  .link-list ul li.list-download::before, .link-list ol li.list-download::before {
    font-size: 12px;
    top: 2px;
  }
}

.link-list ul li.list-download span, .link-list ol li.list-download span {
  color: #8f989b;
}

.toggle {
  border-bottom: 1px solid #8f989b;
}

.toggle.toggle-active .toggle-head {
  color: #ef7d00;
}

.toggle.toggle-active .toggle-head:before, .toggle.toggle-active .toggle-head:after {
  background-color: #ef7d00;
}

.toggle.toggle-active .toggle-head:before {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
}

.toggle .toggle-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 0;
  padding-right: 30px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.toggle .toggle-head:before, .toggle .toggle-head:after {
  content: '';
  position: absolute;
  background-color: #3d4548;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  -o-transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.toggle .toggle-head:after {
  width: 19px;
  height: 3px;
  right: 0;
  top: 21px;
}

.toggle .toggle-head:before {
  width: 3px;
  height: 19px;
  right: 8px;
  top: 13px;
}

.toggle .toggle-head:hover {
  color: #ef7d00;
}

.toggle .toggle-head:hover:before, .toggle .toggle-head:hover:after {
  background-color: #ef7d00;
}

@media screen and (max-width: 1024px) {
  .toggle .toggle-head:after {
    top: 17px;
  }
  .toggle .toggle-head:before {
    top: 9px;
  }
}

@media screen and (max-width: 560px) {
  .toggle .toggle-head:after {
    width: 16px;
    height: 2px;
    right: 0;
    top: 14px;
  }
  .toggle .toggle-head:before {
    width: 2px;
    height: 16px;
    right: 7px;
    top: 7px;
  }
}

.toggle .toggle-content {
  display: none;
  padding-top: 30px;
}

.toggle .toggle-content .toggle-close {
  position: relative;
  display: block;
  width: 100%;
  height: 33px;
  margin-top: 30px;
  cursor: pointer;
  display: none;
}

.toggle .toggle-content .toggle-close:before, .toggle .toggle-content .toggle-close:after {
  content: '';
  position: absolute;
  background-color: #3d4548;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  -o-transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.toggle .toggle-content .toggle-close:after {
  width: 19px;
  height: 3px;
  right: 0;
  top: 15px;
}

.toggle .toggle-content .toggle-close:before {
  width: 3px;
  height: 19px;
  right: 8px;
  top: 17px;
}

.toggle .toggle-content .toggle-close:hover {
  color: #ef7d00;
}

.toggle .toggle-content .toggle-close:hover:before, .toggle .toggle-content .toggle-close:hover:after {
  background-color: #ef7d00;
}

@media screen and (max-width: 1024px) {
  .toggle .toggle-content .toggle-close:after {
    top: 11px;
  }
  .toggle .toggle-content .toggle-close:before {
    top: 3px;
  }
}

@media screen and (max-width: 560px) {
  .toggle .toggle-content .toggle-close:after {
    width: 16px;
    height: 2px;
    right: 0;
    top: 8px;
  }
  .toggle .toggle-content .toggle-close:before {
    width: 2px;
    height: 16px;
    right: 7px;
    top: 1px;
  }
}

.tab-navigation {
  margin-top: 30px;
}

.tab-navigation .tab-head {
  border-bottom: 1px solid #3d4548;
}

.tab-navigation .tab-head .tab-link {
  color: rgba(143, 152, 155, 0.5);
  text-transform: uppercase;
  border-bottom: 7px solid transparent;
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.tab-navigation .tab-head .tab-link:hover {
  color: rgba(143, 152, 155, 0.9);
}

.tab-navigation .tab-active.tab-link {
  color: #3d4548;
  border-bottom: 7px solid #ef7d00;
}

.tab-navigation .tab-active.tab-link:hover {
  color: #3d4548;
}

.tab-content-wrap {
  border-bottom: 1px solid #3d4548;
  padding: 30px 0;
}

.tab-content-wrap .tab-content > * + * {
  margin-top: 60px;
}

@media screen and (max-width: 1280px) {
  .tab-content-wrap .tab-content > * + * {
    font-size: 18px;
  }
}

.tab-content-wrap .tab-content > :first-child {
  margin-top: 0;
}

.tab-content-wrap .tab-content .pre-line {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .tab-content-wrap .tab-content .pre-line {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tab-content-wrap .tab-content .pre-line {
    font-size: 16px;
  }
}

.tab-content-wrap .tab-content .title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
}

.tab-content-wrap .tab-content .title + * {
  margin-top: 12px;
}

@media screen and (max-width: 1280px) {
  .tab-content-wrap .tab-content .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .tab-content-wrap .tab-content .title {
    font-size: 18px;
  }
}

.tab-content-wrap .tab-content .bottom a {
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .tab-content-wrap .tab-content .bottom {
    margin-top: 15px;
  }
}

.timetable {
  width: 100%;
}

.timetable tr:nth-child(2n-1) {
  background-color: #f2f2f2;
}

.timetable tr td {
  padding: 15px;
}

.timetable tr td:first-child {
  width: 15%;
  vertical-align: top;
}

.timetable tr td .text-element p em {
  font-style: italic;
  font-weight: 300;
  color: #3d4548;
  background-color: transparent;
  padding: 0;
}

a {
  position: relative;
  color: #3d4548;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover, a:active {
  color: #ef7d00;
}

a.link-arrow {
  display: block;
  font-weight: 400;
  color: #ef7d00;
}

a.link-arrow:hover, a.link-arrow:active {
  color: #3d4548;
}

a.link-arrow::after {
  content: '\e900';
  font-family: 'icons';
  position: absolute;
  padding-left: 8px;
}

@media screen and (max-width: 1280px) {
  a.link-arrow::after {
    font-size: 16px;
  }
}

a.link-mail {
  color: #ef7d00;
  text-decoration: none;
}

a.link-mail:hover, a.link-mail:active {
  color: #3d4548;
  text-decoration: none;
}

.image-map .image-element {
  width: 60%;
  float: left;
  position: relative;
}

.image-map .image-element svg .cls-1 {
  fill: #dcdcdc;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  fill-rule: evenodd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.image-map .image-element svg .cls-1:hover {
  fill: #3d4548;
}

.image-map .image-element svg .image-map-image-hover {
  fill: #3d4548;
}

.image-map .image-element img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.image-map .image-element .image-map-hover-link {
  text-transform: uppercase;
  color: #ef7d00;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 5px #8f989b;
  box-shadow: 0 0 5px #8f989b;
  opacity: 0;
  pointer-events: none;
  padding: 8px 15px;
  padding-right: 37px;
  position: absolute;
}

.image-map .image-element .image-map-hover-link[data-name=image-map-germany] {
  top: 50%;
  left: 25%;
}

.image-map .image-element .image-map-hover-link[data-name=image-map-netherlands] {
  top: 25%;
  left: 2%;
}

.image-map .image-element .image-map-hover-link[data-name=image-map-switzerland] {
  top: 90%;
  left: 25%;
}

.image-map .image-element .image-map-hover-link[data-name=image-map-czech] {
  top: 65%;
  left: 60%;
}

.image-map .image-element .image-map-hover-link::after {
  content: '\e900';
  font-family: 'icons';
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  padding-left: 8px;
}

@media screen and (max-width: 1280px) {
  .image-map .image-element .image-map-hover-link::after {
    font-size: 16px;
    bottom: 8px;
  }
}

@media screen and (max-width: 560px) {
  .image-map .image-element .image-map-hover-link {
    display: none;
  }
}

.image-map .image-element .image-map-link-hover {
  opacity: 1;
}

.image-map .text-element > * + * {
  margin-top: 0;
}

.image-map .text-element a {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #ef7d00;
  display: inline-block;
  margin-left: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.image-map .text-element a::after {
  content: '\e900';
  font-family: 'icons';
  font-size: 18px;
  position: absolute;
  padding-left: 8px;
}

@media screen and (max-width: 1280px) {
  .image-map .text-element a::after {
    font-size: 16px;
    bottom: 8px;
  }
}

.image-map .text-element a:nth-child(2) {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .image-map .text-element a:nth-child(2) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 560px) {
  .image-map .text-element a:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .image-map .text-element a {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .image-map .image-element {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .image-map .text-element h2 {
    margin-top: 25px;
  }
  .image-map .text-element a {
    font-size: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .image-map .text-element h2 {
    margin-top: 20px;
  }
}

.select-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select-element .element {
  display: block;
  width: 246px;
  height: 246px;
  padding: 10px;
  padding-top: 30px;
  margin-top: 30px;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.select-element .element:hover {
  background-color: #ef7d00;
}

.select-element .element:hover .image-element svg path {
  fill: #fff;
}

.select-element .element:hover .image-element figcaption {
  color: #fff;
}

.select-element .element .image-element svg {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.select-element .element .image-element svg path {
  -webkit-transition: fill .2s;
  -o-transition: fill .2s;
  transition: fill .2s;
}

.select-element .element .image-element figcaption {
  font-size: 22px;
  color: #3d4548;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

body.theme-gmbh header {
  background-color: #fff;
  background: url("../img/header/header-background-gmbh.png");
}

body.theme-gmbh footer {
  background-color: #fff;
  background-image: url("../img/footer/footer-background-gmbh.png");
}

body.theme-gmbh footer .content-wrap .footer-container {
  border-top: 1px solid #8f989b;
}

body.theme-ev header {
  background-color: #3d4548;
  background: url("../img/header/header-background-ev.png");
}

body.theme-ev footer {
  background-color: #3d4548;
  background-image: url("../img/footer/footer-background-ev.png");
}

@media screen and (max-width: 1024px) {
  body.theme-ev header .navigation-main li {
    background-color: #3d4548;
  }
}

body.theme-ev header .navigation-main li a {
  color: #fff;
}

body.theme-ev header .navigation-main li a:hover {
  color: #ef7d00;
}

body.theme-ev header .navigation-main li.has-submenu::before {
  display: none;
}

body.theme-ev header .navigation-main li > .submenu {
  background-color: #3d4548;
  border: none;
}

@media screen and (max-width: 1024px) {
  body.theme-ev header .navigation-main li > .submenu {
    background-color: #52595c;
  }
}

@media screen and (max-width: 1024px) {
  body.theme-ev header .navigation-main li > .submenu li {
    background-color: #52595c;
  }
}

body.theme-ev header .navigation-main > li > a:hover {
  color: #fff;
}

body.theme-ev header .navigation-main > li .submenu-trigger::before, body.theme-ev header .navigation-main > li .submenu-trigger::after {
  background-color: #fff;
}

body.theme-ev header .navigation-main > li .submenu-trigger.open::before, body.theme-ev header .navigation-main > li .submenu-trigger.open::after {
  background-color: #ef7d00;
}

body.theme-ev header .navigation-main > li.current .submenu-trigger::before, body.theme-ev header .navigation-main > li.current .submenu-trigger::after {
  background-color: #ef7d00;
}

body.theme-ev header .search-trigger {
  color: #fff;
}

body.theme-ev header .meta-nav .button-membership:hover {
  background-color: transparent;
}

body.theme-ev header .meta-nav .button-login {
  color: #fff;
  border-color: #fff;
}

body.theme-ev footer {
  color: #fff;
}

body.theme-ev footer .content-wrap .footer-container .footer-navigation {
  padding-top: 30px;
  border-top: 1px solid #8f989b;
}

body.theme-ev footer .content-wrap .footer-container .footer-navigation a {
  color: #fff;
}

body.theme-ev footer .content-wrap .footer-container .footer-navigation a:hover {
  color: #ef7d00;
}

body.theme-ev footer .content-wrap .footer-container .footer-content .text-element a:hover {
  color: #fff;
}

.headline-element.center {
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #8f989b;
}

.teaser-boxes {
  width: calc(100% + 30px);
}

@media screen and (max-width: 768px) {
  .teaser-boxes {
    width: 100%;
    margin-top: 30px;
  }
}

.teaser-boxes .teaser-boxes-inner-container {
  margin-top: -30px;
}

.teaser-boxes .teaser-box {
  margin-right: 30px;
  width: calc(33.33333% - 30px);
  float: left;
  border: 1px solid #8f989b;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 100px;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .teaser-boxes .teaser-box {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .teaser-boxes .teaser-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .teaser-boxes .teaser-box {
    padding: 15px;
  }
}

.teaser-boxes .teaser-box .text-element > * + * {
  margin-top: 0;
}

.teaser-boxes .teaser-box .text-element p {
  margin-top: 12px;
}

.teaser-boxes .teaser-box.double-width {
  width: calc(66.66667% - 30px);
}

@media screen and (max-width: 1024px) {
  .teaser-boxes .teaser-box.double-width {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .teaser-boxes .teaser-box.double-width {
    width: 100%;
  }
}

.teaser-boxes .teaser-box.triple-width {
  width: calc(100% - 30px);
}

@media screen and (max-width: 1024px) {
  .teaser-boxes .teaser-box.triple-width {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .teaser-boxes .teaser-box.triple-width {
    width: 100%;
  }
}

.teaser-boxes .teaser-box .bottom-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .teaser-boxes .teaser-box .bottom-wrap {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .teaser-boxes .teaser-box .bottom-wrap {
    position: static;
    padding: 0;
    margin-top: 12px;
  }
}

.teaser-boxes .teaser-box .bottom-wrap a {
  color: #ef7d00;
  font-weight: 400;
}

.teaser-boxes .teaser-box .bottom-wrap a:hover {
  color: #3d4548;
}

.teaser-boxes .teaser-box .bottom-wrap a::after {
  content: " ";
  font-family: 'icons';
  font-size: 18px;
}

.teaser-boxes .teaser-box.highlighted {
  background-color: #ef7d00;
  border: 0;
}

.teaser-boxes .teaser-box.highlighted * {
  color: #fff;
}

.teaser-boxes .teaser-box.highlighted .bottom-wrap a {
  color: #fff;
}

.teaser-boxes .teaser-box.highlighted .bottom-wrap a:hover {
  color: #3d4548;
}

.big-buttons .big-button {
  width: calc((100% - (2 * 30px) - 1px) / 3);
  display: table;
  float: left;
  padding: 30px;
  margin-right: 30px;
  border: 1px solid #8f989b;
  background-color: #fff;
  margin-top: 30px;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .big-buttons .big-button {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .big-buttons .big-button {
    padding: 15px;
  }
}

.big-buttons .big-button:nth-child(3n) {
  margin-right: 0;
}

.big-buttons .big-button:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .big-buttons .big-button:nth-child(-n+3) {
    margin-top: 30px;
  }
}

.big-buttons .big-button:first-child {
  margin-top: 0;
}

.big-buttons .big-button .big-button-text {
  font-weight: 700;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.advanced-linklist li + li {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .advanced-linklist li + li {
    margin-top: 20px;
  }
}

.advanced-linklist li .pre-line {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .advanced-linklist li .pre-line {
    font-size: 16px;
  }
}

.advanced-linklist li .title {
  display: inline-block;
  font-size: 28px;
  line-height: 1.1;
}

@media screen and (max-width: 1280px) {
  .advanced-linklist li .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .advanced-linklist li .title {
    font-size: 16px;
  }
}

.advanced-linklist li .title::after {
  content: " ";
  font-family: 'icons';
  font-size: 18px;
  color: #ef7d00;
}

.fullwidth-element + .mega-video-banner {
  padding-top: 100px;
}

.mega-video-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mega-video-banner h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 560px) {
  .mega-video-banner h2 {
    font-size: 30px;
    background-color: #fff;
    padding: 7px 15px;
  }
}

.mega-video-banner h2 span {
  background-color: #fff;
  line-height: 1;
  padding: 7px 15px;
  display: inline-block;
}

@media screen and (max-width: 560px) {
  .mega-video-banner h2 span {
    background-color: transparent;
    display: inline;
    padding: 0;
  }
}

.mega-video-banner h2 span + br + span {
  margin-top: 6px;
}

.mega-video-banner .play-button {
  display: inline-block;
  width: 134px;
  height: 134px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.mega-video-banner .play-button .invisible {
  display: none;
}

.mega-video-banner .play-button::after {
  content: "\e905";
  font-family: 'icons';
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-36%, -50%);
  -ms-transform: translate(-36%, -50%);
  transform: translate(-36%, -50%);
  color: #ef7d00;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.mega-video-banner .play-button:hover {
  background-color: #ef7d00;
}

.mega-video-banner .play-button:hover::after {
  color: #fff;
}

.mega-video-banner .table {
  display: table;
}

.mega-video-banner .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.mfp-content {
  max-width: 80%;
}

.mfp-iframe-holder .mfp-content {
  max-width: 80%;
}

.mfp-bottom-bar {
  font-size: 12px;
}

.table-container {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .table-container {
    overflow-x: scroll;
  }
}

.table-container.flexible-width table {
  width: auto;
}

.table-container.flexible-width table tbody tr td {
  width: auto;
}

.table-container.flexible-width table tbody tr td:first-child {
  width: auto;
}

.table-container table {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .table-container table {
    min-width: 1024px;
  }
}

.table-container table thead tr {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .table-container table thead tr {
    font-size: 18px;
  }
}

.table-container table thead tr th {
  padding: 5px 10px;
  line-height: 1.2;
  color: #ef7d00;
}

.table-container table thead tr th:first-child {
  padding-left: 20px;
}

.table-container table tbody {
  border-top: 3px solid transparent;
}

.table-container table tbody tr td {
  position: relative;
  padding: 5px 10px;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .table-container table tbody tr td {
    font-size: 18px;
  }
}

.table-container table tbody tr td:first-child {
  padding-left: 20px;
}

.table-container table tbody tr:nth-child(2n-1) {
  background-color: #f2f2f2;
}

.tx-dp-wta-calendar > * + * {
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .tx-dp-wta-calendar > * + * {
    margin-top: 20px;
  }
}

.tx-dp-wta-calendar .text-element > * + * {
  margin-top: 0;
}

.tx-dp-wta-calendar h1 + p strong {
  display: inline-block;
  font-size: 40px;
}

@media screen and (max-width: 1024px) {
  .tx-dp-wta-calendar h1 + p strong {
    font-size: 30px;
  }
}

@media screen and (max-width: 560px) {
  .tx-dp-wta-calendar h1 + p strong {
    font-size: 22px;
  }
}

.tx-dp-wta-calendar .meta-info > * {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .tx-dp-wta-calendar .meta-info > * {
    font-size: 22px;
  }
}

@media screen and (max-width: 560px) {
  .tx-dp-wta-calendar .meta-info > * {
    font-size: 18px;
  }
}

.tx-dp-wta-calendar .content {
  max-width: 70%;
}

@media screen and (max-width: 560px) {
  .tx-dp-wta-calendar .content {
    max-width: 100%;
  }
}

.tx-dp-wta-calendar a {
  display: inline-block;
}

.tx-powermail .powermail_fieldwrap {
  margin-top: 15px;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_file {
  padding: 15px 20px;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_text + * {
  margin-top: 5px;
}

.tx-powermail .powermail_input,
.tx-powermail .powermail_select,
.tx-powermail .powermail_country,
.tx-powermail .powermail_captcha,
.tx-powermail .powermail_textarea {
  background-color: #f2f2f2;
  border: none;
  padding: 12px;
  width: 100%;
  max-width: 800px;
}

.tx-powermail .powermail_input:focus,
.tx-powermail .powermail_select:focus,
.tx-powermail .powermail_country:focus,
.tx-powermail .powermail_captcha:focus,
.tx-powermail .powermail_textarea:focus {
  outline: 0 none;
}

.tx-powermail .powermail_input {
  line-height: 1.3;
}

.tx-powermail .powermail_textarea {
  max-width: 100%;
  border-radius: 0;
}

.tx-powermail .powermail_select-wrapper,
.tx-powermail .powermail_country-wrapper {
  position: relative;
  max-width: 800px;
}

.tx-powermail .powermail_captcha {
  display: block;
  max-width: 229px;
  margin-bottom: 5px;
}

.tx-powermail .powermail_submit {
  padding: 15px 20px;
  background-color: #ef7d00;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .tx-powermail .powermail_submit {
    padding: 14px 18px;
  }
}

.tx-powermail .powermail_submit:hover {
  background-color: #3d4548;
  text-decoration: none;
}

.tx-powermail .powermail_label {
  font-weight: 700;
  max-width: 800px;
  display: block;
}

.tx-powermail .checkbox + .checkbox {
  margin-top: 5px;
}

.tx-powermail .checkbox label {
  position: relative;
  text-transform: none;
  display: inline;
  letter-spacing: normal;
  cursor: pointer;
}

.tx-powermail .checkbox label input {
  height: auto;
  display: none;
}

.tx-powermail .checkbox label input + span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  min-height: 20px;
  line-height: 1;
}

.tx-powermail .checkbox label input + span::before {
  content: '';
  font-family: 'icons';
  font-size: 16px;
  color: #ef7d00;
  display: inline-block;
  width: 19px;
  height: 20px;
  border: 1px solid #52595c;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}

.tx-powermail .checkbox label input:checked + span::before {
  content: '\e907';
}

.tx-powermail .radio + .radio {
  margin-top: 5px;
}

.tx-powermail .radio label {
  position: relative;
  text-transform: none;
  display: inline;
  letter-spacing: normal;
  cursor: pointer;
}

.tx-powermail .radio input {
  height: auto;
  display: none;
}

.tx-powermail .radio input + span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  min-height: 20px;
  line-height: 1;
}

.tx-powermail .radio input + span::before {
  content: '';
  font-family: 'icons';
  font-size: 16px;
  color: #ef7d00;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #52595c;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}

.tx-powermail .radio input:checked + span::before {
  content: '\e908';
  padding-top: 1px;
}

.tx-powermail .parsley-errors-list {
  color: red;
  list-style: none;
  margin-top: 0;
}

.tx-powermail .parsley-errors-list li {
  font-size: 80%;
}

.tx-powermail .parsley-errors-list li::before {
  display: none;
}

.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form {
  display: inline-block;
  margin-right: 20px;
  vertical-align: bottom;
}

.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label {
  display: block;
}

.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input {
  width: 100%;
  max-width: 800px;
  padding: 12px;
  border: none;
  line-height: 1.3;
  background-color: #f2f2f2;
}

.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input:focus {
  outline: 0 none;
}

.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit {
  display: inline-block;
}

.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button {
  padding: 15px 20px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
  background-color: #ef7d00;
  border-radius: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

@media screen and (max-width: 1280px) {
  .tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button {
    padding: 12px 20px;
  }
}

.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button:hover {
  text-decoration: none;
  background-color: #3d4548;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-top: 20px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox > * + * {
  margin-top: 30px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  display: block;
  text-align: center;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  display: inline;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li + li {
  margin-left: 10px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background-color: #ef7d00;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  padding: 5px 10px;
  color: #fff;
  background-color: #3d4548;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover {
  opacity: .8;
}

.tx-indexedsearch .tx-indexedsearch-res {
  padding: 30px 0;
  border-bottom: 1px solid #ef7d00;
}

.tx-indexedsearch .tx-indexedsearch-res .link-more {
  display: inline-block;
  font-weight: 400;
  color: #ef7d00;
}

.tx-indexedsearch .tx-indexedsearch-res .link-more:hover, .tx-indexedsearch .tx-indexedsearch-res .link-more:active {
  color: #3d4548;
}

.tx-indexedsearch .tx-indexedsearch-res .link-more::after {
  content: '\e900';
  font-family: 'icons';
  position: absolute;
  padding-left: 8px;
}

@media screen and (max-width: 1280px) {
  .tx-indexedsearch .tx-indexedsearch-res .link-more::after {
    font-size: 16px;
  }
}
