@media (max-width: 23.995em) {
  body:before {
    content: ''; } }

@media (max-width: 39.995em) {
  body:before {
    content: ''; } }

@media (min-width: 40em) {
  body:before {
    content: ''; } }

@media (min-width: 64em) {
  body:before {
    content: ''; } }

@media (min-width: 93.75rem) {
  body:before {
    content: ''; } }

a,
button {
  transition: .3s; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

html {
  box-sizing: border-box; }

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

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

a {
  color: inherit;
  transition: .3s;
  text-decoration: none; }
  a[id='products'] {
    position: relative;
    top: -120px;
    display: block;
    height: 0;
    width: 0; }

aside {
  display: block; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit; }

body {
  overflow-y: scroll;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #5b5b5e;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200;
  line-height: 1.5;
  margin: 0; }
  @media (max-width: 63.995em) {
    body {
      font-size: .9375rem; } }
  @media (min-width: 63.995em) {
    body {
      font-size: .75rem; } }
  body * {
    margin: 0;
    padding: 0; }
  body > svg:first-of-type {
    display: none; }

figure {
  margin: 0; }

figcaption {
  padding-top: .5em;
  font-size: .8em; }

h1, h2 {
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500; }

h3, h4 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0; }

h3 {
  color: #de0017;
  font-weight: 500; }

h4 {
  font-weight: 500; }

h5, h6 {
  font-size: .9em;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500; }

