@charset "UTF-8";
/**
 * terchemicals.com
 *
 * Design (c) N.N.
 *
 * @author Daniel Weitenauer
 * @copyright 2018 studio ahoi
 */
/**
 * Default variables
 */
/**
 * Custom uikit
 */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666; }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* Links
 ========================================================================== */
/*
 * Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects; }

/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none; }

/*
 * Style
 */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.uk-link:hover {
  color: #0f6ecd;
  text-decoration: underline; }

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/*
 * 1. Correct the odd `em` font sizing in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 0.875rem;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #f0506e;
  white-space: nowrap; }

/*
 * Emphasize
 */
em {
  color: #f0506e; }

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none; }

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666; }

/*
 * Quote
 */
q {
  font-style: italic; }

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Responsiveness
 * 1. Set a maximum width
 * 2. Auto scale the height. Only needed if `height` attribute is present
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box; }

/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0; }

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px; }

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6 {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-transform: none; }

/* Add margin if adjacent element */
* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6 {
  margin-top: 40px; }

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.625rem;
  line-height: 1.2; }

h2, .uk-h2 {
  font-size: 2rem;
  line-height: 1.3; }

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4; }

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4; }

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4; }

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4; }

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Add the correct box sizing and height in Firefox.
 * 2. Show the overflow in Edge and IE.
 * 3. Add the correct text-align in Edge and IE.
 * 4. Style
 */
hr, .uk-hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
  text-align: inherit;
  /* 4 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5; }

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px; }

/* Address
 ========================================================================== */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic; }

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px; }

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0; }

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 * 2. Override UA
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto; }

pre code {
  font-family: Consolas, monaco, monospace; }

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  /* 2 */
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/*
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Iframe
 ========================================================================== */
iframe {
  border: 0; }

/* Prevent the 300ms delay for touchscreen interactions
 ========================================================================== */
/*
 * Most browsers prevent the 300ms delay automatically for sites that use the `width=device-width` property.
 * For Safari on iOS 9.3+, IE 11 and Edge on desktops and IE 11 on Windows Phone 8.1 it must be applied manually.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.var-media-s::before {
  content: "640px"; }

.var-media-m::before {
  content: "960px"; }

.var-media-l::before {
  content: "1200px"; }

.var-media-xl::before {
  content: "1600px"; }

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0; }

/* Focus */
.uk-range:focus {
  outline: none; }

.uk-range::-moz-focus-outer {
  border: none; }

/* IE11 Reset */
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent; }

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer; }

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer; }

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer; }

/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #666; }

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #666; }

/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0; }

/* IE11 */
.uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #666; }

/* Edge + IE11 */
.uk-range::-ms-tooltip {
  display: none; }

/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb; }

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #d2d2d2; }

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb; }

.uk-range:focus::-moz-range-track {
  background: #d2d2d2; }

/* Edge */
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb; }

.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #d2d2d2; }

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit; }

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible; }

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none; }

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold; }

/*
 * Remove the default vertical scrollbar in IE.
 */
.uk-textarea {
  overflow: auto; }

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1; }

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer; }

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none; }

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #f8f8f8;
  color: #666; }

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block; }

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 40px; }

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top; }

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #f8f8f8;
  color: #666; }

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999; }

/*
 * Placeholder
 */
.uk-input:-ms-input-placeholder {
  color: #999 !important; }

.uk-input::placeholder {
  color: #999; }

.uk-textarea:-ms-input-placeholder {
  color: #999 !important; }

.uk-textarea::placeholder {
  color: #999; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem; }

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px; }

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 30px; }

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem; }

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px; }

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 55px; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e; }

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296; }

/*
 * Blank
 */
.uk-form-blank {
  background: none; }

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px; }

select.uk-form-width-xsmall {
  width: 75px; }

.uk-form-width-small {
  width: 130px; }

.uk-form-width-medium {
  width: 200px; }

.uk-form-width-large {
  width: 500px; }

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none; }

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: #ebebeb;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.uk-radio {
  border-radius: 50%; }

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none; }

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0; }

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #0e6ecd; }

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8; }

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4; }

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle; }

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer; }

.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden; }

/* Label
 ========================================================================== */
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 10px; }

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 10px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left; }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px; }

  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px; } }
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999; }

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #666; }

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none; }

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) + .uk-input {
  padding-left: 40px; }

/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto; }

.uk-form-icon-flip + .uk-input {
  padding-right: 40px; }

/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  box-sizing: content-box;
  /* 1 */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px; } }
/*
 * Micro clearfix
 */
.uk-container::before,
.uk-container::after {
  content: "";
  display: table; }

.uk-container::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0; }

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0; }

/* Size modifier
 ========================================================================== */
.uk-container-small {
  max-width: 900px; }

.uk-container-large {
  max-width: 1600px; }

.uk-container-expand {
  max-width: none; }

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto; }

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Transform
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  transform: translateX(-100%); }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    width: 350px;
    padding: 40px 40px; } }
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: 0;
  transform: translateX(100%); }

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  transform: translateX(0); }

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: transform 0.3s ease-out; }

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset transform
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out; }

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  transform: translateX(0); }

.uk-open > .uk-offcanvas-reveal {
  width: 270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px; } }
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px; }

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none; }

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear; }

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1; }

/* Container
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden; }

/*
 * Prevent all scrollbars if overlay is used
 */
.uk-offcanvas-container-overlay {
  overflow: hidden; }

/* Content
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * Note: JS sets a fixed width and height so the page can slide-out without shrinking
 * 1. Smooth scrolling
 */
.uk-offcanvas-container .uk-offcanvas-content {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  -webkit-overflow-scrolling: touch; }

/* Disable scrolling if overlay mode */
.uk-offcanvas-overlay .uk-offcanvas-content {
  overflow-y: hidden; }

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip) > .uk-offcanvas-content-animation {
  left: 270px; }

.uk-offcanvas-flip > .uk-offcanvas-content-animation {
  left: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip) > .uk-offcanvas-content-animation {
    left: 350px; }

  .uk-offcanvas-flip > .uk-offcanvas-content-animation {
    left: -350px; } }
/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  column-gap: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='uk-column-'] {
    column-gap: 40px; } }
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0); }

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px; } }
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  column-count: 2; }

.uk-column-1-3 {
  column-count: 3; }

.uk-column-1-4 {
  column-count: 4; }

.uk-column-1-5 {
  column-count: 5; }

.uk-column-1-6 {
  column-count: 6; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2; }

  .uk-column-1-3\@s {
    column-count: 3; }

  .uk-column-1-4\@s {
    column-count: 4; }

  .uk-column-1-5\@s {
    column-count: 5; }

  .uk-column-1-6\@s {
    column-count: 6; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2; }

  .uk-column-1-3\@m {
    column-count: 3; }

  .uk-column-1-4\@m {
    column-count: 4; }

  .uk-column-1-5\@m {
    column-count: 5; }

  .uk-column-1-6\@m {
    column-count: 6; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2; }

  .uk-column-1-3\@l {
    column-count: 3; }

  .uk-column-1-4\@l {
    column-count: 4; }

  .uk-column-1-5\@l {
    column-count: 5; }

  .uk-column-1-6\@l {
    column-count: 6; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2; }

  .uk-column-1-3\@xl {
    column-count: 3; }

  .uk-column-1-4\@xl {
    column-count: 4; }

  .uk-column-1-5\@xl {
    column-count: 5; }

  .uk-column-1-6\@xl {
    column-count: 6; } }
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all; }

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  position: relative;
  box-sizing: border-box; }

/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table; }

.uk-panel::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0; }

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell; }

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both; }

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*='uk-float-'] {
  max-width: 100%; }

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.uk-overflow-auto > :last-child {
  margin-bottom: 0; }

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both; }

.uk-resize-vertical {
  resize: vertical; }

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important; }

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden; }

.uk-inline-clip {
  /* 6 */
  overflow: hidden; }

/* Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh; }

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px; }

.uk-height-medium {
  height: 300px; }

.uk-height-large {
  height: 450px; }

.uk-height-max-small {
  max-height: 150px; }

.uk-height-max-medium {
  max-height: 300px; }

.uk-height-max-large {
  max-height: 450px; }

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width audio,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none; }

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto; }

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-rounded {
  border-radius: 5px; }

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0); }

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out; }

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle; }

  .uk-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px); }

  /* 3 */
  .uk-box-shadow-bottom > * {
    position: relative; } }
/* Drop cap
 ========================================================================== */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1; }

/* Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden; }

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap; }

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none; }

/* Pass fill character to JS */
.var-leader-fill:before {
  content: "."; }

/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #666;
  /* 1 */
  text-decoration: none; }

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none; }

.uk-logo-inverse {
  display: none; }

/* SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 * 3. Fix for uppercase attribute names in Edge. Will be fixed in Windows 10 builds 16251+
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve),
.uk-svg:not(.uk-preserve) [FILL*='#']:not(.uk-preserve) {
  fill: currentcolor; }

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve),
.uk-svg:not(.uk-preserve) [STROKE*='#']:not(.uk-preserve) {
  stroke: currentcolor; }

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0); }

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none; }

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move; }

/* 2 */
.uk-drag iframe {
  pointer-events: none; }

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply; }

.uk-blend-screen {
  mix-blend-mode: screen; }

.uk-blend-overlay {
  mix-blend-mode: overlay; }

.uk-blend-darken {
  mix-blend-mode: darken; }

.uk-blend-lighten {
  mix-blend-mode: lighten; }

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge; }

.uk-blend-color-burn {
  mix-blend-mode: color-burn; }

.uk-blend-hard-light {
  mix-blend-mode: hard-light; }

.uk-blend-soft-light {
  mix-blend-mode: soft-light; }

.uk-blend-difference {
  mix-blend-mode: difference; }

.uk-blend-exclusion {
  mix-blend-mode: exclusion; }

.uk-blend-hue {
  mix-blend-mode: hue; }

.uk-blend-saturation {
  mix-blend-mode: saturation; }

.uk-blend-color {
  mix-blend-mode: color; }

.uk-blend-luminosity {
  mix-blend-mode: luminosity; }

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%); }

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0; }

.uk-transform-origin-top-center {
  transform-origin: 50% 0; }

.uk-transform-origin-top-right {
  transform-origin: 100% 0; }

.uk-transform-origin-center-left {
  transform-origin: 0 50%; }

.uk-transform-origin-center-right {
  transform-origin: 100% 50%; }

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%; }

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%; }

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%; }

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important; } }
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important; } }
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important; } }
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important; } }
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important; } }
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important; }

/* Hover
 ========================================================================== */
/*
 * Hidden
 * Can't use `display: hidden` because it's not focusable. This is accessible through keyboard.
 */
.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-hidden-hover:not(:focus) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

/*
 * Invisible
 * Can't use `visibility: hidden` because it's not focusable. This is accessible through keyboard.
 */
.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-invisible-hover:not(:focus) {
  opacity: 0 !important; }

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important; } }
/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important; }

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important; } }
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  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; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/**
 * Variables
 */
/**
 * Mixins
 */
.cc-revoke {
  display: none; }

/**
 * http://tobiasahlin.com/spinkit
   <div class="sk-three-bounce">
       <div class="sk-child sk-bounce1"></div>
       <div class="sk-child sk-bounce2"></div>
       <div class="sk-child sk-bounce3"></div>
   </div>
 */
@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
.sk-three-bounce {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  padding: 1rem; }

.sk-child {
  width: 1rem;
  height: 1rem;
  background-color: #323E48;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-bounce1 {
  animation-delay: -0.32s; }

.sk-bounce2 {
  animation-delay: -0.16s; }

.ter-color--white {
  color: white; }

