@charset "UTF-8";
/**
 * all global project vars in framework/foundation/settings !!
 * feel free to structure & comment your variables like the other stuff in settings.scss :)
 * @see 36. kernpunkt settings
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* line 583, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_settings.scss */
.not-rendered {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
/* line 222, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
/* line 232, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
/* line 246, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
/* line 267, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
/* line 280, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
/* line 290, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
/* line 302, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
/* line 311, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
/* line 323, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
/* line 331, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
/* line 340, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
/* line 349, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
/* line 358, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
/* line 367, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
/* line 375, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 383, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
sup {
  top: -0.5em; }

/* line 387, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
/* line 398, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
/* line 406, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
/* line 417, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
/* line 425, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
/* line 434, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
/* line 442, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
/* line 479, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
/* line 490, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
button,
select {
  text-transform: none; }

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

/**
   * Re-set default cursor for disabled elements.
   */
/* line 515, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
/* line 524, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
/* line 535, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
input {
  line-height: normal; }

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

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

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
/* line 569, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
/* line 580, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
/* line 601, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
/* line 610, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
/* line 619, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
/* line 630, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 635, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
td,
th {
  padding: 0; }

/* line 120, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=41.875em&large=64em&xlarge=75em&xxlarge=90em"; }

/* line 124, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box; }

/* line 130, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit; }

/* line 137, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3E3D40;
  background: ffffff;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 153, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

/* line 165, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

/* line 172, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
select {
  width: 100%;
  border-radius: 3px; }

/* line 182, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

/* line 190, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] button {
    outline: 0; }

/* line 202, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
.is-visible {
  display: block !important; }

/* line 206, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/_global.scss */
.is-hidden {
  display: none !important; }

/* line 26, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.row {
  max-width: 61.3125rem;
  margin-left: auto;
  margin-right: auto; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .row::before, .row::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .row::after {
    clear: both; }
  /* line 31, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 37, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .row .row {
    max-width: none;
    margin-left: -0.46875rem;
    margin-right: -0.46875rem; }
    /* line 40, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  /* line 47, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .row.expanded {
    max-width: none; }
    /* line 50, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

/* line 58, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem; }
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left; }
  /* line 46, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_position.scss */
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

/* line 70, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none; }
  /* line 74, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-1 {
  width: 8.3333333333%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-2 {
  width: 16.6666666667%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.3333333333%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-3 {
  width: 25%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.6666666667%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-4 {
  width: 33.3333333333%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-5 {
  width: 41.6666666667%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.3333333333%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-6 {
  width: 50%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.6666666667%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-7 {
  width: 58.3333333333%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-8 {
  width: 66.6666666667%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.3333333333%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-9 {
  width: 75%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.6666666667%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-10 {
  width: 83.3333333333%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-11 {
  width: 91.6666666667%; }

/* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.3333333333%; }

/* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-12 {
  width: 100%; }

/* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.6666666667%; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

/* line 117, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

/* line 119, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

/* line 128, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem; }

/* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/* line 137, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 41.875em) {
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-1 {
    width: 8.3333333333%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-2 {
    width: 16.6666666667%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-3 {
    width: 25%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-4 {
    width: 33.3333333333%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-5 {
    width: 41.6666666667%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-6 {
    width: 50%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-7 {
    width: 58.3333333333%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-8 {
    width: 66.6666666667%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-9 {
    width: 75%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-10 {
    width: 83.3333333333%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-11 {
    width: 91.6666666667%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-12 {
    width: 100%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  /* line 117, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 119, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 128, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem; }
  /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* line 137, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-1 {
    width: 8.3333333333%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-2 {
    width: 16.6666666667%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-3 {
    width: 25%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-4 {
    width: 33.3333333333%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-5 {
    width: 41.6666666667%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-6 {
    width: 50%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-7 {
    width: 58.3333333333%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-8 {
    width: 66.6666666667%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-9 {
    width: 75%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-10 {
    width: 83.3333333333%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-11 {
    width: 91.6666666667%; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  /* line 95, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  /* line 85, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-12 {
    width: 100%; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_layout.scss */
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  /* line 117, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 119, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 128, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem; }
  /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  /* line 137, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

/* line 232, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* line 256, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
p {
  font-size: inherit;
  //line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

/* line 264, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit; }

/* line 271, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit; }

/* line 278, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit; }

/* line 284, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MetaWebBook, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  /* line 299, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #e6e7e8;
    line-height: 0; }

/* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
h1 {
  font-size: 1.5rem; }

/* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
h2 {
  font-size: 1.25rem; }

/* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
h3 {
  font-size: 1.1875rem; }

/* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
h4 {
  font-size: 1.125rem; }

/* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
h5 {
  font-size: 1.0625rem; }

/* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
h6 {
  font-size: 1rem; }

@media screen and (min-width: 41.875em) {
  /* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  h1 {
    font-size: 2.75rem; }
  /* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  h2 {
    font-size: 1.6875rem; }
  /* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  h3 {
    font-size: 1.375rem; }
  /* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  h4 {
    font-size: 1.25rem; }
  /* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  h5 {
    font-size: 1.125rem; }
  /* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  h6 {
    font-size: 1rem; } }

/* line 317, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
a {
  color: #1e4675;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  /* line 323, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  a:hover, a:focus {
    color: #1a3c65; }
  /* line 330, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  a:focus {
    color: #000000; }
  /* line 334, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  a img {
    border: 0; }

/* line 340, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
hr {
  max-width: 61.3125rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e6e7e8;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

/* line 352, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

/* line 361, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
li {
  font-size: inherit; }

/* line 366, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

/* line 372, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
ol {
  margin-left: 1.25rem; }

/* line 378, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

/* line 385, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
dl {
  margin-bottom: 1rem; }
  /* line 388, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

/* line 395, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #e6e7e8; }
  /* line 400, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

/* line 407, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  /* line 412, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
  cite:before {
    content: '\2014 \0020'; }

/* line 418, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
abbr {
  color: #3E3D40;
  cursor: help;
  border-bottom: 1px dotted #000000; }

/* line 425, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  background-color: #f2f2f3;
  border: 1px solid #e6e7e8;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* line 435, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f2f2f3;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px; }

/* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

/* line 57, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6; }

/* line 63, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1; }
  /* line 67, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_helpers.scss */
  p + .stat {
    margin-top: -1rem; }

/* line 73, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none; }

/* line 15, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
.text-left {
  text-align: left; }

/* line 15, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
.text-right {
  text-align: right; }

/* line 15, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
.text-center {
  text-align: center; }

/* line 15, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
.text-justify {
  text-align: justify; }

@media screen and (min-width: 41.875em) {
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
  .medium-text-left {
    text-align: left; }
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
  .medium-text-right {
    text-align: right; }
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
  .medium-text-center {
    text-align: center; }
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
  .large-text-left {
    text-align: left; }
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
  .large-text-right {
    text-align: right; }
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
  .large-text-center {
    text-align: center; }
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify; } }

/* line 13, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
.show-for-print {
  display: none !important; }

@media print {
  /* line 16, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  * {
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 26, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  .show-for-print {
    display: block !important; }
  /* line 27, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  .hide-for-print {
    display: none !important; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  table.show-for-print {
    display: table !important; }
  /* line 30, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important; }
  /* line 31, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important; }
  /* line 32, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important; }
  /* line 33, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important; }
  /* line 34, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important; }
  /* line 37, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  a,
  a:visited {
    text-decoration: none; }
  /* line 39, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  a[href]:after {
    content: ''; }
  /* line 42, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  /* line 47, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 50, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  /* line 57, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  thead {
    display: table-header-group; }
  /* line 59, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 62, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  /* line 66, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 74, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }

/* line 106, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #e6e7e8;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  /* line 92, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_text.scss */
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #e6e7e8;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

/* line 113, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_text.scss */
textarea {
  max-width: 100%; }
  /* line 116, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_text.scss */
  textarea[rows] {
    height: auto; }

/* line 124, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #e6e7e8; }

/* line 129, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f2f2f3;
  cursor: default; }

/* line 137, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* line 146, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box; }

/* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  /* line 25, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_checkbox.scss */
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

/* line 31, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

/* line 37, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_checkbox.scss */
[type='file'] {
  width: 100%; }

/* line 41, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  /* line 44, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_label.scss */
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

/* line 22, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

/* line 27, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  /* line 36, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
  .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  /* line 41, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
  .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }

/* line 47, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

/* line 56, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #f2f2f3;
  color: #000000;
  border: 1px solid #e6e7e8;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  /* line 76, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
  .input-group-label:first-child {
    border-right: 0; }
  /* line 80, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
  .input-group-label:last-child {
    border-left: 0; }

/* line 86, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

/* line 101, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  /* line 115, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

/* line 124, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell; }

/* line 40, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

/* line 46, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

/* line 51, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #e6e7e8;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  /* line 30, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_fieldset.scss */
  .fieldset legend {
    background: #000000;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* line 63, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #e6e7e8;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000000;
  background-color: #fafafa;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    /* line 63, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_select.scss */
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  /* line 46, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_select.scss */
  select:disabled {
    background-color: #f2f2f3;
    cursor: default; }
  /* line 52, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_select.scss */
  select::-ms-expand {
    display: none; }
  /* line 56, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_select.scss */
  select[multiple] {
    height: auto;
    background-image: none; }

/* line 45, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

/* line 71, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_error.scss */
.is-invalid-label {
  color: #ec5840; }

/* line 77, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  /* line 80, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/forms/_error.scss */
  .form-error.is-visible {
    display: block; }

/* line 192, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background-color: #1e4675;
  color: #000000; }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .button {
    outline: 0; }
  /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button:hover, .button:focus {
    background-color: #1a3c63;
    color: #000000; }
  /* line 197, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.tiny {
    font-size: 0.6rem; }
  /* line 197, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.small {
    font-size: 0.75rem; }
  /* line 197, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.large {
    font-size: 1.25rem; }
  /* line 202, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  /* line 207, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.primary {
    background-color: #00406e;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.primary:hover, .button.primary:focus {
      background-color: #003358;
      color: #000000; }
  /* line 207, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.secondary {
    background-color: #007eC0;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.secondary:hover, .button.secondary:focus {
      background-color: #00659a;
      color: #000000; }
  /* line 207, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.success {
    background-color: #3adb76;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000000; }
  /* line 207, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.warning {
    background-color: #ffae00;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000000; }
  /* line 207, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.alert {
    background-color: #ec5840;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #000000; }
  /* line 224, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.hollow {
    border: 1px solid #00406e;
    color: #00406e; }
    /* line 120, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.hollow:hover, .button.hollow:focus {
      border-color: #002037;
      color: #002037; }
    /* line 229, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.hollow.primary {
      border: 1px solid #00406e;
      color: #00406e; }
      /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #002037;
        color: #002037; }
    /* line 229, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.hollow.secondary {
      border: 1px solid #007eC0;
      color: #007eC0; }
      /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #003f60;
        color: #003f60; }
    /* line 229, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    /* line 229, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    /* line 229, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  /* line 237, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  /* line 153, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  /* line 254, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

/* line 94, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: #1e4675;
  border: 1px solid #f2f2f3;
  border-bottom: 0;
  border-radius: 3px;
  margin-left: 0; }

/* line 102, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #f2f2f3; }
  /* line 65, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion.scss */
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f2f2f3; }
  /* line 71, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion.scss */
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion.scss */
  .is-active > .accordion-title::before {
    content: '–'; }

/* line 106, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #f2f2f3;
  background-color: #ffffff; }

/* line 15, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative; }
  /* line 18, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion-menu.scss */
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #00406e transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

/* line 27, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

/* line 40, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #1e4675;
  color: #ffffff; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_badge.scss */
  .badge.secondary {
    background: #007eC0;
    color: #ffffff; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_badge.scss */
  .badge.success {
    background: #3adb76;
    color: #ffffff; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_badge.scss */
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_badge.scss */
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }

/* line 87, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .breadcrumbs::after {
    clear: both; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_breadcrumbs.scss */
  .breadcrumbs li {
    float: left;
    color: #000000;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    /* line 62, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_breadcrumbs.scss */
    .breadcrumbs li:not(:last-child)::after {
      color: #e6e7e8;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  /* line 77, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_breadcrumbs.scss */
  .breadcrumbs a {
    color: #1e4675; }
    /* line 80, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_breadcrumbs.scss */
    .breadcrumbs a:hover {
      text-decoration: underline; }
  /* line 90, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_breadcrumbs.scss */
  .breadcrumbs .disabled {
    color: #e6e7e8;
    cursor: not-allowed; }

/* line 145, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .button-group::after {
    clear: both; }
  /* line 42, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group .button {
    margin: 0;
    font-size: 0.9rem; }
    /* line 50, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group .button:not(:last-child) {
      margin-right: 1px; }
  /* line 150, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.tiny .button {
    font-size: 0.6rem; }
  /* line 150, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.small .button {
    font-size: 0.75rem; }
  /* line 150, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.large .button {
    font-size: 1.25rem; }
  /* line 156, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.expanded {
    margin-right: -1px; }
    /* line 65, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: 50%;
      margin-right: 1px; }
    /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: 33.3333333333%;
      margin-right: 1px; }
    /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: 25%;
      margin-right: 1px; }
    /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: 20%;
      margin-right: 1px; }
    /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: 16.6666666667%;
      margin-right: 1px; }
  /* line 161, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.primary .button {
    background-color: #00406e;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #003358;
      color: #000000; }
  /* line 161, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.secondary .button {
    background-color: #007eC0;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #00659a;
      color: #000000; }
  /* line 161, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.success .button {
    background-color: #3adb76;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #000000; }
  /* line 161, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.warning .button {
    background-color: #ffae00;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #000000; }
  /* line 161, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.alert .button {
    background-color: #ec5840;
    color: #000000; }
    /* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button.scss */
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #000000; }
  /* line 103, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%;
    border-right: 1px solid transparent; }
    /* line 113, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
      border-bottom: 1px solid #000000; }
  @media screen and (min-width: 41.875em) {
    /* line 130, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.stacked-for-small .button {
      width: auto; }
      /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 64em) {
    /* line 130, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.stacked-for-medium .button {
      width: auto; }
      /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 41.8125em) {
    /* line 192, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
    .button-group.stacked-for-small.expanded {
      display: block; }
      /* line 196, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_button-group.scss */
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

/* line 88, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  position: relative;
  color: #3E3D40;
  background-color: white; }
  /* line 55, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout > :first-child {
    margin-top: 0; }
  /* line 59, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout > :last-child {
    margin-bottom: 0; }
  /* line 92, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout.primary {
    background-color: #c3e6ff; }
  /* line 92, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout.secondary {
    background-color: #cfefff; }
  /* line 92, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout.success {
    background-color: #e1faea; }
  /* line 92, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout.warning {
    background-color: #fff3d9; }
  /* line 92, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout.alert {
    background-color: #fce6e2; }
  /* line 97, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  /* line 101, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_callout.scss */
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

/* line 58, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  /* line 51, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_close-button.scss */
  .close-button:hover, .close-button:focus {
    color: #000000; }

/* line 225, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none; }
  /* line 46, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  /* line 59, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  /* line 66, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  /* line 161, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu > li > a img,
  .menu > li > a i {
    vertical-align: middle; }
  /* line 166, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  /* line 180, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  /* line 100, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu > li {
    display: table-cell; }
  /* line 120, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 41.875em) {
    /* line 100, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
    .menu.medium-horizontal > li {
      display: table-cell; }
    /* line 120, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    /* line 100, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
    .menu.large-horizontal > li {
      display: table-cell; }
    /* line 120, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
    .menu.large-vertical > li {
      display: block; } }
  /* line 132, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu.simple a {
    padding: 0; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .menu.align-right::after {
    clear: both; }
  /* line 263, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu.align-right > li {
    float: right; }
  /* line 270, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    /* line 273, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  /* line 191, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu.icon-top > li > a {
    text-align: center; }
    /* line 199, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.25rem; }
  /* line 284, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu.nested {
    margin-left: 1rem; }
  /* line 289, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu .active > a {
    color: #ffffff;
    background: #00406e; }

/* line 295, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

/* line 300, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
.menu-centered {
  text-align: center; }
  /* line 303, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
  .menu-centered > .menu {
    display: inline-block; }

/* line 309, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none; }

/* line 2, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  /* line 105, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .menu-icon:hover::after {
    background: #e6e7e8;
    box-shadow: 0 7px 0 #e6e7e8, 0 14px 0 #e6e7e8; }

/* line 6, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  /* line 105, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

/* line 27, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden; }
  /* line 31, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_drilldown.scss */
  .is-drilldown li {
    display: block !important; }

/* line 37, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  /* line 47, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_drilldown.scss */
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  /* line 53, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_drilldown.scss */
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

/* line 59, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative; }
  /* line 62, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_drilldown.scss */
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #00406e;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

/* line 71, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_drilldown.scss */
.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #00406e transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

/* line 56, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown.scss */
.dropdown-pane {
  background-color: #000000;
  border: 1px solid #e6e7e8;
  border-radius: 3px;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  /* line 50, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown.scss */
  .dropdown-pane.is-open {
    visibility: visible; }

/* line 61, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px; }

/* line 61, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px; }

/* line 61, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px; }

/* line 52, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

/* line 60, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

/* line 68, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

/* line 73, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #1e4675 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

/* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

/* line 118, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none; }

/* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

/* line 87, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

/* line 94, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }

/* line 35, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

/* line 40, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #1e4675 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

/* line 44, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #1e4675;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 41.875em) {
  /* line 52, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  /* line 60, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  /* line 68, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  /* line 73, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #1e4675 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  /* line 87, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  /* line 94, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  /* line 35, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  /* line 40, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1e4675 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  /* line 44, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1e4675;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  /* line 52, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  /* line 60, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  /* line 68, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  /* line 73, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #1e4675 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  /* line 87, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  /* line 94, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  /* line 35, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  /* line 40, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1e4675 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  /* line 44, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1e4675;
    border-left-style: solid;
    border-right-width: 0; } }

/* line 141, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

/* line 149, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px; }
  /* line 152, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-menu.vertical.align-right {
    float: right; }

/* line 157, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative; }
  /* line 160, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  /* line 167, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  /* line 171, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

/* line 177, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #e6e7e8; }
  /* line 35, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  /* line 40, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #1e4675 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  /* line 44, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #1e4675;
    border-left-style: solid;
    border-right-width: 0; }
  /* line 194, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  /* line 199, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu > li {
    width: 100%; }
  /* line 205, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_dropdown-menu.scss */
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

/* line 52, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  /* line 39, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_flex-video.scss */
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 55, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_flex-video.scss */
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  /* line 59, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_flex-video.scss */
  .flex-video.vimeo {
    padding-top: 0; }

/* line 41, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #1e4675;
  color: #ffffff; }
  /* line 49, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_label.scss */
  .label.secondary {
    background: #007eC0;
    color: #ffffff; }
  /* line 49, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_label.scss */
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  /* line 49, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_label.scss */
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  /* line 49, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_label.scss */
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

/* line 70, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block; }
  /* line 73, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 41.8125em) {
    /* line 83, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      /* line 64, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

/* line 90, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top; }
  /* line 42, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
  .media-object-section:first-child {
    padding-right: 1rem; }
  /* line 46, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  /* line 100, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
  .media-object-section.middle {
    vertical-align: middle; }
  /* line 104, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_media-object.scss */
  .media-object-section.bottom {
    vertical-align: bottom; }

/* line 46, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
html,
body {
  height: 100%; }

/* line 51, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

/* line 59, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .off-canvas-wrapper-inner::after {
    clear: both; }

/* line 67, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #000000;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

/* line 81, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

/* line 155, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #f2f2f3;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  /* line 158, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    /* line 123, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
    .is-open-left {
      transform: translateX(250px); }
  /* line 159, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    /* line 123, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 41.875em) {
  /* line 166, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    /* line 146, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  /* line 170, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    /* line 146, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  /* line 166, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    /* line 146, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  /* line 170, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    /* line 146, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_off-canvas.scss */
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

/* line 152, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit {
  position: relative; }

/* line 156, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

/* line 160, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%; }
  /* line 72, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

/* line 164, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-figure {
  margin: 0; }

/* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

/* line 172, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 176, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  /* line 108, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

/* line 180, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-previous {
  left: 0; }

/* line 185, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0; }

/* line 190, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  /* line 134, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #e6e7e8;
    border-radius: 50%; }
    /* line 141, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    /* line 145, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_orbit.scss */
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

/* line 131, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .pagination::after {
    clear: both; }
  /* line 68, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 3px;
    display: none; }
    /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 41.875em) {
      /* line 68, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
      .pagination li {
        display: inline-block; } }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
  .pagination a,
  .pagination button {
    color: #000000;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px; }
    /* line 98, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
    .pagination a:hover,
    .pagination button:hover {
      background: #f2f2f3; }
  /* line 134, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1e4675;
    color: #ffffff;
    cursor: default; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #e6e7e8;
    cursor: not-allowed; }
    /* line 118, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
    .pagination .disabled:hover {
      background: transparent; }
  /* line 142, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #000000; }

/* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

/* line 155, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

/* line 43, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_progress-bar.scss */
.progress {
  background-color: #e6e7e8;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_progress-bar.scss */
  .progress.primary .progress-meter {
    background-color: #00406e; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_progress-bar.scss */
  .progress.secondary .progress-meter {
    background-color: #007eC0; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_progress-bar.scss */
  .progress.success .progress-meter {
    background-color: #3adb76; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_progress-bar.scss */
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_progress-bar.scss */
  .progress.alert .progress-meter {
    background-color: #ec5840; }

/* line 56, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1e4675;
  border-radius: 3px; }

/* line 61, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 3px; }

/* line 102, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f2f2f3;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

/* line 107, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #e6e7e8;
  transition: all 0.2s ease-in-out; }
  /* line 43, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
  .slider-fill.is-dragging {
    transition: all 0s linear; }

/* line 112, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #1e4675;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 3px; }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  /* line 63, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
  .slider-handle:hover {
    background-color: #1a3c63; }
  /* line 67, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
  .slider-handle.is-dragging {
    transition: all 0s linear; }

/* line 117, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

/* line 123, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  /* line 84, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  /* line 90, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_slider.scss */
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

/* line 6, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_sticky.scss */
.sticky-container {
  position: relative; }

/* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_sticky.scss */
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

/* line 16, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  /* line 20, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_sticky.scss */
  .sticky.is-stuck.is-at-top {
    top: 0; }
  /* line 24, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_sticky.scss */
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

/* line 29, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_sticky.scss */
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  /* line 34, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_sticky.scss */
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

/* line 113, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden; }

/* line 118, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }

/* line 123, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #e6e7e8;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 41.875em) {
    /* line 123, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
    .reveal {
      min-height: 0; } }
  /* line 70, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  /* line 76, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 41.875em) {
    /* line 123, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
    .reveal {
      width: 600px;
      max-width: 61.3125rem; } }
  @media screen and (min-width: 41.875em) {
    /* line 135, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  /* line 143, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 41.875em) {
    /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
    .reveal.tiny {
      width: 30%;
      max-width: 61.3125rem; } }
  @media screen and (min-width: 41.875em) {
    /* line 149, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
    .reveal.small {
      width: 50%;
      max-width: 61.3125rem; } }
  @media screen and (min-width: 41.875em) {
    /* line 150, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
    .reveal.large {
      width: 90%;
      max-width: 61.3125rem; } }
  /* line 153, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 41.8125em) {
    /* line 123, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  /* line 161, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_reveal.scss */
  .reveal.without-overlay {
    position: fixed; }

/* line 189, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

/* line 194, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch-input {
  opacity: 0;
  position: absolute; }

/* line 199, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch-paddle {
  background: #e6e7e8;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 3px;
  color: inherit;
  font-weight: inherit; }
  /* line 96, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
  input + .switch-paddle {
    margin: 0; }
  /* line 101, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 3px; }
  /* line 116, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
  input:checked ~ .switch-paddle {
    background: #1e4675; }
    /* line 119, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  /* line 168, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

/* line 204, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

/* line 209, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none; }
  /* line 141, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
  input:checked + label > .switch-active {
    display: block; }

/* line 215, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch-inactive {
  right: 15%; }
  /* line 150, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
  input:checked + label > .switch-inactive {
    display: none; }

/* line 171, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

/* line 177, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

/* line 182, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

/* line 171, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

/* line 177, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

/* line 182, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

/* line 171, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

/* line 177, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

/* line 182, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

/* line 209, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  /* line 64, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  /* line 72, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  /* line 78, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table thead,
  table tfoot {
    background: #f9f9f9;
    color: #3E3D40; }
    /* line 84, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
    table thead tr,
    table tfoot tr {
      background: transparent; }
    /* line 89, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  /* line 102, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  /* line 115, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  /* line 188, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table.stack thead {
    display: none; }
  /* line 193, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table.stack tfoot {
    display: none; }
  /* line 197, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  /* line 203, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  table.stack td {
    border-top: 0; } }

/* line 219, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

/* line 153, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
table.hover tr:hover {
  background-color: #fafafa; }

/* line 159, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

/* line 227, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
.table-scroll {
  overflow-x: auto; }
  /* line 230, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_table.scss */
  .table-scroll table {
    width: auto; }

/* line 116, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: #1e4675;
  border: 1px solid #f2f2f3; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .tabs::after {
    clear: both; }

/* line 63, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

/* line 127, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0; }
  /* line 130, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
  .tabs.simple > li > a:hover {
    background: transparent; }

/* line 137, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
.tabs.primary {
  background: #00406e; }
  /* line 140, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
  .tabs.primary > li > a {
    color: #ffffff; }
    /* line 143, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #004c82; }

/* line 150, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
.tabs-title {
  float: left; }
  /* line 74, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    /* line 80, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
    .tabs-title > a:hover {
      background: #ffffff; }
    /* line 84, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; }

/* line 154, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #f2f2f3;
  border-top: 0; }

/* line 158, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #f2f2f3;
  border-left: 0; }

/* line 162, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem; }
  /* line 110, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tabs.scss */
  .tabs-panel.is-active {
    display: block; }

/* line 51, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_thumbnail.scss */
.thumbnail {
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem; }
  /* line 44, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_thumbnail.scss */
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(30, 70, 117, 0.5); }

/* line 38, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_title-bar.scss */
.title-bar {
  background: #000000;
  color: #ffffff;
  padding: 0.5rem; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .title-bar::after {
    clear: both; }
  /* line 52, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_title-bar.scss */
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

/* line 70, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_title-bar.scss */
.title-bar-left {
  float: left; }

/* line 74, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right; }

/* line 80, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

/* line 86, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  /* line 79, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  /* line 105, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

/* line 97, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tooltip.scss */
.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

/* line 101, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tooltip.scss */
.tooltip {
  background-color: #000000;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }
  /* line 64, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tooltip.scss */
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #000000;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  /* line 72, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tooltip.scss */
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #000000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  /* line 78, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tooltip.scss */
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #000000;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  /* line 86, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_tooltip.scss */
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #000000 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

/* line 119, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem; }
  /* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  /* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
  .top-bar::after {
    clear: both; }
  /* line 47, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
  .top-bar,
  .top-bar ul {
    background-color: #eee; }
  /* line 60, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  /* line 66, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  /* line 72, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
  .top-bar input.button {
    width: auto; }
  /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 41.875em) {
    /* line 110, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    /* line 91, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

/* line 154, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem; }

/* line 160, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
.top-bar-left {
  float: left; }

/* line 164, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_top-bar.scss */
.top-bar-right {
  float: right; }

/* line 62, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
.hide {
  display: none !important; }

/* line 66, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
.invisible {
  visibility: hidden; }

@media screen and (max-width: 41.8125em) {
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 41.875em) {
  /* line 86, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 41.875em) {
  /* line 73, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 41.8125em) {
  /* line 77, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 41.8125em), screen and (min-width: 64em) {
  /* line 86, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  /* line 73, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  /* line 77, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
  .show-for-large-only {
    display: none !important; } }

/* line 93, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

/* line 100, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

/* line 107, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    /* line 107, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    /* line 107, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

/* line 120, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    /* line 120, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    /* line 120, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/* line 10, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_float.scss */
.float-left {
  float: left !important; }

/* line 14, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_float.scss */
.float-right {
  float: right !important; }

/* line 18, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 138, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

/* line 148, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/util/_mixins.scss */
.clearfix::after {
  clear: both; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
header.header {
  zoom: 1;
  position: relative;
  z-index: 10;
  background-color: #ffffff; }
  /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  header.header:before, header.header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  header.header:after {
    clear: both; }
  @media screen and (min-width: 41.875em) {
    /* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
    header.header {
      min-height: 187px; } }
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
  header.header > .container {
    max-width: 61.3125rem;
    margin-left: auto;
    margin-right: auto;
    zoom: 1; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    header.header > .container:before, header.header > .container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    header.header > .container:after {
      clear: both; }
    /* line 12, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
    header.header > .container > .content {
      width: 100%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      header.header > .container > .content:last-child:not(:first-child) {
        float: left; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
  header.header .logo {
    padding-top: 20px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative; }
    /* line 22, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
    header.header .logo svg {
      width: 128px;
      height: 88px; }
    @media screen and (max-width: 41.8125em) {
      /* line 17, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
      header.header .logo {
        padding-top: 15px;
        padding-bottom: 7px; }
        /* line 30, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
        header.header .logo svg {
          height: 48px;
          width: 72px; } }
    @media screen and (min-width: 41.875em) {
      /* line 17, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
      header.header .logo {
        display: block; } }
  @media screen and (max-width: 41.8125em) {
    /* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_header.scss */
    header.header {
      border-bottom: 2px solid #000000;
      -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); } }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
.cookiebar {
  display: none;
  zoom: 1;
  position: relative;
  z-index: 99;
  font-size: 0.8125rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4); }
  /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  .cookiebar:before, .cookiebar:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  .cookiebar:after {
    clear: both; }
  @media screen and (max-width: 41.8125em) {
    /* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
    .cookiebar {
      text-align: center; } }
  /* line 11, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
  .cookiebar > div {
    max-width: 61.3125rem;
    margin-left: auto;
    margin-right: auto;
    zoom: 1; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    .cookiebar > div:before, .cookiebar > div:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    .cookiebar > div:after {
      clear: both; }
    /* line 13, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
    .cookiebar > div .cookie-message {
      position: relative;
      overflow: hidden;
      padding-top: 10px;
      padding-bottom: 8px; }
      /* line 18, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
      .cookiebar > div .cookie-message p {
        margin-bottom: 0;
        padding-right: 20px;
        width: 91.6666666667%;
        float: left;
        padding-left: 0.46875rem;
        padding-right: 0.46875rem; }
        /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
        .cookiebar > div .cookie-message p:last-child:not(:first-child) {
          float: left; }
        @media screen and (max-width: 41.8125em) {
          /* line 18, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
          .cookiebar > div .cookie-message p {
            padding-right: 0;
            width: 100%;
            float: left;
            padding-left: 0.46875rem;
            padding-right: 0.46875rem; }
            /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
            .cookiebar > div .cookie-message p:last-child:not(:first-child) {
              float: left; } }
      /* line 27, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
      .cookiebar > div .cookie-message a {
        cursor: pointer;
        text-decoration: underline; }
        /* line 30, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
        .cookiebar > div .cookie-message a:hover {
          text-decoration: none; }
        /* line 33, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
        .cookiebar > div .cookie-message a.cookiebar-close {
          position: absolute;
          float: right;
          right: 0;
          top: 50%;
          margin-top: -11px;
          margin-right: 15px;
          padding: 2px 20px 0 20px;
          color: white;
          background: #00406e;
          text-decoration: none;
          border: 1px solid #00406e; }
          /* line 45, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
          .cookiebar > div .cookie-message a.cookiebar-close:hover {
            color: #00406e;
            background: white; }
          @media screen and (max-width: 41.8125em) {
            /* line 33, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_alerts.scss */
            .cookiebar > div .cookie-message a.cookiebar-close {
              position: relative;
              float: none !important;
              right: inherit;
              top: inherit;
              margin-right: 0;
              bottom: 5px;
              margin-top: 10px; } }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
.stage {
  zoom: 1;
  position: relative;
  height: 250px;
  background-color: #f2f2f3 !important; }
  /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  .stage:before, .stage:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  .stage:after {
    clear: both; }
  /* line 8, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
  .stage .container {
    max-width: 61.3125rem;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    height: 100%; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    .stage .container:before, .stage .container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    .stage .container:after {
      clear: both; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
    .stage .container > .content {
      width: 100%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      .stage .container > .content:last-child:not(:first-child) {
        float: left; }
  /* line 16, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
  .stage .content {
    position: absolute;
    bottom: 20px; }
    /* line 19, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
    .stage .content > section {
      width: 60% !important; }
      @media screen and (max-width: 41.8125em) {
        /* line 19, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
        .stage .content > section {
          width: 100% !important; } }
    @media screen and (max-width: 41.8125em) {
      /* line 16, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
      .stage .content {
        width: 100% !important; } }
    /* line 30, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
    .stage .content h1, .stage .content h2, .stage .content p {
      display: inline-block;
      padding: 10px 10px 5px 10px;
      background: #ffffff;
      /* The Fallback */
      background: rgba(255, 255, 255, 0.8);
      color: #000000;
      border-radius: 3px; }
    /* line 37, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
    .stage .content h1 {
      font-weight: 600;
      font-size: 1.5rem; }
    /* line 41, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
    .stage .content h2 {
      font-weight: normal;
      line-height: 1.2em;
      font-size: 1.25rem; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
  .stage--home {
    zoom: 1;
    position: relative;
    height: inherit; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    .stage--home:before, .stage--home:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    .stage--home:after {
      clear: both; }
    /* line 52, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
    .stage--home .slider {
      display: none;
      overflow: hidden;
      height: auto;
      margin-bottom: 0;
      margin-top: 0;
      position: relative;
      zoom: 1; }
      /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
      .stage--home .slider:before, .stage--home .slider:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
      .stage--home .slider:after {
        clear: both; }
      /* line 60, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
      .stage--home .slider.slick-initialized {
        display: block; }
      /* line 63, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
      .stage--home .slider .slide {
        height: 500px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: #007eC0; }
      /* line 71, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
      .stage--home .slider .slick-prev,
      .stage--home .slider .slick-next {
        height: auto;
        width: 48px;
        padding: 10px 15px;
        background: rgba(0, 64, 110, 0);
        content: "";
        opacity: 0.5;
        font-size: 1.875rem;
        margin-top: 0;
        top: calc(50% - 15px);
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in; }
        /* line 83, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
        .stage--home .slider .slick-prev:before,
        .stage--home .slider .slick-next:before {
          font-family: 'FontAwesome';
          content: "\f054";
          font-size: 1.875rem;
          color: #ffffff;
          -webkit-transition: color 0.25s ease-in;
          -moz-transition: color 0.25s ease-in;
          transition: color 0.25s ease-in; }
        /* line 90, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
        .stage--home .slider .slick-prev:hover,
        .stage--home .slider .slick-next:hover {
          background: #00406e;
          opacity: 0.8;
          -webkit-transition: opacity 0.25s ease-in;
          -moz-transition: opacity 0.25s ease-in;
          transition: opacity 0.25s ease-in; }
          /* line 91, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
          .stage--home .slider .slick-prev:hover:before,
          .stage--home .slider .slick-next:hover:before {
            color: #000000;
            -webkit-transition: color 0.25s ease-in;
            -moz-transition: color 0.25s ease-in;
            transition: color 0.25s ease-in; }
      /* line 100, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
      .stage--home .slider .slick-prev {
        padding-left: 12px;
        left: 0;
        z-index: 1; }
        /* line 104, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
        .stage--home .slider .slick-prev:before {
          content: "\f053"; }
      /* line 108, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
      .stage--home .slider .slick-next {
        right: 0; }
        /* line 110, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
        .stage--home .slider .slick-next:before {
          content: "\f054"; }
      /* line 114, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
      .stage--home .slider .slick-dots {
        bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px; }
        /* line 119, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
        .stage--home .slider .slick-dots li {
          height: 15px;
          width: 15px;
          border: 2px solid #ffffff;
          border-radius: 10px;
          opacity: .5; }
          /* line 125, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
          .stage--home .slider .slick-dots li.slick-active {
            background: #00406e;
            opacity: 1; }
            /* line 128, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
            .stage--home .slider .slick-dots li.slick-active button:before {
              content: none; }
          /* line 132, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
          .stage--home .slider .slick-dots li button:before {
            content: none; }
      /* line 137, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
      .stage--home .slider .container {
        position: relative; }
        /* line 139, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
        .stage--home .slider .container .content {
          padding-left: 0;
          padding-right: 0;
          bottom: 40px; }
          /* line 143, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
          .stage--home .slider .container .content > div {
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text;
            width: 50%;
            float: left;
            padding-left: 0.46875rem;
            padding-right: 0.46875rem; }
            /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
            .stage--home .slider .container .content > div:last-child:not(:first-child) {
              float: left; }
            @media screen and (max-width: 41.8125em) {
              /* line 143, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
              .stage--home .slider .container .content > div {
                width: 100%;
                float: left;
                padding-left: 0.46875rem;
                padding-right: 0.46875rem; }
                /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
                .stage--home .slider .container .content > div:last-child:not(:first-child) {
                  float: left; } }
          /* line 153, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
          .stage--home .slider .container .content h1, .stage--home .slider .container .content h2, .stage--home .slider .container .content p {
            padding: 10px 20px 5px 20px; }
          /* line 156, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
          .stage--home .slider .container .content h1 {
            font-size: 2.125rem; }
          /* line 159, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
          .stage--home .slider .container .content h2 {
            padding: 15px 20px 10px 20px; }
          /* line 162, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_stages.scss */
          .stage--home .slider .container .content a.button {
            z-index: 1; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
body {
  overflow-x: hidden; }

/* line 5, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
main.main {
  zoom: 1;
  position: relative;
  background-color: #e6e7e8; }
  /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  main.main:before, main.main:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  main.main:after {
    clear: both; }
  /* line 9, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
  main.main > .wrapper {
    zoom: 1;
    position: relative; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    main.main > .wrapper:before, main.main > .wrapper:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    main.main > .wrapper:after {
      clear: both; }
    /* line 14, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
    main.main > .wrapper > .container.contains-aside > .content {
      width: 66.6666666667%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem;
      padding: 0 !important; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      main.main > .wrapper > .container.contains-aside > .content:last-child:not(:first-child) {
        float: left; }
      @media screen and (max-width: 41.8125em) {
        /* line 14, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
        main.main > .wrapper > .container.contains-aside > .content {
          width: 100%;
          float: left;
          padding-left: 0.46875rem;
          padding-right: 0.46875rem; }
          /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
          main.main > .wrapper > .container.contains-aside > .content:last-child:not(:first-child) {
            float: left; } }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
    main.main > .wrapper > .container > .aside {
      width: 33.3333333333%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem;
      padding: 0 !important; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      main.main > .wrapper > .container > .aside:last-child:not(:first-child) {
        float: left; }
      @media screen and (max-width: 41.8125em) {
        /* line 21, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
        main.main > .wrapper > .container > .aside {
          width: 100%;
          float: left;
          padding-left: 0.46875rem;
          padding-right: 0.46875rem; }
          /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
          main.main > .wrapper > .container > .aside:last-child:not(:first-child) {
            float: left; } }

/* line 32, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
.nested {
  overflow: hidden;
  margin-left: -7.5px;
  margin-right: -7.5px; }

/* line 37, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
.text-uppercase {
  text-transform: uppercase; }

/* line 40, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
.text-primary {
  color: #00406e !important; }

/* line 43, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
.text-secondary {
  color: #007eC0 !important; }

/* line 46, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
.text-italic {
  font-style: italic; }

@media screen and (min-width: 41.875em) {
  /* line 50, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
  .valign-middle {
    display: table;
    width: 100%; }
    /* line 53, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
    .valign-middle > .column, .valign-middle > .columns {
      display: table-cell;
      vertical-align: middle; }
    /* line 58, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
    .valign-middle > .column, .valign-middle > .columns, .valign-middle > [class*="column"] + [class*="column"]:last-child {
      float: none; }
  /* line 62, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
  .valign-bottom {
    display: table;
    width: 100%; }
    /* line 65, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
    .valign-bottom > .column, .valign-bottom > .columns {
      display: table-cell;
      vertical-align: bottom; }
    /* line 70, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_main.scss */
    .valign-bottom > .column, .valign-bottom > .columns, .valign-bottom > [class*="column"] + [class*="column"]:last-child {
      float: none; } }

/* line 4, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
main.main .wrapper .container {
  max-width: 61.3125rem;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  background: #ffffff;
  box-shadow: 6px 0px 10px -7px rgba(0, 0, 0, 0.45), -6px 0px 10px -7px rgba(0, 0, 0, 0.45); }
  /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  main.main .wrapper .container:before, main.main .wrapper .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  main.main .wrapper .container:after {
    clear: both; }
  /* line 8, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
  main.main .wrapper .container .content,
  main.main .wrapper .container .aside {
    overflow: hidden; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
    main.main .wrapper .container .content .content__main,
    main.main .wrapper .container .aside .content__main {
      margin-bottom: 0.5rem;
      margin-top: 0.5rem;
      overflow: hidden;
      width: 100%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      main.main .wrapper .container .content .content__main:last-child:not(:first-child),
      main.main .wrapper .container .aside .content__main:last-child:not(:first-child) {
        float: left; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
    main.main .wrapper .container .content .content__split,
    main.main .wrapper .container .aside .content__split {
      overflow: hidden;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem;
      width: 50%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      main.main .wrapper .container .content .content__split:last-child:not(:first-child),
      main.main .wrapper .container .aside .content__split:last-child:not(:first-child) {
        float: left; }
      @media screen and (max-width: 41.8125em) {
        /* line 17, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
        main.main .wrapper .container .content .content__split,
        main.main .wrapper .container .aside .content__split {
          width: 100%;
          float: left;
          padding-left: 0.46875rem;
          padding-right: 0.46875rem; }
          /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
          main.main .wrapper .container .content .content__split:last-child:not(:first-child),
          main.main .wrapper .container .aside .content__split:last-child:not(:first-child) {
            float: left; } }
    /* line 26, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
    main.main .wrapper .container .content .content__block,
    main.main .wrapper .container .aside .content__block {
      overflow: hidden;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem;
      width: 66.6666666667%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      main.main .wrapper .container .content .content__block:last-child:not(:first-child),
      main.main .wrapper .container .aside .content__block:last-child:not(:first-child) {
        float: left; }
      @media screen and (max-width: 41.8125em) {
        /* line 26, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
        main.main .wrapper .container .content .content__block,
        main.main .wrapper .container .aside .content__block {
          width: 100%;
          float: left;
          padding-left: 0.46875rem;
          padding-right: 0.46875rem; }
          /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
          main.main .wrapper .container .content .content__block:last-child:not(:first-child),
          main.main .wrapper .container .aside .content__block:last-child:not(:first-child) {
            float: left; } }
    /* line 35, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
    main.main .wrapper .container .content .content__group,
    main.main .wrapper .container .aside .content__group {
      overflow: hidden;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem;
      width: 33.3333333333%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      main.main .wrapper .container .content .content__group:last-child:not(:first-child),
      main.main .wrapper .container .aside .content__group:last-child:not(:first-child) {
        float: left; }
      @media screen and (max-width: 41.8125em) {
        /* line 35, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
        main.main .wrapper .container .content .content__group,
        main.main .wrapper .container .aside .content__group {
          width: 100%;
          float: left;
          padding-left: 0.46875rem;
          padding-right: 0.46875rem; }
          /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
          main.main .wrapper .container .content .content__group:last-child:not(:first-child),
          main.main .wrapper .container .aside .content__group:last-child:not(:first-child) {
            float: left; } }
    /* line 44, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
    main.main .wrapper .container .content .content__teaser,
    main.main .wrapper .container .aside .content__teaser {
      overflow: hidden;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem;
      width: 25%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      main.main .wrapper .container .content .content__teaser:last-child:not(:first-child),
      main.main .wrapper .container .aside .content__teaser:last-child:not(:first-child) {
        float: left; }
      @media screen and (max-width: 41.8125em) {
        /* line 44, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
        main.main .wrapper .container .content .content__teaser,
        main.main .wrapper .container .aside .content__teaser {
          width: 100%;
          float: left;
          padding-left: 0.46875rem;
          padding-right: 0.46875rem; }
          /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
          main.main .wrapper .container .content .content__teaser:last-child:not(:first-child),
          main.main .wrapper .container .aside .content__teaser:last-child:not(:first-child) {
            float: left; } }
  /* line 54, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_layout.scss */
  main.main .wrapper .container .main-content,
  main.main .wrapper .container .aside-content {
    padding-left: 0;
    padding-right: 0; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
section.sitemap {
  zoom: 1;
  position: relative;
  background: #f2f2f3;
  margin-bottom: 1px; }
  /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  section.sitemap:before, section.sitemap:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  section.sitemap:after {
    clear: both; }
  /* line 7, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
  section.sitemap > h2 {
    max-width: 61.3125rem;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    color: #000000;
    padding: 0 1rem;
    height: 60px;
    line-height: 67px;
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    section.sitemap > h2:before, section.sitemap > h2:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    section.sitemap > h2:after {
      clear: both; }
    /* line 19, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
    section.sitemap > h2 i {
      font-style: normal;
      font-size: 1.25rem;
      width: 20px;
      display: inline-block;
      padding-right: 48px; }
    /* line 26, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
    section.sitemap > h2 svg {
      width: 20px;
      height: 20px;
      color: #000000;
      position: relative;
      top: 4px;
      transform-origin: 10px 10px;
      transform: rotate(270deg); }
    /* line 38, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
    section.sitemap > h2.seen svg {
      transform: rotate(180deg);
      /* firefox only */ }

@-moz-document url-prefix() {
  /* line 38, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
  section.sitemap > h2.seen svg {
    transform: rotate(-45deg); } }
  /* line 47, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
  section.sitemap hr {
    border-bottom: solid 1px #00406e;
    margin: 0;
    max-width: inherit; }
  /* line 60, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
  section.sitemap .content > div {
    max-width: 61.3125rem;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    padding-top: 20px;
    padding-bottom: 30px; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    section.sitemap .content > div:before, section.sitemap .content > div:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    section.sitemap .content > div:after {
      clear: both; }
    @media screen and (max-width: 41.8125em) {
      /* line 65, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
      section.sitemap .content > div > div {
        width: 100%;
        float: left;
        padding-left: 0.46875rem;
        padding-right: 0.46875rem; }
        /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
        section.sitemap .content > div > div:last-child:not(:first-child) {
          float: left; } }
    @media screen and (min-width: 41.875em) and (max-width: 63.9375em) {
      /* line 70, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
      section.sitemap .content > div > div {
        width: 50%;
        float: left;
        padding-left: 0.46875rem;
        padding-right: 0.46875rem; }
        /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
        section.sitemap .content > div > div:last-child:not(:first-child) {
          float: left; } }
    @media screen and (min-width: 64em) {
      /* line 75, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
      section.sitemap .content > div > div {
        width: 33.3333333333%;
        float: left;
        padding-left: 0.46875rem;
        padding-right: 0.46875rem; }
        /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
        section.sitemap .content > div > div:last-child:not(:first-child) {
          float: left; } }
  /* line 81, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
  section.sitemap .content h2 {
    letter-spacing: 3px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 13px; }
  /* line 87, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
  section.sitemap .content h3 {
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 4px; }
  /* line 93, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
  section.sitemap .content ul {
    list-style: none;
    margin: 0 0 24px 0; }
    /* line 97, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_sitemap.scss */
    section.sitemap .content ul li a {
      font-size: 0.9375rem; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
footer.footer {
  zoom: 1;
  position: relative;
  background-color: #1e4675;
  color: white; }
  /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  footer.footer:before, footer.footer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
  footer.footer:after {
    clear: both; }
  /* line 6, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
  footer.footer > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 61.3125rem;
    margin-left: auto;
    margin-right: auto;
    zoom: 1; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    footer.footer > div:before, footer.footer > div:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    footer.footer > div:after {
      clear: both; }
    /* line 10, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
    footer.footer > div > div {
      width: 33.3333333333%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      footer.footer > div > div:last-child:not(:first-child) {
        float: left; }
    @media screen and (max-width: 41.8125em) {
      /* line 14, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
      footer.footer > div > div {
        margin-top: 1rem;
        width: 100%;
        float: left;
        padding-left: 0.46875rem;
        padding-right: 0.46875rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 1rem; }
        /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
        footer.footer > div > div:last-child:not(:first-child) {
          float: left; }
        /* line 19, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
        footer.footer > div > div:first-of-type {
          margin-top: 0; }
        /* line 22, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
        footer.footer > div > div:last-of-type {
          border-bottom: 0;
          padding-bottom: 0; } }
  /* line 30, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
  footer.footer h2 {
    letter-spacing: 3px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 13px; }
  /* line 36, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
  footer.footer h3 {
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 11px; }
  /* line 42, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
  footer.footer ul {
    list-style: none;
    margin: 0; }
    /* line 46, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
    footer.footer ul li a {
      color: white;
      font-size: 0.9375rem; }
      /* line 49, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
      footer.footer ul li a:hover {
        text-decoration: underline; }
    /* line 55, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
    footer.footer ul.social-media li {
      float: left;
      margin-right: 1em; }
      /* line 58, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
      footer.footer ul.social-media li a {
        display: inline-block; }
        /* line 60, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
        footer.footer ul.social-media li a i {
          font-size: 1.875rem;
          color: inherit; }
        /* line 64, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
        footer.footer ul.social-media li a:hover, footer.footer ul.social-media li a:focus {
          border-color: darkred; }
          /* line 67, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
          footer.footer ul.social-media li a:hover i, footer.footer ul.social-media li a:focus i {
            color: #ffffff; }
  /* line 75, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
  footer.footer section.contact {
    font-size: 0.875rem; }
    @media screen and (min-width: 64em) {
      /* line 75, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
      footer.footer section.contact {
        max-width: 61.3125rem;
        margin-left: auto;
        margin-right: auto;
        zoom: 1; }
        /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
        footer.footer section.contact:before, footer.footer section.contact:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
        footer.footer section.contact:after {
          clear: both; }
        /* line 81, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_footer.scss */
        footer.footer section.contact > div {
          width: 50%;
          float: left;
          padding-left: 0.46875rem;
          padding-right: 0.46875rem;
          padding-left: 0;
          padding-right: 0; }
          /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
          footer.footer section.contact > div:last-child:not(:first-child) {
            float: left; } }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
.main-navigation {
  position: relative; }
  /* line 4, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
  .main-navigation .top-bar {
    padding: 0;
    background: none; }
    /* line 7, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation .top-bar > ul {
      background: none; }
      /* line 10, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
      .main-navigation .top-bar > ul > li > a {
        padding-top: 20px;
        padding-bottom: 20px; }
      /* line 14, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
      .main-navigation .top-bar > ul > li .flyout {
        display: none;
        width: 100%;
        list-style-type: none;
        margin-left: 0;
        position: absolute;
        left: 0;
        background: none; }
        /* line 22, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
        .main-navigation .top-bar > ul > li .flyout > li {
          width: 25%;
          float: left;
          padding-left: 0.46875rem;
          padding-right: 0.46875rem;
          position: relative;
          margin-top: 1rem;
          margin-bottom: 1rem;
          border-left: 1px solid #00406e; }
          /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
          .main-navigation .top-bar > ul > li .flyout > li:last-child:not(:first-child) {
            float: left; }
          /* line 28, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation .top-bar > ul > li .flyout > li:last-child {
            border-right: 1px solid #00406e; }
          /* line 31, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation .top-bar > ul > li .flyout > li > a {
            display: block;
            border: none;
            border-bottom: 1px dotted #00406e;
            padding-bottom: 5px; }
          /* line 37, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation .top-bar > ul > li .flyout > li ul {
            list-style-type: none;
            background: none;
            margin-left: 0; }
            /* line 41, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
            .main-navigation .top-bar > ul > li .flyout > li ul li {
              padding-top: 10px; }
              /* line 43, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
              .main-navigation .top-bar > ul > li .flyout > li ul li:before {
                content: '\f054';
                font-size: 13px;
                margin-right: 5px;
                color: #00406e;
                font-family: 'FontAwesome'; }
              /* line 50, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
              .main-navigation .top-bar > ul > li .flyout > li ul li a {
                border: none; }
                /* line 52, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
                .main-navigation .top-bar > ul > li .flyout > li ul li a:hover {
                  text-decoration: underline; }
              /* line 56, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
              .main-navigation .top-bar > ul > li .flyout > li ul li ul {
                margin-left: 1rem; }
        @media screen and (min-width: 41.875em) {
          /* line 64, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation .top-bar > ul > li .flyout:before {
            -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
            content: "";
            display: block;
            width: 300%;
            height: 100%;
            left: -100%;
            position: absolute;
            background: #ffffff; } }
  /* line 80, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
  .main-navigation .navlogo {
    float: right;
    z-index: 999999999;
    position: relative;
    top: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    /* line 88, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation .navlogo--svg {
      height: 40px;
      width: 60px; }
  @media screen and (min-width: 41.875em) {
    /* line 95, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation:before {
      -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
      content: "";
      display: block;
      width: 300%;
      height: 100%;
      left: -100%;
      position: absolute;
      background: #00406e; } }
  /* line 108, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
  .main-navigation.desktop {
    display: none; }
  /* line 112, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
  .main-navigation.mobile {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #00406e;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); }
    /* line 120, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation.mobile ul {
      list-style: none; }
    /* line 123, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation.mobile > ul {
      padding-top: 5px;
      padding-bottom: 5px;
      margin-left: 0;
      margin-bottom: 0; }
      /* line 128, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
      .main-navigation.mobile > ul > li {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.25rem;
        border-bottom: 1px solid #000000; }
        /* line 134, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
        .main-navigation.mobile > ul > li > a {
          position: initial; }
          /* line 136, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation.mobile > ul > li > a:hover {
            color: inherit; }
          /* line 139, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation.mobile > ul > li > a:after {
            margin-top: 0;
            top: 23px;
            border-color: #000000 transparent transparent;
            right: 0; }
        /* line 146, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
        .main-navigation.mobile > ul > li:last-child {
          border-bottom: none; }
        /* line 150, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
        .main-navigation.mobile > ul > li > ul > li {
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 1rem;
          border-bottom: 1px solid #000000; }
          /* line 155, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation.mobile > ul > li > ul > li:first-child {
            margin-top: 10px;
            border-top: 1px solid #000000; }
          /* line 159, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation.mobile > ul > li > ul > li:last-child {
            padding-bottom: 0;
            border-bottom: none; }
        /* line 166, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
        .main-navigation.mobile > ul > li > ul.is-accordion-submenu > li > a {
          display: block; }
          /* line 168, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation.mobile > ul > li > ul.is-accordion-submenu > li > a:after {
            right: 0;
            border-color: #000000 transparent transparent; }
        /* line 173, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
        .main-navigation.mobile > ul > li > ul.is-accordion-submenu > li > ul {
          margin-left: 0; }
          /* line 175, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation.mobile > ul > li > ul.is-accordion-submenu > li > ul li {
            padding: 5px 0; }
          /* line 178, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
          .main-navigation.mobile > ul > li > ul.is-accordion-submenu > li > ul a {
            display: block; }
            /* line 180, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
            .main-navigation.mobile > ul > li > ul.is-accordion-submenu > li > ul a:after {
              right: 0;
              border-color: #000000 transparent transparent; }
    /* line 194, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation.mobile #off-canvas:not(.mm-menu) {
      display: none; }
  @media screen and (min-width: 41.875em) {
    /* line 199, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation.desktop {
      display: block; }
    /* line 202, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation.mobile {
      display: none; } }
  /* line 207, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
  .main-navigation nav {
    position: relative; }
    /* line 210, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation nav li > a {
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      border-left: 1px solid rgba(0, 0, 0, 0.5); }
      /* line 213, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
      .main-navigation nav li > a:hover {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        background: #ffffff !important;
        color: #000000; }
    /* line 220, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation nav li:first-child > a {
      border-left: 1px solid rgba(0, 0, 0, 0.5); }
    /* line 225, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .main-navigation nav li:last-child > a {
      border-right: 1px solid rgba(0, 0, 0, 0.5); }

/* line 232, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
.mobBTN {
  display: none;
  position: absolute;
  right: 15px;
  font-size: 1.875rem;
  top: 20px;
  cursor: pointer; }
  /* line 239, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
  .mobBTN .fa-close {
    display: none; }
  @media screen and (max-width: 41.8125em) {
    /* line 232, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
    .mobBTN {
      display: block; } }

@media screen and (max-width: 41.8125em) {
  /* line 248, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
  .sticky-container {
    display: none; } }

/* line 256, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_navigation.scss */
.sticky.is-stuck.is-at-top .navlogo {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* line 3, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_breadcrumb.scss */
.breadcrumb ul {
  margin-top: 10px;
  margin-left: 0px;
  list-style: none; }
  /* line 7, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_breadcrumb.scss */
  .breadcrumb ul li {
    font-size: 0.8125rem;
    font-weight: normal;
    list-style: none;
    display: inline; }
    /* line 12, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_breadcrumb.scss */
    .breadcrumb ul li:after {
      margin-left: 0.625rem;
      margin-left: 0.3125rem;
      content: "-"; }
    /* line 18, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_breadcrumb.scss */
    .breadcrumb ul li:last-child:after {
      margin-left: 0.625rem;
      margin-left: 0.3125rem;
      content: ""; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_scrolltop.scss */
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-right: 0;
  background: #00406e;
  cursor: pointer;
  height: 50px;
  width: 50px;
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.4); }
  /* line 15, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_scrolltop.scss */
  .scroll-to-top svg {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  /* line 26, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_scrolltop.scss */
  .scroll-to-top:hover {
    border: 1px solid #00406e;
    border-right: 0;
    background: #ffffff; }
    /* line 30, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_scrolltop.scss */
    .scroll-to-top:hover svg {
      color: #00406e; }
  @media screen and (max-width: 41.8125em) {
    /* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_scrolltop.scss */
    .scroll-to-top {
      bottom: 40px;
      width: 40px;
      height: 40px; } }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
.job-body, .job-footer {
  padding: 0.9375rem 0.46875rem;
  /*
  @include breakpoint(medium up) {
    padding: rem-calc(40 30 30 30);
  }
*/ }

/* line 11, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
.job-head figure img {
  width: 100%; }

/* line 16, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
.job-footer {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 50px; }
  @media screen and (max-width: 41.8125em) {
    /* line 16, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
    .job-footer {
      padding-top: 15px;
      padding-bottom: 15px; } }
  /* line 24, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
  .job-footer h2 {
    margin-bottom: 0;
    line-height: 25px;
    font-family: MetaWebBold, Arial, sans-serif;
    font-size: 1rem; }
  /* line 30, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
  .job-footer figure {
    width: 100%; }

/* line 35, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
.list-group .column-block {
  text-align: center;
  margin-bottom: 0.625rem; }

/* line 39, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
.list-group svg {
  width: 100%;
  height: 80px; }

/* line 43, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
.list-group .fig-caption {
  font-size: 13px;
  line-height: 15px; }

/* line 51, T:/public_html/rheinmetall-frontend/src/scss/layout/partials/_job.scss */
.teaser .list-group figure {
  margin-bottom: 0.3125rem; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_buttons.scss */
.button {
  font-weight: bold;
  font-size: 1rem;
  border-radius: 3px; }
  /* line 5, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_buttons.scss */
  .button.icon {
    position: relative;
    padding-left: 35px; }
    /* line 8, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_buttons.scss */
    .button.icon i {
      top: 12px;
      left: 15px;
      position: absolute; }
    /* line 14, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_buttons.scss */
    .button.icon:hover i {
      color: #000000; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  border: 1px solid #00406e;
  border-radius: 3px; }
  /* line 19, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
  [type='text'].is-invalid-input + .form-error,
  [type='password'].is-invalid-input + .form-error,
  [type='date'].is-invalid-input + .form-error,
  [type='datetime'].is-invalid-input + .form-error,
  [type='datetime-local'].is-invalid-input + .form-error,
  [type='month'].is-invalid-input + .form-error,
  [type='week'].is-invalid-input + .form-error,
  [type='email'].is-invalid-input + .form-error,
  [type='number'].is-invalid-input + .form-error,
  [type='search'].is-invalid-input + .form-error,
  [type='tel'].is-invalid-input + .form-error,
  [type='time'].is-invalid-input + .form-error,
  [type='url'].is-invalid-input + .form-error,
  [type='color'].is-invalid-input + .form-error,
  textarea.is-invalid-input + .form-error {
    display: block; }

/* line 26, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
.box-wrapper {
  position: relative;
  float: left;
  display: table;
  margin-bottom: 0.625rem; }
  /* line 31, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
  .box-wrapper .radio-wrapper,
  .box-wrapper .checkbox-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px; }
    /* line 38, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
    .box-wrapper .radio-wrapper input[type="radio"],
    .box-wrapper .radio-wrapper input[type="checkbox"],
    .box-wrapper .checkbox-wrapper input[type="radio"],
    .box-wrapper .checkbox-wrapper input[type="checkbox"] {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      opacity: 0;
      z-index: 20;
      cursor: pointer; }
      /* line 49, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
      .box-wrapper .radio-wrapper input[type="radio"] + span:before, .box-wrapper .radio-wrapper input[type="radio"] + span:after,
      .box-wrapper .radio-wrapper input[type="checkbox"] + span:before,
      .box-wrapper .radio-wrapper input[type="checkbox"] + span:after,
      .box-wrapper .checkbox-wrapper input[type="radio"] + span:before,
      .box-wrapper .checkbox-wrapper input[type="radio"] + span:after,
      .box-wrapper .checkbox-wrapper input[type="checkbox"] + span:before,
      .box-wrapper .checkbox-wrapper input[type="checkbox"] + span:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        border: 2px solid #00406e;
        background: #ffffff;
        top: 0;
        border-radius: 50%; }
      /* line 63, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
      .box-wrapper .radio-wrapper input[type="radio"].is-invalid-input + span:before, .box-wrapper .radio-wrapper input[type="radio"].is-invalid-input + span:after,
      .box-wrapper .radio-wrapper input[type="checkbox"].is-invalid-input + span:before,
      .box-wrapper .radio-wrapper input[type="checkbox"].is-invalid-input + span:after,
      .box-wrapper .checkbox-wrapper input[type="radio"].is-invalid-input + span:before,
      .box-wrapper .checkbox-wrapper input[type="radio"].is-invalid-input + span:after,
      .box-wrapper .checkbox-wrapper input[type="checkbox"].is-invalid-input + span:before,
      .box-wrapper .checkbox-wrapper input[type="checkbox"].is-invalid-input + span:after {
        border: 2px solid #ec5840; }
    /* line 72, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
    .box-wrapper .radio-wrapper input[type="checkbox"] + span:before, .box-wrapper .radio-wrapper input[type="checkbox"] + span:after,
    .box-wrapper .checkbox-wrapper input[type="checkbox"] + span:before,
    .box-wrapper .checkbox-wrapper input[type="checkbox"] + span:after {
      border-radius: 0; }
    /* line 81, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
    .box-wrapper .radio-wrapper input[type="radio"]:checked + span:after,
    .box-wrapper .radio-wrapper input[type="checkbox"]:checked + span:after,
    .box-wrapper .checkbox-wrapper input[type="radio"]:checked + span:after,
    .box-wrapper .checkbox-wrapper input[type="checkbox"]:checked + span:after {
      content: '';
      background: #00406e;
      height: 14px;
      width: 14px;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -7px;
      margin-top: -7px;
      border: none; }
    /* line 99, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
    .box-wrapper .radio-wrapper.alt input[type="radio"] + span:before, .box-wrapper .radio-wrapper.alt input[type="radio"] + span:after,
    .box-wrapper .radio-wrapper.alt input[type="checkbox"] + span:before,
    .box-wrapper .radio-wrapper.alt input[type="checkbox"] + span:after,
    .box-wrapper .checkbox-wrapper.alt input[type="radio"] + span:before,
    .box-wrapper .checkbox-wrapper.alt input[type="radio"] + span:after,
    .box-wrapper .checkbox-wrapper.alt input[type="checkbox"] + span:before,
    .box-wrapper .checkbox-wrapper.alt input[type="checkbox"] + span:after {
      border: 2px solid #007eC0;
      background: #ffffff; }
    /* line 107, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
    .box-wrapper .radio-wrapper.alt input[type="radio"].is-invalid-input + span:before, .box-wrapper .radio-wrapper.alt input[type="radio"].is-invalid-input + span:after,
    .box-wrapper .radio-wrapper.alt input[type="checkbox"].is-invalid-input + span:before,
    .box-wrapper .radio-wrapper.alt input[type="checkbox"].is-invalid-input + span:after,
    .box-wrapper .checkbox-wrapper.alt input[type="radio"].is-invalid-input + span:before,
    .box-wrapper .checkbox-wrapper.alt input[type="radio"].is-invalid-input + span:after,
    .box-wrapper .checkbox-wrapper.alt input[type="checkbox"].is-invalid-input + span:before,
    .box-wrapper .checkbox-wrapper.alt input[type="checkbox"].is-invalid-input + span:after {
      border: 2px solid #ec5840; }
    /* line 117, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
    .box-wrapper .radio-wrapper.alt input[type="radio"]:checked + span:after,
    .box-wrapper .radio-wrapper.alt input[type="checkbox"]:checked + span:after,
    .box-wrapper .checkbox-wrapper.alt input[type="radio"]:checked + span:after,
    .box-wrapper .checkbox-wrapper.alt input[type="checkbox"]:checked + span:after {
      background: #007eC0; }
  /* line 124, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_forms.scss */
  .box-wrapper label {
    padding-left: 0.5rem;
    padding-right: 1rem;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    font-size: 1rem; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
figure {
  margin: 0; }
  /* line 6, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
  figure.content-img {
    position: relative;
    margin-top: 5px; }
    /* line 9, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
    figure.content-img img {
      width: 100%; }
    /* line 12, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
    figure.content-img figcaption {
      color: #007eC0;
      margin-top: 10px;
      font-size: 0.75rem;
      margin-top: 10px;
      margin-bottom: 10px; }
    @media screen and (max-width: 41.8125em) {
      /* line 6, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
      figure.content-img {
        width: 100%; }
        /* line 21, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
        figure.content-img img {
          width: 100%; } }
    /* line 25, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
    figure.content-img.left {
      float: left;
      margin-right: 1.25rem; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
    figure.content-img.right {
      float: right;
      margin-left: 1.25rem; }
      /* line 32, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
      figure.content-img.right figcaption {
        text-align: right; }

/* line 39, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
.thumbnail {
  overflow: visible;
  margin-bottom: 0;
  width: 16.6666666667%;
  float: left;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  padding: 7.5px; }
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
  .thumbnail:last-child:not(:first-child) {
    float: left; }
  @media screen and (max-width: 41.8125em) {
    /* line 39, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
    .thumbnail {
      width: 50%;
      float: left;
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
      .thumbnail:last-child:not(:first-child) {
        float: left; } }
  /* line 47, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
  .thumbnail > img {
    width: 100%;
    border-radius: 3px; }
  /* line 52, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_img.scss */
  .thumbnail:hover img {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2); }

/* line 9, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
a {
  display: inline-block; }
  /* line 3, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
  a {
    color: #000000; }
  /* line 12, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
  a.alt {
    text-decoration: underline; }
    /* line 3, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
    a.alt, a.alt * {
      color: #00406e; }
    /* line 15, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
    a.alt:hover, a.alt:focus {
      color: #000000;
      text-decoration: none; }
      /* line 19, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
      a.alt:hover i, a.alt:focus i {
        color: #000000; }
  /* line 26, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
  a:hover i, a:focus i {
    color: #1a3c65; }

/* line 32, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
.link__icon {
  position: relative; }
  /* line 34, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
  .link__icon .icon {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg); }
  /* line 41, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
  .link__icon a {
    padding-left: 30px; }

/* line 48, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_links.scss */
.aside a {
  margin-bottom: 10px; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
ul {
  list-style-type: none;
  margin-left: 0; }
  /* line 4, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
  ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 6px; }
    /* line 8, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
    ul li:last-of-type {
      margin-bottom: 0; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
    ul li:before {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      background: #007eC0;
      top: 9px;
      left: 0; }

/* line 24, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
.list__job ul li {
  padding-left: 0; }
  /* line 26, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
  .list__job ul li:before {
    content: none; }
  /* line 29, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
  .list__job ul li:not(:last-of-type) {
    margin-bottom: 0.5rem; }

/* line 38, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
.list__split ul li {
  display: inline-block;
  width: 49%; }
  @media screen and (max-width: 41.8125em) {
    /* line 38, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
    .list__split ul li {
      width: 100%;
      display: block; } }

/* line 50, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_lists.scss */
dl dt, dl dd {
  font-weight: normal;
  width: 49%;
  display: inline-block; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
table {
  width: 100%;
  border: 1px solid #007eC0; }
  /* line 4, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
  table thead {
    background: #00406e; }
    /* line 7, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table thead tr th {
      font-size: 1rem;
      padding-top: 0.8125rem;
      color: #000000; }
  /* line 14, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
  table tbody {
    color: #000000; }
  /* line 27, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
  table.responsive-table thead th {
    font-weight: bold !important; }
    /* line 29, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table thead th.footable-sortable {
      cursor: pointer; }
  /* line 36, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
  table.responsive-table tbody tr.footable-detail-row {
    background: white !important; }
    /* line 38, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table tbody tr.footable-detail-row > td {
      padding: 0; }
    /* line 41, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table tbody tr.footable-detail-row table {
      margin-bottom: 0; }
      /* line 44, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
      table.responsive-table tbody tr.footable-detail-row table td .footable-details {
        margin-top: 0; }
        /* line 46, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
        table.responsive-table tbody tr.footable-detail-row table td .footable-details th, table.responsive-table tbody tr.footable-detail-row table td .footable-details td {
          padding: 0.3125rem 0.625rem 0.125rem 0.625rem; }
  /* line 53, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
  table.responsive-table tbody tr td {
    position: relative; }
  /* line 57, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
  table.responsive-table tbody .footable-toggle {
    right: 10px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px; }
    /* line 63, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table tbody .footable-toggle.fooicon-plus:after, table.responsive-table tbody .footable-toggle.fooicon-minus:after {
      cursor: pointer;
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      border-left: 2px solid #00406e;
      border-bottom: 2px solid #00406e;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
    /* line 75, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table tbody .footable-toggle.fooicon-minus:after {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transform-origin: 6px 12px;
      -moz-transform-origin: 6px 12px;
      -ms-transform-origin: 6px 12px;
      -o-transform-origin: 6px 12px;
      transform-origin: 6px 12px;
      -webkit-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
  table.responsive-table .fooicon {
    position: absolute; }
    /* line 84, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table .fooicon.fooicon-sort:before, table.responsive-table .fooicon.fooicon-sort:after, table.responsive-table .fooicon.fooicon-sort-asc:before, table.responsive-table .fooicon.fooicon-sort-desc:before {
      position: relative;
      top: -6px;
      left: 5px;
      content: "»";
      display: block;
      font-family: Arial;
      font-size: 16px;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
    /* line 97, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table .fooicon.fooicon-sort:after {
      top: -17px;
      left: 6px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    /* line 102, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table .fooicon.fooicon-sort-asc:before {
      top: 1px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    /* line 106, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table .fooicon.fooicon-sort-asc:after {
      content: none; }
    /* line 109, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_table.scss */
    table.responsive-table .fooicon.fooicon-sort-desc:before {
      top: 1px; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_tabs.scss */
.tabs {
  background: none;
  border: none; }
  /* line 4, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_tabs.scss */
  .tabs .tabs-title {
    bottom: -1px;
    position: relative;
    margin-right: 5px; }
    /* line 8, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_tabs.scss */
    .tabs .tabs-title > a {
      -webkit-box-shadow: inset 0px -26px 10px -29px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: inset 0px -26px 10px -29px rgba(0, 0, 0, 0.75);
      box-shadow: inset 0px -26px 10px -29px rgba(0, 0, 0, 0.75);
      border: 1px solid #00406e;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      font-size: 1rem;
      background: #00406e; }
    /* line 21, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_tabs.scss */
    .tabs .tabs-title.is-active > a {
      box-shadow: none;
      border-bottom: 1px solid #ffffff;
      background: #ffffff; }

/* line 29, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_tabs.scss */
.tabs-content {
  border: 1px solid #00406e; }

/* MetaWeb Book for IE < 9 */
@font-face {
    font-family: 'MetaWebBook';
    src: url('../../fonts/metacompbook/MetaWeb-Book.eot');    
}
/* MetaWeb Book for WOFF-capable browsers */
@font-face {
    font-family: 'MetaWebBook';
    src: url('../../fonts/metacompbook/MetaWeb-Book~1.woff') format('woff');
}

/* MetaScWeb Book for IE < 9 */
@font-face {
    font-family: 'MetaScWebBook';
    src: url('../../fonts/_metascwebbook/MetaScWeb-Book~1.eot');    
}
/* MetaScWeb Book for WOFF-capable browsers */
@font-face {
    font-family: 'MetaScWebBook';
    src: url('../../fonts/_metascwebbook/MetaScWeb-Book.woff') format('woff');
}
/* MetaWebBold Book for IE < 9 */
@font-face {
    font-family: 'MetaWebBold';
    src: url('../../fonts/_metawebbold/MetaWeb-Bold~1.eot');    
}
/* MetaWebBold Book for WOFF-capable browsers */
@font-face {
    font-family: 'MetaWebBold';
    src: url('../../fonts/_metawebbold/MetaWeb-Bold.woff') format('woff');
}
/* MetaScWebBold Book for IE < 9 */
@font-face {
    font-family: 'MetaScWebBold';
    src: url('../../fonts/_metascwebbold/MetaScWeb-Bold~1.eot');    
}
/* MetaScWebBold Book for WOFF-capable browsers */
@font-face {
    font-family: 'MetaSCWebBold';
    src: url('../../fonts/_metascwebbold/MetaScWeb-Bold.woff') format('woff');
}
/* MetaWeb Book for IE < 9 */
@font-face {
    font-family: 'MetaWeb';
    src: url('../../fonts/metaweb/MetaWeb-Normal.eot');    
}
/* MetaWeb Book for WOFF-capable browsers */
@font-face {
    font-family: 'MetaWeb';
    src: url('../../fonts/metaweb/MetaWeb-Normal~1.woff') format('woff');
}
/* MetaScWeb Book for IE < 9 */
@font-face {
    font-family: 'MetaScWeb';
    src: url('../../fonts/metascweb/MetaScWeb-Normal.eot');    
}
/* MetaScWeb Book for WOFF-capable browsers */
@font-face {
    font-family: 'MetaScWeb';
    src: url('../../fonts/metascweb/MetaScWeb-Normal~1.woff') format('woff');
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font_awesome/fontawesome-webfont_eot.eot?v=4.6.3");
  src: url("../../fonts/font_awesome/fontawesome-webfont_eot.eot?#iefix&v=4.6.3") format("embedded-opentype"), 
	url("../../fonts/font_awesome/fontawesome-webfont_woff2.woff2?v=4.6.3") format("woff2"), 
	url("../../fonts/font_awesome/fontawesome-webfont_woff.woff?v=4.6.3") format("woff"), 
	url("../../fonts/font_awesome/fontawesome-webfont_ttf.ttf?v=4.6.3") format("truetype"), 
	url("../../fonts/font_awesome/fontawesome-webfont_svg.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }


/* line 33, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 42, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 47, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-2x {
  font-size: 2em; }

/* line 50, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-3x {
  font-size: 3em; }

/* line 53, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-4x {
  font-size: 4em; }

/* line 56, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-5x {
  font-size: 5em; }

/* line 59, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 63, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 68, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ul > li {
  position: relative; }

/* line 71, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

/* line 78, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 81, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* line 86, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pull-left {
  float: left; }

/* line 89, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pull-right {
  float: right; }

/* line 92, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 95, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 99, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.pull-right {
  float: right; }

/* line 102, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.pull-left {
  float: left; }

/* line 105, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 108, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 111, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 115, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 139, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 145, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 151, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 157, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 163, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 169, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 176, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 184, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 191, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 194, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 197, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 202, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 205, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-music:before {
  content: "\f001"; }

/* line 208, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-search:before {
  content: "\f002"; }

/* line 211, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 214, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 217, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-star:before {
  content: "\f005"; }

/* line 220, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 223, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-user:before {
  content: "\f007"; }

/* line 226, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-film:before {
  content: "\f008"; }

/* line 229, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 232, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 235, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 238, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 241, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

/* line 246, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 249, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 252, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 255, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 258, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 262, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 265, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-home:before {
  content: "\f015"; }

/* line 268, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 271, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 274, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-road:before {
  content: "\f018"; }

/* line 277, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-download:before {
  content: "\f019"; }

/* line 280, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 283, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 286, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 289, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 292, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 296, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 299, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 302, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 305, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 308, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 311, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 314, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 317, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 320, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 323, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 326, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 329, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 332, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 335, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 338, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 341, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 344, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-font:before {
  content: "\f031"; }

/* line 347, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 350, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 353, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 356, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 359, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 362, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 365, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 368, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 371, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 374, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 378, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 381, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 384, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 389, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 392, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 395, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 398, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 401, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 405, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 408, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 411, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 414, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 417, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 420, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 423, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 426, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 429, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 432, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 435, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 438, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 441, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 444, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 447, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 450, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 453, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 456, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 459, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 462, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 465, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 468, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 471, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 474, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 477, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 480, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 483, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 486, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 489, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 492, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 496, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 499, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 502, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 505, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 508, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 511, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 514, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 517, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 520, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 523, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 526, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 529, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 533, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 536, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 539, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-random:before {
  content: "\f074"; }

/* line 542, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 545, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 548, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 551, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 554, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 557, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 560, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 563, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 566, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 569, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 572, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

/* line 576, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 579, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 582, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 585, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-key:before {
  content: "\f084"; }

/* line 588, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 592, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 595, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 598, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 601, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 604, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 607, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 610, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 613, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 616, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 619, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 622, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 625, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 628, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 631, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 634, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 637, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 640, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 643, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 646, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 649, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

/* line 653, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 656, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 659, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 662, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

/* line 666, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 669, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 672, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 675, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 678, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 681, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 684, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 687, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 690, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 693, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 696, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 699, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 702, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 705, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 708, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 711, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 714, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 717, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 720, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 724, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 728, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 731, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 734, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 738, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 742, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 745, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 749, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 752, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 757, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 760, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 763, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 766, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 769, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 772, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 775, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 778, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 781, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 784, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 787, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 790, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 793, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 796, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 799, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 802, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 805, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 808, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 812, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 816, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 820, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 823, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 826, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 830, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 834, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 838, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 841, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 844, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 848, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 851, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 854, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 858, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 861, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 864, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 867, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 870, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 873, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 876, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 879, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 882, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 885, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 888, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 891, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 894, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 897, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 900, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 903, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 906, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 909, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 912, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 915, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 918, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 921, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 924, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 927, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 930, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 933, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 936, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 939, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 942, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 945, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 948, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 952, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 955, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 958, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 961, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 964, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 967, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 971, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 974, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 977, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 980, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 983, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 986, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 989, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 992, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 995, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 998, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 1001, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 1004, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-code:before {
  content: "\f121"; }

/* line 1007, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 1011, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 1016, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 1019, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 1022, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 1025, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 1029, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-question:before {
  content: "\f128"; }

/* line 1032, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-info:before {
  content: "\f129"; }

/* line 1035, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 1038, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 1041, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 1044, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 1047, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 1050, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 1053, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 1056, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 1059, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 1062, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 1065, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 1068, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 1071, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 1074, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 1077, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 1080, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 1083, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 1086, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 1089, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 1092, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 1095, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 1098, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 1101, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 1104, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 1107, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 1110, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 1113, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 1116, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 1119, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 1122, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 1125, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 1128, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 1131, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 1134, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 1137, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 1140, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 1144, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 1148, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 1152, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 1156, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 1159, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 1163, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 1167, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 1173, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 1178, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 1182, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 1186, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 1189, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 1192, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 1195, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 1198, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 1201, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 1204, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 1207, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 1210, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 1213, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 1216, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 1219, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 1222, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 1225, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 1228, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 1231, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 1234, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 1237, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 1240, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 1243, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 1246, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 1249, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 1252, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 1255, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 1258, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 1261, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 1264, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 1267, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 1270, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 1273, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 1276, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 1279, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 1282, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 1285, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 1288, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 1291, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 1294, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-female:before {
  content: "\f182"; }

/* line 1297, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-male:before {
  content: "\f183"; }

/* line 1300, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

/* line 1304, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 1307, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 1310, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 1313, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 1316, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 1319, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 1322, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 1325, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 1328, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 1331, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 1334, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 1337, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 1341, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 1344, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 1347, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 1350, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 1354, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 1357, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 1360, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 1363, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 1366, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 1369, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 1372, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 1377, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 1381, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 1384, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 1387, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 1390, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 1393, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 1396, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 1399, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 1402, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 1405, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 1408, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 1411, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 1414, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 1417, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 1420, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 1423, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 1426, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 1429, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 1432, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 1435, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 1438, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 1441, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 1444, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 1447, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 1450, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 1453, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 1456, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 1460, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 1464, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 1467, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 1470, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 1473, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 1476, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 1479, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 1482, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 1485, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 1488, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 1491, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 1496, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 1500, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 1504, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 1508, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 1511, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 1514, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 1517, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 1520, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 1527, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 1530, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 1535, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 1539, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 1542, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 1545, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 1550, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 1553, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 1556, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 1560, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 1564, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 1568, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 1571, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 1574, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 1577, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 1580, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 1583, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 1586, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 1589, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 1592, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

/* line 1596, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 1599, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 1602, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 1605, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 1608, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 1611, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 1614, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 1617, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 1620, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 1623, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 1626, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 1629, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 1632, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 1635, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 1638, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 1641, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 1644, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 1647, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 1650, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 1653, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 1656, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 1659, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 1662, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 1665, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 1668, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 1671, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 1674, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 1677, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 1680, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 1683, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 1686, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 1689, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 1692, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 1695, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 1698, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 1701, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 1704, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 1707, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

/* line 1712, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 1715, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 1718, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 1721, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 1724, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 1727, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 1730, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 1733, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 1736, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 1739, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 1742, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 1745, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 1748, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 1751, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 1754, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 1757, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 1760, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 1763, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 1766, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 1769, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 1772, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 1775, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

/* line 1779, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 1782, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 1785, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 1788, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 1791, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 1794, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 1797, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 1800, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 1803, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 1806, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 1809, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 1812, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 1815, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-server:before {
  content: "\f233"; }

/* line 1818, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 1821, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 1824, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

/* line 1828, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 1831, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-train:before {
  content: "\f238"; }

/* line 1834, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 1837, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 1840, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 1844, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 1847, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 1850, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 1853, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

/* line 1857, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 1861, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

/* line 1865, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 1869, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

/* line 1873, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 1876, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 1879, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 1882, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 1885, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 1888, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 1891, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 1894, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 1897, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 1900, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 1903, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 1906, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 1910, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 1914, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 1918, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 1921, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

/* line 1925, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

/* line 1929, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 1932, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 1935, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 1938, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 1941, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 1944, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 1947, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 1950, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 1953, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 1956, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 1959, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 1962, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 1965, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 1968, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 1971, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 1974, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 1977, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 1980, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 1983, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 1986, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 1989, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

/* line 1993, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 1996, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 1999, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 2002, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 2005, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 2008, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 2011, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 2014, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 2017, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 2020, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 2023, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-map-o:before {
  content: "\f278"; }

/* line 2026, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-map:before {
  content: "\f279"; }

/* line 2029, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-commenting:before {
  content: "\f27a"; }

/* line 2032, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 2035, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 2038, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 2041, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 2044, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 2047, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 2050, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 2053, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 2056, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 2059, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 2062, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 2065, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 2068, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 2071, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 2074, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 2077, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 2080, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 2083, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 2086, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 2089, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 2092, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 2095, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 2098, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 2101, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 2104, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 2107, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 2110, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 2113, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 2116, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 2119, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 2122, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 2125, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 2128, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 2131, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 2134, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 2137, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 2140, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 2143, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 2147, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

/* line 2152, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 2155, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 2158, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 2162, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 2165, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 2168, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 2171, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 2174, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 2177, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 2180, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 2183, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 2186, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 2189, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 2192, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 2196, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 2200, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 2210, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_fonts.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 12, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_typography.scss */
h2.heading {
  font-size: 3rem; }

/* line 7, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_accordion.scss */
ul.accordion li.accordion-item .accordion-title {
  font-size: 1rem;
  color: #000000; }

/* line 12, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_accordion.scss */
ul.accordion li.accordion-item .accordion-content {
  overflow: hidden; }
  /* line 15, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_accordion.scss */
  ul.accordion li.accordion-item .accordion-content p:last-of-type {
    margin-bottom: 0; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.lightbox-gallery {
  margin-bottom: 20px; }

/* line 6, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  overflow: hidden;
  background: none; }
  /* line 10, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
  .featherlight .featherlight-next span,
  .featherlight .featherlight-previous span {
    display: inline-block;
    overflow: hidden;
    text-shadow: none;
    width: 0px;
    height: 70px;
    background: #00406e;
    -webkit-transition: width ease-in-out 0.25s;
    -moz-transition: width ease-in-out 0.25s;
    transition: width ease-in-out 0.25s;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
    /* line 19, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
    .featherlight .featherlight-next span i,
    .featherlight .featherlight-previous span i {
      position: relative;
      top: -3px;
      color: #000000;
      font-size: 70px;
      line-height: 70px; }

/* line 31, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.featherlight .featherlight-next:hover span,
.featherlight .featherlight-previous:hover span {
  width: 70px;
  -webkit-transition: width ease-in-out 0.25s;
  -moz-transition: width ease-in-out 0.25s;
  transition: width ease-in-out 0.25s; }

/* line 39, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.featherlight .featherlight-previous span {
  left: 0; }
  /* line 41, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
  .featherlight .featherlight-previous span i {
    left: -2px; }

/* line 47, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.featherlight .featherlight-next span {
  right: 0; }
  /* line 49, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
  .featherlight .featherlight-next span i {
    left: 4px; }

/* line 54, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.featherlight .caption {
  margin-top: 1rem; }

/* line 57, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.featherlight .featherlight-content {
  border-radius: 3px; }

/* line 63, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.featherlight.featherlight-first-slide .featherlight-previous {
  display: none; }

/* line 68, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_lightbox-gallery.scss */
.featherlight.featherlight-last-slide .featherlight-next {
  display: none; }

/* line 3, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
.slider--gallery {
  overflow: hidden; }
  /* line 5, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
  .slider--gallery > div {
    cursor: auto;
    display: none;
    margin-bottom: 0;
    margin-top: 0;
    background: none;
    height: auto; }
    /* line 10, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery > div.slick-initialized {
      display: block; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery > div .slick-list .slick-track .slick-slide {
      margin-bottom: 0;
      outline: none; }
      /* line 20, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
      .slider--gallery > div .slick-list .slick-track .slick-slide figure {
        margin: 0; }
        /* line 22, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
        .slider--gallery > div .slick-list .slick-track .slick-slide figure img, .slider--gallery > div .slick-list .slick-track .slick-slide figure figcaption {
          margin-bottom: 10px; }
  /* line 31, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
  .slider--gallery .slick-prev,
  .slider--gallery .slick-next {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background: none;
    opacity: 0.3;
    z-index: 1; }
    @media screen and (max-width: 41.8125em) {
      /* line 31, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
      .slider--gallery .slick-prev,
      .slider--gallery .slick-next {
        display: none !important; } }
    /* line 45, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery .slick-prev:hover,
    .slider--gallery .slick-next:hover {
      background: #00406e;
      opacity: 1; }
    /* line 50, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery .slick-prev:before, .slider--gallery .slick-prev:after,
    .slider--gallery .slick-next:before,
    .slider--gallery .slick-next:after {
      font-size: 12px;
      font-weight: bold;
      font-family: 'FontAwesome';
      line-height: 1;
      color: #000000;
      opacity: 1;
      -webkit-font-smoothing: antialiased; }
  /* line 62, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
  .slider--gallery .slick-prev {
    left: 0; }
    /* line 64, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery .slick-prev:before {
      content: "\f053"; }
  /* line 68, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
  .slider--gallery .slick-next {
    right: 0; }
    /* line 70, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery .slick-next:before {
      content: "\f054"; }
  /* line 74, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
  .slider--gallery .slider-nav {
    margin-right: -40px; }
    /* line 76, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery .slider-nav .slick-next {
      right: 40px; }
    /* line 79, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery .slider-nav .slick-next,
    .slider--gallery .slider-nav .slick-prev {
      margin-top: 0; }
    /* line 84, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
    .slider--gallery .slider-nav img {
      border-radius: 3px;
      margin-right: 10px;
      cursor: pointer; }
    @media screen and (max-width: 41.8125em) {
      /* line 74, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_slider.scss */
      .slider--gallery .slider-nav {
        display: none !important; } }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.column, .columns {
  padding-bottom: 0.9375rem; }

/* line 5, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser figure {
  margin: 0 0 1rem 0; }
  /* line 7, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser figure img {
    width: 100%; }

/* line 12, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser__contact figure {
  max-width: 70px;
  float: left;
  margin-right: 10px; }

/* line 17, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser__contact .more {
  float: none;
  clear: both; }

/* line 22, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser__content {
  overflow: hidden;
  height: 100%;
  padding: 0.9375rem;
  background: #f2f2f3; }
  /* line 27, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__content .teaser-title {
    margin-bottom: 0.9375rem;
    line-height: 1; }
  /* line 31, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__content h1 {
    margin-bottom: 0; }
    @media screen and (min-width: 41.875em) {
      /* line 31, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
      .teaser__content h1 {
        font-size: 1.875rem;		
        line-height: 2rem; } }
  /* line 38, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__content h2 {
    margin-bottom: 0; }
    @media screen and (min-width: 41.875em) {
      /* line 38, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
      .teaser__content h2 {
        font-size: 1.5rem;
        line-height: 1.625rem; } }
  /* line 45, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__content h1, .teaser__content h4 {
    font-family: MetaWebBold, Arial, sans-serif; }
  /* line 48, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__content p {
    font-size: 0.875rem;
    line-height: 1rem; }
    /* line 51, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
    .teaser__content p:last-of-type {
      margin-bottom: 0; }
      /* line 53, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
      .teaser__content p:last-of-type + ul,
      .teaser__content p:last-of-type + img {
        margin-top: 10px; }
  /* line 60, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__content ul:last-of-type {
    margin-bottom: 0; }
    /* line 62, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
    .teaser__content ul:last-of-type + p,
    .teaser__content ul:last-of-type + img {
      margin-top: 10px; }

/* line 69, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser__button {
  text-align: center;
  font-size: 28px;
  background: #007eC0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  /* line 75, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__button:hover {
    background: #00406e; }
  /* line 78, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__button a {
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
    font-family: MetaWebBook, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 1.875rem 1.25rem;
    color: #ffffff; }
    /* line 89, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
    .teaser__button a > div {
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      color: #ffffff; }
    /* line 95, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
    .teaser__button a strong {
      letter-spacing: 2px;
      font-family: MetaWebBold, Arial, sans-serif;
      color: #ffffff; }
  /* line 101, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__button.show-for-small-only {
    margin-top: 15px; }

/* line 106, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser__links a {
  width: 20%;
  float: left;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
  padding-top: 15px;
  text-align: center;
  float: left !important; }
  /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
  .teaser__links a:last-child:not(:first-child) {
    float: left; }
  /* line 111, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__links a i {
    font-size: 2.1875rem;
    color: #007eC0; }
  /* line 115, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
  .teaser__links a:first-of-type {
    position: relative;
    margin-left: -7.5px; }

/* line 122, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser__awards .expanded {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0; }

/* line 127, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser__awards .button {
  padding-top: 0;
  cursor: default;
  background: none;
  margin-right: 0 !important; }

/* line 135, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_teaser.scss */
.teaser dl:last-of-type {
  margin-bottom: 0; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_video.scss */
.video {
  line-height: 0;
  border: 1px solid #00406e;
  width: 100%; }
  /* line 5, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_video.scss */
  .video iframe {
    width: 100%; }
  /* line 8, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_video.scss */
  .video video {
    width: 100%; }

/* line 1, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
.shariff {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  /* line 4, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
  .shariff ul.theme-standard {
    margin: 0;
    padding: 0;
    max-width: 61.3125rem;
    margin-left: auto;
    margin-right: auto;
    zoom: 1; }
    /* line 11, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    .shariff ul.theme-standard:before, .shariff ul.theme-standard:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    /* line 17, T:/public_html/rheinmetall-frontend/src/scss/framework/kernpunkt/_mixins.scss */
    .shariff ul.theme-standard:after {
      clear: both; }
    /* line 8, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
    .shariff ul.theme-standard li {
      list-style: none;
      text-align: center; }
      /* line 11, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
      .shariff ul.theme-standard li:before {
        content: none; }
      /* line 14, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
      .shariff ul.theme-standard li a {
        width: 100%; }
        /* line 16, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
        .shariff ul.theme-standard li a .fa {
          width: 100%;
          padding-top: 100%;
          background-size: auto 35px;
          background-repeat: no-repeat;
          background-position: center; }
          /* line 22, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
          .shariff ul.theme-standard li a .fa:before {
            content: none !important; }
        /* line 26, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
        .shariff ul.theme-standard li a .fa-linkedin-square {
          background-image: url(../../../../public_media/linkedin.png); }
        /* line 29, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
        .shariff ul.theme-standard li a .fa-xing {
          background-image: url(../../../../public_media/xing.png); }
        /* line 32, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
        .shariff ul.theme-standard li a .fa-twitter-square {
          background-image: url(../../../../public_media/twitter.png); }
        /* line 35, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
        .shariff ul.theme-standard li a .fa-envelope-o {
          background-image: url(../../../../public_media/mail_original.png); }
    /* line 40, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
    .shariff ul.theme-standard .share_text {
      display: none; }
  /* line 47, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
  .shariff.group-4 ul.theme-standard li {
    width: 25%;
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem; }
    /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
    .shariff.group-4 ul.theme-standard li:last-child:not(:first-child) {
      float: left; }
    /* line 49, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
    .shariff.group-4 ul.theme-standard li:last-child:not(:first-child) {
      float: left; }
  /* line 57, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
  .shariff.group-5 ul.theme-standard li {
    width: 20%;
    float: left;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem; }
    /* line 82, T:/public_html/rheinmetall-frontend/src/scss/framework/foundation/grid/_column.scss */
    .shariff.group-5 ul.theme-standard li:last-child:not(:first-child) {
      float: left; }
    /* line 59, T:/public_html/rheinmetall-frontend/src/scss/modules/elements/_shariff.scss */
    .shariff.group-5 ul.theme-standard li:last-child:not(:first-child) {
      float: left; }

@media print {
  /* line 3, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_print.scss */
  body {
    width: 1200px !important;
    position: relative; 
	font-family: Arial, sans-serif !important;
	}
  /* line 8, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_print.scss */
  .main-content {
    width: 66.6666666667% !important; }
  /* line 12, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_print.scss */
  .aside-content {
    width: 33.3333333333% !important; }
  /* line 15, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_print.scss */
  .job.internal .main-content {
    width: 50% !important; }
  /* line 12, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_print.scss */
  .job.internal .aside-content {
    width: 50% !important; }
  /* line 15, T:/public_html/rheinmetall-frontend/src/scss/modules/atoms/_print.scss */
  main.main{
	background-color: #ffffff;}
  .teaser__content h1,
  .teaser__content h2,
  .teaser__content h3,
  .teaser__content h4,
  .teaser__content h5,
  .teaser__content h6,
  .teaser__button a {
	font-family: Arial, sans-serif;  
  }
  .teaser__content h1,
  .teaser__content h4 {
	font-weight:bold;
  }

	main.main .wrapper .container {
	margin:0;
	}
  .job-footer {
	overflow: hidden;}
  .job-footer h2 {
    margin-bottom: 0;
    line-height: 25px;
    font-family: Arial, sans-serif;
    font-size: 1rem; }
  .job-footer figure {
    width: 100%; }
  .valign-bottom {
    display: table;
    width: 100%; }
  .valign-bottom > .column, .valign-bottom > .columns {
      display: table-cell;
      vertical-align: bottom; }
  .valign-bottom > .column, .valign-bottom > .columns, .valign-bottom > [class*="column"] + [class*="column"]:last-child {
      float: none; }
}

 
.job.internal .teaser__content {
	background:none;
}
.job.internal h1.text-primary {
	color: #007eC0 !important;
	font-weight: bold;
	font-size:22px;
	text-transform: uppercase;
}
.job.internal h2.text-primary {
	color: #007eC0 !important;
	font-weight: normal;
	font-size:18px;
}
.job.internal h4.text-secondary {
	color: #000 !important;
	font-weight: bold;
	font-size:12px;
}
.job.internal h5.text-secondary {
	color: #000 !important;
	font-weight: bold;
	font-size:12px;
	margin-bottom:8px;
	font-family: Arial, sans-serif;
}
.job.internal .job-body {
	padding: 0.9375rem  70px;
}
.job-footer.internal {
	padding: 0.9375rem  70px;
}
.job.internal ul li {
	margin-bottom: 4px;
}
.job.internal ul li:before {
	border-radius: 50%;
	width: 6px;
    height: 6px;
}
.job.internal p {
	line-height:20px;	
}
.job.internal .teaser__button a {
	border: 2px solid #007eC0;
	border-radius: 5px;
	font-size: 16px;
	padding: 10px;
	font-weight:bold;
	color: #007eC0;
}
.job.internal .teaser__button a > div {
	color: #007eC0;
	font-family: Arial, sans-serif;
	letter-spacing:1px;
}
.job.internal .recommendation a {
	color: #007eC0;
	top: 22px;
    position: relative;
	font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
}