h6 {
  color: #67676b; }

hr {
  overflow: visible;
  box-sizing: content-box;
  border: 0;
  height: 1px;
  background-color: #e6e6e6;
  margin: 2.5vmin 0; }

html {
  text-size-adjust: 100%; }

img {
  max-width: 100%;
  border: 0;
  display: block; }

input {
  overflow: visible; }

[hidden] {
  display: none; }

[hidden] {
  display: none; }

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

[type='search'] {
  appearance: textfield; }
  [type='search']::search-cancel-button, [type='search']::search-decoration {
    appearance: none; }

[type='submit'] {
  appearance: button; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

main {
  display: block; }

p:not(:only-child):not(:last-of-type) {
  margin-bottom: 20px; }

small {
  font-size: 80%; }

strong {
  font-weight: 500; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  text-align: left;
  border-collapse: collapse;
  overflow: scroll;
  max-width: 100%;
  line-height: 1.3;
  margin-bottom: 1.5em;
  font-size: .9em;
  width: 100%;
  text-rendering: optimizeLegibility; }

caption {
  border-bottom: 1px solid #8d8d90;
  color: #5b5b5e;
  text-align: left;
  font-weight: 500;
  padding: 0.5rem; }

thead {
  background-color: #5b5b5e;
  color: #fff; }

th,
td {
  vertical-align: top;
  padding: 0.5rem; }
  @media (max-width: 63.995em) {
    th,
    td {
      min-width: 12vw; } }

td {
  border-bottom: 1px solid #8d8d90; }

@media (max-width: 40em) {
  thead {
    display: none; }
  tr {
    margin-bottom: 1em;
    display: block; }
  td {
    display: block; }
    td:not([data-th='']):before {
      content: attr(data-th) ":";
      font-weight: bold;
      display: inline-block;
      margin-right: 0.5rem; } }

textarea {
  overflow: auto; }

li + li {
  margin-top: 0; }

@media (max-width: 63.995em) {
  .l-header\@mobile {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(2, 2, 8, 0.2); } }

@media (min-width: 64em) {
  .l-header\@desktop {
    height: 7rem;
    background-color: #fff;
    display: flex; }
    .l-header\@desktop__inner {
      width: 100%;
      display: flex;
      justify-content: space-between;
      max-width: 93.75rem;
      margin: 0 auto; } }

.l-buttongroup {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%; }
  .l-buttongroup--end {
    justify-content: flex-end; }
  .l-buttongroup--split2 > * {
    flex: 0 49.5%; }

.l-inline-linklist {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0 -0.5rem; }
  @media (min-width: 64em) {
    .l-inline-linklist {
      justify-content: flex-start; } }
  .l-inline-linklist__item + .l-inline-linklist__item {
    margin-left: 1em; }
  @media (max-width: 63.995em) {
    .l-inline-linklist__item {
      margin-bottom: .75em; } }
  .l-inline-linklist__item > a {
    padding: 0.25rem; }

.l-footer {
  background-color: #67676b;
  color: #fff;
  margin-top: 2rem;
  font-size: .9em; }
  @media (max-width: 30em) {
    .l-footer {
      font-size: .7em; } }
  .l-footer__inner {
    padding: 0 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
    max-width: 93.75rem;
    margin: 0 auto; }
    @media (max-width: 63.995em) {
      .l-footer__inner > * {
        margin-bottom: 1rem; } }
    @media (max-width: 63.995em) {
      .l-footer__inner > * + * {
        margin: 0 0.5rem; } }
    @media (min-width: 64em) {
      .l-footer__inner {
        padding: 0 2rem;
        justify-content: space-between; } }

.l-layout {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
  max-width: 93.75rem;
  margin: 0 auto; }
  .l-layout--no-legroom {
    margin-bottom: -2rem; }
  .l-layout--map {
    max-width: none;
    margin-bottom: -2rem; }
  .l-layout__main {
    padding: 0.5rem;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%; }
    @media (min-width: 64em) {
      .l-layout__main {
        padding: 1rem 2.5vw;
        margin-left: 0.75rem;
        flex: 1;
        order: 2; } }
    @media (min-width: 93.75rem) {
      .l-layout__main {
        padding: 1rem 1.875rem; } }
  .l-layout__aside {
    padding: 0.5rem 0;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%; }
    .l-layout__aside > * {
      padding-left: 1rem;
      padding-right: 1rem; }
    @media (min-width: 40em) {
      .l-layout__aside {
        padding: 1rem 0;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%; } }
    @media (min-width: 64em) {
      .l-layout__aside {
        flex-basis: 22vw; } }
    @media (min-width: 93.75rem) {
      .l-layout__aside {
        flex-basis: 18.75rem; } }
  .l-layout__title {
    margin-bottom: 0.5rem;
    padding-left: 1.25em;
    position: relative;
    color: #5b5b5e; }
    .l-layout__title::before {
      content: '';
      display: inline-block;
      height: .725rem;
      width: .725rem;
      background-color: #de0017;
      position: absolute;
      top: .2125em;
      left: 0; }
  @media (max-width: 63.995em) {
    .js .l-layout__filter {
      display: none; }
      .js .l-layout__filter[data-is-open] {
        display: block; } }
  .l-layout__filter {
    display: block;
    padding: 0;
    width: 100%; }
    @media (min-width: 40em) {
      .l-layout__filter {
        width: 100%; } }
    @media (min-width: 64em) {
      .l-layout__filter {
        width: 22vw; } }
    @media (min-width: 93.75rem) {
      .l-layout__filter {
        width: 18.75rem; } }
  .l-layout__products {
    padding: 0;
    width: 100%;
    position: relative; }
    @media (min-width: 40em) {
      .l-layout__products {
        flex: 1; } }
    @media (min-width: 64em) {
      .l-layout__products {
        margin-left: 2.5vw; } }
    @media (min-width: 93.75rem) {
      .l-layout__products {
        margin-left: 1.875rem; } }
  @media (min-width: 64em) {
    .l-layout__group1 {
      order: 1; } }
  @media (min-width: 64em) {
    .l-layout__group2 {
      order: 3; } }

@media (max-width: 63.995em) {
  .l-metanav\@mobile {
    position: absolute;
    top: 1.5rem;
    right: 3.25rem;
    display: flex;
    list-style: none;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 0;
    width: calc(100vw - 7.5rem); }
    .l-metanav\@mobile > li {
      flex: 0 0 1;
      padding: 0.5rem;
      font-size: .75em; } }

@media (min-width: 64em) {
  .l-metanav\@desktop {
    font-size: 1rem;
    margin: 1rem 0.5rem; } }

@media (max-width: 63.995em) {
  .l-navpane\@mobile {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    width: 100vw;
    overflow: hidden;
    transition: transform .5s ease-in-out;
    transform: translateX(-100vw); }
    .l-navpane\@mobile[data-is-open] {
      transform: translateX(0); } }

@media (min-width: 64em) {
  .l-navpane\@desktop {
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 93.75rem;
    margin: 0 auto;
    width: 100%;
    z-index: 9; }
    .l-navpane\@desktop[data-is-open] {
      height: 30rem;
      background: linear-gradient(rgba(230, 230, 230, 0.96) 85%, rgba(230, 230, 230, 0.8) 100%); } }

@media (min-width: 93.75rem) {
  .l-navpane\@desktop {
    position: absolute;
    left: calc((100vw - 93.75rem) / 2);
    right: calc((100vw - 93.75rem) / 2); } }

.l-overlay {
  display: flex;
  transition: .2s opacity .4s z-index;
  background-color: #fff; }
  @media (min-width: 64em) {
    .l-overlay {
      top: 3rem;
      right: 1rem;
      bottom: 1rem;
      left: 1rem; } }
  .l-overlay__content {
    padding: 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: .9em;
    overflow-y: auto;
    background-color: #fff; }
    @media (min-width: 64em) {
      .l-overlay__content {
        font-size: 1em; } }
  .l-overlay__main {
    flex: 0 0 100%; }
    @media (min-width: 40em) {
      .l-overlay__main {
        flex: 0 0 60%; } }
  .l-overlay__sidebar {
    flex: 0 0 100%;
    padding-top: 2rem; }
    @media (min-width: 40em) {
      .l-overlay__sidebar {
        flex: 0 0 35%; } }

.l-page {
  font-size: calc(.9em + .3vw);
  max-width: 100%; }
  @media (max-width: 63.995em) {
    .l-page {
      margin-top: 5rem; } }

.l-product-details {
  display: none;
  transition: .2s opacity .4s z-index;
  background-color: #fff; }
  .l-product-details[data-is-visible] {
    display: flex; }
  .l-product-details__content {
    padding: 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: .9em;
    width: 100%; }
    @media (min-width: 40em) {
      .l-product-details__content {
        padding: 0 1rem; } }
    @media (min-width: 64em) {
      .l-product-details__content {
        font-size: 1em; } }
  .l-product-details__main {
    flex: 0 0 100%; }
    @media (min-width: 64em) {
      .l-product-details__main {
        flex: 0 0 60%;
        padding-left: 0.75rem; } }
  .l-product-details__sidebar {
    flex: 0 0 100%;
    padding-top: 2rem; }
    @media (min-width: 64em) {
      .l-product-details__sidebar {
        flex: 0 0 35%; } }

.l-sticky {
  position: relative; }
  @media (max-width: 63.995em) {
    .l-sticky {
      position: fixed;
      width: 100%;
      top: 0;
      right: 0;
      left: 0;
      z-index: 10; } }

.o-media {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap; }
  .o-media--reverse {
    flex-flow: row-reverse wrap; }
  .o-media--vcenter {
    align-items: flex-end; }
  .o-media__figure {
    margin-right: 1em; }
  .o-media--reverse .o-media__figure {
    margin-right: auto;
    margin-left: 1em; }
  .o-media__body {
    flex: 1; }

/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
.pg-block-group, .pg-block, .pg-block-group:after, .pg-block:after, .pg-block-group:before, .pg-block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Clearfix */
.pg-block-group {
  *zoom: 1; }

.pg-block-group:before, .pg-block-group:after {
  display: table;
  content: "";
  line-height: 0; }

.pg-block-group:after {
  clear: both; }

.pg-block-group {
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0; }

/* Nested grid */
.pg-block-group > .pg-block-group {
  clear: none;
  float: left;
  margin: 0 !important; }

/* Default block */
.pg-block {
  float: left;
  width: 100%; }

/* grid definitions */
.pg-b_25 {
  width: 25%; }

.pg-b_30 {
  width: 30%; }

.pg-b_33 {
  width: 33%; }

.pg-b_40 {
  width: 40%; }

.pg-b_50 {
  width: 50%; }

.pg-b_60 {
  width: 60%; }

.pg-b_70 {
  width: 70%; }

.pg-b_75 {
  width: 75%; }

.pg-b_80 {
  width: 80%; }

.pg-left {
  padding-right: 1.25em; }

.pg-right {
  padding-left: 1.25em; }

.pg_33 .pg-left, .pg_33 .pg-right {
  padding: 0; }

.pg_33 .pg-center {
  padding: 0 1.25em; }

@media (max-width: 64em) {
  div[class*="pg-b_"] {
    width: 100%; }
  .pg-left, .pg-right {
    padding: 0; } }

.background-grey-uppercase {
  padding: 0.5em;
  background: #ebebeb;
  text-transform: uppercase; }

.breadcrumb {
  font-size: .8em; }
  .breadcrumb__link {
    color: #8d8d90; }
    .breadcrumb__link:hover, .breadcrumb__link:focus {
      color: #de0017; }
    .breadcrumb__link:last-of-type {
      color: #353539;
      cursor: default; }
      .breadcrumb__link:last-of-type:hover, .breadcrumb__link:last-of-type:focus {
        color: #353539; }

.button {
  background-color: #e6e6e6;
  color: #5b5b5e;
  display: inline-block;
  padding: .125em .5em;
  line-height: inherit; }
  .button:hover {
    background-color: #de0017;
    color: #fff; }
  table + .button {
    margin-top: -1.25em; }
  .button--stretch {
    display: block;
    text-align: center;
    width: 100%; }
  .button--small {
    font-size: .75em; }
  .button--large {
    font-size: 1.25em; }
  .button--toolbar {
    color: inherit;
    padding: 0 0.5rem;
    display: block; }
    .button--toolbar[data-is-active], .button--toolbar:hover {
      background-color: #8d8d90;
      color: #fff; }
  .button--submit {
    padding: .5em 2em;
    background-color: #8d8d90;
    color: #fff; }
    .button--submit:hover {
      background-color: #353539 !important;
      color: #fff; }
  .button--reset {
    padding: .5em .75em;
    background-color: #fff;
    color: #5b5b5e;
    width: 100%;
    display: block; }
    .button--reset:hover, .button--reset:focus {
      background-color: #8d8d90 !important;
      color: #fff;
      outline: none; }
  .button--action {
    background-color: #de0017;
    color: #fff;
    width: auto;
    padding: 0;
    text-align: center; }
    .button--action > * {
      flex: 1; }
    .button--action:hover, .button--action:focus {
      background-color: #c50014;
      outline: none; }
  .button--action-light {
    background-color: #e6e6e6;
    color: #5b5b5e; }
    .button--action-light:hover, .button--action-light:focus {
      background-color: #8d8d90;
      color: #fff;
      outline: none; }
  .button--action .button__text {
    padding: 0 1.5rem; }
    .button--action .button__text > i {
      margin-right: 0.5rem;
      font-size: 1.2em; }
  .button__label {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    display: inline-flex !important;
    justify-content: center;
    align-items: center; }
  .button__arrow {
    margin-left: auto;
    flex: none;
    font-size: 1.5em !important; }
  .button[href*='.pdf']::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .35em 0 .35em .6em;
    border-color: transparent transparent transparent currentcolor;
    display: inline-block;
    vertical-align: .05em;
    line-height: inherit;
    margin: 0 0.25rem; }

.calteaser {
  display: flex;
  flex-flow: row wrap; }
  .calteaser__date {
    order: 1;
    width: 100%; }
  .calteaser__title {
    order: 2;
    width: 100%;
    font-weight: 500; }
  .calteaser__location {
    order: 3;
    width: 100%; }

.checkbox {
  margin-left: calc(1em + .5em + 2px); }
  [is-keyboard-user] .checkbox[data-focus-within] {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      [is-keyboard-user] .checkbox[data-focus-within] {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto; } }
  .checkbox > input[type="checkbox"] {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important; }
  .checkbox > label {
    cursor: pointer; }
    .checkbox > label span::before {
      content: "-";
      color: rgba(53, 53, 57, 0);
      border: 1px solid #353539;
      background-color: #fff;
      display: inline-block;
      padding: 1px;
      width: 1em;
      height: 1em;
      text-align: center;
      font-size: 1em;
      line-height: 1;
      transition: .3s color;
      margin-right: .5em;
      margin-left: calc((1em + .5em + 2px) *-1); }
  .checkbox :checked + label {
    color: #de0017; }
  .checkbox > input[type="checkbox"]:checked + label span::before {
    content: "\2713";
    color: inherit; }

.collapsible {
  border-bottom: 1px solid #f0f0f0; }
  .collapsible__header {
    color: #de0017;
    cursor: pointer;
    display: block;
    font-size: 1em; }
    .collapsible__header:hover {
      color: #020208; }
  .collapsible__toggle {
    padding: 0.5rem 0;
    color: inherit;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: .75em;
    position: relative; }
    .collapsible__toggle:focus {
      outline: none; }
      [is-keyboard-user] .collapsible__toggle:focus {
        background-color: #f0f0f0; }
    .collapsible__toggle::before {
      transform: translateY(-0.1em);
      position: absolute;
      left: 0;
      top: 1em;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: .3em 0 .3em .4em;
      border-color: transparent transparent transparent currentcolor;
      display: inline-block;
      vertical-align: middle;
      line-height: inherit; }
      [data-is-open] .collapsible__toggle::before {
        transform: translateY(0);
        border-width: .4em .3em 0 .3em;
        border-color: currentcolor transparent transparent transparent; }
  .collapsible__content {
    display: none;
    margin-bottom: 1em; }
    [data-is-open] + .collapsible__content {
      display: block; }
  .collapsible + .collapsible {
    margin-top: 0 !important; }

.content > * + * {
  margin-top: 1.5rem; }

.content .content > * + .ce-accordion {
  margin-top: 0; }

.content > h1 {
  margin-bottom: 1.0em;
  font-size: 2em; }

.content a:not([class]) {
  color: #de0017;
  border-bottom: 1px solid #fce6e8; }
  .content a:not([class]):hover {
    color: #020208;
    border-bottom: 1px solid #8d8d90; }

.content > ul:not([class]) {
  list-style-type: square; }

.content > ul:not([class]),
.content > ol:not([class]) {
  margin-left: 2em;
  margin-bottom: 0.5em; }
  .content > ul:not([class]) li li,
  .content > ol:not([class]) li li {
    margin-left: 1.25em; }

.copyright {
  margin-top: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-flow: row nowrap;
  font-size: .9em; }
  .copyright__text {
    margin-right: 1em; }
  .copyright__logo {
    display: block; }
    .copyright__logo > img {
      width: 5em;
      height: 5em; }

.faketable2 {
  font-size: .9em; }
  .faketable2__list {
    display: flex;
    flex-flow: row wrap; }
  .faketable2__headline {
    border-bottom: 1px solid #8d8d90;
    color: #5b5b5e;
    text-align: left;
    font-weight: 500;
    padding: 0.5rem; }
  .faketable2__title {
    font-weight: 500;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 100%; }
    @media (min-width: 24em) {
      .faketable2__title {
        flex-basis: 34%;
        border-bottom: 1px solid #8d8d90; } }
  .faketable2__body {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 100%;
    border-bottom: 1px solid #8d8d90; }
    @media (min-width: 24em) {
      .faketable2__body {
        flex-basis: 66%; } }
  .faketable2__cell {
    padding: .5em;
    display: block; }
  @media (max-width: 23.995em) {
    .faketable2__title .faketable2__cell {
      padding: .5em .5em 0; } }
  @media (max-width: 23.995em) {
    .faketable2__body .faketable2__cell {
      padding: 0 .5em .5em; } }

.figure__imagelink {
  display: block; }

.figure__image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0; }

.figure__caption {
  font-size: inherit;
  padding: 0;
  line-height: 1.2;
  width: 100%; }

.figure__blocklink {
  background-color: #de0017;
  display: block;
  color: #fff;
  padding: .5em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .figure__blocklink:hover {
    background-color: #c50014; }

.figure__text {
  flex: 1;
  display: block;
  padding-right: 1em; }

.filter {
  background-color: #f0f0f0;
  margin: 0.5rem;
  padding: 1rem;
  font-size: .9em;
  text-align: left; }
  .filter--jobs {
    display: flex;
    flex-flow: row wrap; }
    @media (min-width: 35em) {
      .filter--jobs .filterset {
        flex: 0 0 50%; } }
    @media (min-width: 64em) {
      .filter--jobs .filterset {
        flex: 0 0 100%;
        max-width: 22vw; } }
  @media (min-width: 64em) {
    .filter {
      margin: 1rem 0 1rem 1rem; } }
  .filter--network {
    margin: 0;
    background-color: #fff;
    padding: 0; }
    @media (min-width: 64em) {
      .filter--network {
        margin: 0.75rem 1rem; } }
  .filter__header {
    margin-bottom: 2.5vmin;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .filter__title {
    margin-bottom: 0; }
  .filter__button {
    color: #5b5b5e;
    text-align: left;
    padding-left: 1em; }
    .filter__button::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: .3em 0 .3em .6em;
      margin-right: .35em;
      margin-left: -1em;
      border-color: transparent transparent transparent currentcolor;
      display: inline-block;
      vertical-align: middle;
      line-height: inherit; }
    .filter__button:hover, .filter__button[data-is-active] {
      color: #de0017; }

.filterset {
  margin-bottom: 2.5vmin; }
  .filterset--network {
    font-size: 1.2em;
    margin-bottom: 0; }
    @media (max-width: 63.995em) {
      .filterset--network {
        margin: 0 1rem 2em 1rem; } }
  .filterset__title {
    flex: 0 0 100%;
    font-weight: 500;
    display: block;
    margin-bottom: .25em;
    position: relative; }
  .filterset__select-wrap {
    width: 100%; }
  .filterset__select {
    width: 100%; }
  .filterset > dd {
    margin-bottom: .25em; }
  .filterset--collapsible > dd {
    display: none; }
  .filterset--collapsible[data-is-open] > dd {
    display: block; }
  .filterset--collapsible .filterset__title {
    padding-left: .9em;
    cursor: pointer; }
    .filterset--collapsible .filterset__title::before {
      position: absolute;
      left: 0;
      top: .5em;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: .3em 0 .3em .4em;
      border-color: transparent transparent transparent #de0017;
      display: inline-block;
      vertical-align: middle;
      line-height: inherit; }
  .filterset--collapsible[data-is-open] .filterset__title {
    padding-left: .9em; }
    .filterset--collapsible[data-is-open] .filterset__title::before {
      transform: translateY(0.1em);
      border-width: .4em .3em 0 .3em;
      border-color: #de0017 transparent transparent transparent; }
  .filterset--2col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .filterset--2col > dd {
      flex: 0 0 45%;
      white-space: nowrap; }

.filtertoggle {
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
  display: block;
  color: #fff;
  background-color: #67676b;
  margin: 0; }
  .filtertoggle__close, .filtertoggle__open {
    transition: .2s opacity; }
  .filtertoggle__close {
    opacity: 0; }
  [data-is-open] .filtertoggle__open {
    opacity: 0; }
  [data-is-open] .filtertoggle__close {
    opacity: 1; }
  .filtertoggle > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.footmeta {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
  margin-top: -1em; }
  @media (min-width: 64em) {
    .footmeta {
      width: 100%;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-end; } }
  .footmeta__item {
    margin-bottom: 1em; }
    @media (max-width: 63.995em) {
      .footmeta__item {
        width: 100%;
        display: flex;
        justify-content: center; } }
    @media (max-width: 63.995em) {
      .footmeta__item + .footmeta__item {
        margin-top: 1em; } }

.footnav {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-top: 1em; }
  @media (min-width: 40em) {
    .footnav {
      font-size: .825em; } }
  .footnav__col {
    margin-bottom: 1.5em;
    flex: 0 0 50%; }
    @media (min-width: 40em) {
      .footnav__col {
        flex: 0 0 33.3%; } }
    @media (min-width: 64em) {
      .footnav__col {
        flex: 0 0 20%; } }
  .footnav__title {
    margin-bottom: .25em; }
  .footnav__list {
    list-style: none;
    margin-right: 1em; }
  .footnav__item {
    line-height: 1.2;
    margin-bottom: .25em; }
  .footnav__links {
    line-height: 1.2;
    opacity: .7; }
    .footnav__links:hover {
      opacity: 1; }

.form {
  color: #5b5b5e;
  margin-bottom: 3em; }
  .form__fieldset {
    border: 0;
    background-color: #f0f0f0;
    padding: 1rem;
    margin-bottom: .5em; }
  .form__title {
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    font-size: 1em;
    margin-bottom: 1.5em;
    padding-bottom: .5em; }
  .form__row--checkbox {
    display: flex;
    align-items: baseline; }
    @media (min-width: 40em) {
      .form__row--checkbox {
        align-items: center; } }
  .form__row + .form__row {
    margin-top: 1em; }
  .form__label {
    text-transform: uppercase;
    font-size: .675em;
    display: block;
    line-height: 1.3;
    color: #8d8d90;
    font-weight: 500;
    max-width: 80%; }
    [type='checkbox'] + .form__label {
      text-transform: none;
      font-size: 1em;
      font-weight: 200;
      color: #5b5b5e; }
    .form__label > sup {
      font-size: 1.1em;
      color: #de0017;
      top: -.2em; }
  .form__textinput {
    border: 1px solid #e6e6e6;
    padding: .5em;
    display: block;
    width: 100%;
    max-width: 30em;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    transition: .3s border-color;
    appearance: none;
    border-radius: 0;
    margin-top: .25em; }
    .form__textinput:focus {
      border-color: #8d8d90;
      outline: none; }
    .form__textinput--invalid {
      border-right: 4px solid #f7bfc5; }
      .form__textinput--invalid:focus {
        border-right: 4px solid #e53345; }
    .form__textinput--valid {
      border-right: 4px solid #c3ddc4; }
      .form__textinput--valid:focus {
        border-right: 4px solid #409143; }
  .form__upload, .form__select {
    margin-top: .5em;
    margin-bottom: 1em; }
    .form__upload--invalid, .form__select--invalid {
      outline: 2px solid #f7bfc5; }
      .form__upload--invalid:focus, .form__select--invalid:focus {
        outline: 2px solid #e53345; }
    .form__upload--valid, .form__select--valid {
      outline: 2px solid #c3ddc4; }
      .form__upload--valid:focus, .form__select--valid:focus {
        outline: 2px solid #409143; }
  .form__checkbox {
    display: inline-block;
    margin-right: .75em;
    font-size: 1em;
    font-family: inherit;
    border-radius: 0;
    width: 1em;
    height: 1em;
    flex: 0 0 1em; }
    .form__checkbox--invalid {
      outline: 4px solid #f7bfc5; }
      .form__checkbox--invalid:focus {
        outline: 2px solid #e53345; }
    .form__checkbox--valid {
      outline: 2px solid #c3ddc4; }
      .form__checkbox--valid:focus {
        outline: 2px solid #409143; }
  .form__submit {
    margin-top: 1.5em; }

.f3-form-error {
  border: 1px solid red; }

.form__checkbox.f3-form-error {
  box-shadow: 0px 0px 0px 1px red; }

.gridlist {
  list-style: none;
  margin: 1rem -0.5rem;
  padding: 0;
  display: flex;
  flex-flow: row wrap; }
  .gridlist__linkwrap {
    padding: 0.5rem;
    height: 100%; }
    .gridlist__linkwrap > * {
      height: 100%; }
  .gridlist--2up .gridlist__item {
    flex-basis: 100%; }
    @media (min-width: 24em) {
      .gridlist--2up .gridlist__item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%; } }
  .gridlist--3up .gridlist__item {
    flex-basis: 100%; }
    @media (min-width: 24em) {
      .gridlist--3up .gridlist__item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%; } }
    @media (min-width: 40em) {
      .gridlist--3up .gridlist__item {
        flex-basis: 33.33333333%; } }
  .gridlist--4up .gridlist__item {
    flex-basis: 100%; }
    @media (min-width: 24em) {
      .gridlist--4up .gridlist__item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%; } }
    @media (min-width: 40em) {
      .gridlist--4up .gridlist__item {
        flex-basis: 25%; } }
  .gridlist .teaser-button {
    clear: both;
    margin: 1.5em 0; }
    .gridlist .teaser-button a {
      padding: 10px 15px;
      background: #67676b;
      color: #fff; }
      .gridlist .teaser-button a:hover {
        background: #de0017;
        color: #fff; }

.icon {
  width: 2em;
  height: 2em;
  display: inline-block; }

.iconlink {
  display: flex;
  font-weight: 500;
  width: 100%;
  color: #de0017; }
  .iconlink:hover, .iconlink:focus {
    color: #020208; }
  .iconlink__icon {
    margin-right: .5em; }
    .iconlink__icon > svg {
      width: 1em;
      height: 1em; }

.jobs {
  margin-top: 0;
  list-style: none; }
  .jobs__item {
    width: 100%; }

.job {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 0;
  font-size: .9em;
  display: flex;
  flex-flow: row wrap;
  color: #de0017; }
  .job:hover, .job:focus {
    outline: none;
    color: #5b5b5e; }
  .job__title {
    width: 100%;
    color: inherit;
    margin-bottom: 0.25rem;
    font-weight: 500; }
  .job__prop {
    font-size: .75em;
    margin-right: 2rem;
    color: #5b5b5e; }

.job-description {
  font-size: .8em; }
  @media (min-width: 40em) {
    .job-description {
      font-size: 1em; } }
  .job-description aside {
    margin-bottom: -1em; }
  .job-description.content h2 + h3 {
    margin-top: .5em; }
  .job-description.content h4 {
    color: #de0017;
    font-size: .9em;
    margin-bottom: -1.5em; }
  .job-description__header {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: .5em; }
  .job-description__published {
    display: block; }

.license {
  font-size: .8em; }
  @media (min-width: 24em) {
    .license {
      font-size: 1em; } }
  .license__content {
    padding: 2em 2em 0;
    flex: 1;
    margin-bottom: 2em;
    min-height: 20vh;
    max-height: 60vh;
    overflow-y: auto; }
    @media (min-width: 24em) {
      .license__content {
        padding: 2em 4em 0; } }
  .license__buttons {
    padding: 0 2em 2em;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 24em) {
      .license__buttons {
        padding: 0 4em 2em; } }

.link {
  transition: .3s color .3s background-color; }
  .link:hover {
    border-bottom: 1px solid currentcolor; }
  .link[data-is-active] {
    background-color: rgba(2, 2, 8, 0.1); }
  .link--invers[data-is-active] {
    background-color: rgba(255, 255, 255, 0.3); }

@media (max-width: 63.995em) {
  .logo\@mobile {
    transition: none;
    padding: 0.5rem;
    display: inline-block; }
    .logo\@mobile__text {
      display: none; }
    .logo\@mobile svg {
      transform: translateX(-62%);
      height: 3.75rem; } }

@media (min-width: 64em) {
  .logo\@desktop {
    padding: 0 1rem;
    align-self: flex-end;
    transition: none !important;
    transform: translate(0, -0.67rem); }
    .ie10 .logo\@desktop {
      display: block;
      transform: translate(0, -0.67rem) !important;
      line-height: 1 !important; }
    .logo\@desktop > * {
      display: block;
      font-size: 1em;
      line-height: 1;
      margin: 0; }
    .logo\@desktop svg {
      width: calc(22vw - 1rem);
      height: 5.70652vw; }
  .logo\@desktop svg.onlyLogo {
     transform: translateX(-72%);}}

@media (min-width: 93.75rem) {
  .logo\@desktop {
    transform: translate(0, -0.45em); }
  .ie10 .logo\@desktop {
    transform: translate(1rem, 0.3rem); }
  .logo\@desktop svg {
    width: calc(18.75rem - 1rem);
    height: 4.82337rem; }
  .logo\@desktop svg.onlyLogo {
    transform: translateX(-72%);}}

.map-entry {
  padding: 0.75rem 1rem;
  display: flex;
  font-size: .95em;
  width: 100%;
  text-align: left;
  cursor: default; }
  .map-entry:hover, .map-entry:focus {
    background-color: #e6e6e6;
    outline: none;
    cursor: pointer; }
  .map-entry--pinned {
    background-color: #f7f7f8; }
    @media (max-width: 63.995em) {
      .map-entry--pinned {
        margin-bottom: 2px; } }
  .map-entry__icon {
    background-image: url("/assets/images/marker-company.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.4em;
    height: 3.375em;
    text-align: center;
    font-weight: 500;
    line-height: 2.4em;
    margin-right: 0.75rem; }
    @media (max-width: 63.995em) {
      .map-entry__icon {
        display: none; } }
    .map-entry__icon[data-icon='company-active'] {
      background-image: url("/assets/images/marker-company-active.svg");
      color: #de0017; }
    .map-entry__icon[data-icon='company'] {
      background-image: url("/assets/images/marker-company.svg");
      color: #fff; }
    .map-entry__icon[data-icon='company-cluster'] {
      background-image: url("/assets/images/marker-companycluster.svg");
      color: #fff; }
    .map-entry__icon[data-icon='region-active'] {
      background-image: url("/assets/images/marker-region-active.svg"); }
    .map-entry__icon[data-icon='region'] {
      background-image: url("/assets/images/marker-region.svg");
      color: #fff; }
    .map-entry__icon[data-icon='region-cluster'] {
      background-image: url("/assets/images/marker-regioncluster.svg");
      color: #fff; }
    .map-entry__icon[data-icon='target'] {
      background-image: url("/assets/images/marker-target.svg");
      color: #de0017; }
  .map-entry__body {
    flex: 1; }
  .map-entry__title {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .125em; }
    @media (max-width: 63.995em) {
      .map-entry__title {
        color: #de0017; } }
  .map-entry__textgroup {
    line-height: 1.3; }
  .map-entry__textgroup + .map-entry__textgroup {
    margin-top: 0.25rem; }

.map-info {
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.95);
  min-height: 10em; }
  @media (max-width: 63.995em) {
    .map-info--region {
      display: none; } }
  @media (max-width: 39.995em) {
    .map-info {
      font-size: 1em;
      position: fixed;
      top: 5rem;
      right: 0;
      bottom: 0;
      left: 0;
      overflow-y: auto; } }
  @media (min-width: 40em) {
    .map-info {
      font-size: .8em;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 30em;
      transform: translate(-50%, -50%); } }
  @media (min-width: 64em) {
    .map-info {
      font-size: .8em;
      transform: translate(50px, -50%); } }
  .map-info__topbar {
    background-color: #de0017;
    color: #fff;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    @media (min-width: 40em) {
      .map-info__topbar {
        padding: 0.75rem; } }
    .map-info__topbar--gray {
      background-color: #67676b; }
  .map-info__header > p {
    max-width: calc(100% - 1em); }
  .map-info__title {
    margin-bottom: 0;
    color: inherit;
    font-size: 1.1em;
    font-weight: 500; }
  .map-info__subtitle {
    color: inherit;
    font-size: 1.1em;
    font-weight: 200; }
  .map-info__close {
    color: #fff;
    transition: .3s color;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem; }
    .map-info__close:hover, .map-info__close:focus {
      color: rgba(2, 2, 8, 0.5);
      outline: none; }
  .map-info__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 2px solid #de0017;
    border-top: 0; }
  .map-info__content {
    padding: 1rem;
    flex: 1;
    font-size: .95em; }
    @media (min-width: 40em) {
      .map-info__content {
        padding: 0.75rem; } }
  .map-info__textgroup {
    margin-bottom: .5em;
    margin-top: 0; }
    .map-info__textgroup--fixwrap {
      margin-right: -65px; }
  .map-info__marker {
    font-size: 1.6em; }
  .map-info__icon {
    background-image: url("../images/marker-company.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.4em;
    height: 3.375em;
    text-align: center;
    font-weight: 500;
    line-height: 2.4em;
    margin: 0.75rem; }
    .map-info__icon[data-icon='company-active'] {
      background-image: url("../images/marker-company-active.svg");
      color: #de0017; }
    .map-info__icon[data-icon='company'] {
      background-image: url("../images/marker-company.svg");
      color: #fff; }
    .map-info__icon[data-icon='company-cluster'] {
      background-image: url("../images/marker-companycluster.svg");
      color: #fff; }
    .map-info__icon[data-icon='region-active'] {
      background-image: url("../images/marker-region-active.svg"); }
    .map-info__icon[data-icon='region'] {
      background-image: url("../images/marker-region.svg");
      color: #fff; }
    .map-info__icon[data-icon='region-cluster'] {
      background-image: url("../images/marker-regioncluster.svg");
      color: #fff; }
    .map-info__icon[data-icon='target'] {
      background-image: url("../images/marker-target.svg");
      color: #de0017; }
  .map-info h2.map-info__title {
    padding-right: 15px; }
  .map-info .map-info__header {
    max-width: 94%; }
  .map-info .map-info__close {
    z-index: 999; }

.map-full {
  background-color: #f0f0f0;
  width: 100%;
  line-height: 1.3; }
  @media (min-width: 64em) {
    .map-full {
      height: 650px;
      position: relative;
      box-shadow: 0 0 2px 2px rgba(2, 2, 8, 0.05); } }
  .map-full__code {
    display: none; }
    @media (min-width: 64em) {
      .map-full__code {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        z-index: 1; } }
  .map-full__content {
    position: relative;
    z-index: 2;
    height: 100%;
    font-size: .75em; }
    @media (min-width: 64em) {
      .map-full__content {
        margin-left: 0.75rem;
        width: 22vw; } }
    @media (min-width: 93.75rem) {
      .map-full__content {
        margin-left: calc((100% - 93.75rem) / 2);
        width: 18.75rem;
        pointer-events: none; } }
  .map-full__tools {
    background-color: #fff;
    height: 100%;
    padding: 1rem 0.5rem; }
    @media (min-width: 64em) {
      .map-full__tools {
        pointer-events: auto;
        display: flex;
        flex-flow: column nowrap; } }
    @media (min-width: 64em) {
      .map-full__tools {
        padding: 0;
        margin: 0 1rem;
        box-shadow: 0 0 2px 2px rgba(2, 2, 8, 0.05);
        width: 22vw; } }
    @media (min-width: 93.75rem) {
      .map-full__tools {
        width: 18.75rem; } }
  .map-full__searchbox {
    position: relative; }
  .map-full__searchbox-results {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 3;
    background-color: #fff; }
  .map-full__searchbox-label {
    padding: 0.75rem;
    display: block; }
  .map-full__searchbox-wrap {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    background-color: #f0f0f0; }
  .map-full__searchbox-input {
    padding: 0.5rem 0.75rem;
    border: 0;
    flex: 1;
    background-color: #f0f0f0;
    font-size: 1.25em; }
    .map-full__searchbox-input:focus {
      background-color: #e6e6e6;
      outline: none; }
  .map-full__searchbox-icon {
    flex: 0 0 2.5em;
    margin-left: 0.75rem; }
    .map-full__searchbox-icon > svg {
      width: 1.5em;
      height: 1.5em; }
  @media (max-width: 63.995em) {
    .map-full__entries {
      display: flex;
      min-height: 30vh;
      flex-flow: row wrap; }
      .map-full__entries > * {
        flex: 0 0 33.3%;
        max-width: 100%; } }
  @media (max-width: 39.995em) {
    .map-full__entries {
      display: flex;
      min-height: 30vh;
      flex-flow: row wrap; }
      .map-full__entries > * {
        flex: 0 0 50%;
        max-width: 100%; } }
  @media (min-width: 64em) {
    .map-full__entries {
      flex: 1 0 30vh;
      overflow-y: scroll; } }
  .map-full__reset {
    display: block;
    background-color: #f0f0f0;
    padding: 0.75rem;
    cursor: pointer;
    margin: 1rem 0;
    width: 100%; }
    .map-full__reset:hover, .map-full__reset:focus {
      background-color: #e6e6e6;
      outline: none; }
  .map-full .map-full__entries {
    flex: 1 0 15vh; }
  .map-full .map-full__reset {
    margin: 0; }

.mediainfo {
  background-color: #f0f0f0; }
  .mediainfo__title {
    margin-bottom: 1.5rem; }
  .mediainfo__figcaption {
    background-color: #f0f0f0;
    padding: 0.5rem;
    line-height: 1.3;
    height: 100%; }
  .mediainfo__description {
    margin-bottom: .5em; }
    .mediainfo__description > *:last-child {
      margin-bottom: 0; }
  .mediainfo__linklist {
    list-style: none; }
  .mediainfo__listitem + .mediainfo__listitem {
    margin-top: .5em; }

.nav-backbutton {
  background-color: #e6e6e6;
  color: #353539;
  display: block;
  padding: 0.5rem 1rem 0.5rem 2rem;
  width: 100vw;
  text-align: left;
  background: #e6e6e6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="-5 -5 42 75"><path fill="none" stroke="#8d8d90" stroke-width="6" d="M31 65L0 34M31 0L0 34" stroke-linecap="square"/></svg>') 1rem center no-repeat; }
  @media (min-width: 64em) {
    .nav-backbutton {
      display: none !important; } }

@media (min-width: 64em) {
  .nav\@desktop {
    font-size: 1rem;
    transform: translate(24.5vw, -2.5rem);
    width: auto;
    display: inline-block; }
    .nav\@desktop ul {
      list-style: none; }
      .nav\@desktop ul[data-level='2'] {
        font-size: .875em; }
    .nav\@desktop li ul {
      display: none; }
    .nav\@desktop a {
      padding: 0.25rem 0.75rem;
      display: block;
      line-height: 1.5;
      transition: .3s background-color .3s color; } }
  @media (min-width: 64em) and (min-width: 93.75rem) {
    .nav\@desktop {
      transform: translate(20.625rem, -2.5rem); } }

@media (min-width: 64em) {
    .nav\@desktop [data-level='1'] {
      width: 100%;
      display: flex;
      width: auto; }
      .nav\@desktop [data-level='1'] > [data-is-open] > a {
        background-color: #e6e6e6;
        color: #de0017; }
      .nav\@desktop [data-level='1'] ul {
        font-weight: 500; }
      .nav\@desktop [data-level='1'] > li {
        border-bottom: 0; }
        .nav\@desktop [data-level='1'] > li > a {
          background-color: #fff;
          padding: 0.5rem 0.75rem; }
          .nav\@desktop [data-level='1'] > li > a:hover {
            background-color: #e6e6e6;
            color: #020208; }
          .nav\@desktop [data-level='1'] > li > a[data-is-active] {
            background-color: #de0017;
            color: #fff; }
    .nav\@desktop [data-level='2'] [data-has-children] > a {
      background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIxOCAwIDQxIDc1Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM3NzciIHN0cm9rZS13aWR0aD0iNiIgZD0iTTIzIDVsMzEgMzFNMjMgNzBsMzEtMzQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=") 98% center no-repeat; }
    .nav\@desktop [data-level='2'] a:hover {
      background-color: #fff;
      color: #020208; }
    .nav\@desktop [data-level='2'] a[data-is-active] {
      color: #de0017; }
    .nav\@desktop [data-level='2'],
    .nav\@desktop [data-level='3'],
    .nav\@desktop [data-level='4'] {
      min-height: 20vw;
      position: absolute;
      top: 0; }
    .nav\@desktop [data-level='2'] {
      margin-top: 3.5rem;
      width: 100%;
      max-width: 16.40625rem;
      left: -20px; }
      .nav\@desktop [data-level='2'] li {
        padding-left: 20px; }
      .nav\@desktop [data-level='2'] a {
        border-top: 1px solid #8d8d90;
        border-bottom: 1px solid #8d8d90;
        margin-top: -1px; }
      .nav\@desktop [data-level='2'] [data-has-children]:hover > ul {
        display: block; }
    .nav\@desktop [data-level='3'] {
      width: 100%;
      left: 16.40625rem; }
    .nav\@desktop [data-level='4'] {
      width: 100%;
      left: 16.40625rem; }
    .nav\@desktop [data-is-open] > ul {
      display: block; } }

.nav-info {
  display: none; }
  @media (min-width: 64em) {
    .nav-info {
      position: absolute;
      left: -23vw;
      top: 3.5rem;
      width: 21vw;
      min-height: 15rem;
      background-color: #fff;
      padding: 1rem; }
      [data-is-open] > .nav-info {
        display: block; }
      .nav-info__title {
        margin-bottom: .5em;
        display: block; }
      .nav-info__text {
        font-size: .825em;
        line-height: 1.3; }
      .nav-info img {
        display: block;
        width: 300px;
        height: 70px;
        margin-bottom: .5em; }
      .nav-info br {
        display: none; } }
  @media (min-width: 93.75rem) {
    .nav-info {
      width: 17.75rem;
      left: -19.75rem; } }

@media (max-width: 63.995em) {
  .nav\@mobile {
    position: relative;
    border-top: 1px solid #e6e6e6;
    width: 400vw;
    font-size: 1.1em;
    overflow-y: scroll;
    height: calc(100vh - 3rem); }
    .nav\@mobile__list {
      transition: .3s transform ease-in-out; }
    .nav\@mobile[data-show-level='1'] .nav\@mobile__list {
      transform: translateX(0); }
    .nav\@mobile[data-show-level='2'] .nav\@mobile__list {
      transform: translateX(-100vw); }
    .nav\@mobile[data-show-level='3'] .nav\@mobile__list {
      transform: translateX(-200vw); }
    .nav\@mobile[data-show-level='4'] .nav\@mobile__list {
      transform: translateX(-300vw); }
    .nav\@mobile ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100vw;
      position: relative; }
      .nav\@mobile ul ul {
        position: absolute;
        top: 0;
        left: 100%; }
    .nav\@mobile li {
      border-bottom: 1px solid #e6e6e6; }
      .nav\@mobile li ul {
        display: none; }
      .nav\@mobile li[data-is-open] > ul {
        display: block; }
      .nav\@mobile li[data-has-children] {
        background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIxOCAwIDQxIDc1Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iNiIgZD0iTTIzIDVsMzEgMzFNMjMgNzBsMzEtMzQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=") 96% center no-repeat; }
    .nav\@mobile a {
      display: block;
      padding: 0.5rem 1rem; }
      .nav\@mobile a[data-is-active] {
        color: #de0017; } }

.navtoggle {
  display: none;
  position: fixed;
  top: 1.25rem;
  right: .75rem;
  z-index: 11;
  padding: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background-color: #67676b;
  margin: 0; }
  @media (min-width: 40em) {
    .navtoggle {
      right: 1rem; } }
  .js .navtoggle {
    display: block; }
    @media (min-width: 64em) {
      .js .navtoggle {
        display: none !important; } }
  .navtoggle__svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.25rem; }
  .navtoggle__close, .navtoggle__open {
    transition: .2s opacity; }
  .navtoggle__close {
    opacity: 0; }
  .navtoggle[data-is-open] .navtoggle__open {
    opacity: 0; }
  .navtoggle[data-is-open] .navtoggle__close {
    opacity: 1; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(2, 2, 8, 0.7);
  z-index: -5;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .overlay[data-is-open] {
    z-index: 20;
    opacity: 1; }
  .overlay__content {
    background-color: #fff;
    width: 90%;
    max-width: 80vw;
    max-height: 90vh;
    position: relative; }
    @media (min-width: 64em) {
      .overlay__content {
        max-width: 50em; } }
  .overlay__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(1.8em);
    color: #fff;
    background-color: #de0017;
    width: 1.5em;
    height: 1.5em; }
    .overlay__close:hover {
      background-color: #ff122b; }

.pagination {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; }
  .pagination--simple {
    border-bottom: 2px solid #e6e6e6;
    display: block;
    font-size: .75em;
    padding: 0.5rem 0;
    text-align: left; }
  .pagination--buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 2px solid #e6e6e6;
    font-size: .75em;
    padding: 0.5rem 0;
    text-align: left;
    align-items: center; }
  .pagination--foot {
    border-bottom: 0;
    border-top: 2px solid #e6e6e6;
    margin-top: -1px !important; }
  .pagination__item:not(:last-child) {
    margin-right: .5em; }
  .pagination__button {
    color: #5b5b5e; }
    .pagination__button:hover {
      color: #de0017; }
    .pagination__button > svg {
      width: .75em;
      height: .75em; }
  .pagination__buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: auto; }
  .pagination__control {
    font-size: 14px;
    padding: .25em .5em; }
    .pagination__control:hover, .pagination__control:focus {
      background-color: #f0f0f0;
      color: #020208; }
  .pagination__link {
    padding: .25em .5em;
    background-color: #f0f0f0;
    margin: 0 2px;
    min-width: 2em;
    text-align: center;
    display: inline-block; }
    .pagination__link:hover, .pagination__link:focus {
      background-color: #8d8d90;
      color: #fff; }
    .pagination__link[data-is-active] {
      background-color: #5b5b5e;
      color: #fff; }

.product-detail__badge {
  background-color: #de0017;
  padding: 0 0.5rem;
  color: #fff;
  align-self: flex-end;
  margin-right: -0.5rem; }

.product {
  display: block;
  height: calc(100% - 1em);
  margin: 0.5rem 0.5rem 0;
  border-bottom: 1px solid #8d8d90; }
  @media (max-width: 63.995em) {
    .product {
      padding-bottom: .5em; } }
  @media (min-width: 40em) {
    .product {
      margin: 0.5rem; } }
  @media (min-width: 64em) {
    .product:hover {
      box-shadow: 0 0 2px 2px rgba(2, 2, 8, 0.05); } }
  .product__title {
    font-weight: 500;
    background-color: #f0f0f0;
    margin: 0 -0.5rem 0.5rem;
    padding: 0 0.5rem;
    line-height: 1.5; }
  .product__info {
    padding: 0.5rem;
    font-size: .9em;
    line-height: 1.1; }
    .product__info > dd {
      margin-bottom: 0; }
  .product__badge {
    background-color: #de0017;
    padding: 0 0.5rem;
    color: #fff;
    align-self: flex-end;
    float: right;
    margin-right: -0.5rem; }
  .product__figure > img {
    width: 100%;
    height: auto; }

.products {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0.5rem; }
  @media (min-width: 40em) {
    .products {
      margin: 0 0.75rem; } }
  @media (min-width: 64em) {
    .products {
      margin: 1rem 0.5rem 1rem 0.25rem; } }
  .products[data-is-hidden] {
    display: none; }
  .products__item {
    width: 100%; }
    @media (min-width: 24em) {
      .products__item {
        width: 50%; } }
    @media (min-width: 40em) {
      .products__item {
        width: 25%; } }

.results {
  margin-top: 0;
  list-style: none; }
  .results__item {
    width: 100%; }

.result {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 0;
  font-size: .9em;
  display: flex;
  flex-flow: row wrap; }
  .result:hover, .result:focus {
    outline: none;
    color: #5b5b5e; }
  .result__title {
    width: 100%;
    color: inherit;
    margin-bottom: 0.25rem; }
  .result__hl-link {
    text-decoration: none;
    border-bottom: 0; }
    .result__hl-link:hover, .result__hl-link:focus {
      color: #de0017; }
  .result__desc {
    width: 100%; }
  .result__link {
    color: #de0017;
    text-decoration: underline; }
    .result__link:hover, .result__link:focus {
      color: #020208; }

.searchfield {
  position: relative; }
  @media (max-width: 63.995em) {
    .searchfield {
      height: 5rem;
      font-size: 1.2em; } }
  @media (min-width: 64em) {
    .searchfield {
      position: absolute;
      top: -2.5rem;
      right: 1rem;
      z-index: 11;
      background-color: rgba(255, 255, 255, 0);
      transition: .4s transform, .3s background-color;
      width: 2rem;
      overflow: hidden; }
      .searchfield[data-focus-within] {
        background-color: #fff;
        transform: translateY(3rem);
        width: 250px; }
      .no-js .searchfield {
        top: 8rem; } }
  .searchfield__input {
    font-size: inherit;
    border: 0;
    box-shadow: inset 0 0 0 1px #e6e6e6;
    line-height: 1;
    margin: .75rem;
    height: 2rem;
    appearance: none;
    border-radius: 0; }
    @media (max-width: 63.995em) {
      .searchfield__input {
        padding: 0.5rem 2.5rem 0.5rem 0.5rem;
        width: calc(100% - 4.5rem);
        height: 3.5rem; } }
    @media (min-width: 64em) {
      .searchfield__input {
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
        margin: 0;
        background-color: rgba(255, 255, 255, 0);
        padding: 0.5rem;
        border-color: rgba(53, 53, 57, 0);
        transition: .4s box-shadow;
        width: 100%;
        color: rgba(255, 255, 255, 0); }
        .searchfield__input:focus {
          outline: 0;
          box-shadow: inset 0 0 0 1px #e6e6e6;
          padding: 0.5rem 2.5rem 0.5rem 0.5rem; }
        [data-focus-within] > .searchfield__input {
          color: #5b5b5e; } }
  .searchfield__submit {
    margin: 0;
    display: inline-block;
    transform: translateX(-2.75rem);
    color: #8d8d90;
    padding: .375rem;
    width: 2rem;
    height: 2rem;
    position: absolute; }
    @media (max-width: 63.995em) {
      .searchfield__submit {
        width: 2.5rem;
        height: 2.5rem;
        top: 1.25rem;
        right: 1.5rem; } }
    .searchfield__submit > svg {
      width: 100%;
      height: 100%; }
    @media (min-width: 64em) {
      .searchfield__submit {
        transform: none;
        top: 0;
        right: 0;
        z-index: -1; }
        :focus + .searchfield__submit {
          z-index: 1; }
        .searchfield__submit:focus {
          background-color: #353539;
          outline: none; }
        .searchfield__submit:hover {
          color: #353539; } }

.searchfilter[data-is-active] {
  color: #de0017; }

.serp-searchfield {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: .8em; }
  .serp-searchfield__label {
    margin-right: 1rem; }
  .serp-searchfield__input {
    flex: 1;
    border: 0;
    line-height: 1.3;
    padding: .5em;
    font-size: 16px; }
    @media (min-width: 64em) {
      .serp-searchfield__input {
        font-size: 1.2em; } }
    .serp-searchfield__input:focus {
      outline: none;
      box-shadow: inset 0 0 2px rgba(2, 2, 8, 0.3); }
  .serp-searchfield__submit {
    margin-left: 0.75rem;
    color: #8d8d90;
    font-size: 1.6em; }
    .serp-searchfield__submit:hover, .serp-searchfield__submit:focus {
      color: #020208;
      outline: none; }
    .serp-searchfield__submit > svg {
      width: 1em;
      height: 1em; }

.skip-to-main {
  position: fixed;
  top: 3vh;
  left: 50vw;
  width: 20em;
  margin-left: -10em;
  z-index: -10;
  opacity: 0;
  transition: .3s opacity .3s z-index;
  padding: 1em;
  text-align: center;
  background-color: #fff;
  color: #020208; }
  .skip-to-main:focus {
    z-index: 100;
    opacity: 1; }

.slider {
  padding-bottom: 50%;
  margin-bottom: 3em; }
  .slider .flickity-viewport {
    position: absolute;
    width: 100%; }
  .slider__item {
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: flex; }
  .slider__pagination {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 100%;
    display: flex; }
    .slider__pagination > * {
      margin: auto; }
  .slider img {
    width: 50%;
    height: auto;
    margin: auto; }
    @media (min-width: 64em) {
      .slider img {
        width: auto; } }

.smallcopy p {
  font-size: .875em; }

.social {
  display: flex;
  list-style: none;
  justify-content: flex-start; }
  @media (max-width: 30em) {
    .social {
      font-size: 1.3em; } }
  @media (min-width: 64em) {
    .social {
      margin: 0 1rem 0 -0.25rem; } }
  .social__item {
    margin: 0.25rem; }
  .social__link {
    display: block;
    opacity: .9;
    transition: .3s opacity .2s transform ease-in-out; }
    .social__link:hover {
      transform: translateY(-3px); }
    .social__link > img {
      display: block; }

.subnav ul {
  list-style: none; }
  .subnav ul ul {
    margin-left: 1em; }

.subnav__item {
  margin-top: 1px; }

.subnav__link {
  font-size: .9em;
  line-height: 1.2;
  display: block;
  padding: .25em 1.5em .25em .5em;
  border-bottom: 1px solid #e6e6e6;
  position: relative; }
  .subnav__link:hover {
    color: #de0017; }
  .subnav__link:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: .5em; }
  [data-is-open] > .subnav__link {
    background-color: #f0f0f0;
    color: #de0017; }
  .subnav__link[data-is-active] {
    background-color: #de0017 !important;
    color: #fff;
    cursor: default; }

.subnav__level-3 .subnav__link {
  background-color: #f7f7f8; }

.svg-wrap {
  margin-bottom: 2em;
  position: relative; }
  .svg-wrap > svg {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

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

.teaser {
  padding: 0.25rem; }
  @media (min-width: 64em) {
    .teaser {
      padding: 0.5rem; } }
  .teaser__link {
    display: block;
    box-shadow: 0 0 0 4px #fff, 0 0 2px 4px rgba(2, 2, 8, 0); }
    .teaser__link:hover {
      box-shadow: 0 0 0 4px #fff, 0 0 5px 4px rgba(2, 2, 8, 0.6); }
  .teaser__caption {
    font-size: .9em; }
  .teaser__title {
    line-height: 1.2;
    margin-bottom: .25em;
    color: #5b5b5e; }

.teasers {
  display: flex;
  flex-flow: row wrap;
  margin: 0.5em -0.25rem 1.5em;
  list-style: none; }
  @media (min-width: 64em) {
    .teasers {
      margin: 0.5em -0.5rem 1.5em; } }
  .teasers__item {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 12em; }
    @media (min-width: 40em) {
      .teasers__item {
        flex-basis: 33.333333333%; } }

.textlist {
  font-size: .945em;
  list-style: none !important;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 5vmin; }
  .textlist__item {
    border-top: 1px solid #e6e6e6;
    margin: 0; }
    .textlist__item:last-of-type {
      border-bottom: 1px solid #e6e6e6; }
  .textlist__foot {
    border-top: 1px solid #e6e6e6;
    margin: 0;
    text-align: right;
    padding: 0.5rem 0; }
  .textlist__link {
    padding: 0.5rem 0;
    display: block;
    padding-right: 2em;
    transition: .3s color, .5s background;
    background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIxOCAwIDQxIDc1Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNkZTAwMTciIHN0cm9rZS13aWR0aD0iNiIgZD0iTTIzIDVsMzEgMzFNMjMgNzBsMzEtMzQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=") 99% center no-repeat; }
    .textlist__link:hover {
      color: #020208;
      background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIxOCAwIDQxIDc1Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMjAyMDgiIHN0cm9rZS13aWR0aD0iOSIgZD0iTTIzIDVsMzEgMzFNMjMgNzBsMzEtMzQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=") 99% center no-repeat; }
    .textlist__link--foot {
      display: inline-block;
      color: #de0017;
      border-bottom: 1px solid #fce6e8;
      padding: 0;
      background: none; }
      .textlist__link--foot:hover {
        color: #020208;
        border-bottom: 1px solid #8d8d90;
        background: none; }

.thumblink {
  display: block;
  box-shadow: 0 0 0 5px #fff, 0 0 2px 5px rgba(2, 2, 8, 0);
  transition: box-shadow .3s; }
  .thumblink:hover {
    box-shadow: 0 0 0 5px #fff, 0 0 5px 5px rgba(2, 2, 8, 0.6); }

.toolbar {
  background-color: #e6e6e6;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: .8em;
  justify-content: space-between;
  font-weight: 500;
  height: 2rem;
  position: relative;
  margin: 1rem 0; }
  @media (min-width: 40em) {
    .toolbar {
      margin: 1rem; } }
  @media (min-width: 64em) {
    .toolbar {
      margin: 1rem 1rem 1rem 0.75rem; }
      .toolbar--nohorizmargin {
        margin: 1rem 0; } }
  .js .toolbar [data-overlay-only] {
    display: none; }
  .js .toolbar[data-overlay-mode] > * {
    display: none; }
  .js .toolbar[data-overlay-mode] [data-overlay-only],
  .js .toolbar[data-overlay-mode] [data-show-always] {
    display: block; }
  .toolbar__item {
    line-height: 2rem;
    margin: 0;
    flex: 1 1 30%;
    display: flex;
    justify-content: flex-start; }
    .toolbar__item--end {
      justify-content: flex-end; }
  .toolbar__filtertoggle {
    display: none; }
    .js .toolbar__filtertoggle {
      display: block; }
      @media (min-width: 64em) {
        .js .toolbar__filtertoggle {
          display: none !important; } }
  .toolbar__title {
    font-size: inherit;
    padding-left: 0.5rem; }
  .toolbar__pagination {
    flex: 1; }
  .toolbar__close {
    padding-left: 0.5rem; }

.video {
  position: relative;
  width: 100%;
  max-width: 100%; }
  .video:before {
    content: '';
    display: block;
    padding-top: 80%; }
  .video[data-ratio="4:3"]:before {
    padding-top: 75%; }
  .video[data-ratio="16:9"]:before {
    padding-top: 56.25%; }
  .video > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.visual {
  z-index: 9; }
  .visual > img {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: auto; }

.flag__inner {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 1rem; }
  .flag__inner img {
    width: 55px;
    height: 55px; }

@media (max-width: 63.995em) {
  .flag__inner {
    bottom: 6px;
    left: 86px; }
    .flag__inner img {
      width: 28px;
      height: 28px; } }

.specialLogo {
  position: relative;
  top: -4px;
  left: 8px; }
  .specialLogo img {
    width: 280px;
    height: auto; }

@media (max-width: 63.995em) {
  .specialLogo img {
    width: 205px;
    height: auto; } }

#regionSelect {
  margin-left: 1rem; }
  #regionSelect select, #regionSelect option {
    color: #5b5b5e; }
  #regionSelect select {
    font-size: 1rem;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 3px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 200; }
  #regionSelect label {
    position: relative; }
  #regionSelect label:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #aaa;
    right: 8px;
    top: 4px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none; }
  #regionSelect label:before {
    content: '';
    right: 4px;
    top: 0px;
    width: 23px;
    height: 18px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block; }

@media (max-width: 63.995em) {
  #regionSelect {
    margin: 2px 0 0 0; }
    #regionSelect select {
      font-size: 0.75em; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

.video-thumbnail {
  cursor: pointer;
  position: relative; }
  .video-thumbnail .play-button {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: url(/public/assets/images/play-button.png) center center no-repeat; }

[v-cloak] {
  visibility: hidden; }

@media (max-width: 63.995em) {
  .u-only\@desktop\+ {
    display: none !important; } }

@media (min-width: 64em) {
  .u-not\@desktop\+ {
    display: none !important; } }

@media (max-width: 39.995em) {
  .u-only\@tablet\+ {
    display: none !important; } }

@media (min-width: 40em) {
  .u-not\@tablet\+ {
    display: none !important; } }

@media (max-width: 63.995em) {
  .u-not\@mobile {
    display: none !important; } }

.u-prev, .u-next {
  color: #5b5b5e; }
  .u-prev:focus, .u-next:focus {
    outline: none; }
    [is-keyboard-user] .u-prev:focus, [is-keyboard-user] .u-next:focus {
      background-color: #e6e6e6; }
  .u-prev:hover, .u-prev[data-is-active], .u-next:hover, .u-next[data-is-active] {
    color: #de0017; }
  .u-prev[disabled], .u-next[disabled] {
    opacity: .2;
    cursor: default; }
    .u-prev[disabled]:hover, .u-next[disabled]:hover {
      color: inherit; }

.u-next::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4em 0 .4em .6em;
  border-color: transparent transparent transparent currentcolor;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  margin: 0 0.25rem; }

.u-prev::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4em .6em .4em 0;
  border-color: transparent currentcolor transparent transparent;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  margin: 0 0.25rem; }

.u-visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important; }

@media (min-width: 30em) {
  .u-img-left {
    float: left;
    max-width: 48%;
    margin: .2rem 1.5rem .75rem 0; }
    .content > .u-img-left {
      margin-top: .8rem; } }

@media (min-width: 30em) {
  .u-img-right {
    float: right;
    max-width: 48%;
    margin: .2rem 0 .75rem 1.5rem; }
    .content > .u-img-right {
      margin-top: 1.2rem; } }

.u-img-stretch {
  width: 100%;
  height: auto; }

.u-thinborder {
  border: 1px solid #e6e6e6; }

.u-clearfix:after {
  content: '';
  display: table;
  clear: both; }

.ce-table > caption {
  font-weight: 500; }

.employee > .content > * {
  margin: 0; }

@media (min-width: 480px) {
  .employee {
    position: relative; }
    .employee > .content {
      position: absolute;
      bottom: .5em;
      left: 0;
      width: 48%; } }

.news__listitem {
  padding: .5rem 0; }
  .news__listitem:not(:last-child) {
    border-bottom: 1px solid #e6e6e6; }
  .news__listitem h2 {
    margin-top: 0; }
  .news__listitem > .content {
    margin: 0.5rem 0; }
  .news__listitem-more {
    color: #de0017;
    text-decoration: underline; }

.news-single .news-img-wrap img {
  height: auto; }

#page-270 .my-tooltip-wrapper, #page-285 .my-tooltip-wrapper {
  position: relative; }

#page-270 .video[data-ratio="16:9"] video, #page-285 .video[data-ratio="16:9"] video {
  max-width: 100%;
  height: auto; }

#page-270 .video[data-ratio="16:9"]:before, #page-285 .video[data-ratio="16:9"]:before {
  padding-top: inherit; }

#page-270 .tooltip-toggle, #page-285 .tooltip-toggle {
  height: 75px;
  width: 75px; }
  #page-270 .tooltip-toggle:hover, #page-285 .tooltip-toggle:hover {
    cursor: pointer; }
  #page-270 .tooltip-toggle .inner, #page-285 .tooltip-toggle .inner {
    padding: 10px; }

#page-270 #tooltip-1-toggle, #page-285 #tooltip-1-toggle {
  position: absolute;
  top: 10px;
  left: 10px; }

#page-270 #tooltip-2-toggle, #page-285 #tooltip-2-toggle {
  position: absolute;
  top: 10px;
  right: 10px; }

#page-270 #tooltip-3-toggle, #page-285 #tooltip-3-toggle {
  position: absolute;
  bottom: 10px;
  left: 10px; }

#page-270 #tooltip-4-toggle, #page-285 #tooltip-4-toggle {
  position: absolute;
  bottom: 10px;
  right: 10px; }

#page-270 .tooltip, #page-285 .tooltip {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear; }

#page-270 .tooltip.bottom, #page-270 .tooltip.top, #page-285 .tooltip.bottom, #page-285 .tooltip.top {
  position: absolute;
  height: 210px;
  bottom: 0;
  width: 100%;
  background: #d1d2d4; }
  #page-270 .tooltip.bottom .inner, #page-270 .tooltip.top .inner, #page-285 .tooltip.bottom .inner, #page-285 .tooltip.top .inner {
    padding: 20px; }
  #page-270 .tooltip.bottom h4, #page-270 .tooltip.top h4, #page-285 .tooltip.bottom h4, #page-285 .tooltip.top h4 {
    color: #de0018;
    font-size: 1.25rem; }
  #page-270 .tooltip.bottom ul, #page-270 .tooltip.top ul, #page-285 .tooltip.bottom ul, #page-285 .tooltip.top ul {
    padding: 20px; }

#page-270 .tooltip.top, #page-285 .tooltip.top {
  top: 0; }

.social-icons .spacer {
  clear: both;
  margin-bottom: 25px; }

.social-icons .social-icon {
  float: left;
  width: 80px; }
  .social-icons .social-icon img {
    width: 75px;
    height: 75px; }

@media only screen and (max-width: 600px) {
  .social-icons .social-icon {
    float: left;
    width: 65px; }
    .social-icons .social-icon img {
      width: 60px;
      height: 60px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }



.map-full {
	background-color: #f0f0f0;
	width: 100%;
	line-height: 1.3; }
@media (min-width: 64em) {
	.map-full {
		height: 650px;
		position: relative;
		box-shadow: 0 0 2px 2px rgba(2, 2, 8, 0.05); } }
.map-full__code {
	display: none; }
@media (min-width: 64em) {
	.map-full__code {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		z-index: 1; } }
.map-full__content {
	position: relative;
	z-index: 2;
	height: 100%;
	font-size: .75em; }
@media (min-width: 64em) {
	.map-full__content {
		margin-left: 0.75rem;
		width: 22vw; } }
@media (min-width: 93.75rem) {
	.map-full__content {
		margin-left: calc((100% - 93.75rem) / 2);
		width: 18.75rem;
		pointer-events: none; } }
.map-full__tools {
	background-color: #fff;
	height: 100%;
	padding: 1rem 0.5rem; }
@media (min-width: 64em) {
	.map-full__tools {
		pointer-events: auto;
		display: flex;
		flex-flow: column nowrap; } }
@media (min-width: 64em) {
	.map-full__tools {
		padding: 0;
		margin: 0 1rem;
		box-shadow: 0 0 2px 2px rgba(2, 2, 8, 0.05);
		width: 22vw; } }
@media (min-width: 93.75rem) {
	.map-full__tools {
		width: 18.75rem; } }
.map-full__searchbox {
	position: relative; }
.map-full__searchbox-results {
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 3;
	background-color: #fff; }
.map-full__searchbox-label {
	padding: 0.75rem;
	display: block; }
.map-full__searchbox-wrap {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	align-items: center;
	background-color: #f0f0f0; }
.map-full__searchbox-input {
	padding: 0.5rem 0.75rem;
	border: 0;
	flex: 1;
	background-color: #f0f0f0;
	font-size: 1.25em; }
.map-full__searchbox-input:focus {
	background-color: #e6e6e6;
	outline: none; }
.map-full__searchbox-icon {
	flex: 0 0 2.5em;
	margin-left: 0.75rem; }
.map-full__searchbox-icon > svg {
	width: 1.5em;
	height: 1.5em; }
@media (max-width: 63.995em) {
	.map-full__entries {
		display: flex;
		min-height: 30vh;
		flex-flow: row wrap; }
	.map-full__entries > * {
		flex: 0 0 33.3%;
		max-width: 100%; } }
@media (max-width: 39.995em) {
	.map-full__entries {
		display: flex;
		min-height: 30vh;
		flex-flow: row wrap; }
	.map-full__entries > * {
		flex: 0 0 50%;
		max-width: 100%; } }
@media (min-width: 64em) {
	.map-full__entries {
		flex: 1 0 30vh;
		overflow-y: scroll; } }
.map-full__reset {
	display: block;
	background-color: #f0f0f0;
	padding: 0.75rem;
	cursor: pointer;
	margin: 1rem 0;
	width: 100%; }
.map-full__reset:hover, .map-full__reset:focus {
	background-color: #e6e6e6;
	outline: none; }
.map-full .map-full__entries {
	flex: 1 0 15vh; }
.map-full .map-full__reset {
	margin: 0; }

.searchbox {
	position: relative; }
.searchbox .map-full__searchbox-autocomplete {
	width: 100%; }
.searchbox .map-full__searchbox-autocomplete .map-full__searchbox-input {
	width: 100%; }
.searchbox .map-full__searchbox-autocomplete .searchbox-results {
	position: absolute;
	background-color: white;
	z-index: 5000;
	box-shadow: 0px 1px 4px;
	width: 100%; }
.searchbox .map-full__searchbox-autocomplete .searchbox-results .searchbox-results_result {
	display: flex;
	align-items: center;
	margin: auto;
	padding: 5px 10px 5px 0;
	box-shadow: 0px 1px 1px #46484329;
	width: 100%; }
.searchbox .map-full__searchbox-icon {
	position: absolute;
	top: 9px;
	right: 8px; }
.searchbox .autocomplete-item-icon {
	width: 30px;
	height: 30px; }
.searchbox .autocomplete-item-icon svg {
	fill: grey; }
.searchbox .autocomplete-active {
	background-color: #f0f0f0;
	box-shadow: 0px 1px 1px #46484329; }
.searchbox .autocomplete-active .autocomplete-item-icon svg {
	fill: red; }

.no-map {
	background-image: url("/typo3conf/ext/deutz_setup/Resources/Public/Images/Cookiebox/maps-bg.png");
	background-repeat: round; }
.no-map .map-full__tools {
	padding: 1rem 0.5rem; }
@media (min-width: 64em) {
	.no-map .map-full__tools {
		padding: 0;
		margin: 0 1rem;
		box-shadow: 0 0 2px 2px rgba(2, 2, 8, 0.05);
		width: 33vw; } }
@media (min-width: 93.75rem) {
	.no-map .map-full__tools {
		width: 28.125rem; } }
@media (min-width: 64em) {
	.no-map .map-info {
		position: absolute;
		left: 60%;
		top: 45%;
		width: 60em;
		transform: translate(-50%, -50%); } }
@media (min-width: 40em) {
	.no-map .map-info .map-info__body {
		min-height: 30em; } }
@media (min-width: 64em) {
	.no-map .map-info__close {
		display: none; } }
.no-map .map-info__marker {
	display: none; }