.ter-color--main {
  color: #FDC300; }

.ter-color--secondary {
  color: #323E48; }

.ter-text--small {
  font-size: .85rem;
  font-weight: normal;
  font-style: normal; }
  @media (max-width: 639px) {
    .ter-text--small {
      font-size: .6rem; } }
  @media (min-width: 960px) {
    .ter-text--small {
      font-size: .75rem; } }

.ter-text--normal {
  font-size: 1rem; }

.ter-text--large {
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25; }
  @media (min-width: 960px) {
    .ter-text--large {
      font-size: 1.25rem; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.ce-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/**
 * Breakpoint Info
 */
/*.header--top:before {
    content:'';
    position:fixed;
    left:0;
    right:0;
    padding:1em;
    z-index:10000;
    display:block;
    width:1em;

    @media (max-width: $breakpoint-xsmall-max) { & { content:'xs'; } }
    @media (min-width: $breakpoint-small) { & { content:'sm'; } }
    @media (min-width: $breakpoint-medium) { & { content:'md'; } }
    @media (min-width: $breakpoint-large) { & { content:'lg'; } }
    @media (min-width: $breakpoint-xlarge) { & { content:'xl'; } }
}*/
/**
 * Sprite maps
 */
.icon--navigation,
.icon--close {
  height: 60px;
  width: 60px;
  background: url("../images/icons.svg");
  background-size: 100% auto; }

.icon--navigation {
  background-position: 0 60px; }

.icon--close {
  background-position: 0 0; }

/**
 * Basics
 */
*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  background: #46515b; }

html,
body,
input,
select {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  color: black; }

p,
ul {
  margin: 0 0 1rem 0; }
  p:last-child,
  ul:last-child {
    margin: 0; }

a, a:hover, a:focus, a:active {
  color: inherit; }

em, i {
  color: inherit; }

ul {
  padding: 0 0 0 1rem; }

figure {
  margin: 0 0 1rem; }

figcaption {
  font-size: .85rem;
  font-weight: normal;
  font-style: normal;
  margin: 0.25rem 0 0; }
  @media (max-width: 639px) {
    figcaption {
      font-size: .6rem; } }
  @media (min-width: 960px) {
    figcaption {
      font-size: .75rem; } }

/**
 * Modifiers
 */
.container {
  background: white;
  max-width: 1380px;
  margin: 0 auto; }

.frame-padded {
  padding: 1rem 1rem; }
  @media (min-width: 640px) {
    .frame-padded {
      padding: 2rem 2rem; } }
  @media (min-width: 960px) {
    .frame-padded {
      padding: 2rem 2rem; } }

.frame-layout-7 {
  border-top: .5rem solid white;
  border-bottom: .5rem solid white; }

.vertical-center--parent {
  height: 100%;
  display: table;
  width: 100%; }

.vertical-center--child {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.typo3-messages {
  padding: 0;
  margin: 0;
  list-style: none; }

.contenttable {
  width: 100%; }
  @media (max-width: 639px) {
    .contenttable td {
      display: block; } }

.cc-color-override-573175696 .cc-btn:hover,
.cc-color-override-573175696 .cc-btn:focus {
  color: #323E48 !important;
  background-color: rgba(255, 209, 0, 0.9) !important; }

.cc-top {
  top: 10rem; }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 7rem; } }
/**
 * Specials
 */
.toplink {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .toplink {
      left: auto; } }
  .toplink .toplink--button {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 3rem;
    height: 3rem;
    background: #FFD100;
    cursor: pointer;
    padding: 1rem;
    overflow: hidden;
    text-indent: 999rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.5%2018.4L15%2012l6.5%206.4%22/%3E%3C/svg%3E"); }
  .toplink.visible {
    z-index: 1;
    opacity: 1; }

/**
 * Wrapper
 */
.wrapper {
  overflow-x: hidden; }

/**
 * Header
 */
.header .header--inner {
  position: relative;
  height: 100%; }
.header .header--top {
  background: white;
  padding: 1rem 1rem; }
.header .header--logo {
  float: left;
  width: 75%;
  padding-right: 1rem; }
  .header .header--logo a {
    display: block; }
  .header .header--logo img {
    max-height: 4.5rem; }
.header .header--nav-toggle {
  float: left;
  width: 25%;
  text-align: right; }
  .header .header--nav-toggle .icon--navigation {
    display: inline-block;
    text-indent: 99em;
    overflow: hidden;
    cursor: pointer; }
.header .header--main {
  height: 100%;
  overflow: hidden; }
@media (min-width: 960px) {
  .header .header--top,
  .header .header--bottom {
    position: absolute;
    left: 0;
    right: 0; }
  .header .header--top {
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    padding: 2rem 2rem;
    z-index: 1; }
    .header .header--top .header--shadow-left,
    .header .header--top .header--shadow-right {
      background: rgba(255, 255, 255, 0.9); }
  .header .header--bottom {
    background: rgba(50, 62, 72, 0.8);
    bottom: 0;
    padding: 3rem 3rem 0; }
    .header .header--bottom.is-fixed {
      position: fixed; }
  .header .header--search,
  .header .navigation--header,
  .header .navigation--language,
  .header .header--products,
  .header .header--logo {
    height: 5rem;
    display: table;
    padding: 0 1rem; }
  .header .search--widget,
  .header .navigation--list,
  .header .header--logo a,
  .header .header--products a {
    height: auto;
    display: table-cell;
    vertical-align: middle; }
  .header .header--logo {
    width: 25%;
    max-height: none; }
  .header .header--products {
    float: right; }
  .header .header--shadow-left,
  .header .header--shadow-right {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
  .header .header--shadow-left {
    background: rgba(50, 62, 72, 0.8);
    left: -100%; }
  .header .header--shadow-right {
    background: rgba(50, 62, 72, 0.8);
    right: -100%; } }
@media (min-width: 960px) and (max-width: 1180px) {
  .header .header--top {
    position: static; } }

.header--search {
  float: right;
  padding: 1rem 0; }
  .header--search .search--input {
    border: 0;
    background: transparent;
    font-style: oblique;
    font-size: 1rem;
    padding: 0 1rem .25rem 0;
    margin: 0 1rem 0 0;
    border-right: 1px solid #323E48; }
    .header--search .search--input:focus {
      border-bottom: 1px solid #FFD100; }
  .header--search .search--submit {
    padding: 0;
    font-size: 1rem;
    border: 0;
    background: transparent;
    color: #FFD100;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer; }
  @media (min-width: 960px) {
    .header--search {
      padding: 0; } }

.navigation--header {
  padding: 1rem 0;
  border-bottom: 1px solid #FFD100; }
  .navigation--header .navigation--list {
    margin: 0;
    padding: 0; }
    .navigation--header .navigation--list .item {
      list-style: none; }
  @media (min-width: 960px) {
    .navigation--header {
      float: right;
      padding: 0;
      border: 0; }
      .navigation--header .navigation--list .item {
        float: left; } }

.navigation--language {
  padding: 1rem 0; }
  .navigation--language .navigation--list {
    margin: 0;
    padding: 0; }
    .navigation--language .navigation--list .item {
      list-style: none;
      float: left;
      margin: 0 0 0 .5rem; }
      .navigation--language .navigation--list .item:first-child {
        margin: 0; }
      .navigation--language .navigation--list .item.active {
        background: #FFD100; }
        .navigation--language .navigation--list .item.active a {
          color: white; }
      .navigation--language .navigation--list .item a {
        width: 2.75rem;
        height: 2.75rem;
        display: block;
        text-align: center;
        text-transform: uppercase;
        border: 3px solid #FFD100;
        color: #FFD100;
        line-height: 2.3; }
        .navigation--language .navigation--list .item a:focus, .navigation--language .navigation--list .item a:hover, .navigation--language .navigation--list .item a:active {
          background: #FFD100;
          color: white;
          text-decoration: none; }
  @media (min-width: 960px) {
    .navigation--language {
      float: right;
      padding: 0; } }

.navigation--main {
  padding: 1rem 0;
  border-bottom: 1px solid #FFD100; }
  .navigation--main * {
    color: black;
    text-transform: uppercase; }
  .navigation--main .navigation--list {
    margin: 0;
    padding: 0; }
    .navigation--main .navigation--list .item {
      list-style: none;
      border-right: 1px solid white;
      position: relative; }
      .navigation--main .navigation--list .item:last-child {
        border: 0; }
      .navigation--main .navigation--list .item a, .navigation--main .navigation--list .item a:active, .navigation--main .navigation--list .item a:focus, .navigation--main .navigation--list .item a:hover {
        text-decoration: none;
        display: block;
        padding: .5rem 0; }
      .navigation--main .navigation--list .item.active > a, .navigation--main .navigation--list .item > a:active, .navigation--main .navigation--list .item > a:focus, .navigation--main .navigation--list .item > a:hover {
        color: #FFD100; }
      .navigation--main .navigation--list .item:active .navigation--sub, .navigation--main .navigation--list .item:focus .navigation--sub, .navigation--main .navigation--list .item:hover .navigation--sub {
        display: block; }
    .navigation--main .navigation--list > .item {
      margin: 0 0 3rem; }
  @media (min-width: 960px) {
    .navigation--main {
      line-height: 1;
      float: left;
      width: 86%;
      text-align: center;
      display: inline-block;
      padding: 0;
      border: 0; }
      .navigation--main * {
        color: white; }
      .navigation--main .navigation--list > .item {
        float: left;
        padding: 0 1rem; }
        .navigation--main .navigation--list > .item > a, .navigation--main .navigation--list > .item > a:active, .navigation--main .navigation--list > .item > a:focus, .navigation--main .navigation--list > .item > a:hover {
          padding: 0; }
      .navigation--main .navigation--sub {
        display: none;
        position: absolute;
        bottom: 1rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        padding: 0 0 5rem 0; }
        .navigation--main .navigation--sub:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          bottom: 2rem;
          left: 50%;
          -webkit-transform: rotate(360deg) translateX(-50%);
          transform: rotate(360deg) translateX(-50%);
          border-style: solid;
          border-width: 3rem 3rem 0 3rem;
          border-color: rgba(255, 209, 0, 0.9) transparent transparent transparent; }
        .navigation--main .navigation--sub .item {
          border: 0;
          float: none;
          padding: 0 3rem;
          background: rgba(255, 209, 0, 0.9); }
          .navigation--main .navigation--sub .item:first-child {
            padding-top: 3rem; }
          .navigation--main .navigation--sub .item:last-child {
            padding-bottom: 3rem; }
          .navigation--main .navigation--sub .item a {
            color: white;
            padding: .5rem;
            white-space: nowrap; }
          .navigation--main .navigation--sub .item.active a,
          .navigation--main .navigation--sub .item a:active,
          .navigation--main .navigation--sub .item a:focus,
          .navigation--main .navigation--sub .item a:hover {
            color: #323E48;
            padding: .5rem; } }

.navigation--sites {
  padding: 1rem 0;
  border-bottom: 1px solid #FFD100; }
  .navigation--sites * {
    color: black;
    text-transform: uppercase; }
  .navigation--sites .navigation--list {
    margin: 0;
    padding: 0; }
    .navigation--sites .navigation--list .item {
      list-style: none;
      margin: 0;
      border-left: 1px solid white;
      position: relative; }
      .navigation--sites .navigation--list .item:first-child {
        border: 0; }
      .navigation--sites .navigation--list .item a, .navigation--sites .navigation--list .item a:active, .navigation--sites .navigation--list .item a:focus, .navigation--sites .navigation--list .item a:hover {
        text-decoration: none;
        display: block;
        padding: .5rem 0; }
      .navigation--sites .navigation--list .item.active > a, .navigation--sites .navigation--list .item > a:active, .navigation--sites .navigation--list .item > a:focus, .navigation--sites .navigation--list .item > a:hover {
        color: #FFD100; }
      .navigation--sites .navigation--list .item:active .navigation--sub, .navigation--sites .navigation--list .item:focus .navigation--sub, .navigation--sites .navigation--list .item:hover .navigation--sub {
        display: block; }
  .navigation--sites .item-tergroup {
    display: none; }
  @media (min-width: 960px) {
    .navigation--sites {
      line-height: 1;
      float: right;
      width: 14%;
      text-align: right;
      display: inline-block;
      padding: 0;
      border: 0; }
      .navigation--sites * {
        color: white; }
      .navigation--sites .navigation--list {
        display: inline-block; }
        .navigation--sites .navigation--list > .item span {
          border-left: 1px solid #FDC300;
          display: inline-block;
          padding: 0 0 0 1rem;
          margin: 0;
          cursor: pointer; }
        .navigation--sites .navigation--list .item:active .navigation--sub, .navigation--sites .navigation--list .item:focus .navigation--sub, .navigation--sites .navigation--list .item:hover .navigation--sub {
          display: flex; }
      .navigation--sites .navigation--sub {
        display: none;
        position: absolute;
        bottom: 1rem;
        right: -30%;
        text-align: center;
        padding: 0 0 5rem 0; } }
    @media screen and (min-width: 960px) and (-ms-high-contrast: active), (min-width: 960px) and (-ms-high-contrast: none) {
      .navigation--sites .navigation--sub {
        left: -700%;
        right: auto; } }
  @media (min-width: 960px) {
        .navigation--sites .navigation--sub:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          bottom: 2rem;
          right: 0;
          -webkit-transform: rotate(360deg) translateX(-50%);
          transform: rotate(360deg) translateX(-50%);
          border-style: solid;
          border-width: 3rem 3rem 0 3rem;
          border-color: rgba(255, 209, 0, 0.9) transparent transparent transparent; }
        .navigation--sites .navigation--sub ul {
          padding: 0;
          position: relative;
          flex-grow: 1; }
        .navigation--sites .navigation--sub > .item {
          float: none;
          padding: 0 3rem;
          background: rgba(255, 209, 0, 0.9);
          word-break: keep-all;
          padding-top: 3rem;
          padding-bottom: 3rem;
          display: flex;
          flex-direction: column;
          align-items: stretch; }
        .navigation--sites .navigation--sub .item {
          border: 0; }
          .navigation--sites .navigation--sub .item a,
          .navigation--sites .navigation--sub .item span {
            color: white;
            padding: .5rem;
            white-space: nowrap; }
          .navigation--sites .navigation--sub .item.active a,
          .navigation--sites .navigation--sub .item a:active,
          .navigation--sites .navigation--sub .item a:focus,
          .navigation--sites .navigation--sub .item a:hover {
            color: #323E48;
            padding: .5rem; }
          .navigation--sites .navigation--sub .item span {
            margin-bottom: .5rem;
            border-bottom: 1px solid white;
            display: block;
            cursor: auto; }
        .navigation--sites .navigation--sub .item-tergroup-mobile {
          display: none; }
        .navigation--sites .navigation--sub .item-tergroup {
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          display: block;
          margin: 0; }
          .navigation--sites .navigation--sub .item-tergroup a {
            color: #323E48;
            border-bottom: 1px solid #323E48; }
            .navigation--sites .navigation--sub .item-tergroup a:focus, .navigation--sites .navigation--sub .item-tergroup a:hover, .navigation--sites .navigation--sub .item-tergroup a:active {
              color: white; } }
  @media (min-width: 960px) and (max-width: 1300px) {
    .navigation--sites .navigation--sub {
      font-size: .8rem;
      padding-bottom: 1.5rem; }
      .navigation--sites .navigation--sub:after {
        bottom: .5rem;
        right: 5rem;
        border-width: 1rem 1rem 0 1rem; } }

.navigation--footer {
  padding: 1rem 0;
  border-bottom: 1px solid #FFD100; }
  .navigation--footer .navigation-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .navigation--footer .navigation-list .item {
      display: block;
      margin: .25rem 0;
      text-transform: uppercase; }
      .navigation--footer .navigation-list .item.active a,
      .navigation--footer .navigation-list .item a:hover,
      .navigation--footer .navigation-list .item a:focus,
      .navigation--footer .navigation-list .item a:active {
        background: #FFD100;
        color: #323E48;
        text-decoration: none; }
  @media (min-width: 960px) {
    .navigation--footer {
      padding: 0;
      border: 0;
      float: left; }
      .navigation--footer .navigation-list .item {
        float: left;
        padding: 0 .4rem;
        border-left: 1px solid white; }
        .navigation--footer .navigation-list .item:first-child {
          border: 0; }
        .navigation--footer .navigation-list .item.active a,
        .navigation--footer .navigation-list .item a:hover,
        .navigation--footer .navigation-list .item a:focus,
        .navigation--footer .navigation-list .item a:active {
          text-decoration: underline;
          background: none;
          color: #FDC300; } }

.navigation--mobile .offcanvas--bar {
  background: white;
  width: 100%; }
.navigation--mobile .offcanvas--logo {
  float: left;
  width: 75%;
  padding-right: 1rem; }
  .navigation--mobile .offcanvas--logo a {
    display: block; }
  .navigation--mobile .offcanvas--logo img {
    max-height: 3.75rem; }
.navigation--mobile .offcanvas--nav-toggle {
  float: left;
  width: 25%;
  text-align: right; }
  .navigation--mobile .offcanvas--nav-toggle .icon--close {
    display: inline-block;
    text-indent: 99em;
    overflow: hidden;
    cursor: pointer;
    padding: 0; }
  .navigation--mobile .offcanvas--nav-toggle svg {
    display: none; }
.navigation--mobile .header--search {
  float: none; }
.navigation--mobile .navigation-list .item.active a,
.navigation--mobile .navigation-list .item a:hover,
.navigation--mobile .navigation-list .item a:focus,
.navigation--mobile .navigation-list .item a:active {
  color: #FDC300;
  text-decoration: none; }

/**
 * Main content
 */
.content {
  position: relative; }

/**
 * Footer
 */
.footer .footer--top {
  position: relative;
  align-items: stretch; }
  .footer .footer--top > *:not(.ter-bg-image) {
    position: relative;
    z-index: 1; }
.footer .footer--bottom {
  background: #323E48;
  padding: 3rem 1rem 6rem;
  line-height: 1.5; }
  .footer .footer--bottom * {
    color: white; }
.footer .footer--bottom-row-1,
.footer .footer--bottom-row-2,
.footer .footer--bottom-row-3 {
  padding: 0 0 1rem 0; }
.footer .footer--bottom-row-1 {
  border-top: 1px solid white;
  padding-top: 2rem;
  text-transform: uppercase; }
.footer .footer--copyright,
.footer .footer--address,
.footer .footer--social-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer .footer--copyright .item,
  .footer .footer--copyright .address,
  .footer .footer--address .item,
  .footer .footer--address .address,
  .footer .footer--social-list .item,
  .footer .footer--social-list .address {
    display: block; }
.footer .footer--address .item:first-child,
.footer .footer--address .address:first-child {
  border: 0; }
.footer .footer--address .address--name {
  color: #FFD100; }
.footer .footer--address a:hover,
.footer .footer--address a:focus,
.footer .footer--address a:active {
  color: #FDC300;
  text-decoration: underline; }
.footer .footer--social-list .link {
  display: block;
  margin: 0;
  float: left;
  padding: .4rem; }
  .footer .footer--social-list .link a {
    display: block;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    text-indent: 99rem;
    background: #323E48 no-repeat 50% 50%;
    background-size: 100% auto; }
.footer .footer--social-list .social--facebook a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M0%200v100h53.4V61.3h-13V46.2h13V35.1c0-12.9%207.9-19.9%2019.4-19.9%205.5%200%2010.3.4%2011.6.6v13.5h-8c-6.3%200-7.5%203-7.5%207.3v9.6h14.9L82%2061.3H69V100h31V0H0z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E%0A%0A"); }
.footer .footer--social-list .social--twitter a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M0%200v100h100V0H0zm76.5%2036.4v1.8c0%2018.1-13.8%2038.9-38.9%2038.9-7.7%200-14.9-2.3-21-6.1%201.1.1%202.2.2%203.3.2%206.4%200%2012.3-2.2%2017-5.9-6-.1-11-4.1-12.8-9.5.8.2%201.7.2%202.6.2%201.2%200%202.5-.2%203.6-.5-6.3-1.3-11-6.8-11-13.4v-.2c1.8%201%204%201.6%206.2%201.7-3.7-2.5-6.1-6.6-6.1-11.4%200-2.5.7-4.9%201.9-6.9C28%2033.6%2038.1%2039%2049.5%2039.6c-.2-1-.4-2-.4-3.1%200-7.6%206.1-13.7%2013.7-13.7%203.9%200%207.5%201.7%2010%204.3%203.1-.6%206-1.8%208.7-3.3-1%203.2-3.2%205.9-6%207.6%202.8-.3%205.4-1.1%207.9-2.2-1.9%202.9-4.2%205.3-6.9%207.2z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E%0A%0A"); }
.footer .footer--social-list .social--xing a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M0%200v100h100V0H0zm29.7%2065.5h-11c-.7%200-1.2-.3-1.4-.8-.3-.5-.3-1.1%200-1.7L29%2042.4v-.1l-7.4-12.9c-.3-.6-.4-1.2-.1-1.7s.8-.7%201.5-.7h11c1.7%200%202.5%201.1%203.1%202.1%200%200%207.5%2013.1%207.6%2013.2-.4.8-11.9%2021-11.9%2021-.7%201.1-1.5%202.2-3.1%202.2zm52-51.1L57.4%2057.5v.1L72.9%2086c.3.6.3%201.2%200%201.7s-.8.7-1.5.7h-11c-1.7%200-2.5-1.1-3.1-2.1%200%200-15.6-28.6-15.6-28.7.8-1.4%2024.5-43.4%2024.5-43.4.6-1.1%201.3-2.1%202.9-2.1h11.1c.7%200%201.2.2%201.5.7.4.4.3%201%200%201.6z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E%0A%0A"); }
.footer .footer--social-list .social--linkedin a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M0%200v100h100V0H0zm29.7%2085.2H14.8V37.5h14.8v47.7h.1zM22.2%2031c-4.8%200-8.6-3.9-8.6-8.6s3.8-8.6%208.6-8.6c4.7%200%208.6%203.9%208.6%208.6%200%204.7-3.8%208.6-8.6%208.6zm63%2054.2H70.4V62c0-5.5-.1-12.7-7.7-12.7-7.7%200-8.9%206-8.9%2012.3v23.6H39V37.5h14.2V44h.2c2-3.8%206.8-7.7%2014-7.7%2015%200%2017.8%209.9%2017.8%2022.7v26.2z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E%0A%0A"); }
.footer .footer--social-list .social--kununu a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M0%200v100h100V0H0zm66.7%2087.5c0%202.3-.6%202.8-2.8%202.8H52.2c-2.3%200-2.7-.5-2.7-2.8-.1-5.3-.1-10.5-.1-15.8%200-5.5-3.1-8.9-8.5-9.2-1.8-.1-3.6-.1-5.5.1-4.4.5-7.5%203.8-7.6%208.2-.1%205.5%200%2010.9-.1%2016.4%200%202.6-.5%203.1-3.1%203.1-3.8%200-7.7.1-11.5-.1-.9%200-1.8-.8-2.8-1.2V8.7c1.1-.4%202.1-1.1%203.2-1.1%203.6-.1%207.3-.1%2010.9-.1%202.6%200%203.2.6%203.2%203.3V46.1c4.6-.3%209-.5%2013.4-.8%204.8-.4%207.9-3.8%208.1-8.5.1-1.3.1-2.5.2-3.8.1-1.3.9-2%202.3-2h12.6c1.8%200%202.3%201.1%202.4%202.7.4%207.4-1.3%2014.2-6.4%2020%20.4.5.7.9%201%201.4%203.7%204.6%205.6%209.9%205.6%2015.9.1%205.4%200%2011-.1%2016.5zm13.8-60.8c-1%201-1.9%202-3%202.9-.8.6-1.9%201-2.9%201.5-2-.3-4-1.5-4.7-3.3-.7-1.7-.3-3.4%201.2-4.9.9-.9%201.9-1.8%202.8-2.8.7-.7%201.4-.7%202.2%200%20.7.7.6%201.4-.1%202-1.1.9-2%201.9-2.9%202.8-.8.9-.8%201.5%200%202.4.9.9%201.6.9%202.5.1%201-.9%201.9-1.8%202.8-2.7.7-.7%201.4-.8%202.2-.1.8.7.6%201.4-.1%202.1zm.2-13.4c-.7.7-1.4.8-2.2.1-.9-.9-1.8-1.7-2.6-2.6-1.1-1.1-1.7-1.1-2.7-.1-.9.9-.9%201.6.2%202.6.9.9%201.8%201.7%202.6%202.6.7.6.7%201.3%200%202s-1.3.8-2.1.1c-1.1-1.1-2.3-2.1-3.3-3.3-.6-.8-.9-1.9-1.2-2.4.2-2.6%201.4-4%203.2-4.8%201.8-.8%203.4-.4%204.8%201%201%20.9%201.9%201.9%202.9%202.8.9.6%201.1%201.3.4%202zm12.7%2014.4c-.7%201.8-2.7%203.1-4.6%203.3-.8-.3-1.7-.4-2.4-.9-1.4-1.1-2.6-2.4-3.9-3.7-.6-.6-.4-1.2.2-1.8.6-.6%201.2-.8%201.9-.2%201%20.9%201.9%201.9%202.9%202.8%201.1%201%201.9%201%202.8-.1.7-.8.6-1.6-.1-2.3-.9-.9-1.9-1.8-2.8-2.7-.7-.7-.7-1.3%200-2s1.4-.7%202%200c.9%201%201.9%201.9%202.9%202.8%201.4%201.3%201.8%202.9%201.1%204.8zm-1.1-12.5c-.9.9-1.9%201.8-2.8%202.7-.8.7-1.5.7-2.2-.1-.7-.7-.5-1.4.2-2.1.9-.9%201.8-1.8%202.7-2.6.8-.8.8-1.5.1-2.3-.9-1-1.6-1.1-2.5-.3-1%20.9-2%201.9-3%202.9-.7.7-1.4.7-2%200-.7-.7-.7-1.3%200-2%201.1-1.1%202.1-2.2%203.3-3.1.8-.6%201.9-.9%202.8-1.4%201.9.2%203.9%201.6%204.7%203.4.5%201.7.1%203.5-1.3%204.9z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E%0A%0A"); }
@media (max-width: 959px) {
  .footer .navigation--footer {
    padding: 0 0 1rem;
    border: 0; }
    .footer .navigation--footer .item {
      padding: 0;
      margin: .5rem 0; }
      .footer .navigation--footer .item a, .footer .navigation--footer .item a:hover, .footer .navigation--footer .item a:active, .footer .navigation--footer .item a:focus {
        padding: .5rem;
        display: block;
        text-align: left;
        background: white;
        color: #323E48; } }
@media (min-width: 960px) {
  .footer .footer--top {
    display: flex;
    flex-wrap: wrap; }
  .footer .footer--bottom {
    text-align: center;
    padding: 3rem 2rem;
    line-height: 1; }
  .footer .footer--bottom-row-1,
  .footer .footer--bottom-row-2,
  .footer .footer--bottom-row-3 {
    padding: .5rem; }
  .footer .footer--bottom-row-inner {
    display: inline-block;
    margin: 0 auto; }
  .footer .footer--copyright .item,
  .footer .footer--copyright .address,
  .footer .footer--address .item,
  .footer .footer--address .address,
  .footer .footer--social-list .item,
  .footer .footer--social-list .address {
    margin: .25rem 0;
    display: inline-block;
    padding: 0 .4rem;
    border-right: 1px solid white; }
    .footer .footer--copyright .item:last-child,
    .footer .footer--copyright .address:last-child,
    .footer .footer--address .item:last-child,
    .footer .footer--address .address:last-child,
    .footer .footer--social-list .item:last-child,
    .footer .footer--social-list .address:last-child {
      border: 0; }
  .footer .footer--social-list .link a {
    width: 2rem;
    height: 2rem; }
  .footer .footer--copyright {
    float: left; } }

/**
 * General list
 */
.frame-type-list {
  position: relative;
  width: 100%; }
  .frame-type-list .f3-widget-paginator,
  .frame-type-list .tx-search--navigation,
  .frame-type-list .page-navigation {
    text-align: center;
    min-height: 3rem;
    margin-bottom: 2rem; }
    .frame-type-list .f3-widget-paginator ul,
    .frame-type-list .tx-search--navigation ul,
    .frame-type-list .page-navigation ul {
      padding: 0;
      list-style: none; }
    .frame-type-list .f3-widget-paginator p,
    .frame-type-list .f3-widget-paginator ul,
    .frame-type-list .f3-widget-paginator li,
    .frame-type-list .tx-search--navigation p,
    .frame-type-list .tx-search--navigation ul,
    .frame-type-list .tx-search--navigation li,
    .frame-type-list .page-navigation p,
    .frame-type-list .page-navigation ul,
    .frame-type-list .page-navigation li {
      display: inline-block;
      margin: 0 .25rem;
      height: 3rem;
      line-height: 1; }
    .frame-type-list .f3-widget-paginator a,
    .frame-type-list .tx-search--navigation a,
    .frame-type-list .page-navigation a {
      display: block;
      line-height: 1; }
    .frame-type-list .f3-widget-paginator p,
    .frame-type-list .tx-search--navigation p,
    .frame-type-list .page-navigation p {
      color: #FDC300;
      overflow: hidden;
      padding: 1rem; }
    .frame-type-list .f3-widget-paginator li.current,
    .frame-type-list .f3-widget-paginator li.tx-search--link-current a,
    .frame-type-list .f3-widget-paginator a,
    .frame-type-list .tx-search--navigation li.current,
    .frame-type-list .tx-search--navigation li.tx-search--link-current a,
    .frame-type-list .tx-search--navigation a,
    .frame-type-list .page-navigation li.current,
    .frame-type-list .page-navigation li.tx-search--link-current a,
    .frame-type-list .page-navigation a {
      overflow: hidden;
      padding: 1rem;
      width: 3rem;
      height: 3rem;
      background: #FFD100;
      color: #323E48; }
      .frame-type-list .f3-widget-paginator li.current:focus, .frame-type-list .f3-widget-paginator li.current:active, .frame-type-list .f3-widget-paginator li.current:hover,
      .frame-type-list .f3-widget-paginator li.tx-search--link-current a:focus,
      .frame-type-list .f3-widget-paginator li.tx-search--link-current a:active,
      .frame-type-list .f3-widget-paginator li.tx-search--link-current a:hover,
      .frame-type-list .f3-widget-paginator a:focus,
      .frame-type-list .f3-widget-paginator a:active,
      .frame-type-list .f3-widget-paginator a:hover,
      .frame-type-list .tx-search--navigation li.current:focus,
      .frame-type-list .tx-search--navigation li.current:active,
      .frame-type-list .tx-search--navigation li.current:hover,
      .frame-type-list .tx-search--navigation li.tx-search--link-current a:focus,
      .frame-type-list .tx-search--navigation li.tx-search--link-current a:active,
      .frame-type-list .tx-search--navigation li.tx-search--link-current a:hover,
      .frame-type-list .tx-search--navigation a:focus,
      .frame-type-list .tx-search--navigation a:active,
      .frame-type-list .tx-search--navigation a:hover,
      .frame-type-list .page-navigation li.current:focus,
      .frame-type-list .page-navigation li.current:active,
      .frame-type-list .page-navigation li.current:hover,
      .frame-type-list .page-navigation li.tx-search--link-current a:focus,
      .frame-type-list .page-navigation li.tx-search--link-current a:active,
      .frame-type-list .page-navigation li.tx-search--link-current a:hover,
      .frame-type-list .page-navigation a:focus,
      .frame-type-list .page-navigation a:active,
      .frame-type-list .page-navigation a:hover {
        text-decoration: none;
        background-color: #323E48;
        color: white; }
    .frame-type-list .f3-widget-paginator li.tx-search--link-current a,
    .frame-type-list .f3-widget-paginator li.current,
    .frame-type-list .tx-search--navigation li.tx-search--link-current a,
    .frame-type-list .tx-search--navigation li.current,
    .frame-type-list .page-navigation li.tx-search--link-current a,
    .frame-type-list .page-navigation li.current {
      background-color: #323E48;
      color: white; }
    .frame-type-list .f3-widget-paginator li.tx-search--link-previous a,
    .frame-type-list .f3-widget-paginator li.tx-search--link-next a,
    .frame-type-list .f3-widget-paginator li.previous a,
    .frame-type-list .f3-widget-paginator li.next a,
    .frame-type-list .tx-search--navigation li.tx-search--link-previous a,
    .frame-type-list .tx-search--navigation li.tx-search--link-next a,
    .frame-type-list .tx-search--navigation li.previous a,
    .frame-type-list .tx-search--navigation li.next a,
    .frame-type-list .page-navigation li.tx-search--link-previous a,
    .frame-type-list .page-navigation li.tx-search--link-next a,
    .frame-type-list .page-navigation li.previous a,
    .frame-type-list .page-navigation li.next a {
      text-indent: 999em;
      background: no-repeat 50% 50% #323E48;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A"); }
    .frame-type-list .f3-widget-paginator li.first a,
    .frame-type-list .f3-widget-paginator li.last:not(.next) a,
    .frame-type-list .tx-search--navigation li.first a,
    .frame-type-list .tx-search--navigation li.last:not(.next) a,
    .frame-type-list .page-navigation li.first a,
    .frame-type-list .page-navigation li.last:not(.next) a {
      text-indent: 999em;
      background: no-repeat 50% 50% #323E48;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A1.5%3Bstroke-miterlimit%3A10%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9%208.5l6.5%206.5L9%2021.5%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14%208.5l6.5%206.5-6.5%206.5%22/%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h30v30H0z%22/%3E%3C/svg%3E"); }
    .frame-type-list .f3-widget-paginator li.tx-search--link-previous,
    .frame-type-list .f3-widget-paginator li.previous,
    .frame-type-list .f3-widget-paginator li.first,
    .frame-type-list .tx-search--navigation li.tx-search--link-previous,
    .frame-type-list .tx-search--navigation li.previous,
    .frame-type-list .tx-search--navigation li.first,
    .frame-type-list .page-navigation li.tx-search--link-previous,
    .frame-type-list .page-navigation li.previous,
    .frame-type-list .page-navigation li.first {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

/**
 * News
 */
.frame-type-list .news--singleview {
  padding: 2rem 2rem; }
  .frame-type-list .news--singleview .news--block-1,
  .frame-type-list .news--singleview .news--block-2 {
    position: relative; }
  .frame-type-list .news--singleview .news--headline {
    margin: 0 0 2rem; }
    .frame-type-list .news--singleview .news--headline * {
      font-size: .85rem;
      font-weight: normal;
      font-style: normal;
      margin: 0; }
      @media (max-width: 639px) {
        .frame-type-list .news--singleview .news--headline * {
          font-size: .6rem; } }
      @media (min-width: 960px) {
        .frame-type-list .news--singleview .news--headline * {
          font-size: .75rem; } }
  .frame-type-list .news--singleview .news--intro {
    margin: 0 0 2rem; }
    .frame-type-list .news--singleview .news--intro * {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #FDC300;
      margin: 0; }
      @media (min-width: 960px) {
        .frame-type-list .news--singleview .news--intro * {
          font-size: 1.25rem; } }
  .frame-type-list .news--singleview .news--teaser,
  .frame-type-list .news--singleview .news--text {
    margin-bottom: 2rem; }
  .frame-type-list .news--singleview .news--related-news,
  .frame-type-list .news--singleview .news--related-files,
  .frame-type-list .news--singleview .news--related-links {
    margin-bottom: 1rem; }
    .frame-type-list .news--singleview .news--related-news:last-child,
    .frame-type-list .news--singleview .news--related-files:last-child,
    .frame-type-list .news--singleview .news--related-links:last-child {
      margin-bottom: 2rem; }
  .frame-type-list .news--singleview .news--headline-list {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    color: #FDC300;
    margin: 0 0 .5rem; }
    @media (min-width: 960px) {
      .frame-type-list .news--singleview .news--headline-list {
        font-size: 1.25rem; } }
  .frame-type-list .news--singleview .news--related-files-link a {
    text-decoration: underline; }
    .frame-type-list .news--singleview .news--related-files-link a:hover, .frame-type-list .news--singleview .news--related-files-link a:focus, .frame-type-list .news--singleview .news--related-files-link a:active {
      text-decoration: none; }
  .frame-type-list .news--singleview .news--related-files-size {
    font-size: .85rem;
    font-weight: normal;
    font-style: normal;
    color: #FFD100;
    display: inline-block;
    padding-left: 1rem; }
    @media (max-width: 639px) {
      .frame-type-list .news--singleview .news--related-files-size {
        font-size: .6rem; } }
    @media (min-width: 960px) {
      .frame-type-list .news--singleview .news--related-files-size {
        font-size: .75rem; } }
  .frame-type-list .news--singleview .news--backlink a {
    display: inline-block;
    padding: 1rem 2rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    background: #FFD100 no-repeat top 50% right 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A");
    background-size: 30px auto; }
    .frame-type-list .news--singleview .news--backlink a:focus, .frame-type-list .news--singleview .news--backlink a:hover, .frame-type-list .news--singleview .news--backlink a:active {
      background-color: #323E48;
      text-decoration: none; }
  .frame-type-list .news--singleview .news--mediaelement img {
    border: 1px solid #eeeeee; }
  @media (min-width: 960px) {
    .frame-type-list .news--singleview {
      padding-top: 4em;
      padding-bottom: 4em; }
      .frame-type-list .news--singleview .news--block-1 {
        padding: 0 1.5rem 0 2rem;
        text-align: right;
        width: 33%; }
      .frame-type-list .news--singleview .news--block-2 {
        padding: 0 8rem 0 1.5rem;
        width: 67%; }
      .frame-type-list .news--singleview .news--block-1,
      .frame-type-list .news--singleview .news--block-2 {
        padding-top: 2.5rem;
        float: left; }
      .frame-type-list .news--singleview .news--headline {
        position: absolute;
        top: 0;
        right: 1.5rem;
        margin: 0; }
      .frame-type-list .news--singleview .news--backlink {
        float: right; } }
.frame-type-list.frame-layout-1 .news--container {
  background: #FFD100;
  padding: 1rem;
  height: 100%; }
.frame-type-list.frame-layout-1 .news--item {
  padding: 1rem 0 2rem;
  border-bottom: 1px solid white; }
  .frame-type-list.frame-layout-1 .news--item:last-child {
    border: 0; }
.frame-type-list.frame-layout-1 .news--item-footer .news--item-image {
  display: none; }
.frame-type-list.frame-layout-1 .news--headline {
  color: white;
  padding: 0 0 0 1rem;
  margin: 0 0 1rem -1rem;
  border-bottom: 1px solid white;
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase; }
.frame-type-list.frame-layout-1 .news--item-date {
  margin: 0 0 .5rem;
  text-transform: uppercase; }
.frame-type-list.frame-layout-1 .news--item-headline {
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: white; }
  @media (min-width: 960px) {
    .frame-type-list.frame-layout-1 .news--item-headline {
      font-size: 1.25rem; } }
.frame-type-list.frame-layout-1 .news--item-image {
  margin: 0 0 1rem; }
.frame-type-list.frame-layout-1 .news--item-teaser {
  margin: 0 0 1rem; }
.frame-type-list.frame-layout-1 .news--item-more {
  font-size: .85rem;
  font-weight: normal;
  font-style: normal; }
  @media (max-width: 639px) {
    .frame-type-list.frame-layout-1 .news--item-more {
      font-size: .6rem; } }
  @media (min-width: 960px) {
    .frame-type-list.frame-layout-1 .news--item-more {
      font-size: .75rem; } }
@media (min-width: 640px) {
  .frame-type-list.frame-layout-1 {
    padding: 2rem 2rem 1rem 2rem; }
    .frame-type-list.frame-layout-1 .news--item {
      width: 50%;
      padding: 0 .5rem;
      float: left;
      border: 0; } }
@media (min-width: 960px) {
  .frame-type-list.frame-layout-1 {
    padding: 4rem 1rem 4rem 2rem;
    width: 67%;
    float: left;
    flex-grow: 1; }
    .frame-type-list.frame-layout-1 .news--container {
      padding: 3rem; }
    .frame-type-list.frame-layout-1 .news--headline {
      padding: 0 0 0 3rem;
      margin: 0 0 2rem -3rem; }
    .frame-type-list.frame-layout-1 .news--list {
      margin: 0 -.5rem; } }
.frame-type-list.frame-layout-2 .news--container {
  background: white;
  padding: 1rem;
  height: 100%; }
.frame-type-list.frame-layout-2 .news--item-header {
  margin: 0 0 2rem 0; }
.frame-type-list.frame-layout-2 .news--headline {
  color: black;
  padding: 0 0 0 1rem;
  margin: 0 0 2rem -1rem;
  border-bottom: 1px solid black;
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase; }
.frame-type-list.frame-layout-2 .news--item {
  padding: 0; }
  .frame-type-list.frame-layout-2 .news--item:last-child {
    display: none; }
.frame-type-list.frame-layout-2 .news--item-date {
  margin: 0 0 .5rem;
  text-transform: uppercase;
  color: #FDC300; }
.frame-type-list.frame-layout-2 .news--item-headline {
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: black; }
  @media (min-width: 960px) {
    .frame-type-list.frame-layout-2 .news--item-headline {
      font-size: 1.25rem; } }
.frame-type-list.frame-layout-2 .news--item-image,
.frame-type-list.frame-layout-2 .news--item-main,
.frame-type-list.frame-layout-2 .news--item-footer {
  display: none; }
@media (min-width: 640px) {
  .frame-type-list.frame-layout-2 {
    padding: 1rem 2rem 2rem 2rem; }
    .frame-type-list.frame-layout-2 .news--item {
      width: 50%;
      float: left;
      padding: 0 .5rem; }
      .frame-type-list.frame-layout-2 .news--item:last-child {
        display: block; } }
@media (min-width: 960px) {
  .frame-type-list.frame-layout-2 {
    padding: 4rem 2rem 4rem 1rem;
    width: 33%;
    float: left;
    flex-grow: 1; }
    .frame-type-list.frame-layout-2 .news--container {
      padding: 3rem; }
    .frame-type-list.frame-layout-2 .news--item {
      width: auto;
      float: none;
      padding: 0; }
      .frame-type-list.frame-layout-2 .news--item:last-child {
        display: none; }
    .frame-type-list.frame-layout-2 .news--item-header {
      margin: 0 0 4rem 0; }
    .frame-type-list.frame-layout-2 .news--headline {
      padding: 0 0 0 3rem;
      margin: 0 0 2rem -3rem; } }
.frame-type-list.frame-layout-3, .frame-type-list.frame-layout-5 {
  width: 100%; }
  .frame-type-list.frame-layout-3 .news--headline, .frame-type-list.frame-layout-5 .news--headline {
    display: none; }
  .frame-type-list.frame-layout-3 .news--item, .frame-type-list.frame-layout-5 .news--item {
    border-bottom: 5px solid white; }
    .frame-type-list.frame-layout-3 .news--item:last-child, .frame-type-list.frame-layout-5 .news--item:last-child {
      border-bottom: 0; }
  .frame-type-list.frame-layout-3 .news--item-block-1,
  .frame-type-list.frame-layout-3 .news--item-block-2, .frame-type-list.frame-layout-5 .news--item-block-1,
  .frame-type-list.frame-layout-5 .news--item-block-2 {
    width: 100%; }
  .frame-type-list.frame-layout-3 .news--item-header .news--item-image, .frame-type-list.frame-layout-5 .news--item-header .news--item-image {
    display: none; }
  .frame-type-list.frame-layout-3 .news--item-footer, .frame-type-list.frame-layout-5 .news--item-footer {
    background: #FFD100;
    padding: 0 1rem 2rem; }
  .frame-type-list.frame-layout-3 .news--item-block-inner, .frame-type-list.frame-layout-5 .news--item-block-inner {
    background: #FFD100;
    padding: 2rem 1rem 1rem; }
  .frame-type-list.frame-layout-3 .news--item-date,
  .frame-type-list.frame-layout-3 .news--item-headline, .frame-type-list.frame-layout-5 .news--item-date,
  .frame-type-list.frame-layout-5 .news--item-headline {
    margin: 0;
    padding: 0 0 .5rem; }
  .frame-type-list.frame-layout-3 .news--item-headline, .frame-type-list.frame-layout-5 .news--item-headline {
    color: white;
    text-transform: uppercase;
    padding-bottom: 1rem; }
  .frame-type-list.frame-layout-3 .news--item-teaser, .frame-type-list.frame-layout-5 .news--item-teaser {
    padding: 0; }
    .frame-type-list.frame-layout-3 .news--item-teaser *, .frame-type-list.frame-layout-5 .news--item-teaser * {
      display: inline; }
      .frame-type-list.frame-layout-3 .news--item-teaser *:after, .frame-type-list.frame-layout-5 .news--item-teaser *:after {
        content: ' ';
        display: inline; }
  .frame-type-list.frame-layout-3 .news--item-more, .frame-type-list.frame-layout-5 .news--item-more {
    color: white;
    white-space: nowrap;
    font-weight: bold;
    /*&:before {
        content: '[';
        display:inline;
    }
    &:after {
        content: ']';
        display:inline;
    }*/ }
  .frame-type-list.frame-layout-3 .news--item-image a, .frame-type-list.frame-layout-5 .news--item-image a {
    display: block;
    background: #323E48;
    width: 15rem;
    max-width: 100%; }
  .frame-type-list.frame-layout-3 .news--item-image img, .frame-type-list.frame-layout-5 .news--item-image img {
    width: 100%;
    height: auto; }
  @media (min-width: 640px) {
    .frame-type-list.frame-layout-3, .frame-type-list.frame-layout-5 {
      padding: 2rem; }
      .frame-type-list.frame-layout-3 .news--item, .frame-type-list.frame-layout-5 .news--item {
        border-bottom: 0;
        padding-bottom: 2rem; }
        .frame-type-list.frame-layout-3 .news--item:last-child, .frame-type-list.frame-layout-5 .news--item:last-child {
          padding-bottom: 0; }
      .frame-type-list.frame-layout-3 .news--item-content, .frame-type-list.frame-layout-5 .news--item-content {
        display: flex;
        align-items: stretch; }
      .frame-type-list.frame-layout-3 .news--item-block-1,
      .frame-type-list.frame-layout-3 .news--item-block-2, .frame-type-list.frame-layout-5 .news--item-block-1,
      .frame-type-list.frame-layout-5 .news--item-block-2 {
        min-height: 5rem; }
      .frame-type-list.frame-layout-3 .news--item-block-1, .frame-type-list.frame-layout-5 .news--item-block-1 {
        width: 67%; }
      .frame-type-list.frame-layout-3 .news--item-block-2, .frame-type-list.frame-layout-5 .news--item-block-2 {
        display: block;
        width: 33%; }
      .frame-type-list.frame-layout-3 .news--item-block-inner, .frame-type-list.frame-layout-5 .news--item-block-inner {
        height: 100%;
        padding: 1rem; }
      .frame-type-list.frame-layout-3 .news--item-footer, .frame-type-list.frame-layout-5 .news--item-footer {
        height: 100%;
        padding: 1rem; }
      .frame-type-list.frame-layout-3 .news--item-image a, .frame-type-list.frame-layout-5 .news--item-image a {
        position: relative;
        padding: 100% 0 0;
        width: 100%; }
      .frame-type-list.frame-layout-3 .news--item-image img, .frame-type-list.frame-layout-5 .news--item-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; } }
  @media (min-width: 960px) {
    .frame-type-list.frame-layout-3 .news--container, .frame-type-list.frame-layout-5 .news--container {
      padding: 2rem; }
    .frame-type-list.frame-layout-3 .news--item-block-1, .frame-type-list.frame-layout-5 .news--item-block-1 {
      padding: 1rem 1rem 1rem 0; }
    .frame-type-list.frame-layout-3 .news--item-block-2, .frame-type-list.frame-layout-5 .news--item-block-2 {
      padding: 1rem 0 1rem 1rem; }
    .frame-type-list.frame-layout-3 .news--item-block-inner, .frame-type-list.frame-layout-5 .news--item-block-inner {
      padding-left: 2rem;
      padding-right: 2rem; }
    .frame-type-list.frame-layout-3 .news--item-footer, .frame-type-list.frame-layout-5 .news--item-footer {
      background: white;
      height: 100%;
      padding: 2rem; }
    .frame-type-list.frame-layout-3 .news--item-image a, .frame-type-list.frame-layout-5 .news--item-image a {
      position: relative;
      padding: 100% 0 0; } }
.frame-type-list.frame-layout-19 .news--list, .frame-type-list.frame-layout-4 .news--list {
  padding: 1rem 1rem; }
.frame-type-list.frame-layout-19 .news--item, .frame-type-list.frame-layout-4 .news--item {
  border-bottom: 5px solid #FFD100;
  margin-bottom: 2rem; }
  .frame-type-list.frame-layout-19 .news--item:last-child, .frame-type-list.frame-layout-4 .news--item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
.frame-type-list.frame-layout-19 .news--headline,
.frame-type-list.frame-layout-19 .news--item-image, .frame-type-list.frame-layout-4 .news--headline,
.frame-type-list.frame-layout-4 .news--item-image {
  display: none; }
.frame-type-list.frame-layout-19 .news--item-header,
.frame-type-list.frame-layout-19 .news--item-main, .frame-type-list.frame-layout-4 .news--item-header,
.frame-type-list.frame-layout-4 .news--item-main {
  position: relative; }
.frame-type-list.frame-layout-19 .news--item-main, .frame-type-list.frame-layout-4 .news--item-main {
  margin: 0 0 1rem; }
.frame-type-list.frame-layout-19 .news--item-date, .frame-type-list.frame-layout-4 .news--item-date {
  margin: 0 0 .25rem;
  font-size: .85rem;
  font-weight: normal;
  font-style: normal; }
  @media (max-width: 639px) {
    .frame-type-list.frame-layout-19 .news--item-date, .frame-type-list.frame-layout-4 .news--item-date {
      font-size: .6rem; } }
  @media (min-width: 960px) {
    .frame-type-list.frame-layout-19 .news--item-date, .frame-type-list.frame-layout-4 .news--item-date {
      font-size: .75rem; } }
.frame-type-list.frame-layout-19 .news--item-headline, .frame-type-list.frame-layout-4 .news--item-headline {
  margin: 0 0 2rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #FDC300; }
  @media (min-width: 960px) {
    .frame-type-list.frame-layout-19 .news--item-headline, .frame-type-list.frame-layout-4 .news--item-headline {
      font-size: 1.25rem; } }
.frame-type-list.frame-layout-19 .news--item-more, .frame-type-list.frame-layout-4 .news--item-more {
  color: #FDC300;
  font-weight: bold; }
.frame-type-list.frame-layout-19 .news--singleview .news--related-files, .frame-type-list.frame-layout-4 .news--singleview .news--related-files {
  padding: 1rem 0 0 0; }
.frame-type-list.frame-layout-19 .news--singleview .news--list, .frame-type-list.frame-layout-4 .news--singleview .news--list {
  padding: 0 0 0 1rem; }
@media (min-width: 640px) {
  .frame-type-list.frame-layout-19 .news--list, .frame-type-list.frame-layout-4 .news--list {
    padding: 2rem 2rem; } }
@media (min-width: 960px) {
  .frame-type-list.frame-layout-19 .news--list, .frame-type-list.frame-layout-4 .news--list {
    padding: 2rem 2rem; }
  .frame-type-list.frame-layout-19 .news--item, .frame-type-list.frame-layout-4 .news--item {
    border-bottom: 0; }
  .frame-type-list.frame-layout-19 .news--item-header,
  .frame-type-list.frame-layout-19 .news--item-main, .frame-type-list.frame-layout-4 .news--item-header,
  .frame-type-list.frame-layout-4 .news--item-main {
    float: left; }
  .frame-type-list.frame-layout-19 .news--item-header, .frame-type-list.frame-layout-4 .news--item-header {
    padding: 2.5rem 1.5rem 0 2rem;
    text-align: right;
    width: 33%; }
  .frame-type-list.frame-layout-19 .news--item-main, .frame-type-list.frame-layout-4 .news--item-main {
    padding: 2.5rem 8rem 0 1.5rem;
    width: 67%; }
  .frame-type-list.frame-layout-19 .news--item-date, .frame-type-list.frame-layout-4 .news--item-date {
    position: absolute;
    top: 0;
    right: 1.5rem;
    margin: 0; } }
.frame-type-list.frame-layout-5 .news--item-block-inner {
  background: #323E48; }
.frame-type-list.frame-layout-5 .news--item-date * {
  color: white; }
.frame-type-list.frame-layout-5 .news--item-teaser ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.frame-type-list.frame-layout-5 .news--item-teaser p, .frame-type-list.frame-layout-5 .news--item-teaser li {
  color: white;
  margin: 0 0 .25rem;
  display: block; }
.frame-type-list.frame-layout-5 .news--item-headline,
.frame-type-list.frame-layout-5 .news--item-more {
  color: #FFD100; }
.frame-type-list.frame-layout-5 .news--item-image a {
  background: white;
  overflow: hidden; }
.frame-type-list.frame-layout-5 .news--item-image img {
  max-width: 100%;
  height: auto;
  border: 5px solid white; }
.frame-type-list.frame-layout-5 .news--item-footer {
  background: #323E48; }
.frame-type-list.frame-layout-5 .page-navigation p {
  color: #323E48; }
@media (min-width: 640px) {
  .frame-type-list.frame-layout-5 .news--item-image img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

/**
 * Store finder
 */
.frame-type-list.frame-layout-8 {
  width: 100%; }
.frame-type-list .tx-storefinder {
  padding: 1rem 1rem;
  background: #323E48;
  display: flex; }
  .frame-type-list .tx-storefinder .tx-storefinder--intro {
    margin: 0 0 2rem; }
    .frame-type-list .tx-storefinder .tx-storefinder--intro * {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #FDC300;
      margin: 0; }
      @media (min-width: 960px) {
        .frame-type-list .tx-storefinder .tx-storefinder--intro * {
          font-size: 1.25rem; } }
  .frame-type-list .tx-storefinder .tx-storefinder--map-canvas-wrapper {
    position: relative;
    height: 0;
    padding: 60% 0 0; }
  .frame-type-list .tx-storefinder .tx-storefinder--map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .frame-type-list .tx-storefinder .tx-storefinder--areas dt {
    color: #FFD100;
    margin: 0 0 .5rem;
    font-weight: normal; }
  .frame-type-list .tx-storefinder .tx-storefinder--areas dd {
    margin: 0 0 2rem; }
  .frame-type-list .tx-storefinder .tx-storefinder--list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .frame-type-list .tx-storefinder .tx-storefinder--list-item {
    color: white;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: normal;
    font-style: normal;
    cursor: pointer;
    margin: 0 0 .75rem; }
    @media (max-width: 639px) {
      .frame-type-list .tx-storefinder .tx-storefinder--list-item {
        font-size: .6rem; } }
    @media (min-width: 960px) {
      .frame-type-list .tx-storefinder .tx-storefinder--list-item {
        font-size: .75rem; } }
    .frame-type-list .tx-storefinder .tx-storefinder--list-item:hover, .frame-type-list .tx-storefinder .tx-storefinder--list-item:focus, .frame-type-list .tx-storefinder .tx-storefinder--list-item:active {
      color: #FDC300;
      text-decoration: underline; }
  .frame-type-list .tx-storefinder .gm-style-iw-sub-2 {
    background: rgba(255, 209, 0, 0.9) !important; }
  .frame-type-list .tx-storefinder .gm-style-iw-sub-3 > div {
    top: 3px !important; }
    .frame-type-list .tx-storefinder .gm-style-iw-sub-3 > div > div {
      background: rgba(255, 209, 0, 0.9) !important; }
  .frame-type-list .tx-storefinder .gm-style-iw-sub-4 {
    display: none; }
  .frame-type-list .tx-storefinder .gm-style-iw {
    color: #323E48; }
    .frame-type-list .tx-storefinder .gm-style-iw span {
      font-size: .85rem;
      font-weight: normal;
      font-style: normal;
      font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
      display: block; }
      @media (max-width: 639px) {
        .frame-type-list .tx-storefinder .gm-style-iw span {
          font-size: .6rem; } }
      @media (min-width: 960px) {
        .frame-type-list .tx-storefinder .gm-style-iw span {
          font-size: .75rem; } }
      .frame-type-list .tx-storefinder .gm-style-iw span.location-name {
        padding: 1rem 0 .5rem;
        color: white;
        text-transform: uppercase;
        font-weight: bold; }
      .frame-type-list .tx-storefinder .gm-style-iw span:last-child {
        padding: 0 0 1rem; }
  @media (max-width: 639px) {
    .frame-type-list .tx-storefinder .tx-storefinder--list-item {
      font-size: .85rem; } }
  @media (min-width: 960px) {
    .frame-type-list .tx-storefinder {
      padding: 2rem 2rem; }
      .frame-type-list .tx-storefinder .tx-storefinder--store-list {
        width: 33%; }
      .frame-type-list .tx-storefinder .tx-storefinder--list-item {
        margin: 0 0 0.25rem; }
      .frame-type-list .tx-storefinder .tx-storefinder--map {
        width: 67%; }
      .frame-type-list .tx-storefinder.tx-storefinder--location .tx-storefinder--store-list,
      .frame-type-list .tx-storefinder.tx-storefinder--location .tx-storefinder--map {
        float: left; }
      .frame-type-list .tx-storefinder.tx-storefinder--location .tx-storefinder--store-list {
        padding: 0 1.5rem 0 2rem;
        text-align: right;
        width: 33%; }
      .frame-type-list .tx-storefinder.tx-storefinder--location .tx-storefinder--map {
        padding: 0 0 0 1.5rem;
        width: 67%; } }

.frame-type-shortcut.frame-layout-8 {
  width: 100%; }

/**
 * Search
 */
.frame-type-list .tx-search {
  padding: 1rem 1rem;
  display: flex;
  align-items: stretch; }
  .frame-type-list .tx-search.frame-layout-1 {
    width: 100%; }
    @media (min-width: 960px) {
      .frame-type-list .tx-search.frame-layout-1 {
        width: 67%;
        float: left; } }
  .frame-type-list .tx-search .tx-indexedsearch-searchbox {
    display: none; }
  .frame-type-list .tx-search .tx-search--resultset {
    width: 100%; }
  .frame-type-list .tx-search,
  .frame-type-list .tx-search .tx-search--block-1,
  .frame-type-list .tx-search .tx-search--block-2 {
    position: relative; }
  .frame-type-list .tx-search .tx-search--headline {
    margin: 0 0 2rem; }
    .frame-type-list .tx-search .tx-search--headline * {
      font-size: .85rem;
      font-weight: normal;
      font-style: normal;
      margin: 0; }
      @media (max-width: 639px) {
        .frame-type-list .tx-search .tx-search--headline * {
          font-size: .6rem; } }
      @media (min-width: 960px) {
        .frame-type-list .tx-search .tx-search--headline * {
          font-size: .75rem; } }
  .frame-type-list .tx-search .tx-search--intro {
    margin: 0 0 2rem; }
    .frame-type-list .tx-search .tx-search--intro * {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #FDC300;
      margin: 0; }
      @media (min-width: 960px) {
        .frame-type-list .tx-search .tx-search--intro * {
          font-size: 1.25rem; } }
  .frame-type-list .tx-search .tx-search--searchword:before {
    content: '\00bb';
    display: inline; }
  .frame-type-list .tx-search .tx-search--searchword:after {
    content: '\00ab';
    display: inline; }
  .frame-type-list .tx-search .tx-search--results {
    padding: 0;
    margin: 0;
    list-style: none; }
  .frame-type-list .tx-search .tx-search--result {
    margin: 0 0 .5rem;
    padding: 0 0 .5rem;
    border-bottom: 1px solid #FFD100; }
  .frame-type-list .tx-search .tx-search--result-headline {
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 0; }
    @media (min-width: 960px) {
      .frame-type-list .tx-search .tx-search--result-headline {
        font-size: 1.25rem; } }
  .frame-type-list .tx-search .tx-search--result-headline-info {
    font-size: .85rem;
    font-weight: normal;
    font-style: normal;
    color: #323E48;
    font-style: italic; }
    @media (max-width: 639px) {
      .frame-type-list .tx-search .tx-search--result-headline-info {
        font-size: .6rem; } }
    @media (min-width: 960px) {
      .frame-type-list .tx-search .tx-search--result-headline-info {
        font-size: .75rem; } }
  .frame-type-list .tx-search .tx-search--description {
    font-size: 1rem;
    margin: 0 0 .5rem;
    padding: 0; }
  .frame-type-list .tx-search .tx-search--navigation {
    margin: 4rem 0 2rem; }
  .frame-type-list .tx-search .tx-search--result-count {
    color: #323E48;
    text-transform: uppercase; }
  @media (min-width: 640px) {
    .frame-type-list .tx-search {
      padding: 2rem 2rem; } }
  @media (min-width: 960px) {
    .frame-type-list .tx-search {
      padding: 2rem 2rem; }
      .frame-type-list .tx-search .tx-search--block-1 {
        padding: 2.5rem 1.5rem 0 2rem;
        text-align: right;
        width: 33%;
        float: left; }
      .frame-type-list .tx-search .tx-search--block-2 {
        padding: 2.5rem 8rem 0 1.5rem;
        width: 67%;
        float: left; }
      .frame-type-list .tx-search .tx-search--headline {
        position: absolute;
        top: 0;
        right: 1.5rem;
        margin: 0; } }

/**
 * TER: Product Search
 */
.frame-type-list .tx-terdata {
  padding-bottom: .3rem; }
  .frame-type-list .tx-terdata .terdata--group-1,
  .frame-type-list .tx-terdata .terdata--group-2 {
    padding: 1rem 1rem; }
  .frame-type-list .tx-terdata .terdata--background-image {
    position: relative; }
    .frame-type-list .tx-terdata .terdata--background-image.is-loading {
      min-height: 5rem; }
  .frame-type-list .tx-terdata .terdata--filter-form {
    position: relative; }
    .frame-type-list .tx-terdata .terdata--filter-form .sk-three-bounce {
      background-color: rgba(255, 255, 255, 0.9); }
  .frame-type-list .tx-terdata .terdata--filter-productfamily,
  .frame-type-list .tx-terdata .terdata--filter-industry,
  .frame-type-list .tx-terdata .terdata--filter-branch {
    margin: 0 0 1rem;
    border: 0;
    border-bottom: 1px solid #FDC300;
    font-style: italic;
    padding: 0 2rem 0 0;
    cursor: pointer;
    background: transparent no-repeat top 50% right 0;
    background-size: 30px auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.5%2011.6L15%2018l-6.5-6.4%22/%3E%3C/svg%3E"); }
  .frame-type-list .tx-terdata .terdata--filter-submit {
    border: 0;
    padding: 1rem 2rem;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    text-align: right;
    float: right;
    font-weight: bold;
    background: #FFD100 no-repeat top 50% right 0;
    background-size: 30px auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A"); }
  .frame-type-list .tx-terdata .terdata--filter-links {
    margin: 0 0 1rem;
    position: relative; }
    .frame-type-list .tx-terdata .terdata--filter-links .sk-three-bounce {
      background-color: #FFD100; }
  .frame-type-list .tx-terdata .terdata--filter-list {
    list-style: none;
    padding: 0;
    margin: -.25rem; }
    .frame-type-list .tx-terdata .terdata--filter-list .item {
      width: 25%;
      float: left;
      padding: .25rem; }
  .frame-type-list .tx-terdata .terdata--filter-link {
    background: #FFD100;
    border: 1px solid #FFD100;
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    overflow: hidden;
    position: relative; }
  .frame-type-list .tx-terdata .terdata--filter-name {
    margin: 0;
    color: #323E48;
    position: absolute;
    padding-left: .5rem;
    padding-right: .5rem;
    bottom: 0;
    height: 35%;
    text-align: center;
    text-transform: uppercase;
    font-size: .5rem;
    display: table;
    width: 100%; }
    .frame-type-list .tx-terdata .terdata--filter-name span {
      display: table-cell;
      vertical-align: middle; }
  .frame-type-list .tx-terdata .terdata--filter-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .frame-type-list .tx-terdata .item.active .terdata--filter-link,
  .frame-type-list .tx-terdata .terdata--filter-link:active,
  .frame-type-list .tx-terdata .terdata--filter-link:focus,
  .frame-type-list .tx-terdata .terdata--filter-link:hover {
    background: #323E48;
    border-color: #323E48; }
    .frame-type-list .tx-terdata .item.active .terdata--filter-link .terdata--filter-name,
    .frame-type-list .tx-terdata .terdata--filter-link:active .terdata--filter-name,
    .frame-type-list .tx-terdata .terdata--filter-link:focus .terdata--filter-name,
    .frame-type-list .tx-terdata .terdata--filter-link:hover .terdata--filter-name {
      color: #FDC300; }
    .frame-type-list .tx-terdata .item.active .terdata--filter-link .terdata--filter-image,
    .frame-type-list .tx-terdata .terdata--filter-link:active .terdata--filter-image,
    .frame-type-list .tx-terdata .terdata--filter-link:focus .terdata--filter-image,
    .frame-type-list .tx-terdata .terdata--filter-link:hover .terdata--filter-image {
      background-position: 0 50%; }
  .frame-type-list .tx-terdata .terdata--industry {
    background: #FFD100;
    padding: 0; }
  .frame-type-list .tx-terdata .terdata--industry-headline-2 {
    display: none; }
  .frame-type-list .tx-terdata .terdata--industry-image-1 {
    display: none; }
  .frame-type-list .tx-terdata .terdata--industry-image-2 {
    width: 6rem;
    height: 0;
    padding: 6rem 0 0;
    background-position: 50% -14rem;
    background-size: 7rem auto;
    background-repeat: no-repeat; }
  .frame-type-list .tx-terdata .terdata--industry-headline-inner {
    display: flex;
    align-items: center; }
  .frame-type-list .tx-terdata .terdata--industry-name {
    color: white;
    margin: 0;
    text-transform: uppercase; }
  .frame-type-list .tx-terdata .terdata--industry-title {
    margin: 0 0 1rem;
    color: #323E48;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25; }
    @media (min-width: 960px) {
      .frame-type-list .tx-terdata .terdata--industry-title {
        font-size: 1.25rem; } }
  .frame-type-list .tx-terdata .terdata--industry-text {
    color: white; }
    .frame-type-list .tx-terdata .terdata--industry-text * {
      margin-top: 0; }
  .frame-type-list .tx-terdata .terdata--pgw {
    padding: 1rem 1rem; }
  .frame-type-list .tx-terdata .terdata--pgw-list {
    margin: 0;
    position: relative; }
  .frame-type-list .tx-terdata .terdata--pgw-productfamily {
    color: #FDC300;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    padding: 0 2rem 0 1rem;
    margin: 0 0 .5rem 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    background: transparent no-repeat top 50% right 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.5%2011.6L15%2018l-6.5-6.4%22/%3E%3C/svg%3E"); }
    .frame-type-list .tx-terdata .terdata--pgw-productfamily.active {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.5%2018.4L15%2012l6.5%206.4%22/%3E%3C/svg%3E"); }
  .frame-type-list .tx-terdata .terdata--pgw-products {
    padding: 0 0 .25rem 1rem;
    margin: 0;
    border-bottom: 1px solid #FDC300; }
  .frame-type-list .tx-terdata .terdata--pgw-group {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .frame-type-list .tx-terdata .terdata--pgw-products-list {
    padding: 0 0 .5rem 1rem;
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .frame-type-list .tx-terdata .terdata--pgw-products-list .item {
      margin: .25rem 0; }
    .frame-type-list .tx-terdata .terdata--pgw-products-list a {
      margin: .1rem 0;
      display: block;
      border-bottom: 2px solid transparent; }
      .frame-type-list .tx-terdata .terdata--pgw-products-list a:focus, .frame-type-list .tx-terdata .terdata--pgw-products-list a:active, .frame-type-list .tx-terdata .terdata--pgw-products-list a:hover {
        text-decoration: none;
        border-color: #FDC300; }
  .frame-type-list .tx-terdata .terdata--sidebar {
    padding: 1rem 1rem;
    background: #323E48; }
  .frame-type-list .tx-terdata .terdata--industry-filters {
    margin: 0 0 2rem; }
  .frame-type-list .tx-terdata .terdata--industry-filters-headline {
    color: #FFD100;
    text-transform: uppercase; }
  .frame-type-list .tx-terdata .terdata--industry-filters-name {
    color: white; }
    .frame-type-list .tx-terdata .terdata--industry-filters-name:before {
      content: '\00bb';
      display: inline; }
    .frame-type-list .tx-terdata .terdata--industry-filters-name:after {
      content: '\00ab';
      display: inline; }
  .frame-type-list .tx-terdata .terdata--industry-filter-input {
    margin: 0 0 1rem;
    border: 0;
    color: #FFD100;
    border-bottom: 1px solid white;
    font-style: italic;
    padding: .25rem 2rem .25rem .25rem;
    background: none;
    width: 100%; }
  .frame-type-list .tx-terdata .terdata--industry-filter {
    margin: 0 0 1rem;
    border: 0;
    color: #FFD100;
    border-bottom: 1px solid white;
    font-style: italic;
    cursor: pointer;
    padding: 0 2rem 0 0;
    background: transparent no-repeat top 50% right 0;
    background-size: 30px auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.5%2011.6L15%2018l-6.5-6.4%22/%3E%3C/svg%3E"); }
    .frame-type-list .tx-terdata .terdata--industry-filter option {
      color: #323E48; }
  .frame-type-list .tx-terdata .terdata--industry-filter-submit {
    border: 0;
    padding: 1rem 2rem;
    color: white;
    float: right;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    background: #FFD100 no-repeat top 50% right 0;
    background-size: 30px auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A"); }
  .frame-type-list .tx-terdata .terdata--bum {
    margin: 0;
    position: relative;
    min-height: 12.5rem; }
    .frame-type-list .tx-terdata .terdata--bum.screen-xs {
      display: block;
      background: #323E48;
      padding: 1rem; }
    .frame-type-list .tx-terdata .terdata--bum.screen-sm {
      display: none; }
  .frame-type-list .tx-terdata .terdata--bum-headline {
    margin: 0 0 1rem;
    padding: .5rem;
    background: white;
    color: #323E48;
    text-transform: uppercase;
    font-size: 1rem; }
  .frame-type-list .tx-terdata .terdata--bum-image {
    width: 15rem;
    height: 15rem;
    overflow: hidden;
    margin: 0 0 1rem;
    position: relative; }
    .frame-type-list .tx-terdata .terdata--bum-image img {
      width: 100%;
      height: auto; }
  .frame-type-list .tx-terdata .terdata--bum-infos * {
    margin: 0;
    color: white; }
  .frame-type-list .tx-terdata .terdata--bum-name {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    padding: 0 0 .5rem; }
    @media (min-width: 960px) {
      .frame-type-list .tx-terdata .terdata--bum-name {
        font-size: 1.25rem; } }
    .frame-type-list .tx-terdata .terdata--bum-name span {
      color: #FFD100;
      display: inline-block;
      padding: 0 .5rem 0 0; }
  .frame-type-list .tx-terdata .terdata--bum-position,
  .frame-type-list .tx-terdata .terdata--bum-fax {
    padding: 0 0 .5rem; }
  .frame-type-list .tx-terdata .terdata--product {
    position: relative;
    display: none; }
    .frame-type-list .tx-terdata .terdata--product .sk-three-bounce {
      padding-top: 4.5rem; }
    .frame-type-list .tx-terdata .terdata--product.is-loading, .frame-type-list .tx-terdata .terdata--product.is-ready {
      display: block;
      min-height: 10rem; }
  .frame-type-list .tx-terdata .terdata--product-content {
    padding: 1rem 1rem; }
  .frame-type-list .tx-terdata .terdata--product-back {
    padding: .5rem 2rem;
    margin: 0 0 1rem;
    display: inline-block;
    background: #FFD100;
    color: white;
    font-size: .85rem;
    font-weight: normal;
    font-style: normal;
    background: #FFD100 no-repeat top 50% right 0;
    background-size: 30px auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A"); }
    @media (max-width: 639px) {
      .frame-type-list .tx-terdata .terdata--product-back {
        font-size: .6rem; } }
    @media (min-width: 960px) {
      .frame-type-list .tx-terdata .terdata--product-back {
        font-size: .75rem; } }
  .frame-type-list .tx-terdata .terdata--product .terdata--product-back {
    display: none; }
  .frame-type-list .tx-terdata .terdata--product-family {
    font-size: .85rem;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 2rem; }
    @media (max-width: 639px) {
      .frame-type-list .tx-terdata .terdata--product-family {
        font-size: .6rem; } }
    @media (min-width: 960px) {
      .frame-type-list .tx-terdata .terdata--product-family {
        font-size: .75rem; } }
  .frame-type-list .tx-terdata .terdata--product-name,
  .frame-type-list .tx-terdata .terdata--product-use-headline,
  .frame-type-list .tx-terdata .terdata--product-tradenames-headline,
  .frame-type-list .tx-terdata .terdata--product-inquiry-headline,
  .frame-type-list .tx-terdata .terdata--product-inquiry-call {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    color: #FDC300;
    margin: 0 0 .25rem; }
    @media (min-width: 960px) {
      .frame-type-list .tx-terdata .terdata--product-name,
      .frame-type-list .tx-terdata .terdata--product-use-headline,
      .frame-type-list .tx-terdata .terdata--product-tradenames-headline,
      .frame-type-list .tx-terdata .terdata--product-inquiry-headline,
      .frame-type-list .tx-terdata .terdata--product-inquiry-call {
        font-size: 1.25rem; } }
  .frame-type-list .tx-terdata .terdata--product-name,
  .frame-type-list .tx-terdata .terdata--product-description,
  .frame-type-list .tx-terdata .terdata--product-use,
  .frame-type-list .tx-terdata .terdata--product-tradenames,
  .frame-type-list .tx-terdata .terdata--product-inquiry-text {
    margin: 0 0 2rem; }
  .frame-type-list .tx-terdata .terdata--product-inquiry {
    padding: 1rem;
    background: #FFD100 no-repeat right 1rem top 2rem;
    background-size: 2rem auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15%200C6.7%200%200%206.7%200%2015s6.7%2015%2015%2015%2015-6.7%2015-15S23.3%200%2015%200zm0%2027.6C8%2027.6%202.4%2022%202.4%2015S8.1%202.4%2015%202.4C21.9%202.4%2027.6%208%2027.6%2015c0%206.9-5.7%2012.6-12.6%2012.6z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M16.6%209.7h-3.1V7.1h3.1v2.6zm-3.2%201.8h3.1v11.4h-3.1V11.5z%22/%3E%3C/svg%3E");
    display: none; }
    .frame-type-list .tx-terdata .terdata--product-inquiry.has-info {
      display: block; }
  .frame-type-list .tx-terdata .terdata--product-inquiry-info {
    padding: 0 4rem 1rem 0; }
  .frame-type-list .tx-terdata .terdata--product-inquiry-links {
    position: relative; }
    .frame-type-list .tx-terdata .terdata--product-inquiry-links .sk-three-bounce {
      background-color: #FFD100;
      padding: 1rem; }
  .frame-type-list .tx-terdata .terdata--product-inquiry-info-inner {
    background: white;
    padding: 1rem;
    position: relative; }
    .frame-type-list .tx-terdata .terdata--product-inquiry-info-inner:before {
      content: '';
      display: block;
      position: absolute;
      top: 1rem;
      right: -1.5rem;
      -webkit-transform: rotate(360deg) translateX(-50%);
      transform: rotate(360deg) translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1rem 0 1rem 1rem;
      border-color: transparent transparent transparent white; }
  .frame-type-list .tx-terdata .terdata--product-inquiry-action {
    color: #323E48; }
  .frame-type-list .tx-terdata .terdata--product-inquiry-add,
  .frame-type-list .tx-terdata .terdata--product-inquiry-overview {
    display: block;
    padding: .5rem 2rem;
    margin: 0 0 .25rem;
    color: #FFD100;
    text-align: right;
    background: #323E48 no-repeat top 50% right 0;
    background-size: 30px auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FDC300%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A"); }
    .frame-type-list .tx-terdata .terdata--product-inquiry-add:focus, .frame-type-list .tx-terdata .terdata--product-inquiry-add:hover, .frame-type-list .tx-terdata .terdata--product-inquiry-add:active,
    .frame-type-list .tx-terdata .terdata--product-inquiry-overview:focus,
    .frame-type-list .tx-terdata .terdata--product-inquiry-overview:hover,
    .frame-type-list .tx-terdata .terdata--product-inquiry-overview:active {
      text-decoration: none;
      background-color: rgba(50, 62, 72, 0.8); }
  .frame-type-list .tx-terdata .terdata--product-inquiry-add .terdata--product-inquiry-add-on {
    display: inline; }
  .frame-type-list .tx-terdata .terdata--product-inquiry-add .terdata--product-inquiry-add-off {
    display: none; }
  .frame-type-list .tx-terdata .terdata--product-inquiry-add.is-added {
    cursor: not-allowed;
    background-color: rgba(50, 62, 72, 0.8); }
    .frame-type-list .tx-terdata .terdata--product-inquiry-add.is-added .terdata--product-inquiry-add-on {
      display: none; }
    .frame-type-list .tx-terdata .terdata--product-inquiry-add.is-added .terdata--product-inquiry-add-off {
      display: inline; }
  @media (min-width: 640px) {
    .frame-type-list .tx-terdata .terdata--group-1,
    .frame-type-list .tx-terdata .terdata--group-2 {
      padding: 2rem 2rem; }
    .frame-type-list .tx-terdata .terdata--filter-form {
      padding: 0 .5rem 0 0;
      text-align: right;
      width: 30%;
      float: left; }
    .frame-type-list .tx-terdata .terdata--filter-links {
      margin-bottom: 0;
      padding: 0 0 0 .5rem; }
    .frame-type-list .tx-terdata .has-filter .terdata--filter-links {
      width: 70%;
      float: right;
      padding: 0 0 0 .5rem; }
    .frame-type-list .tx-terdata .terdata--filter-name {
      font-size: .7rem; }
    .frame-type-list .tx-terdata .terdata--industry-image-1 {
      display: block;
      width: 30%;
      height: 0;
      padding: 30% 0 0;
      background-position: 50% 100%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      float: left; }
    .frame-type-list .tx-terdata .terdata--industry-image-2 {
      display: none; }
    .frame-type-list .tx-terdata .terdata--industry-name {
      margin-bottom: 1rem; }
    .frame-type-list .tx-terdata .terdata--industry-text {
      float: left;
      width: 70%; }
    .frame-type-list .tx-terdata .terdata--pgw {
      width: 50%;
      float: left;
      min-height: 1rem;
      padding: 0 1rem 0 0; }
    .frame-type-list .tx-terdata .terdata--sidebar {
      background: transparent;
      padding: 0 0 0 1rem; }
    .frame-type-list .tx-terdata .terdata--sidebar {
      width: 50%;
      float: left; }
    .frame-type-list .tx-terdata .terdata--industry-filters {
      padding: 1rem;
      background: #323E48; }
    .frame-type-list .tx-terdata .terdata--bum.screen-xs {
      display: none; }
    .frame-type-list .tx-terdata .terdata--bum.screen-sm {
      display: block; }
    .frame-type-list .tx-terdata .terdata--bum-headline {
      display: none; }
    .frame-type-list .tx-terdata .terdata--bum-image {
      width: 100%;
      height: 0;
      padding: 85% 0 0;
      margin: 0; }
      .frame-type-list .tx-terdata .terdata--bum-image img {
        position: absolute;
        top: 0;
        left: 0; }
    .frame-type-list .tx-terdata .terdata--bum-infos {
      padding: 1rem;
      background: #323E48; }
    .frame-type-list .tx-terdata .terdata--product {
      background: white; }
    .frame-type-list .tx-terdata .terdata--product-content {
      padding: 3rem 2rem; }
    .frame-type-list .tx-terdata .terdata--product-inquiry-links {
      float: left;
      width: 50%;
      padding-right: 1rem; }
    .frame-type-list .tx-terdata .terdata--product-inquiry-info {
      float: right;
      width: 50%;
      padding-left: 1rem; } }
  @media (min-width: 960px) {
    .frame-type-list .tx-terdata .terdata--group-1,
    .frame-type-list .tx-terdata .terdata--group-2 {
      padding: 2rem 2rem; }
    .frame-type-list .tx-terdata .terdata--group-1 {
      padding-left: 0; }
    .frame-type-list .tx-terdata .terdata--filter-productfamily,
    .frame-type-list .tx-terdata .terdata--filter-industry,
    .frame-type-list .tx-terdata .terdata--filter-branch {
      padding-left: 1rem;
      text-align: right;
      text-align-last: right; }
    .frame-type-list .tx-terdata .terdata--filter-form {
      width: 25%;
      padding-right: 1.5rem;
      padding-left: 0; }
    .frame-type-list .tx-terdata .terdata--filter-submit {
      padding: 0 2rem 0 0;
      background-color: transparent;
      color: #FDC300;
      font-weight: normal;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FDC300%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A"); }
    .frame-type-list .tx-terdata .terdata--filter-links {
      padding-left: 2rem; }
    .frame-type-list .tx-terdata .has-filter .terdata--filter-links {
      width: 75%;
      padding-left: 1.5rem; }
    .frame-type-list .tx-terdata .terdata--filter-name {
      font-size: .7rem; }
    .frame-type-list .tx-terdata .terdata--filter-list {
      margin: -.75rem; }
      .frame-type-list .tx-terdata .terdata--filter-list .item {
        width: 16.666%;
        padding: .75rem; }
    .frame-type-list .tx-terdata .terdata--industry {
      width: 68%;
      background: rgba(255, 209, 0, 0.9);
      padding: 2rem 2rem 2rem 0; }
    .frame-type-list .tx-terdata .terdata--industry-image-1 {
      float: left;
      width: 40%;
      height: 0;
      padding: 40% 0 0;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: 0 100%;
      background-size: 100% auto;
      overflow: hidden; }
    .frame-type-list .tx-terdata .terdata--industry-text {
      float: left;
      width: 60%;
      padding: 2rem 2rem 2rem 0; }
    .frame-type-list .tx-terdata .terdata--pgw {
      width: 68%;
      padding-right: 2rem; }
    .frame-type-list .tx-terdata .terdata--pgw-container {
      position: relative; }
    .frame-type-list .tx-terdata .terdata--pgw-list {
      margin: 0;
      min-height: 5rem; }
      .frame-type-list .tx-terdata .terdata--pgw-list.columns-2 {
        column-count: 2;
        column-gap: 2rem; }
      .frame-type-list .tx-terdata .terdata--pgw-list.columns-1 {
        width: 50%; }
    .frame-type-list .tx-terdata .terdata--pgw-productfamily,
    .frame-type-list .tx-terdata .terdata--pgw-products {
      padding: 0;
      border: 0; }
    .frame-type-list .tx-terdata .terdata--pgw-productfamily {
      cursor: auto;
      background: transparent; }
      .frame-type-list .tx-terdata .terdata--pgw-productfamily.active {
        background: transparent; }
    .frame-type-list .tx-terdata .terdata--sidebar {
      width: 32%;
      padding-left: 0; }
    .frame-type-list .tx-terdata .terdata--bum-image {
      padding: 0;
      height: auto; }
      .frame-type-list .tx-terdata .terdata--bum-image img {
        position: static; }
      .frame-type-list .tx-terdata .terdata--bum-image + .terdata--bum-infos {
        background: rgba(50, 62, 72, 0.8); }
    .frame-type-list .tx-terdata .terdata--bum-infos {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .frame-type-list .tx-terdata .terdata--product-info {
      width: 68%;
      padding-right: 2rem;
      float: left; }
    .frame-type-list .tx-terdata .terdata--product-inquiry {
      width: 32%;
      float: left; }
    .frame-type-list .tx-terdata .terdata--product-inquiry-links,
    .frame-type-list .tx-terdata .terdata--product-inquiry-info {
      float: none;
      width: 100%; }
    .frame-type-list .tx-terdata .terdata--product-inquiry-links {
      padding-right: 0; }
    .frame-type-list .tx-terdata .terdata--product-inquiry-info {
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .frame-type-list .tx-terdata .terdata--filter-list {
      /*display: flex;
      justify-content: center;
      flex-wrap: wrap; */ }
      .frame-type-list .tx-terdata .terdata--filter-list .item {
        width: 11.111%; }
    .frame-type-list .tx-terdata .has-filter .terdata--filter-links .terdata--filter-list {
      display: block; }
      .frame-type-list .tx-terdata .has-filter .terdata--filter-links .terdata--filter-list .item {
        width: 14%; }
    .frame-type-list .tx-terdata .terdata--filter-name {
      font-size: .85rem;
      font-weight: normal;
      font-style: normal; } }
  @media (min-width: 1200px) and (max-width: 639px) {
    .frame-type-list .tx-terdata .terdata--filter-name {
      font-size: .6rem; } }
  @media (min-width: 1200px) and (min-width: 960px) {
    .frame-type-list .tx-terdata .terdata--filter-name {
      font-size: .75rem; } }

.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1.has-industry,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1.has-pgws,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2 {
  padding-bottom: 4rem; }
.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3 {
  position: relative; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1:before,
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2:before,
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3:before {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-style: solid;
    border-width: 0 2rem 2rem 2rem;
    border-color: transparent transparent #FFD100 transparent; }
.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1 {
  margin-top: 2rem;
  background: #FFD100; }
.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2 {
  border-top: .3rem white solid;
  background: #FFD100; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2:before {
    top: -2.4rem;
    border-width: 0 2.4rem 2.4rem 2.4rem;
    border-color: transparent transparent white transparent; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2:after {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-style: solid;
    border-width: 0 2rem 2rem 2rem;
    border-color: transparent transparent #FFD100 transparent; }
.frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3 {
  display: none; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3:before {
    border-color: transparent transparent #323E48 transparent; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3.has-pgws, .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3.has-industry {
    display: block; }
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-form .sk-three-bounce {
  background-color: rgba(255, 209, 0, 0.9); }
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-productfamily,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-industry,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-branch {
  border-color: white; }
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-submit {
  color: white;
  background-color: #323E48; }
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-link {
  border-color: white; }
.frame-type-list.frame-layout-6 .tx-terdata .item.active .terdata--filter-link,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-link:active,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-link:focus,
.frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-link:hover {
  border-color: #323E48; }
@media (min-width: 640px) {
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1,
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2,
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3 {
    padding: 3rem 2rem;
    position: relative; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2 {
    padding-left: 0;
    background: #FFD100;
    border-bottom: .3rem white solid; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3 {
    background: rgba(255, 255, 255, 0.9); }
    .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3:before, .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3:after {
      border: 0; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--background-image-image {
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }
@media (min-width: 960px) {
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1:before,
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3:before {
    top: -4rem;
    border-width: 0 4rem 4rem 4rem; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2 {
    padding-left: 2rem;
    background: transparent; }
    .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2, .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2:before, .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2:after {
      border: 0; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1 {
    margin-top: 4rem;
    padding-left: 0; }
    .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1.has-industry, .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-1.has-pgws {
      padding-bottom: 4rem; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-2 {
    padding-bottom: 6rem; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3 {
    background: white;
    margin-bottom: .3rem; }
    .frame-type-list.frame-layout-6 .tx-terdata .terdata--group-3:before {
      border-style: solid;
      border-color: transparent transparent white transparent; }
  .frame-type-list.frame-layout-6 .tx-terdata .terdata--filter-submit {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A");
    background-color: transparent; } }

/**
 * TER: Business Unit Manager
 */
.frame-type-list .tx-ter-bum {
  position: relative;
  min-height: 1rem;
  flex-grow: 0;
  flex-shrink: 0;
  background: #FFD100; }
  .frame-type-list .tx-ter-bum .ter-bum--preview {
    padding: 1rem 3rem 1rem 1rem;
    background: no-repeat transparent right 1rem bottom 1rem;
    background-size: 30px auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.5%2011.6L15%2018l-6.5-6.4%22/%3E%3C/svg%3E");
    cursor: pointer; }
    .frame-type-list .tx-ter-bum .ter-bum--preview.active {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.5%2018.4L15%2012l6.5%206.4%22/%3E%3C/svg%3E"); }
  .frame-type-list .tx-ter-bum .ter-bum--headline {
    margin: 0 0 .5rem;
    color: #323E48;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25; }
    @media (min-width: 960px) {
      .frame-type-list .tx-ter-bum .ter-bum--headline {
        font-size: 1.25rem; } }
  .frame-type-list .tx-ter-bum .ter-bum--view {
    padding: 1rem 1rem 2rem;
    display: none; }
  .frame-type-list .tx-ter-bum .ter-bum--image {
    max-width: 100%;
    width: 15rem;
    height: 15rem;
    overflow: hidden;
    margin: 0 0 1rem;
    position: relative; }
    .frame-type-list .tx-ter-bum .ter-bum--image img {
      width: 100%;
      height: auto; }
  .frame-type-list .tx-ter-bum .ter-bum--infos * {
    margin: 0;
    color: #323E48; }
  .frame-type-list .tx-ter-bum .ter-bum--name {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    padding: 0; }
    @media (min-width: 960px) {
      .frame-type-list .tx-ter-bum .ter-bum--name {
        font-size: 1.25rem; } }
    .frame-type-list .tx-ter-bum .ter-bum--name span {
      color: white;
      display: inline-block;
      padding: 0 .5rem 0 0; }
  .frame-type-list .tx-ter-bum .ter-bum--position,
  .frame-type-list .tx-ter-bum .ter-bum--fax {
    padding: 0 0 .5rem; }
  @media (min-width: 640px) {
    .frame-type-list .tx-ter-bum .ter-bum--preview {
      display: none;
      cursor: auto; }
    .frame-type-list .tx-ter-bum .ter-bum--view {
      padding: 0; }
    .frame-type-list .tx-ter-bum .ter-bum--image {
      width: 50%;
      height: auto;
      padding: 40% 0 0;
      margin: 0;
      float: left; }
      .frame-type-list .tx-ter-bum .ter-bum--image img {
        position: absolute;
        top: 0;
        left: 0; }
      .frame-type-list .tx-ter-bum .ter-bum--image + .ter-bum--infos {
        background: rgba(255, 209, 0, 0.9); }
    .frame-type-list .tx-ter-bum .ter-bum--infos {
      padding: 1rem;
      background: #FFD100;
      float: left; }
    .frame-type-list .tx-ter-bum .ter-bum--name {
      padding: 0 0 .5rem; } }
  @media (min-width: 960px) {
    .frame-type-list .tx-ter-bum {
      background: none; }
      .frame-type-list .tx-ter-bum .ter-bum--view {
        padding: 0;
        display: block; }
      .frame-type-list .tx-ter-bum .ter-bum--image {
        width: 100%;
        height: 0;
        padding: 100% 0 0;
        margin: 0;
        float: none; }
        .frame-type-list .tx-ter-bum .ter-bum--image + .ter-bum--infos {
          background: rgba(255, 209, 0, 0.9); }
      .frame-type-list .tx-ter-bum .ter-bum--infos {
        width: 100%; } }
  @media (min-width: 1200px) {
    .frame-type-list .tx-ter-bum .ter-bum--image {
      height: auto;
      padding: 0; }
      .frame-type-list .tx-ter-bum .ter-bum--image img {
        position: static; }
    .frame-type-list .tx-ter-bum .ter-bum--infos {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .frame-type-list .tx-ter-bum .ter-bum--inner:not(.has-image) .ter-bum--infos {
      position: static; } }

/**
 * TER: Inquiry
 */
.frame-type-list .tx-terdata .terdata--inquiry-group-1,
.frame-type-list .tx-terdata .terdata--inquiry-group-2,
.frame-type-list .tx-terdata .terdata--inquiry-thanks {
  padding: 1rem 1rem; }
.frame-type-list .tx-terdata .terdata--inquiry-group-1,
.frame-type-list .tx-terdata .terdata--inquiry-thanks {
  background: #FFD100; }
.frame-type-list .tx-terdata .terdata--inquiry-group-1 {
  padding-bottom: 4rem; }
.frame-type-list .tx-terdata .terdata--inquiry-group-2 {
  position: relative; }
  .frame-type-list .tx-terdata .terdata--inquiry-group-2:before {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-style: solid;
    border-width: 0 2rem 2rem 2rem;
    border-color: transparent transparent #323E48 transparent; }
.frame-type-list .tx-terdata .terdata--inquiry-legend-1 {
  color: white;
  text-transform: uppercase;
  margin: 0 0 2rem; }
.frame-type-list .tx-terdata .terdata--inquiry-products {
  color: #323E48;
  width: 100%; }
  .frame-type-list .tx-terdata .terdata--inquiry-products td,
  .frame-type-list .tx-terdata .terdata--inquiry-products th {
    padding: .5rem 0;
    text-align: left; }
  .frame-type-list .tx-terdata .terdata--inquiry-products th {
    padding-top: 0;
    padding-bottom: 1rem; }
.frame-type-list .tx-terdata .terdata--inquiry-head {
  text-transform: uppercase;
  display: none; }
.frame-type-list .tx-terdata .terdata--inquiry-pgw-row td:last-child {
  border-bottom: 1px solid white; }
.frame-type-list .tx-terdata .terdata--inquiry-pgw-row.active td {
  border: 0; }
.frame-type-list .tx-terdata .terdata--inquiry-checkbox {
  position: relative;
  float: left;
  width: 100%;
  text-align: left; }
  .frame-type-list .tx-terdata .terdata--inquiry-checkbox label {
    display: inline-block; }
.frame-type-list .tx-terdata .terdata--inquiry-actions {
  width: 5rem; }
  .frame-type-list .tx-terdata .terdata--inquiry-actions .sk-three-bounce {
    background: #FFD100; }
.frame-type-list .tx-terdata .terdata--inquiry-action-delete,
.frame-type-list .tx-terdata .terdata--inquiry-action-message {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: 999rem;
  overflow: hidden;
  background: no-repeat 50% 50% transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M28.3%207.2c0%20.3-.3.6-.6.6h-1.8v17.9c0%202.1-1.4%203.8-3%203.8H7.2c-1.7%200-3-1.7-3-3.8V7.8H2.3c-.3%200-.6-.3-.6-.6V6c0-.3.3-.6.6-.6h5.8l1.3-3.1C9.9%201.3%2011%20.5%2012%20.5h6c1%200%202.1.8%202.5%201.7l1.3%203.1h5.8c.3%200%20.6.3.6.6v1.3zm-4.9.6H6.6v17.9c0%20.9.5%201.4.6%201.4h15.7c.1%200%20.6-.5.6-1.4V7.8zm-12%2015c0%20.3-.3.6-.6.6H9.6c-.3%200-.6-.3-.6-.6V12c0-.3.3-.6.6-.6h1.2c.3%200%20.6.3.6.6v10.8zm7.8-17.4l-.9-2.2c0-.1-.2-.2-.3-.3h-6c-.1%200-.3.1-.3.2l-.9%202.2h8.4zm-3%2017.4c0%20.3-.3.6-.6.6h-1.2c-.3%200-.6-.3-.6-.6V12c0-.3.3-.6.6-.6h1.2c.3%200%20.6.3.6.6v10.8zm4.8%200c0%20.3-.3.6-.6.6h-1.2c-.3%200-.6-.3-.6-.6V12c0-.3.3-.6.6-.6h1.2c.3%200%20.6.3.6.6v10.8z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E"); }
.frame-type-list .tx-terdata .terdata--inquiry-action-message {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M29.5%2017.1c0%20.3-.2.6-.5.7l-3.5.5c-.2.6-.4%201.2-.7%201.7.6.9%201.3%201.8%202%202.6.1.1.2.3.2.5s-.1.3-.2.4c-.5.6-3%203.4-3.6%203.4-.2%200-.3-.1-.5-.2l-2.6-2c-.5.3-1.1.5-1.7.7-.1%201.2-.2%202.4-.5%203.5-.1.3-.3.5-.7.5H13c-.3%200-.6-.2-.7-.6l-.5-3.5c-.6-.2-1.2-.4-1.7-.7l-2.7%202c-.2.3-.4.4-.5.4-.2%200-.3-.1-.5-.2-1-.9-2.3-2.1-3.1-3.2-.1-.1-.1-.3-.1-.4%200-.2.1-.3.2-.4.6-.9%201.3-1.7%202-2.6-.3-.6-.6-1.2-.8-1.9L1%2017.7c-.3-.1-.5-.4-.5-.7v-4.2c0-.3.2-.6.5-.7l3.5-.5c.2-.6.4-1.2.7-1.7-.6-.9-1.3-1.7-2-2.6-.1-.1-.2-.3-.2-.4%200-.2.1-.3.2-.4.5-.7%203-3.5%203.7-3.5.1%200%20.3.1.4.2l2.6%202c.5-.3%201.1-.5%201.7-.7.1-1.2.2-2.4.5-3.5.1-.3.3-.5.7-.5H17c.3%200%20.6.2.7.6l.5%203.5c.6.2%201.2.4%201.7.7l2.7-2c.2-.2.4-.3.5-.3.2%200%20.3.1.5.2%201%20.9%202.3%202.1%203.1%203.2.1.1.1.3.1.4%200%20.2-.1.3-.2.4-.6.9-1.3%201.7-2%202.6.3.6.6%201.2.8%201.9l3.5.5c.3.1.5.4.5.7v4.2zM15%2010.2c-2.7%200-4.8%202.2-4.8%204.8s2.2%204.8%204.8%204.8%204.8-2.2%204.8-4.8-2.1-4.8-4.8-4.8z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E"); }
  .frame-type-list .tx-terdata .terdata--inquiry-action-message.active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M29.5%2017.1c0%20.3-.2.6-.5.7l-3.5.5c-.2.6-.4%201.2-.7%201.7.6.9%201.3%201.8%202%202.6.1.1.2.3.2.5s-.1.3-.2.4c-.5.6-3%203.4-3.6%203.4-.2%200-.3-.1-.5-.2l-2.6-2c-.5.3-1.1.5-1.7.7-.1%201.2-.2%202.4-.5%203.5-.1.3-.3.5-.7.5H13c-.3%200-.6-.2-.7-.6l-.5-3.5c-.6-.2-1.2-.4-1.7-.7l-2.7%202c-.2.3-.4.4-.5.4-.2%200-.3-.1-.5-.2-1-.9-2.3-2.1-3.1-3.2-.1-.1-.1-.3-.1-.4%200-.2.1-.3.2-.4.6-.9%201.3-1.7%202-2.6-.3-.6-.6-1.2-.8-1.9L1%2017.7c-.3-.1-.5-.4-.5-.7v-4.2c0-.3.2-.6.5-.7l3.5-.5c.2-.6.4-1.2.7-1.7-.6-.9-1.3-1.7-2-2.6-.1-.1-.2-.3-.2-.4%200-.2.1-.3.2-.4.5-.7%203-3.5%203.7-3.5.1%200%20.3.1.4.2l2.6%202c.5-.3%201.1-.5%201.7-.7.1-1.2.2-2.4.5-3.5.1-.3.3-.5.7-.5H17c.3%200%20.6.2.7.6l.5%203.5c.6.2%201.2.4%201.7.7l2.7-2c.2-.2.4-.3.5-.3.2%200%20.3.1.5.2%201%20.9%202.3%202.1%203.1%203.2.1.1.1.3.1.4%200%20.2-.1.3-.2.4-.6.9-1.3%201.7-2%202.6.3.6.6%201.2.8%201.9l3.5.5c.3.1.5.4.5.7v4.2zM15%2010.2c-2.7%200-4.8%202.2-4.8%204.8s2.2%204.8%204.8%204.8%204.8-2.2%204.8-4.8-2.1-4.8-4.8-4.8z%22%20fill%3D%22%23323e48%22/%3E%3C/svg%3E"); }
.frame-type-list .tx-terdata .terdata--inquiry-message-row td {
  padding: 0; }
.frame-type-list .tx-terdata .terdata--inquiry-message-row.active td {
  border-bottom: 1px solid white; }
.frame-type-list .tx-terdata .terdata--inquiry-message {
  position: relative;
  display: none;
  margin: .5rem 0; }
  .frame-type-list .tx-terdata .terdata--inquiry-message textarea::-webkit-input-placeholder, .frame-type-list .tx-terdata .terdata--inquiry-message textarea::-ms-input-placeholder, .frame-type-list .tx-terdata .terdata--inquiry-message textarea:-ms-input-placeholder, .frame-type-list .tx-terdata .terdata--inquiry-message textarea::placeholder {
    font-style: italic; }
  .frame-type-list .tx-terdata .terdata--inquiry-message.active {
    display: block; }
  .frame-type-list .tx-terdata .terdata--inquiry-message:before {
    content: '';
    display: block;
    position: absolute;
    top: -.5rem;
    left: .5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .5rem .5rem .5rem;
    border-color: transparent transparent white transparent; }
.frame-type-list .tx-terdata .terdata--inquiry-group-2 {
  background: #323E48; }
.frame-type-list .tx-terdata .terdata--inquiry-legend-2 {
  color: #FFD100;
  text-transform: uppercase;
  margin: 0 0 2rem; }
.frame-type-list .tx-terdata .terdata--inquiry-form-1 {
  margin-bottom: 3rem; }
.frame-type-list .tx-terdata .terdata--inquiry-input {
  margin-bottom: .75rem; }
  .frame-type-list .tx-terdata .terdata--inquiry-input:focus:invalid {
    background: #FFD100;
    border: 0; }
  .frame-type-list .tx-terdata .terdata--inquiry-input:last-child {
    margin-bottom: 0; }
.frame-type-list .tx-terdata .terdata--inquiry-textarea {
  margin-bottom: 1.5rem; }
.frame-type-list .tx-terdata .terdata--form-info {
  color: white;
  font-size: .85rem;
  font-weight: normal;
  font-style: normal; }
  @media (max-width: 639px) {
    .frame-type-list .tx-terdata .terdata--form-info {
      font-size: .6rem; } }
  @media (min-width: 960px) {
    .frame-type-list .tx-terdata .terdata--form-info {
      font-size: .75rem; } }
.frame-type-list .tx-terdata .terdata--inquiry-submit {
  border: 0;
  padding: 1rem 3rem;
  color: #323E48;
  float: right;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  background: #FFD100 no-repeat top 50% right 0;
  background-size: 30px auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A"); }
.frame-type-list .tx-terdata .terdata--inquiry-thanks pre {
  padding: 1rem;
  background-color: white;
  color: #323E48;
  font: inherit;
  font-size: .85rem;
  font-weight: normal;
  font-style: normal;
  max-height: 20rem;
  overflow-y: scroll; }
  @media (max-width: 639px) {
    .frame-type-list .tx-terdata .terdata--inquiry-thanks pre {
      font-size: .6rem; } }
  @media (min-width: 960px) {
    .frame-type-list .tx-terdata .terdata--inquiry-thanks pre {
      font-size: .75rem; } }
.frame-type-list .tx-terdata .terdata--inquiry-block-1 p {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: white;
  margin: 0; }
  @media (min-width: 960px) {
    .frame-type-list .tx-terdata .terdata--inquiry-block-1 p {
      font-size: 1.25rem; } }
@media (min-width: 640px) {
  .frame-type-list .tx-terdata .terdata--inquiry-group-1,
  .frame-type-list .tx-terdata .terdata--inquiry-group-2,
  .frame-type-list .tx-terdata .terdata--inquiry-thanks {
    padding: 2rem 2rem; }
  .frame-type-list .tx-terdata .terdata--inquiry-head {
    display: table-header-group; }
  .frame-type-list .tx-terdata .terdata--inquiry-products td,
  .frame-type-list .tx-terdata .terdata--inquiry-products th {
    text-align: center;
    padding-left: .5rem;
    padding-right: .5rem; }
    .frame-type-list .tx-terdata .terdata--inquiry-products td:first-child,
    .frame-type-list .tx-terdata .terdata--inquiry-products th:first-child {
      padding-left: 0;
      padding-right: 1.5rem;
      text-align: left; }
    .frame-type-list .tx-terdata .terdata--inquiry-products td:last-child,
    .frame-type-list .tx-terdata .terdata--inquiry-products th:last-child {
      padding-right: 0;
      text-align: right; }
  .frame-type-list .tx-terdata .terdata--inquiry-checkbox {
    float: none;
    border-bottom: 1px solid white;
    width: auto; }
    .frame-type-list .tx-terdata .terdata--inquiry-checkbox label {
      display: none; }
    .frame-type-list .tx-terdata .terdata--inquiry-checkbox:last-child {
      text-align: right; }
  .frame-type-list .tx-terdata .terdata--inquiry-actions {
    text-align: right;
    display: inline-block; }
  .frame-type-list .tx-terdata .terdata--inquiry-message:before {
    left: auto;
    right: 2rem; } }
@media (min-width: 960px) {
  .frame-type-list .tx-terdata .terdata--inquiry-group-1,
  .frame-type-list .tx-terdata .terdata--inquiry-group-2,
  .frame-type-list .tx-terdata .terdata--inquiry-thanks {
    padding: 2rem 2rem; }
  .frame-type-list .tx-terdata .terdata--inquiry-group-1 {
    padding-bottom: 6rem; }
  .frame-type-list .tx-terdata .terdata--inquiry-group-2:before {
    top: -4rem;
    border-width: 0 4rem 4rem 4rem; }
  .frame-type-list .tx-terdata .terdata--inquiry-block-1 {
    float: left;
    padding: 0 1.5rem 0 2rem;
    text-align: right;
    width: 33%;
    min-height: 1rem; }
  .frame-type-list .tx-terdata .terdata--inquiry-block-2 {
    min-height: 1rem;
    float: left;
    padding: 0 8rem 0 1.5rem;
    width: 67%; } }

/**
 * Custom content elements
 */
.ter-bg {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 2rem; }
  .ter-bg + div {
    margin-top: 2rem; }
  .ter-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-style: solid;
    border-width: 0 2rem 2rem 2rem; }
  .ter-bg.background-color--yellow {
    background-color: #FFD100; }
    .ter-bg.background-color--yellow:before {
      border-color: transparent transparent #FFD100 transparent; }
  .ter-bg.background-color--anthracite {
    background-color: #323E48; }
    .ter-bg.background-color--anthracite:before {
      border-color: transparent transparent #323E48 transparent; }
  .ter-bg ~ .frame-type-list .news--container .news--item-more,
  .ter-bg ~ .frame-type-list .news--container .news--item-headline {
    color: white; }
  .ter-bg ~ .frame-type-textpic header * {
    color: white; }
  @media (min-width: 960px) {
    .ter-bg {
      margin-top: 4rem; }
      .ter-bg + div {
        margin-top: 4rem; }
      .ter-bg:before {
        top: -4rem;
        border-width: 0 4rem 4rem 4rem; } }

.ter-bg-image .ter-bg-image--image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
@media (min-width: 640px) {
  .ter-bg-image .ter-bg-image--image {
    display: block; } }

.ter-bu {
  width: 100%; }
  .ter-bu .ter-bu--headline {
    width: 100%;
    border: 0;
    padding-bottom: 2rem; }
    .ter-bu .ter-bu--headline * {
      display: block;
      background: #FFD100;
      position: relative;
      padding: 2rem 1rem;
      font-size: 1.25rem;
      color: #323E48;
      text-transform: uppercase;
      text-align: center;
      margin: 0; }
  .ter-bu .ter-bu--list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none; }
  .ter-bu .ter-bu--item {
    position: relative; }
    .ter-bu .ter-bu--item.active .ter-bu--header {
      color: white; }
    .ter-bu .ter-bu--item:last-child {
      border-top: 4px solid white; }
      .ter-bu .ter-bu--item:last-child .ter-bu--link-items {
        display: block; }
      .ter-bu .ter-bu--item:last-child .ter-bu--link-item {
        padding: 1rem 0;
        text-transform: uppercase; }
      .ter-bu .ter-bu--item:last-child .ter-bu--inner {
        border: 0; }
    .ter-bu .ter-bu--item.has-headline .ter-bu--link, .ter-bu .ter-bu--item.has-headline .ter-bu--link:active, .ter-bu .ter-bu--item.has-headline .ter-bu--link:hover, .ter-bu .ter-bu--item.has-headline .ter-bu--link:focus {
      text-transform: none; }
  .ter-bu .ter-bu--inner {
    display: block;
    background: #FFD100;
    position: relative;
    padding: 1rem; }
  .ter-bu .ter-bu--header {
    color: #323E48;
    text-transform: uppercase;
    font-weight: normal;
    display: block; }
  .ter-bu .ter-bu--link-items {
    list-style: none;
    padding: 0;
    margin: 0; }
  .ter-bu .ter-bu--link-item {
    padding: .5rem 0; }
  .ter-bu .ter-bu--link, .ter-bu .ter-bu--link:active, .ter-bu .ter-bu--link:hover, .ter-bu .ter-bu--link:focus {
    text-decoration: none;
    color: #323E48;
    text-transform: uppercase; }
  .ter-bu .ter-bu--link:active, .ter-bu .ter-bu--link:hover, .ter-bu .ter-bu--link:focus {
    color: white; }
  .ter-bu .ter-bu--pointers {
    padding-top: 3rem;
    background: #FFD100;
    border-bottom: 4px solid white;
    position: relative; }
    .ter-bu .ter-bu--pointers:before, .ter-bu .ter-bu--pointers:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -4px;
      left: 50%;
      width: 0;
      height: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      border-style: solid;
      border-width: 0 2rem 2rem 2rem;
      border-color: transparent transparent #FFD100 transparent; }
    .ter-bu .ter-bu--pointers:before {
      border-width: 0 2.4rem 2.4rem 2.4rem;
      border-color: transparent transparent white transparent; }
  .ter-bu .ter-bu--content {
    display: none; }
    .ter-bu .ter-bu--content.active {
      display: flex;
      background-color: #FFD100; }
  @media (max-width: 639px) {
    .ter-bu {
      padding: 0; }
      .ter-bu .ter-bu--inner {
        border-bottom: 1px solid white; }
      .ter-bu .ter-bu--header {
        padding: 0 2rem 0 0;
        margin: .5rem 0;
        cursor: pointer;
        height: 30px;
        line-height: 30px;
        background: transparent no-repeat top 50% right 0;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.5%2011.6L15%2018l-6.5-6.4%22/%3E%3C/svg%3E"); }
        .ter-bu .ter-bu--header.active {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.5%2018.4L15%2012l6.5%206.4%22/%3E%3C/svg%3E"); }
      .ter-bu .ter-bu--link-items {
        display: none; }
      .ter-bu .frame-type-list .tx-ter-bum {
        padding: 1rem; }
        .ter-bu .frame-type-list .tx-ter-bum .ter-bum--view {
          padding: 1rem 0 0; }
      .ter-bu .ter-bu--content.active {
        flex-wrap: wrap; }
      .ter-bu .ter-bu--content > * {
        width: 100%;
        flex-shrink: 0;
        flex-grow: 0; }
        .ter-bu .ter-bu--content > *:first-child {
          order: 1; } }
  @media (min-width: 640px) {
    .ter-bu .ter-bu--list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: stretch;
      margin: 0 -.5rem; }
    .ter-bu .ter-bu--item {
      flex-basis: 33.33%;
      padding: 0 .5rem;
      flex-grow: 1;
      text-align: center; }
      .ter-bu .ter-bu--item:last-child {
        width: 100%;
        flex-basis: 100%;
        flex-shrink: 0;
        border: 0;
        padding-top: 2rem; }
        .ter-bu .ter-bu--item:last-child .ter-bu--inner {
          width: 100%;
          height: auto; }
        .ter-bu .ter-bu--item:last-child .ter-bu--link-item {
          padding-top: .5rem;
          padding-bottom: .5rem; }
    .ter-bu .ter-bu--inner {
      width: 100%;
      height: 100%; }
    .ter-bu .ter-bu--header {
      text-align: center; }
    .ter-bu .ter-bu--pointers {
      background: none;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      border: 0; }
      .ter-bu .ter-bu--pointers:before, .ter-bu .ter-bu--pointers:after {
        display: none; }
    .ter-bu .ter-bu--pointer-group {
      width: 33%;
      position: relative;
      flex-grow: 0;
      padding: 0 .5rem; }
      .ter-bu .ter-bu--pointer-group:last-child {
        width: 100%;
        flex-shrink: 0; }
        .ter-bu .ter-bu--pointer-group:last-child .ter-bu--inner {
          width: 100%;
          height: auto; }
    .ter-bu .ter-bu--pointer {
      padding: 0 .5rem; }
      .ter-bu .ter-bu--pointer.active:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        transform: rotate(360deg) translateX(-50%);
        -webkit-transform: rotate(360deg) translateX(-50%);
        border-style: solid;
        border-width: 0 2rem 2rem 2rem;
        border-color: transparent transparent #FFD100 transparent; }
    .ter-bu .ter-bu--content {
      padding: 2rem; }
      .ter-bu .ter-bu--content > * {
        width: auto; } }
  @media (min-width: 960px) {
    .ter-bu {
      padding-left: 4rem;
      padding-right: 4rem; }
      .ter-bu .ter-bu--pointers {
        padding-top: 5rem; }
      .ter-bu .ter-bu--pointer-group {
        padding: 0 1rem; }
      .ter-bu .ter-bu--pointer {
        padding: 0 1.25rem; }
        .ter-bu .ter-bu--pointer.active:after {
          border-width: 0 4rem 4rem 4rem; }
      .ter-bu .ter-bu--content {
        padding: 4rem;
        align-items: stretch; }
        .ter-bu .ter-bu--content > * {
          width: auto; }
          .ter-bu .ter-bu--content > *:first-child, .ter-bu .ter-bu--content > *:last-child {
            order: 0; } }
  @media (min-width: 1200px) {
    .ter-bu .ter-bu--header {
      top: 0;
      font-size: 1.2rem; }
    .ter-bu .ter-bu--list {
      margin: 0 -1rem; }
    .ter-bu .ter-bu--item {
      padding: 1rem; }
      .ter-bu .ter-bu--item:not(:last-child) .ter-bu--inner {
        width: 100%;
        padding: 55% 0 0;
        position: relative; }
      .ter-bu .ter-bu--item:not(:last-child) .ter-bu--header,
      .ter-bu .ter-bu--item:not(:last-child) .ter-bu--link-items {
        position: absolute;
        left: 50%;
        width: 100%;
        padding: 1.25rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .ter-bu .ter-bu--item:not(:last-child) .ter-bu--link-items {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .ter-bu .ter-bu--item.has-headline .ter-bu--inner {
        padding: 100% 0 0; }
      .ter-bu .ter-bu--item.has-headline .ter-bu--link-items {
        top: 25%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .ter-bu .ter-text .ter-text--intro * {
    color: white; }
  @media (max-width: 959px) {
    .ter-bu .ter-text .ter-text--background-color {
      padding: 0; }
      .ter-bu .ter-text .ter-text--background-color:before {
        background: linear-gradient(to bottom, rgba(255, 209, 0, 0), #FFD100); }
      .ter-bu .ter-text .ter-text--background-color:after {
        background: #FFD100; }
    .ter-bu .ter-text .ter-text--headline *,
    .ter-bu .ter-text .ter-text--content * {
      color: #323E48; }
    .ter-bu .ter-text.is-excerpt .ter-text--more {
      background-color: white; }
      .ter-bu .ter-text.is-excerpt .ter-text--more:after {
        border-color: white transparent transparent transparent; } }
  @media (min-width: 640px) {
    .ter-bu .ter-text {
      padding: 0 0 0 1rem; } }
  @media (min-width: 960px) {
    .ter-bu .ter-text {
      width: 67%;
      padding-right: 1rem; }
      .ter-bu .ter-text:not(.has-background-color) {
        padding-top: 0; }
      .ter-bu .ter-text.has-background-color .ter-text--background-color {
        align-content: center;
        display: flex;
        flex-wrap: wrap; }
      .ter-bu .ter-text .ter-text--block-1 {
        text-align: left;
        width: 100%;
        flex-shrink: 0; }
      .ter-bu .ter-text .ter-text--block-2 {
        width: 100%;
        flex-shrink: 0; }
      .ter-bu .ter-text.has-header .ter-text--block-1 {
        padding: 0; }
      .ter-bu .ter-text.has-header .ter-text--block-2 {
        padding: 0; }
      .ter-bu .ter-text .ter-text--headline {
        position: static;
        margin-bottom: 2rem; } }
  .ter-bu .frame-type-list .tx-ter-bum {
    padding: 1rem;
    background: #323E48; }
    .ter-bu .frame-type-list .tx-ter-bum .ter-bum--preview {
      background-color: white; }
    .ter-bu .frame-type-list .tx-ter-bum .ter-bum--infos {
      background: #323E48; }
      .ter-bu .frame-type-list .tx-ter-bum .ter-bum--infos * {
        color: white; }
    .ter-bu .frame-type-list .tx-ter-bum .ter-bum--name span {
      color: #FFD100; }
  @media (min-width: 640px) {
    .ter-bu .frame-type-list .tx-ter-bum {
      padding: 0; }
      .ter-bu .frame-type-list .tx-ter-bum .ter-bum--image {
        max-width: 100%;
        width: 15rem;
        padding: 100% 0 0;
        overflow: hidden;
        margin: 0 0 1rem;
        position: relative;
        float: none; }
        .ter-bu .frame-type-list .tx-ter-bum .ter-bum--image img {
          position: absolute;
          top: 0;
          left: 0; } }
  @media (min-width: 960px) {
    .ter-bu .frame-type-list {
      width: 33%; }
      .ter-bu .frame-type-list .tx-ter-bum .ter-bum--image {
        width: 100%; }
      .ter-bu .frame-type-list:first-child {
        padding-right: 1rem; }
      .ter-bu .frame-type-list:last-child {
        padding-left: 1rem; } }
  @media (min-width: 1200px) {
    .ter-bu .frame-type-list .tx-ter-bum .ter-bum--image {
      height: auto;
      padding: 0; }
      .ter-bu .frame-type-list .tx-ter-bum .ter-bum--image img {
        position: static; }
    .ter-bu .frame-type-list .tx-ter-bum .ter-bum--infos {
      background: rgba(50, 62, 72, 0.8); } }

.ter-header .ter-header--text {
  font-size: 1.6875rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.22;
  padding: 1rem 1rem; }
  @media (min-width: 960px) {
    .ter-header .ter-header--text {
      font-size: 2.8125rem;
      line-height: 1.15; } }
  @media (max-width: 959px) {
    .ter-header .ter-header--text br {
      display: none; } }
.ter-header .ter-header--image {
  position: relative;
  padding: 80% 0 0;
  overflow: hidden; }
  .ter-header .ter-header--image img {
    top: 50%;
    left: 50%;
    position: absolute;
    max-width: none;
    height: 100%;
    width: auto; }
@media (min-width: 640px) {
  .ter-header .ter-header--image {
    padding: 62.5% 0 0; }
    .ter-header .ter-header--image img {
      width: 100%;
      height: auto; } }
@media (min-width: 960px) {
  .ter-header .ter-header--text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10rem 0 0;
    text-align: right;
    width: 36%; }
  .ter-header.frame-layout-17 .ter-header--text {
    top: auto;
    bottom: 9rem; } }
@media (min-width: 1200px) {
  .ter-header .ter-header--text {
    padding: 15rem 0 0; } }

.ter-image {
  position: relative;
  width: 100%; }
  .ter-image .ter-image--image img {
    width: 100%;
    height: auto; }
  .ter-image .ter-image--text {
    padding: 1rem 1rem;
    text-align: left;
    background: #FFD100;
    color: white; }
  .ter-image .ter-image--header {
    font-size: .85rem;
    font-weight: normal;
    font-style: normal;
    color: #323E48;
    text-transform: uppercase;
    margin: 0 0 1rem; }
    @media (max-width: 639px) {
      .ter-image .ter-image--header {
        font-size: .6rem; } }
    @media (min-width: 960px) {
      .ter-image .ter-image--header {
        font-size: .75rem; } }
  .ter-image.frame-layout-16 {
    border-top: .5rem solid white;
    border-bottom: .5rem solid white; }
    .ter-image.frame-layout-16 .contenttable td {
      padding-bottom: 1rem;
      vertical-align: top; }
      .ter-image.frame-layout-16 .contenttable td:last-child {
        padding-bottom: 0; }
      .ter-image.frame-layout-16 .contenttable td:first-child,
      .ter-image.frame-layout-16 .contenttable td:first-child * {
        color: #323E48;
        font-size: .85rem;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase; }
        @media (max-width: 639px) {
          .ter-image.frame-layout-16 .contenttable td:first-child,
          .ter-image.frame-layout-16 .contenttable td:first-child * {
            font-size: .6rem; } }
        @media (min-width: 960px) {
          .ter-image.frame-layout-16 .contenttable td:first-child,
          .ter-image.frame-layout-16 .contenttable td:first-child * {
            font-size: .75rem; } }
  @media (min-width: 640px) {
    .ter-image .ter-image--text {
      padding: 2rem 2rem; }
    .ter-image .contenttable td {
      padding-bottom: 0; } }
  @media (min-width: 960px) {
    .ter-image .ter-image--text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 209, 0, 0.9);
      padding: 2rem 2rem; }
    .ter-image .contenttable td:not(:first-child) {
      width: 25%; }
    .ter-image .contenttable td:last-child {
      width: 35%; } }

.ter-partner {
  background: #323E48;
  padding-top: 2rem; }
  .ter-partner .ter-partner--list {
    padding: 3rem 0 0;
    margin: 0;
    border-top: 1px solid #FFD100;
    list-style: none;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center; }
    .ter-partner .ter-partner--list .item {
      flex-shrink: 0;
      padding: 1rem;
      width: 33%;
      float: left; }
  @media (min-width: 960px) {
    .ter-partner {
      background: rgba(50, 62, 72, 0.8); }
      .ter-partner .ter-partner--list {
        padding: 2rem 0;
        justify-content: center; }
        .ter-partner .ter-partner--list .item {
          padding: 0 .5rem;
          width: 14%; } }

.ter-links {
  padding: 1rem 1rem;
  position: relative; }
  .ter-links .ter-links--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-attachment: fixed; }
  .ter-links .ter-links--list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
  .ter-links .ter-links--item {
    display: block;
    padding: 0 .5rem;
    position: relative;
    width: 33.33%; }
    .ter-links .ter-links--item:not(.has-icon) .ter-links--link {
      height: 8rem;
      display: table; }
    .ter-links .ter-links--item:not(.has-icon) .ter-links--header {
      height: 8rem;
      display: table-cell;
      vertical-align: middle;
      height: 7rem;
      display: table-cell;
      vertical-align: middle; }
    .ter-links .ter-links--item.has-icon .ter-links--header {
      background: #FFD100;
      padding: .5rem .25rem;
      color: #323E48; }
    .ter-links .ter-links--item.has-icon .ter-links--link:hover .ter-links--header, .ter-links .ter-links--item.has-icon .ter-links--link:active .ter-links--header, .ter-links .ter-links--item.has-icon .ter-links--link:focus .ter-links--header {
      color: #FFD100;
      background: #323E48; }
  .ter-links .ter-links--link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #FFD100;
    position: relative;
    padding: 0;
    text-overflow: ellipsis; }
    .ter-links .ter-links--link, .ter-links .ter-links--link:hover, .ter-links .ter-links--link:active, .ter-links .ter-links--link:focus {
      text-decoration: none; }
    .ter-links .ter-links--link:hover .ter-links--header, .ter-links .ter-links--link:active .ter-links--header, .ter-links .ter-links--link:focus .ter-links--header {
      color: #323E48; }
  .ter-links .ter-links--header {
    margin: 0;
    font-size: .6rem;
    color: white;
    text-transform: uppercase;
    text-align: center;
    flex-grow: 1;
    overflow: hidden; }
  @media (min-width: 640px) {
    .ter-links {
      padding: 2rem 2rem; }
      .ter-links .ter-links--item {
        width: auto; }
      .ter-links .ter-links--link {
        width: 10rem; }
      .ter-links .ter-links--header {
        font-size: .85rem;
        font-weight: normal;
        font-style: normal; } }
    @media (min-width: 640px) and (max-width: 639px) {
      .ter-links .ter-links--header {
        font-size: .6rem; } }
    @media (min-width: 640px) and (min-width: 960px) {
      .ter-links .ter-links--header {
        font-size: .75rem; } }

  @media (min-width: 960px) {
    .ter-links {
      padding: 2rem 2rem; }
      .ter-links .ter-links--item.has-icon .ter-links--header {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 209, 0, 0.9);
        padding: 1.25rem; }
      .ter-links .ter-links--item.has-icon .ter-links--link:hover .ter-links--header, .ter-links .ter-links--item.has-icon .ter-links--link:active .ter-links--header, .ter-links .ter-links--item.has-icon .ter-links--link:focus .ter-links--header {
        background: rgba(50, 62, 72, 0.8); }
      .ter-links .ter-links--link {
        display: block;
        width: 12rem;
        height: 12rem;
        padding: .5rem;
        overflow: hidden; }
      .ter-links .ter-links--icons,
      .ter-links .ter-links--icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media (min-width: 1200px) {
    .ter-links .ter-links--item {
      padding: 0 1rem; }
      .ter-links .ter-links--item:not(.has-icon) .ter-links--link {
        height: 18rem;
        display: table; }
      .ter-links .ter-links--item:not(.has-icon) .ter-links--header {
        height: 15.5rem;
        display: table-cell;
        vertical-align: middle; }
    .ter-links .ter-links--link {
      width: 18rem;
      height: 18rem;
      padding: 1.25rem; }
    .ter-links .ter-links--header {
      font-size: 1.2rem; } }

.ter-switchable {
  padding-bottom: 3rem;
  position: relative; }
  .ter-switchable .ter-switchable--list {
    padding: 0;
    margin: 0 0 2rem;
    list-style: none;
    text-align: center; }
  .ter-switchable .ter-switchable--item {
    display: inline-block;
    padding: .1rem; }
    .ter-switchable .ter-switchable--item.active .ter-switchable--action {
      background: #323E48;
      color: #FFD100; }
  .ter-switchable .ter-switchable--divider {
    display: none;
    width: 100%;
    height: 1px; }
  .ter-switchable .ter-switchable--action {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    background: #FFD100;
    color: #323E48;
    position: relative;
    padding: .25rem;
    margin: 0;
    font-size: .75rem;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden; }
    .ter-switchable .ter-switchable--action, .ter-switchable .ter-switchable--action:hover, .ter-switchable .ter-switchable--action:active, .ter-switchable .ter-switchable--action:focus {
      text-decoration: none; }
    .ter-switchable .ter-switchable--action:hover, .ter-switchable .ter-switchable--action:active, .ter-switchable .ter-switchable--action:focus {
      background: #323E48;
      color: #FFD100; }
  .ter-switchable .ter-switchable--content {
    display: none; }
    .ter-switchable .ter-switchable--content.active {
      display: block; }
  .ter-switchable .ter-switchable--headline {
    margin: 0 0 2rem; }
    .ter-switchable .ter-switchable--headline * {
      font-size: .85rem;
      font-weight: normal;
      font-style: normal;
      margin: 0; }
      @media (max-width: 639px) {
        .ter-switchable .ter-switchable--headline * {
          font-size: .6rem; } }
      @media (min-width: 960px) {
        .ter-switchable .ter-switchable--headline * {
          font-size: .75rem; } }
      .ter-switchable .ter-switchable--headline * br {
        display: none; }
  .ter-switchable .ter-switchable--intro {
    margin: 0 0 2rem; }
    .ter-switchable .ter-switchable--intro * {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #FDC300;
      margin: 0; }
      @media (min-width: 960px) {
        .ter-switchable .ter-switchable--intro * {
          font-size: 1.25rem; } }
  @media (max-width: 350px) {
    .ter-switchable .ter-switchable--divider {
      display: block; } }
  @media (min-width: 640px) {
    .ter-switchable .ter-switchable--block-1,
    .ter-switchable .ter-switchable--block-2 {
      float: left;
      position: relative; }
    .ter-switchable .ter-switchable--block-1 {
      padding: 4.5rem 1rem 0 0;
      text-align: right;
      width: 33%; }
    .ter-switchable .ter-switchable--block-2 {
      padding: 4.5rem 8rem 0 1rem;
      width: 67%; }
    .ter-switchable .ter-switchable--divider {
      display: block; }
    .ter-switchable .ter-switchable--headline {
      position: absolute;
      top: 2.5rem;
      left: 1.5rem;
      margin: 0; }
    .ter-switchable .ter-switchable--list {
      text-align: right;
      margin: -.25rem; }
    .ter-switchable .ter-switchable--item {
      padding: .25rem; }
    .ter-switchable .ter-switchable--action {
      width: 5rem;
      height: 5rem; } }
  @media (min-width: 960px) {
    .ter-switchable .ter-switchable--block-1 {
      padding: 4.5rem 1.5rem 0 0; }
    .ter-switchable .ter-switchable--block-2 {
      padding: 4.5rem 8rem 0 1.5rem; }
    .ter-switchable .ter-switchable--list {
      text-align: right;
      margin: -.5rem; }
    .ter-switchable .ter-switchable--item {
      padding: .5rem; }
    .ter-switchable .ter-switchable--action {
      width: 7rem;
      height: 7rem; } }

.ter-text {
  display: flex;
  align-items: stretch;
  width: 100%;
    /*
    keine Hintergrundfarbe,0
    Wei├ƒ,1
    Wei├ƒ transparent,2
    TER Chemicals Gelb,3
    TER Chemicals Gelb transparent,4
    TER Chemicals Anthrazit,5
    TER Chemicals Anthrazit transparent,6
    TER Chemicals Anthrazit mit Rahmen,7
    TER Anthrazit mit Pfeil nach unten,8

     Colors must be solid in smartphone view to allow
    */ }
  .ter-text.frame-layout-1 {
    width: 100%; }
    @media (min-width: 960px) {
      .ter-text.frame-layout-1 {
        width: 67%;
        float: left; } }
  .ter-text a {
    text-decoration: underline; }
    .ter-text a, .ter-text a:hover, .ter-text a:focus, .ter-text a:active {
      color: inherit; }
    .ter-text a:hover, .ter-text a:focus, .ter-text a:active {
      text-decoration: none; }
  .ter-text,
  .ter-text .ter-text--block-1,
  .ter-text .ter-text--block-2 {
    position: relative;
    min-height: 1px; }
  .ter-text .ter-text--background-color {
    width: 100%; }
  .ter-text .ter-text--headline {
    margin: 0 0 2rem; }
    .ter-text .ter-text--headline * {
      font-size: .85rem;
      font-weight: normal;
      font-style: normal;
      margin: 0; }
      @media (max-width: 639px) {
        .ter-text .ter-text--headline * {
          font-size: .6rem; } }
      @media (min-width: 960px) {
        .ter-text .ter-text--headline * {
          font-size: .75rem; } }
  .ter-text .ter-text--icon {
    margin: 0 0 1rem 0;
    height: 4rem;
    width: 100%;
    text-align: right; }
    .ter-text .ter-text--icon img {
      width: 4rem;
      height: auto; }
  .ter-text .ter-text--intro {
    margin: 0 0 2rem; }
    .ter-text .ter-text--intro * {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #FDC300;
      margin: 0; }
      @media (min-width: 960px) {
        .ter-text .ter-text--intro * {
          font-size: 1.25rem; } }
    .ter-text .ter-text--intro br {
      display: none; }
  .ter-text .ter-text--more {
    display: none; }
  .ter-text .ter-text--link {
    margin: 3rem 0 0; }
    .ter-text .ter-text--link a {
      text-transform: uppercase;
      color: #FDC300;
      text-decoration: none; }
      .ter-text .ter-text--link a:hover, .ter-text .ter-text--link a:focus, .ter-text .ter-text--link a:active {
        color: #323E48; }
    .ter-text .ter-text--link.is-type-yellow-download a:before {
      content: '>';
      display: inline-block;
      padding: 0 1rem 0 0; }
    .ter-text .ter-text--link.is-type-yellow-large a {
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #FDC300;
      font-weight: bold; }
      @media (min-width: 960px) {
        .ter-text .ter-text--link.is-type-yellow-large a {
          font-size: 1.25rem; } }
      .ter-text .ter-text--link.is-type-yellow-large a:hover, .ter-text .ter-text--link.is-type-yellow-large a:focus, .ter-text .ter-text--link.is-type-yellow-large a:active {
        color: #323E48; }
    .ter-text .ter-text--link.is-type-button-yellow a {
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #323E48;
      background: #FFD100;
      display: inline-block;
      padding: .75rem 2rem; }
      @media (min-width: 960px) {
        .ter-text .ter-text--link.is-type-button-yellow a {
          font-size: 1.25rem; } }
      .ter-text .ter-text--link.is-type-button-yellow a:hover, .ter-text .ter-text--link.is-type-button-yellow a:focus, .ter-text .ter-text--link.is-type-button-yellow a:active {
        text-decoration: none;
        background: #323E48;
        color: #FDC300; }
    .ter-text .ter-text--link.is-type-button-anthracite a {
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #FDC300;
      background: #323E48;
      display: inline-block;
      padding: .75rem 2rem; }
      @media (min-width: 960px) {
        .ter-text .ter-text--link.is-type-button-anthracite a {
          font-size: 1.25rem; } }
      .ter-text .ter-text--link.is-type-button-anthracite a:hover, .ter-text .ter-text--link.is-type-button-anthracite a:focus, .ter-text .ter-text--link.is-type-button-anthracite a:active {
        text-decoration: none;
        color: #323E48;
        background: #FFD100; }
  .ter-text .ter-text--links {
    margin: 2rem 0 0;
    list-style: none;
    padding: 0; }
    .ter-text .ter-text--links .ter-text--links-item {
      color: #323E48;
      padding: 0 0 0 1rem;
      position: relative; }
      .ter-text .ter-text--links .ter-text--links-item:before {
        color: #FDC300;
        content: '>';
        display: block;
        padding: 0 .5rem 0 0;
        position: absolute;
        left: 0;
        top: .1rem; }
    .ter-text .ter-text--links a {
      color: #FDC300;
      text-decoration: none;
      padding: .1rem 0 .25rem 0;
      display: inline-block;
      position: relative; }
      .ter-text .ter-text--links a:hover, .ter-text .ter-text--links a:focus, .ter-text .ter-text--links a:active {
        color: #323E48; }
  .ter-text .ter-text--content h1,
  .ter-text .ter-text--content h2,
  .ter-text .ter-text--content h3 {
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    color: black;
    text-transform: uppercase;
    margin: 1.5rem 0 .5rem;
    line-height: 1.5; }
    @media (min-width: 960px) {
      .ter-text .ter-text--content h1,
      .ter-text .ter-text--content h2,
      .ter-text .ter-text--content h3 {
        font-size: 1.25rem; } }
  .ter-text .ter-text--content h4,
  .ter-text .ter-text--content h5,
  .ter-text .ter-text--content h6 {
    text-transform: uppercase;
    color: black;
    margin: 1rem 0 0;
    font-size: 1.1rem;
    line-height: 1.5; }
  .ter-text.has-icon .ter-text--headline {
    display: none; }
  .ter-text.has-background-image .ter-text--background-image {
    display: none; }
  .ter-text.has-background-color {
    padding: 0; }
    .ter-text.has-background-color .ter-text--background-color {
      padding: 1rem; }
  .ter-text.background-color-1 .ter-text--background-color, .ter-text.background-color-2 .ter-text--background-color {
    background: white; }
  .ter-text.background-color-3 .ter-text--background-color, .ter-text.background-color-4 .ter-text--background-color {
    background: #FFD100; }
  .ter-text.background-color-3 .ter-text--intro *, .ter-text.background-color-4 .ter-text--intro * {
    color: white; }
  .ter-text.background-color-5 .ter-text--background-color, .ter-text.background-color-6 .ter-text--background-color, .ter-text.background-color-7 .ter-text--background-color, .ter-text.background-color-8 .ter-text--background-color {
    background: #323E48; }
  .ter-text.background-color-5 .ter-text--headline *,
  .ter-text.background-color-5 .ter-text--content *, .ter-text.background-color-6 .ter-text--headline *,
  .ter-text.background-color-6 .ter-text--content *, .ter-text.background-color-7 .ter-text--headline *,
  .ter-text.background-color-7 .ter-text--content *, .ter-text.background-color-8 .ter-text--headline *,
  .ter-text.background-color-8 .ter-text--content * {
    color: white; }
  .ter-text.background-color-5 .ter-text--intro *, .ter-text.background-color-6 .ter-text--intro *, .ter-text.background-color-7 .ter-text--intro *, .ter-text.background-color-8 .ter-text--intro * {
    color: #FDC300; }
  .ter-text.background-color-8 {
    margin-bottom: 2rem; }
    .ter-text.background-color-8:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -2rem;
      left: 50%;
      width: 0;
      height: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      border-style: solid;
      border-width: 2rem 2rem 0 2rem;
      border-color: #323E48 transparent transparent transparent; }
  .ter-text.frame-layout-14 table {
    border-collapse: collapse; }
  .ter-text.frame-layout-14 tr:first-child td {
    padding: 0 0 1rem 0; }
  .ter-text.frame-layout-14 tr:last-child td {
    padding: 1rem 0;
    border-bottom: 1px solid #323E48; }
  .ter-text.frame-layout-15 td:first-child {
    width: 7rem; }
    .ter-text.frame-layout-15 td:first-child,
    .ter-text.frame-layout-15 td:first-child * {
      color: #FDC300; }
  @media (max-width: 959px) {
    .ter-text.is-excerpt {
      cursor: pointer; }
      .ter-text.is-excerpt .ter-text--background-color {
        overflow: hidden;
        max-height: 15rem; }
        .ter-text.is-excerpt .ter-text--background-color:before {
          content: '';
          display: block;
          position: absolute;
          bottom: 2rem;
          left: 0;
          right: 0;
          height: 5rem;
          z-index: 1;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
        .ter-text.is-excerpt .ter-text--background-color:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2rem;
          z-index: 1;
          background: white; }
      .ter-text.is-excerpt .ter-text--more {
        position: absolute;
        display: block;
        bottom: 2rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0 auto;
        background: #FFD100;
        z-index: 2; }
        .ter-text.is-excerpt .ter-text--more p {
          padding: .5rem 2rem;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .ter-text.is-excerpt .ter-text--more:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          bottom: -10px;
          left: 50%;
          -webkit-transform: rotate(360deg) translateX(-50%);
          transform: rotate(360deg) translateX(-50%);
          border-style: solid;
          border-width: 10px 12.5px 0 12.5px;
          border-color: #FFD100 transparent transparent transparent; }
      .ter-text.is-excerpt.background-color-3 .ter-text--more, .ter-text.is-excerpt.background-color-4 .ter-text--more {
        background: white; }
        .ter-text.is-excerpt.background-color-3 .ter-text--more:after, .ter-text.is-excerpt.background-color-4 .ter-text--more:after {
          border-color: white transparent transparent transparent; }
      .ter-text.is-excerpt.background-color-3 .ter-text--background-color:before, .ter-text.is-excerpt.background-color-4 .ter-text--background-color:before {
        background: linear-gradient(to bottom, rgba(255, 209, 0, 0), #FFD100); }
      .ter-text.is-excerpt.background-color-3 .ter-text--background-color:after, .ter-text.is-excerpt.background-color-4 .ter-text--background-color:after {
        background: #FFD100; }
      .ter-text.is-excerpt.background-color-5 .ter-text--background-color:before, .ter-text.is-excerpt.background-color-6 .ter-text--background-color:before, .ter-text.is-excerpt.background-color-7 .ter-text--background-color:before, .ter-text.is-excerpt.background-color-8 .ter-text--background-color:before {
        background: linear-gradient(to bottom, rgba(50, 62, 72, 0), #323E48); }
      .ter-text.is-excerpt.background-color-5 .ter-text--background-color:after, .ter-text.is-excerpt.background-color-6 .ter-text--background-color:after, .ter-text.is-excerpt.background-color-7 .ter-text--background-color:after, .ter-text.is-excerpt.background-color-8 .ter-text--background-color:after {
        background: #323E48; } }
  @media (min-width: 640px) {
    .ter-text .ter-text--intro br {
      display: block; }
    .ter-text.has-background-image .ter-text--background-image {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .ter-text.has-background-image.background-color-1, .ter-text.has-background-image.background-color-3, .ter-text.has-background-image.background-color-5 {
      padding: 4rem; }
    .ter-text.has-background-color .ter-text--background-color {
      position: relative;
      padding: 2rem; }
    .ter-text.background-color-2 .ter-text--background-color {
      background: rgba(255, 255, 255, 0.9); }
    .ter-text.background-color-4 .ter-text--background-color {
      background: rgba(255, 209, 0, 0.9); }
    .ter-text.background-color-6 .ter-text--background-color {
      background: rgba(50, 62, 72, 0.8); }
    .ter-text.background-color-7 {
      padding: 2rem; } }
  @media (min-width: 960px) {
    .ter-text {
      padding-top: 2em;
      padding-bottom: 2em; }
      .ter-text .ter-text--block-1,
      .ter-text .ter-text--block-2 {
        float: left; }
      .ter-text .ter-text--block-1 {
        padding: 0 1.5rem 0 2rem;
        text-align: right;
        width: 33%; }
      .ter-text .ter-text--block-2 {
        padding: 0 8rem 0 1.5rem;
        width: 67%; }
      .ter-text .ter-text--icon {
        position: absolute;
        top: 0;
        right: 1.5rem;
        width: 5rem;
        height: 5rem; }
      .ter-text .ter-text--headline {
        position: absolute;
        top: 0;
        right: 1.5rem;
        margin: 0; }
      .ter-text .ter-text--links .ter-text--links-item {
        padding: 0 0 0 1rem; }
      .ter-text.has-header .ter-text--block-1,
      .ter-text.has-header .ter-text--block-2 {
        padding-top: 2.5rem; }
      .ter-text.has-icon .ter-text--block-1,
      .ter-text.has-icon .ter-text--block-2 {
        padding-top: 5.5rem; }
      .ter-text.background-color-7 {
        padding: 4rem; }
      .ter-text.background-color-8 {
        margin-bottom: 4rem; }
        .ter-text.background-color-8:after {
          bottom: -4rem;
          border-width: 4rem 4rem 0 4rem; }
      .ter-text.frame-layout-11 .ter-text--intro * {
        font-weight: bold;
        font-style: normal;
        font-size: 2rem;
        line-height: 1.15; } }

.ter-faq {
  background: #323E48;
  color: white;
  width: 100%; }
  .ter-faq.frame-layout-1 {
    width: 100%; }
    @media (min-width: 960px) {
      .ter-faq.frame-layout-1 {
        width: 67%;
        float: left; } }
  .ter-faq .ter-faq--background {
    background: rgba(50, 62, 72, 0.8); }
  .ter-faq .ter-faq--background,
  .ter-faq .ter-faq--background-image {
    display: none; }
  .ter-faq,
  .ter-faq .ter-faq--block-1,
  .ter-faq .ter-faq--block-2 {
    position: relative; }
  .ter-faq .ter-faq--headline {
    margin: 0 0 2rem; }
    .ter-faq .ter-faq--headline * {
      font-size: .85rem;
      font-weight: normal;
      font-style: normal;
      margin: 0;
      color: white; }
      @media (max-width: 639px) {
        .ter-faq .ter-faq--headline * {
          font-size: .6rem; } }
      @media (min-width: 960px) {
        .ter-faq .ter-faq--headline * {
          font-size: .75rem; } }
  .ter-faq .ter-faq--intro {
    margin: 0 0 2rem; }
    .ter-faq .ter-faq--intro * {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #FDC300;
      margin: 0; }
      @media (min-width: 960px) {
        .ter-faq .ter-faq--intro * {
          font-size: 1.25rem; } }
  .ter-faq .ter-faq--list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .ter-faq .ter-faq--question {
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    text-transform: uppercase;
    color: #FDC300; }
    @media (min-width: 960px) {
      .ter-faq .ter-faq--question {
        font-size: 1.25rem; } }
    .ter-faq .ter-faq--question:hover, .ter-faq .ter-faq--question:focus, .ter-faq .ter-faq--question:active {
      text-decoration: underline; }
  .ter-faq .ter-faq--answer {
    padding: 1rem 0 4rem; }
    .ter-faq .ter-faq--answer a {
      text-decoration: underline; }
      .ter-faq .ter-faq--answer a, .ter-faq .ter-faq--answer a:hover, .ter-faq .ter-faq--answer a:focus, .ter-faq .ter-faq--answer a:active {
        color: inherit; }
      .ter-faq .ter-faq--answer a:hover, .ter-faq .ter-faq--answer a:focus, .ter-faq .ter-faq--answer a:active {
        text-decoration: none; }
    .ter-faq .ter-faq--answer li {
      list-style-type: disc; }
  @media (min-width: 640px) {
    .ter-faq {
      position: relative; }
      .ter-faq.has-background-image .ter-faq--background,
      .ter-faq.has-background-image .ter-faq--background-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-attachment: fixed; }
      .ter-faq.has-background-image.background-color-1, .ter-faq.has-background-image.background-color-3, .ter-faq.has-background-image.background-color-5 {
        padding: 4rem; } }
  @media (min-width: 960px) {
    .ter-faq {
      padding-top: 4em;
      padding-bottom: 4em; }
      .ter-faq .ter-faq--block-1,
      .ter-faq .ter-faq--block-2 {
        float: left; }
      .ter-faq .ter-faq--block-1 {
        padding: 0 1.5rem 0 2rem;
        text-align: right;
        width: 33%; }
      .ter-faq .ter-faq--block-2 {
        padding: 0 8rem 0 1.5rem;
        width: 67%; }
      .ter-faq .ter-faq--headline {
        position: absolute;
        top: 0;
        right: 1.5rem;
        margin: 0; }
      .ter-faq.has-header .ter-faq--block-1,
      .ter-faq.has-header .ter-faq--block-2 {
        padding-top: 2.5rem; }
      .ter-faq.frame-layout-12 .ter-faq--intro * {
        font-size: 1.6875rem;
        font-weight: bold;
        font-style: normal;
        line-height: 1.22; } }
    @media (min-width: 960px) and (min-width: 960px) {
      .ter-faq.frame-layout-12 .ter-faq--intro * {
        font-size: 2.8125rem;
        line-height: 1.15; } }

/**
 * Menu content elements
 */
.frame-type-menu_subpages {
  padding: 1rem; }
  .frame-type-menu_subpages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .frame-type-menu_subpages li {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1; }
    .frame-type-menu_subpages li:not(:last-child) {
      border-right: 1px solid #FDC300; }
  .frame-type-menu_subpages a {
    padding: 0 .75rem;
    color: #323E48;
    font-size: .85rem;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase; }
    @media (max-width: 639px) {
      .frame-type-menu_subpages a {
        font-size: .6rem; } }
    @media (min-width: 960px) {
      .frame-type-menu_subpages a {
        font-size: .75rem; } }
  .frame-type-menu_subpages li.active a,
  .frame-type-menu_subpages a:hover,
  .frame-type-menu_subpages a:focus,
  .frame-type-menu_subpages a:active {
    text-decoration: none;
    color: #FDC300; }

.frame-type-menu_section {
  padding: 1rem 1rem; }
  .frame-type-menu_section * {
    font-size: .85rem;
    font-weight: normal;
    font-style: normal;
    color: #323E48;
    text-transform: uppercase; }
    @media (max-width: 639px) {
      .frame-type-menu_section * {
        font-size: .6rem; } }
    @media (min-width: 960px) {
      .frame-type-menu_section * {
        font-size: .75rem; } }
  .frame-type-menu_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .frame-type-menu_section li {
    display: block;
    padding: 0 .5rem;
    text-align: right; }
    .frame-type-menu_section li:last-child {
      border: 0; }
    .frame-type-menu_section li:after {
      content: "";
      display: table;
      clear: both; }
    .frame-type-menu_section li:before {
      content: "";
      display: table-cell; }
  .frame-type-menu_section a {
    display: inline-block; }
  .frame-type-menu_section > ul > li {
    width: 100%; }
    .frame-type-menu_section > ul > li > a {
      float: right;
      display: inline-block;
      width: 100%;
      pointer-events: none; }
      .frame-type-menu_section > ul > li > a,
      .frame-type-menu_section > ul > li > a span {
        color: #FDC300; }
    .frame-type-menu_section > ul > li > ul {
      display: none; }
  @media (min-width: 640px) {
    .frame-type-menu_section {
      padding: 2rem 2rem; } }
  @media (min-width: 960px) {
    .frame-type-menu_section {
      padding: 2rem 2rem; }
      .frame-type-menu_section li {
        display: inline-block;
        border-right: 1px solid #323E48;
        line-height: 1;
        text-align: center; }
      .frame-type-menu_section a {
        display: block; }
      .frame-type-menu_section > ul > li > a {
        width: auto; }
        .frame-type-menu_section > ul > li > a:after {
          display: inline-block;
          content: '\039f';
          font-weight: bold;
          padding-left: 1rem; }
      .frame-type-menu_section > ul > li > ul {
        display: block; } }

/**
 * System content elements
 */
.frame-type-form_formframework fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: 0; }
.frame-type-form_formframework .form-group {
  margin-bottom: .75rem; }
.frame-type-form_formframework label {
  color: white; }
  .frame-type-form_formframework label:not(.form-check-label) {
    display: none; }
.frame-type-form_formframework p {
  color: white;
  font-size: .85rem;
  font-weight: normal;
  font-style: normal; }
  @media (max-width: 639px) {
    .frame-type-form_formframework p {
      font-size: .6rem; } }
  @media (min-width: 960px) {
    .frame-type-form_formframework p {
      font-size: .75rem; } }
.frame-type-form_formframework .help-block.error {
  color: white; }
.frame-type-form_formframework .form-check-label {
  padding: .5rem 0; }
  .frame-type-form_formframework .form-check-label input {
    margin: 0 1rem 0 0; }
.frame-type-form_formframework input:not([type="checkbox"]),
.frame-type-form_formframework select,
.frame-type-form_formframework textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit; }
.frame-type-form_formframework input:not([type="checkbox"]),
.frame-type-form_formframework select,
.frame-type-form_formframework textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #f8f8f8;
  color: #666; }
.frame-type-form_formframework input:not([type="checkbox"]),
.frame-type-form_formframework textarea {
  -webkit-appearance: none; }
.frame-type-form_formframework input:not([type="checkbox"]),
.frame-type-form_formframework select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block; }
.frame-type-form_formframework select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }
.frame-type-form_formframework select {
  text-transform: none; }
.frame-type-form_formframework input:not([type="checkbox"]) {
  overflow: visible; }
.frame-type-form_formframework textarea {
  padding: 10px;
  overflow: visible;
  min-height: 20rem; }
.frame-type-form_formframework input:not([type="checkbox"]):focus,
.frame-type-form_formframework select:focus,
.frame-type-form_formframework textarea:focus {
  outline: none;
  background-color: #f8f8f8;
  color: #666; }
.frame-type-form_formframework button {
  border: 0;
  padding: 1rem 3rem;
  color: #323E48;
  float: right;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  background: #FFD100 no-repeat top 50% right 0;
  background-size: 30px auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23323E48%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.6%208.5L18%2015l-6.4%206.5%22/%3E%3C/svg%3E%0A%0A"); }

.frame-type-textpic {
  width: 100%;
  padding: 1rem 1rem; }
  .frame-type-textpic .ce-headline-center {
    text-align: center; }
  .frame-type-textpic .ce-textpic {
    padding: 0; }
  .frame-type-textpic.frame-layout-19 .ce-textpic {
    padding: 0 0 0 33%; }
  .frame-type-textpic.frame-layout-19 .ce-gallery {
    padding: 0 0 0 1.5rem; }
  @media (min-width: 960px) {
    .frame-type-textpic {
      padding: 2rem 2rem; } }
  @media (min-width: 960px) {
    .frame-type-textpic {
      padding: 2rem 2rem; }
      .frame-type-textpic.frame-layout-11 header * {
        font-size: 1.6875rem;
        font-weight: bold;
        font-style: normal;
        line-height: 1.22; } }
    @media (min-width: 960px) and (min-width: 960px) {
      .frame-type-textpic.frame-layout-11 header * {
        font-size: 2.8125rem;
        line-height: 1.15; } }

.frame-type-textmedia .ce-textpic {
  padding: 1rem 1rem;
  text-align: center; }
  .frame-type-textmedia .ce-textpic .video-embed {
    position: relative; }
    .frame-type-textmedia .ce-textpic .video-embed.is-playing .video-controls--playpause {
      background: none; }
    .frame-type-textmedia .ce-textpic .video-embed.is-stopped .video-controls--playpause {
      background: transparent no-repeat 50% 50%;
      background-size: 5rem auto;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M100%2081.3c0%2010.4-8.4%2018.8-18.8%2018.8H18.7C8.4%20100%200%2091.6%200%2081.3V18.8C0%208.4%208.4%200%2018.7%200h62.5C91.6%200%20100%208.4%20100%2018.8v62.5zM83.3%2018.8c0-1.2-.9-2.1-2.1-2.1H18.7c-1.2%200-2.1.9-2.1%202.1v62.5c0%201.2.9%202.1%202.1%202.1h62.5c1.2%200%202.1-.9%202.1-2.1V18.8zM69.1%2053.4L39.9%2074.2c-1.2.9-2.9%201-4.3.3s-2.3-2.1-2.3-3.7V29.2c0-1.6.8-3%202.3-3.7%201.4-.7%203.1-.6%204.3.3l29.2%2020.8c1.1.8%201.8%202%201.8%203.4s-.7%202.6-1.8%203.4z%22%20fill%3D%22%23ffd100%22/%3E%3C/svg%3E"); }
  .frame-type-textmedia .ce-textpic .video-embed-item {
    width: 50rem;
    max-width: 100%; }
  .frame-type-textmedia .ce-textpic .video-controls--playpause {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    cursor: pointer;
    z-index: 1; }
  @media (min-width: 640px) {
    .frame-type-textmedia .ce-textpic {
      padding: 2rem 2rem; } }
  @media (min-width: 960px) {
    .frame-type-textmedia .ce-textpic {
      padding: 2rem 2rem; }
      .frame-type-textmedia .ce-textpic .video-embed.is-stopped .video-controls--playpause {
        background-size: 10rem auto; } }

.frame-type-header {
  padding: 1rem 1rem 0.5rem;
  width: 100%; }
  .frame-type-header h1, .frame-type-header h2, .frame-type-header h3, .frame-type-header h4, .frame-type-header h5, .frame-type-header h6 {
    font-size: 1.6875rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.22;
    color: #FDC300;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; }
    @media (min-width: 960px) {
      .frame-type-header h1, .frame-type-header h2, .frame-type-header h3, .frame-type-header h4, .frame-type-header h5, .frame-type-header h6 {
        font-size: 2.8125rem;
        line-height: 1.15; } }
  .frame-type-header .ce-headline-center {
    text-align: center; }
  @media (min-width: 640px) {
    .frame-type-header {
      padding: 2rem 2rem 0.5rem; } }
  @media (min-width: 960px) {
    .frame-type-header {
      padding: 2rem 2rem 1rem; } }

@media (min-width: 640px) {
  .frame-type-mask_ter_bg_image ~ .frame-type-header h1, .frame-type-mask_ter_bg_image ~ .frame-type-header h2, .frame-type-mask_ter_bg_image ~ .frame-type-header h3, .frame-type-mask_ter_bg_image ~ .frame-type-header h4, .frame-type-mask_ter_bg_image ~ .frame-type-header h5, .frame-type-mask_ter_bg_image ~ .frame-type-header h6 {
    color: white; } }

/**
 * Custom grouping elements
 */
.ter-switch {
  position: relative;
  width: 100%;
  background-color: rgba(50, 62, 72, 0.8); }
  .ter-switch .ter-switch--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-attachment: fixed; }
  .ter-switch .ter-switch--list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
  .ter-switch .ter-switch--item {
    display: flex;
    padding: 3rem .25rem;
    position: relative;
    max-width: 25%;
    overflow: hidden; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .ter-switch .ter-switch--item {
        display: block; } }
    @supports (-ms-ime-align: auto) {
      .ter-switch .ter-switch--item {
        display: block; } }
    .ter-switch .ter-switch--item.active .ter-switch--icon.active {
      display: block; }
    .ter-switch .ter-switch--item.active .ter-switch--icon.inactive {
      display: none; }
    .ter-switch .ter-switch--item.active .ter-switch--header {
      color: #323E48; }
    .ter-switch .ter-switch--item.active:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 0;
      transform: rotate(360deg) translateX(-50%);
      -webkit-transform: rotate(360deg) translateX(-50%);
      border-style: solid;
      border-width: 0 2rem 2rem 2rem;
      border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent; }
    .ter-switch .ter-switch--item.has-icon-active .ter-switch--link, .ter-switch .ter-switch--item.has-icon-inactive .ter-switch--link {
      flex-direction: column; }
    .ter-switch .ter-switch--item.has-icon-active .ter-switch--link:hover .ter-links--header, .ter-switch .ter-switch--item.has-icon-active .ter-switch--link:active .ter-links--header, .ter-switch .ter-switch--item.has-icon-active .ter-switch--link:focus .ter-links--header, .ter-switch .ter-switch--item.has-icon-inactive .ter-switch--link:hover .ter-links--header, .ter-switch .ter-switch--item.has-icon-inactive .ter-switch--link:active .ter-links--header, .ter-switch .ter-switch--item.has-icon-inactive .ter-switch--link:focus .ter-links--header {
      color: #FFD100;
      background: #323E48; }
    .ter-switch .ter-switch--item.has-icon-active .ter-switch--icons, .ter-switch .ter-switch--item.has-icon-inactive .ter-switch--icons {
      display: block; }
  .ter-switch .ter-switch--link {
    display: flex;
    background: #FFD100;
    position: relative;
    text-overflow: ellipsis;
    align-items: center;
    flex: 0 0 100%; }
    .ter-switch .ter-switch--link, .ter-switch .ter-switch--link:hover, .ter-switch .ter-switch--link:active, .ter-switch .ter-switch--link:focus {
      text-decoration: none; }
    .ter-switch .ter-switch--link:hover .ter-switch--icon.active, .ter-switch .ter-switch--link:active .ter-switch--icon.active, .ter-switch .ter-switch--link:focus .ter-switch--icon.active {
      display: block; }
    .ter-switch .ter-switch--link:hover .ter-switch--icon.inactive, .ter-switch .ter-switch--link:active .ter-switch--icon.inactive, .ter-switch .ter-switch--link:focus .ter-switch--icon.inactive {
      display: none; }
    .ter-switch .ter-switch--link:hover .ter-switch--header, .ter-switch .ter-switch--link:active .ter-switch--header, .ter-switch .ter-switch--link:focus .ter-switch--header {
      color: #323E48; }
  .ter-switch .ter-switch--header {
    padding: .5rem;
    margin: 0;
    font-size: .6rem;
    color: white;
    text-transform: uppercase;
    text-align: center;
    flex-grow: 1;
    display: inline-block; }
  .ter-switch .ter-switch--icons {
    width: 100%;
    height: auto;
    display: none; }
  .ter-switch .ter-switch--icon {
    width: 100%;
    height: auto; }
    .ter-switch .ter-switch--icon.active {
      display: none; }
  .ter-switch .ter-switch--elements {
    position: relative; }
    .ter-switch .ter-switch--elements > div {
      display: none; }
      .ter-switch .ter-switch--elements > div.active {
        display: block;
        background-color: rgba(255, 255, 255, 0.9); }
  .ter-switch header {
    padding: 1rem 1rem;
    position: relative; }
    .ter-switch header * {
      font-size: 1.6875rem;
      font-weight: bold;
      font-style: normal;
      line-height: 1.22;
      text-align: center;
      text-transform: uppercase;
      margin: 0; }
      @media (min-width: 960px) {
        .ter-switch header * {
          font-size: 2.8125rem;
          line-height: 1.15; } }
    .ter-switch header + .ter-switch--list .ter-switch--item {
      padding-top: 0; }
  .ter-switch.frame-layout-10 .ter-switch--link {
    border: 2px solid white;
    overflow: visible; }
  .ter-switch.frame-layout-10 .ter-switch--item:not(:last-child) {
    overflow: visible; }
    .ter-switch.frame-layout-10 .ter-switch--item:not(:last-child) .ter-switch--icons:before, .ter-switch.frame-layout-10 .ter-switch--item:not(:last-child) .ter-switch--icons:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      width: 0;
      height: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      border-style: solid;
      right: -.8rem;
      border-width: .8rem 0 .8rem .8rem;
      border-color: transparent transparent transparent #FFD100;
      z-index: 1; }
    .ter-switch.frame-layout-10 .ter-switch--item:not(:last-child) .ter-switch--icons:before {
      right: -1rem;
      border-width: 1rem 0 1rem 1rem;
      border-color: transparent transparent transparent white; }
    .ter-switch.frame-layout-10 .ter-switch--item:not(:last-child) .ter-switch--icon {
      position: static; }
  .ter-switch.frame-layout-13 header *, .ter-switch.frame-layout-18 header * {
    color: white; }
  @media (min-width: 640px) {
    .ter-switch {
      background-color: transparent; }
      .ter-switch .ter-switch--link {
        width: 10rem; }
      .ter-switch .ter-switch--header {
        word-break: normal; }
      .ter-switch .ter-switch--item:not(:last-child) .ter-switch--link .ter-switch--icons:before, .ter-switch .ter-switch--item:not(:last-child) .ter-switch--link .ter-switch--icons:after {
        right: -2rem;
        border-width: 2rem 0 2rem 2rem; }
      .ter-switch .ter-switch--item:not(:last-child) .ter-switch--link .ter-switch--icons:before {
        right: -2.2rem;
        border-width: 2.2rem 0 2.2rem 2.2rem; }
      .ter-switch header {
        padding: 2rem 2rem; } }
  @media (min-width: 960px) {
    .ter-switch .ter-switch--link {
      width: 12rem;
      height: 12rem;
      overflow: hidden; }
    .ter-switch .ter-switch--item.has-icon-active .ter-switch--header, .ter-switch .ter-switch--item.has-icon-inactive .ter-switch--header {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: 0;
      padding-top: .5rem; }
    .frame-type-header + .ter-switch .ter-switch--item {
      padding-top: 1rem; }
    .ter-switch header {
      padding: 2rem 2rem;
      position: relative; }
      .ter-switch header + .ter-switch--list .ter-switch--item {
        padding-top: 1rem; }
    .ter-switch.frame-layout-13 .ter-switch--item.has-icon-active .ter-switch--header, .ter-switch.frame-layout-13 .ter-switch--item.has-icon-inactive .ter-switch--header {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      z-index: 1;
      background: rgba(255, 209, 0, 0.9);
      padding: .25rem .5rem;
      min-height: 3rem; } }
  @media (min-width: 1200px) {
    .ter-switch .ter-switch--item {
      padding: 5rem 1rem; }
      .ter-switch .ter-switch--item.active:after {
        border-width: 0 4rem 4rem 4rem; }
    .ter-switch .ter-switch--link {
      width: 18rem;
      height: 18rem; }
    .ter-switch .ter-switch--header {
      font-size: 1.2rem; }
    .ter-switch.frame-layout-10 .ter-switch--item:not(:last-child) .ter-switch--link .ter-switch--icons:before, .ter-switch.frame-layout-10 .ter-switch--item:not(:last-child) .ter-switch--link .ter-switch--icons:after {
      right: -3rem;
      border-width: 3rem 0 3rem 3rem; }
    .ter-switch.frame-layout-10 .ter-switch--item:not(:last-child) .ter-switch--link .ter-switch--icons:before {
      right: -3.2rem;
      border-width: 3.2rem 0 3.2rem 3.2rem; }
    .ter-switch.frame-layout-13 .ter-switch--item.has-icon-active .ter-switch--header, .ter-switch.frame-layout-13 .ter-switch--item.has-icon-inactive .ter-switch--header {
      min-height: 5.5rem; } }

.ter-group {
  position: relative; }
  .ter-group.frame-layout-9 {
    background: #323E48;
    width: 100%; }
  .ter-group .frame-type-list + .frame-type-form_formframework {
    margin-top: .75rem; }
  .ter-group .frame-type-textpic {
    background: #FFD100; }
    .ter-group .frame-type-textpic * {
      text-align: left;
      color: white; }
    .ter-group .frame-type-textpic:not(:last-child) {
      margin-bottom: 1rem; }
  .ter-group .ter-bg-image .ter-bg-image--image {
    display: block; }
  .ter-group.frame-layout-20 .frame-type-list .ter-bum--phone,
  .ter-group.frame-layout-20 .frame-type-list .ter-bum--fax,
  .ter-group.frame-layout-20 .frame-type-list .ter-bum--email,
  .ter-group.frame-layout-20 .frame-type-list .ter-bum--headline {
    display: none; }
  .ter-group.frame-layout-20 .frame-type-list + .frame-type-list {
    padding-top: 1rem; }
  .ter-group.frame-layout-20 + .ter-group.frame-layout-20 {
    padding-top: 0; }
  @media (max-width: 959px) {
    .ter-group .ter-text {
      margin-bottom: 2rem; }
    .ter-group .frame-type-list ~ .ter-text.has-background-color .ter-text--headline *,
    .ter-group .frame-type-list ~ .ter-text.has-background-color .ter-text--content * {
      color: #323E48; }
    .ter-group .frame-type-list ~ .ter-text.has-background-color .ter-text--background-color {
      padding: 0;
      background: none; }
      .ter-group .frame-type-list ~ .ter-text.has-background-color .ter-text--background-color:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
      .ter-group .frame-type-list ~ .ter-text.has-background-color .ter-text--background-color:after {
        background: white; }
    .ter-group .frame-type-textpic:not(:last-child) {
      margin-bottom: 2rem; }
    .ter-group.frame-layout-20 .frame-type-list .tx-ter-bum .ter-bum--image {
      width: 33%; } }
  @media (min-width: 960px) {
    .ter-group {
      padding: 4rem;
      display: flex;
      align-items: stretch; }
      .ter-group.frame-layout-9 {
        padding: 2rem 2rem;
        background: #323E48;
        width: 100%; }
      .ter-group * > {
        flex-shrink: 0;
        flex-grow: 0; }
      .ter-group .ter-text {
        width: 67%;
        padding-right: 1rem; }
        .ter-group .ter-text:not(.has-background-color) {
          padding-top: 0; }
        .ter-group .ter-text.has-background-color .ter-text--background-color {
          align-content: center;
          display: flex;
          flex-wrap: wrap; }
        .ter-group .ter-text.has-header .ter-text--block-1 {
          padding: 0; }
        .ter-group .ter-text.has-header .ter-text--block-2 {
          padding: 0; }
        .ter-group .ter-text .ter-text--block-1 {
          text-align: left;
          width: 100%;
          flex-shrink: 0;
          padding-left: 0;
          padding-right: 0; }
        .ter-group .ter-text .ter-text--block-2 {
          width: 100%;
          flex-shrink: 0;
          padding-left: 0;
          padding-right: 0; }
        .ter-group .ter-text .ter-text--headline {
          position: static;
          margin-bottom: 2rem; }
      .ter-group .ter-text + .ter-text {
        padding-left: 0;
        width: 33%; }
      .ter-group .frame-type-list {
        width: 33%; }
        .ter-group .frame-type-list:first-child {
          padding-right: 1rem; }
        .ter-group .frame-type-list:last-child {
          padding-left: 1rem; }
      .ter-group .frame-type-form_formframework {
        padding-right: 1rem; }
      .ter-group .frame-type-list + .frame-type-form_formframework {
        width: 67%;
        padding-left: 1rem;
        padding-right: 0;
        margin-top: 0; }
      .ter-group .frame-type-textpic {
        margin: 0 1rem;
        padding: 4rem; }
        .ter-group .frame-type-textpic:not(:last-child) {
          margin-bottom: 0; }
      .ter-group .frame-type-textmedia {
        width: 67%; }
        .ter-group .frame-type-textmedia:first-child {
          padding-right: 1rem;
          padding-left: 0; }
        .ter-group .frame-type-textmedia:last-child {
          padding-left: 1rem;
          padding-right: 0; }
        .ter-group .frame-type-textmedia .ce-textpic {
          background: rgba(255, 255, 255, 0.9);
          width: 100%;
          height: 100%;
          position: relative; }
        .ter-group .frame-type-textmedia .ce-gallery {
          width: 100%;
          height: 100%;
          position: relative;
          overflow: hidden; }
        .ter-group .frame-type-textmedia .video-embed {
          position: static; }
          .ter-group .frame-type-textmedia .video-embed.is-stopped .video-embed-item {
            max-width: none; }
          .ter-group .frame-type-textmedia .video-embed.is-playing .video-embed-item {
            max-width: 100%; }
        .ter-group .frame-type-textmedia .video-embed-item {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto;
          height: 100%; }
        .ter-group .frame-type-textmedia .video-controls--playpause {
          z-index: 1; }
        .ter-group .frame-type-textmedia + .ter-text {
          width: 33%; }
          .ter-group .frame-type-textmedia + .ter-text:first-child {
            padding-right: 1rem;
            padding-left: 0; }
          .ter-group .frame-type-textmedia + .ter-text:last-child {
            padding-left: 1rem;
            padding-right: 0; }
      .ter-group.frame-layout-20 {
        margin-left: 15%;
        margin-right: 15%;
        padding-left: 0;
        padding-right: 0; }
        .ter-group.frame-layout-20 + .ter-group.frame-layout-20 {
          padding-top: 1rem; }
        .ter-group.frame-layout-20:not(:last-child) {
          padding-bottom: 0; }
        .ter-group.frame-layout-20 .frame-type-list {
          width: 33.33%;
          padding: 0 .5rem; }
          .ter-group.frame-layout-20 .frame-type-list .tx-ter-bum .ter-bum--infos {
            position: static;
            min-height: 7.5rem; }
          .ter-group.frame-layout-20 .frame-type-list .tx-ter-bum .ter-bum--image + .ter-bum--infos {
            background: #FFD100; }
          .ter-group.frame-layout-20 .frame-type-list + .frame-type-list {
            padding-top: 0; } }

@media (min-width: 960px) {
  .ter-text.background-color-8 + .ter-group,
  .ter-text.background-color-8 + .ter-bg-image + .ter-group {
    margin-top: -2rem; } }

/**
 * Patch
 */
.navigation--sites .navigation--sub > .item {
  padding-top: 1rem;
  padding-bottom: 1.5rem; }

.navigation--sites .navigation--sub {
  z-index: 2; }

.header .header--bottom {
  padding: 1rem 3rem 0; }

.header .header--top {
  padding: .5rem 2rem; }

.ter-header .ter-header--image {
  padding: 40% 0 0; }

.navigation--main .navigation--list > .item {
  margin: 0 0 1rem; }

/*# sourceMappingURL=style.css.map */
