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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a:hover,
a:active {
  outline: none; }

/* ----------------------------------------------------------------------------------------------------
SCSS Form Reset Helpers - Forked from: https://gist.github.com/anthonyshort/552543
Intended usage:
- MIXINS: for very specific use cases, when you dont want to reset absolutly all the forms, very verbose output.
- PLACEHOLDER SELECTORS: use as extending classes. Less verbose, more generic overrides.
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input, label, select, button, textarea {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
  white-space: normal;
  line-height: inherit;
  background: none;
  /* Browsers have different default form fonts */
  color: inherit;
  font-size: inherit;
  font-family: inherit; }

input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
  box-sizing: border-box; }

input {
  /* Make webkit render the search input like a normal text field */
  /* Turn off the recent search for webkit. It adds about 15px padding on the left */
  /* Fix IE7 display bug */
  /* These elements are usually rendered a certain way by the browser */ }
  input:focus {
    outline: 0; }
  input[type=checkbox],
  input[type=radio] {
    width: 13px;
    height: 13px; }
  input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box; }
  ::-webkit-search-decoration {
    display: none; }
  input[type="reset"],
  input[type="button"],
  input[type="submit"] {
    overflow: visible; }

select {
  /* Move the label to the top */ }
  select[multiple] {
    vertical-align: top; }

button {
  background: none;
  border: 0;
  outline: none;
  /* IE8 and FF freak out if this rule is within another selector */ }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  button:hover,
  button:active,
  button:focus {
    outline: 0; }
  ::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none; }

textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  /* allow multiple rows */
  white-space: pre; }

/*
$bp-med-2: 48rem;
$bp-large: 50rem;
$bp-large-2: 54.5rem;
$bp-xl: 60rem;
$bp-xl-2: 67rem;
*/
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

:target:before {
  content: '';
  display: block;
  height: 80px;
  /* fixed header height */
  margin: -80px 0 0;
  /* negative fixed header height */ }

/**
 * Basic styles for links
 */
/*
a {
  color: $brand-color;
  text-decoration: none;

  @include on-event {
    color: $text-color;
    text-decoration: underline;
  }
}
*/
@font-face {
  font-family: 'ProximaNova';
  src: url("../Fonts/2F209A_13_0.eot");
  src: url("../Fonts/2F209A_13_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/2F209A_13_0.woff2") format("woff2"), url("../Fonts/2F209A_13_0.woff") format("woff"), url("../Fonts/2F209A_13_0.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../Fonts/2F209A_15_0.eot");
  src: url("../Fonts/2F209A_15_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/2F209A_15_0.woff2") format("woff2"), url("../Fonts/2F209A_15_0.woff") format("woff"), url("../Fonts/2F209A_15_0.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../Fonts/2F209A_16_0.eot");
  src: url("../Fonts/2F209A_16_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/2F209A_16_0.woff2") format("woff2"), url("../Fonts/2F209A_16_0.woff") format("woff"), url("../Fonts/2F209A_16_0.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../Fonts/2F209A_11_0.eot");
  src: url("../Fonts/2F209A_11_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/2F209A_11_0.woff2") format("woff2"), url("../Fonts/2F209A_11_0.woff") format("woff"), url("../Fonts/2F209A_11_0.ttf") format("truetype");
  font-weight: 700; }

body {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #3c3637;
  line-height: 1.4; }
  @media (min-width: 64em) {
    body {
      font-size: 20px; } }

h1, h2, h3, h4 {
  margin-bottom: 1em;
  font-size: 38px;
  line-height: 1; }

h2, h3, h4 {
  margin-top: 1.5em;
  font-weight: 600; }

@media (min-width: 64em) {
  h1 {
    font-size: 75px;
    margin: 3rem 0 2.5rem; } }

h2 {
  font-size: 28px;
  line-height: 1.1; }
  @media (min-width: 64em) {
    h2 {
      font-size: 38px; } }

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1em; }
  @media (min-width: 64em) {
    h3 {
      font-size: 30px; } }

h4 {
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700; }
  @media (min-width: 64em) {
    h4 {
      font-size: 22px; } }

header .date,
header .top-line {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 200; }

header .top-line {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (min-width: 64em) {
    header .top-line {
      font-size: 20px; } }

p {
  margin-bottom: 2em;
  line-height: 1.4; }

.feature-teaser-text p,
.teaser-text p {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin: 32px 0; }
  @media (min-width: 64em) {
    .feature-teaser-text p,
    .teaser-text p {
      font-size: 30px; } }

a,
a:focus,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: #ff9a00; }

p > a {
  border-bottom: 2px solid #ff9a00; }

img + p {
  margin-top: 16px; }

p.small-text,
ul.small-text,
ol.small-text {
  font-size: 16px; }

.page-content-main h4 + ul {
  margin-top: 1em; }

.page-content-main ul, .page-content-main ol {
  margin-bottom: 2em;
  padding-left: 23.2px; }

.page-content-main li {
  margin-bottom: 16px;
  font-size: 1em; }

.page-content-main ul:not(.no-bullets) {
  list-style-type: disc; }

.page-content-main ol {
  counter-reset: item;
  list-style-type: none; }
  .page-content-main ol > li {
    position: relative; }
    .page-content-main ol > li:before {
      position: absolute;
      left: -20px;
      content: counter(item) "  ";
      counter-increment: item;
      text-align: right;
      font-weight: 600; }

dl {
  margin-bottom: 2em; }
  dl:before,
  dl:after {
    content: " ";
    display: table; }
  dl:after {
    clear: both; }

dt {
  color: #888;
  font-weight: 300; }
  @media (min-width: 64em) {
    dt {
      clear: left;
      float: left;
      width: 40%;
      padding-right: 1em;
      text-align: right; } }

@media (min-width: 64em) {
  dd {
    float: left;
    width: 60%; } }

@media (max-width: 64em) {
  dd {
    margin-bottom: 0.25em; } }

cite {
  font-style: normal; }

@font-face {
  font-family: 'denic-icons';
  src: url("../Fonts/denic-icons.eot?-dy3a9k");
  src: url("../Fonts/denic-icons.eot?#iefix-dy3a9k") format("embedded-opentype"), url("../Fonts/denic-icons.woff2?-dy3a9k") format("woff2"), url("../Fonts/denic-icons.ttf?-dy3a9k") format("truetype"), url("../Fonts/denic-icons.woff?-dy3a9k") format("woff"), url("../Fonts/denic-icons.svg?-dy3a9k#denic-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  position: relative;
  border-bottom: none;
  padding-left: 1.6em; }
  [class^="icon-"].icon-after, [class*=" icon-"].icon-after {
    padding-left: 0;
    padding-right: 1.6em; }
  [class^="icon-"]:before,
  [class^="icon-"]:after, [class*=" icon-"]:before,
  [class*=" icon-"]:after {
    font-family: 'denic-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 9px;
    line-height: 0;
    font-size: 26px; }
    @media (min-width: 64em) {
      [class^="icon-"]:before,
      [class^="icon-"]:after, [class*=" icon-"]:before,
      [class*=" icon-"]:after {
        top: 10px; } }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    left: -4px; }
  [class^="icon-"]:after, [class*=" icon-"]:after {
    right: -4px; }

a[class^="icon-"]:before,
a[class^="icon-"]:after, a[class*=" icon-"]:before,
a[class*=" icon-"]:after {
  color: #ff9a00; }

.icon-arrow-left:before {
  content: "\e600"; }

.icon-arrow-left.icon-after:before {
  content: ''; }

.icon-arrow-left.icon-after:after {
  content: "\e600"; }

.icon-arrow-right:before,
.icon-link-internal:before {
  content: "\e601"; }

.icon-arrow-right.icon-after:before,
.icon-link-internal.icon-after:before {
  content: ''; }

.icon-arrow-right.icon-after:after,
.icon-link-internal.icon-after:after {
  content: "\e601"; }

.icon-left:before {
  content: "\e602"; }

.icon-left.icon-after:before {
  content: ''; }

.icon-left.icon-after:after {
  content: "\e602"; }

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

.icon-right.icon-after:before {
  content: ''; }

.icon-right.icon-after:after {
  content: "\e603"; }

.icon-down:before {
  content: "\e604"; }

.icon-down.icon-after:before {
  content: ''; }

.icon-down.icon-after:after {
  content: "\e604"; }

.icon-up:before {
  content: "\e605"; }

.icon-up.icon-after:before {
  content: ''; }

.icon-up.icon-after:after {
  content: "\e605"; }

.icon-phone:before {
  content: "\e606"; }

.icon-phone.icon-after:before {
  content: ''; }

.icon-phone.icon-after:after {
  content: "\e606"; }

.icon-mail:before {
  content: "\e607"; }

.icon-mail.icon-after:before {
  content: ''; }

.icon-mail.icon-after:after {
  content: "\e607"; }

.icon-calendar:before {
  content: "\e608"; }

.icon-calendar.icon-after:before {
  content: ''; }

.icon-calendar.icon-after:after {
  content: "\e608"; }

.icon-document:before {
  content: "\e609"; }

.icon-document.icon-after:before {
  content: ''; }

.icon-document.icon-after:after {
  content: "\e609"; }

.icon-user:before {
  content: "\e60a"; }

.icon-user.icon-after:before {
  content: ''; }

.icon-user.icon-after:after {
  content: "\e60a"; }

.icon-window:before {
  content: "\e60b"; }

.icon-window.icon-after:before {
  content: ''; }

.icon-window.icon-after:after {
  content: "\e60b"; }

.icon-speed:before {
  content: "\e60c"; }

.icon-speed.icon-after:before {
  content: ''; }

.icon-speed.icon-after:after {
  content: "\e60c"; }

.icon-world:before,
.icon-world:after {
  top: 11px;
  font-size: 28px; }

.icon-world:before {
  content: "\e60d"; }

.icon-world.icon-after:before {
  content: ''; }

.icon-world.icon-after:after {
  content: "\e60d"; }

.icon-location:before {
  content: "\e60e"; }

.icon-location.icon-after:before {
  content: ''; }

.icon-location.icon-after:after {
  content: "\e60e"; }

.icon-compass:before {
  content: "\e60f"; }

.icon-compass.icon-after:before {
  content: ''; }

.icon-compass.icon-after:after {
  content: "\e60f"; }

.icon-check:before {
  content: "\e610"; }

.icon-check.icon-after:before {
  content: ''; }

.icon-check.icon-after:after {
  content: "\e610"; }

.icon-note:before {
  content: "\e611"; }

.icon-note.icon-after:before {
  content: ''; }

.icon-note.icon-after:after {
  content: "\e611"; }

.icon-plus:before {
  content: "\e612"; }

.icon-plus.icon-after:before {
  content: ''; }

.icon-plus.icon-after:after {
  content: "\e612"; }

.icon-minus:before {
  content: "\e613"; }

.icon-minus.icon-after:before {
  content: ''; }

.icon-minus.icon-after:after {
  content: "\e613"; }

.icon-close:before {
  content: "\e614"; }

.icon-close.icon-after:before {
  content: ''; }

.icon-close.icon-after:after {
  content: "\e614"; }

.icon-finger:before {
  content: "\e615"; }

.icon-finger.icon-after:before {
  content: ''; }

.icon-finger.icon-after:after {
  content: "\e615"; }

.icon-swipe:before {
  content: "\e616"; }

.icon-swipe.icon-after:before {
  content: ''; }

.icon-swipe.icon-after:after {
  content: "\e616"; }

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

.icon-download.icon-after:before {
  content: ''; }

.icon-download.icon-after:after {
  content: "\e617"; }

.icon-cloud-upload:before {
  content: "\e618"; }

.icon-cloud-upload.icon-after:before {
  content: ''; }

.icon-cloud-upload.icon-after:after {
  content: "\e618"; }

.icon-internal:before {
  content: "\e619"; }

.icon-internal.icon-after:before {
  content: ''; }

.icon-internal.icon-after:after {
  content: "\e619"; }

.icon-link-external:before {
  content: "\e61a"; }

.icon-link-external.icon-after:before {
  content: ''; }

.icon-link-external.icon-after:after {
  content: "\e61a"; }

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

.icon-zoom.icon-after:before {
  content: ''; }

.icon-zoom.icon-after:after {
  content: "\e61b"; }

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

.icon-search.icon-after:before {
  content: ''; }

.icon-search.icon-after:after {
  content: "\e61c"; }

.icon-talk:before {
  content: "\e61d"; }

.icon-talk.icon-after:before {
  content: ''; }

.icon-talk.icon-after:after {
  content: "\e61d"; }

.icon-communication:before {
  content: "\e61e"; }

.icon-communication.icon-after:before {
  content: ''; }

.icon-communication.icon-after:after {
  content: "\e61e"; }

.icon-tipp:before {
  content: "\e61f"; }

.icon-tipp.icon-after:before {
  content: ''; }

.icon-tipp.icon-after:after {
  content: "\e61f"; }

.icon-love:before {
  content: "\e620"; }

.icon-love.icon-after:before {
  content: ''; }

.icon-love.icon-after:after {
  content: "\e620"; }

.icon-star:before {
  content: "\e621"; }

.icon-star.icon-after:before {
  content: ''; }

.icon-star.icon-after:after {
  content: "\e621"; }

.icon-bell:before {
  content: "\e622"; }

.icon-bell.icon-after:before {
  content: ''; }

.icon-bell.icon-after:after {
  content: "\e622"; }

.icon-shield:before {
  content: "\e623"; }

.icon-shield.icon-after:before {
  content: ''; }

.icon-shield.icon-after:after {
  content: "\e623"; }

.icon-warning:before {
  content: "\e624"; }

.icon-warning.icon-after:before {
  content: ''; }

.icon-warning.icon-after:after {
  content: "\e624"; }

.icon-maintenance:before {
  content: "\e625"; }

.icon-maintenance.icon-after:before {
  content: ''; }

.icon-maintenance.icon-after:after {
  content: "\e625"; }

.icon-wait:before {
  content: "\e626"; }

.icon-wait.icon-after:before {
  content: ''; }

.icon-wait.icon-after:after {
  content: "\e626"; }

.icon-sharing:before {
  content: "\e627"; }

.icon-sharing.icon-after:before {
  content: ''; }

.icon-sharing.icon-after:after {
  content: "\e627"; }

.icon-facebook:before {
  content: "\e628"; }

.icon-facebook.icon-after:before {
  content: ''; }

.icon-facebook.icon-after:after {
  content: "\e628"; }

.icon-twitter:before:before,
.icon-twitter:before:after {
  top: 13px;
  font-size: 28px; }

.icon-twitter:before:before {
  content: "\e629"; }

.icon-twitter:before.icon-after:before {
  content: ''; }

.icon-twitter:before.icon-after:after {
  content: "\e629"; }

.icon-burger:before {
  content: "\e62a"; }

.icon-burger.icon-after:before {
  content: ''; }

.icon-burger.icon-after:after {
  content: "\e62a"; }

.icon-arrow-circle-right:before {
  content: "\e62b"; }

.icon-arrow-circle-right.icon-after:before {
  content: ''; }

.icon-arrow-circle-right.icon-after:after {
  content: "\e62b"; }

[class^="icon-"].standalone,
[class*=" icon-"].standalone {
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  color: transparent; }
  [class^="icon-"].standalone:before,
  [class*=" icon-"].standalone:before {
    position: static;
    line-height: 1; }

.clearFix:before,
.clearFix:after {
  content: " ";
  display: table; }

.clearFix:after {
  clear: both; }

.show {
  display: block !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media only screen and (max-width: 48em) {
  .desktop-only {
    display: none !important; } }

@media only screen and (min-width: 48em) {
  .mobile-only {
    display: none !important; } }

.bg-gray-light {
  background: #eee; }

.bg-petrol {
  background: #007a9d; }

.bg-petrol-active {
  background: #43a5ac; }

.bg-blue {
  background: #334d68; }

.bg-gray {
  background: #3c3637; }

.bg-violet {
  background: #9d3571; }

.bg-alert {
  background: #d94e1f; }

.word-wrap {
  word-wrap: break-word; }

#page-header {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #fff;
  font-size: 18px; }
  @media (min-width: 64em) {
    #page-header {
      height: 5rem;
      text-align: left; } }

#logo,
.burger,
#nav,
#nav-meta,
#header--search-anchor {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1.125em;
  margin: auto; }

#logo {
  display: inline-block;
  left: 0;
  right: 0;
  width: 3.75em;
  height: 2em; }
  #logo img {
    width: 100%; }
  @media (min-width: 64em) {
    #logo {
      width: 5em;
      height: 2.625em;
      left: 5%;
      right: auto; } }

.burger {
  display: block;
  width: 32px;
  height: 32px;
  left: 16px; }
  .burger span {
    display: none; }
  @media (min-width: 64em) {
    .burger {
      display: none; } }

#nav {
  display: none; }
  @media (min-width: 64em) {
    #nav {
      display: block;
      left: 18%; }
      #nav li {
        display: block;
        vertical-align: top;
        float: left;
        position: relative; }
        #nav li:not(:last-child) {
          margin-right: 2rem; } }

#nav-meta {
  display: block;
  right: 5%; }
  @media (max-width: 64em) {
    #nav-meta {
      width: 40px; } }
  #nav-meta a.icon-plus,
  #nav-meta a.icon-minus {
    color: #ff9a00; }
    #nav-meta a.icon-plus:before,
    #nav-meta a.icon-minus:before {
      font-size: 32px;
      left: -2px;
      top: 11px; }
    #nav-meta a.icon-plus:hover,
    #nav-meta a.icon-minus:hover {
      color: #ff8003; }
      #nav-meta a.icon-plus:hover:before,
      #nav-meta a.icon-minus:hover:before {
        color: #ff8003; }
  @media (min-width: 64em) {
    #nav-meta .search-anchor-wrap {
      margin-right: 3.25rem !important; } }
  #nav-meta #header--search-anchor {
    display: inline-block;
    width: 40px; }
    #nav-meta #header--search-anchor span {
      display: none; }
    #nav-meta #header--search-anchor:before {
      top: 8px;
      color: #3c3637;
      font-size: 38px; }
      @media (min-width: 64em) {
        #nav-meta #header--search-anchor:before {
          top: 11px; } }
    #nav-meta #header--search-anchor.active:before {
      color: #ff9a00; }
    @media (min-width: 64em) {
      #nav-meta #header--search-anchor:hover:before {
        color: #ff9a00; } }
  #nav-meta .avatar {
    display: block;
    width: 32px;
    height: 32px;
    right: 3.2px; }
    #nav-meta .avatar span {
      display: none; }
    @media (min-width: 64em) {
      #nav-meta .avatar {
        position: relative;
        top: 0.5rem; } }
  #nav-meta .avatar {
    top: 4px; }
    #nav-meta .avatar img {
      width: 24px;
      height: auto; }
  #nav-meta li {
    display: inline-block; }
    #nav-meta li:not(:last-child) {
      margin-right: 16px; }
    #nav-meta li.search-anchor-wrap {
      margin-left: 6.4px; }

.header-usermenue--wrap {
  display: block;
  pointer-events: none;
  position: absolute;
  margin-top: 1em;
  left: -50%;
  overflow: hidden;
  padding: 0 4px 4px 4px; }

.header-usermenue {
  padding: 1.0em;
  background-color: #fff;
  overflow-x: visible;
  overflow-y: hidden;
  box-shadow: 0px 0px 2px 2px #cccccc;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in; }
  .header-usermenue.open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-out; }
  .header-usermenue-salutation {
    font-weight: 600; }
  .header-usermenue ul {
    padding: 1em 0 0 0; }
    .header-usermenue ul li {
      line-height: 200%;
      white-space: nowrap; }
      .header-usermenue ul li:before {
        line-height: 50%; }

#header-web-whois {
  transition: 0.4s;
  display: none;
  opacity: 0;
  position: absolute;
  top: 50px;
  width: 320px;
  margin-top: 0;
  margin-left: -24px !important;
  padding: 0 24px 8px;
  background: #fff; }
  #header-web-whois.open {
    opacity: 1; }
  #header-web-whois .input-row {
    width: 260px;
    margin-bottom: 0; }

.header-mobile-search {
  transition: all 0.2s ease-out;
  position: relative;
  top: 64px;
  overflow: hidden;
  z-index: 101;
  width: 100%;
  height: 0;
  padding-left: 10px;
  background: #fff; }
  @media (min-width: 64em) {
    .header-mobile-search {
      position: relative; } }
  .header-mobile-search.open,
  .header-mobile-search:target {
    display: block;
    height: 80px;
    padding-top: 16px; }
  .header-mobile-search .input-row {
    max-width: 100%;
    width: calc(100% - 0.4em); }
    @media (min-width: 64em) {
      .header-mobile-search .input-row {
        margin-left: 0.4em; } }
  .header-mobile-search .input-text {
    border: none;
    background: #eee;
    color: #3c3637;
    max-width: 80%;
    max-width: calc(100% - 80px);
    margin-right: 10px; }
    .header-mobile-search .input-text:focus {
      border: none;
      background: #eee; }
    .header-mobile-search .input-text::-webkit-input-placeholder {
      color: #b2b2b2; }
    .header-mobile-search .input-text::-moz-placeholder {
      color: #b2b2b2; }
    .header-mobile-search .input-text:-ms-input-placeholder {
      color: #b2b2b2; }
  .header-mobile-search .search-submit {
    float: right;
    margin-top: 4px;
    margin-right: 5%; }
    @media (min-width: 64em) {
      .header-mobile-search .search-submit {
        float: none;
        margin-right: 0;
        margin-left: 0px; } }
    .header-mobile-search .search-submit:before {
      color: #ff9a00;
      font-size: 38px; }

#page-footer {
  position: relative;
  min-height: 384px;
  margin-top: 3em;
  padding: 48px 19.2px;
  background: #007a9d;
  color: #fff;
  text-align: center; }
  #page-footer .footer-contact {
    margin-bottom: 2em; }
  @media (min-width: 64em) {
    #page-footer {
      padding-bottom: 6rem; }
      #page-footer .footer-statement,
      #page-footer .footer-contact {
        position: absolute;
        top: 3rem; }
      #page-footer .footer-statement {
        left: 5%;
        width: 19rem;
        text-align: left; }
        #page-footer .footer-statement p {
          font-weight: 200;
          font-size: 18px; }
      #page-footer .footer-contact {
        right: 5%; } }
  #page-footer h4 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #ddd;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase; }
  #page-footer nav ul {
    margin-bottom: 2em; }
  #page-footer nav li {
    margin-bottom: 0.5em; }
  #page-footer nav a {
    color: #fff;
    font-size: 16px; }
    #page-footer nav a:hover {
      color: #ff9a00; }
  @media (min-width: 1180px) {
    #page-footer nav .footer-menu-block {
      position: absolute;
      min-width: 10rem;
      text-align: left; }
      #page-footer nav .footer-menu-block:nth-child(1) {
        left: 39%; }
      #page-footer nav .footer-menu-block:nth-child(2) {
        right: 35%; } }
  #page-footer .social-links {
    margin-top: 48px; }
    @media (min-width: 64em) {
      #page-footer .social-links {
        position: absolute;
        right: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        bottom: 2.5em; } }
  #page-footer [class^="icon-"]:not(:first-child),
  #page-footer [class*=" icon-"]:not(:first-child) {
    margin-left: 16px; }
  #page-footer [class^="icon-"]:before,
  #page-footer [class*=" icon-"]:before {
    border-radius: 50%;
    transition: 0.4s;
    border: 3px solid #43a5ac;
    font-size: 36px;
    background: #43a5ac;
    color: #007a9d; }
  #page-footer [class^="icon-"]:hover:before,
  #page-footer [class*=" icon-"]:hover:before {
    border-color: #ff9a00;
    background: #ff9a00; }

#nav ul > .nav-item .nav-item {
  pointer-events: none; }
  #nav ul > .nav-item .nav-item > a {
    pointer-events: none; }

#nav ul > .nav-item.open > ul {
  pointer-events: auto; }
  #nav ul > .nav-item.open > ul > .nav-item {
    pointer-events: auto; }
    #nav ul > .nav-item.open > ul > .nav-item > a {
      pointer-events: auto; }

#nav ul > .nav-item.open > ul > .nav-item:hover > ul {
  pointer-events: auto; }
  #nav ul > .nav-item.open > ul > .nav-item:hover > ul > .nav-item {
    pointer-events: auto; }
    #nav ul > .nav-item.open > ul > .nav-item:hover > ul > .nav-item > a {
      pointer-events: auto; }

#nav ul > .nav-item.open > ul > .nav-item:hover > ul > .nav-item:hover > ul {
  pointer-events: auto; }
  #nav ul > .nav-item.open > ul > .nav-item:hover > ul > .nav-item:hover > ul > .nav-item {
    pointer-events: auto; }
    #nav ul > .nav-item.open > ul > .nav-item:hover > ul > .nav-item:hover > ul > .nav-item > a {
      pointer-events: auto; }

#nav ul > .nav-item.open > a {
  color: #ff9a00; }

#nav .nav-item a {
  text-decoration: none;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  display: inline-block; }

#nav .nav-item.active a {
  color: #ff9a00; }

#nav .nav-item .nav-item {
  visibility: visible;
  opacity: 1;
  float: none;
  display: block;
  margin-right: 0;
  padding: 9.6px 19.2px;
  line-height: 1; }
  #nav .nav-item .nav-item.haschilds:after {
    content: url(/typo3conf/ext/denic/Resources/Public/Icons/triangle-right-black.svg);
    right: 19.2px;
    width: 16px;
    top: 8px;
    position: absolute;
    color: black; }
  #nav .nav-item .nav-item a {
    margin-right: 2em;
    color: #3c3637; }
  #nav .nav-item .nav-item.active a {
    color: #ff9a00; }
  #nav .nav-item .nav-item:hover:not(.jsblocked), #nav .nav-item .nav-item.jsopend {
    background-color: #ff9a00; }
    #nav .nav-item .nav-item:hover:not(.jsblocked) > a, #nav .nav-item .nav-item.jsopend > a {
      color: #fff; }
    #nav .nav-item .nav-item:hover:not(.jsblocked) > ul, #nav .nav-item .nav-item.jsopend > ul {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.5s ease-in; }
  #nav .nav-item .nav-item .nav-item {
    margin-right: 0; }
    #nav .nav-item .nav-item .nav-item a {
      margin-right: 2em;
      color: #3c3637; }
    #nav .nav-item .nav-item .nav-item.active a {
      color: #ff9a00; }
    #nav .nav-item .nav-item .nav-item:hover:not(.jsblocked) > a, #nav .nav-item .nav-item .nav-item.jsopend > a {
      color: #fff; }
    #nav .nav-item .nav-item .nav-item:hover:not(.jsblocked) > ul, #nav .nav-item .nav-item .nav-item.jsopend > ul {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.5s ease-in;
      pointer-events: auto; }

#nav .nav-item ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-color: #fff;
  position: fixed;
  height: calc(100vh - 4rem);
  top: calc(4rem);
  left: 0;
  padding-left: calc(18% - 0.5rem);
  margin-left: 0; }
  @media (min-width: 64em) {
    #nav .nav-item ul {
      height: calc(100vh - 5rem);
      top: calc(5rem); } }
  #nav .nav-item ul ul {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0; }

#nav .nav-item.open > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

#mobile-menu {
  position: absolute;
  z-index: 99999;
  top: 64px;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  padding: 0 22.4px;
  max-height: calc(100vh - 4rem);
  overflow-y: scroll; }
  #mobile-menu li {
    text-align: center; }
    #mobile-menu li a {
      position: relative;
      display: block;
      padding: 12px 16px;
      font-size: 18px; }
  #mobile-menu .nav > li {
    border-bottom: 1px solid #3c3637; }
  #mobile-menu .nav li > a > span {
    font-family: 'denic-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    position: absolute;
    z-index: 9999999;
    top: 9.6px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: #eee;
    color: #3c3637;
    font-size: 30px;
    font-weight: lighter; }
  #mobile-menu .nav li > a > span:hover {
    color: #ff9a00; }
  #mobile-menu .nav li > a > span:after {
    content: '\e604'; }
  #mobile-menu .nav li.open > a > span:after {
    content: '\e605'; }
  #mobile-menu .mobile-navi-meta {
    text-align: center;
    margin-top: 2em; }
    #mobile-menu .mobile-navi-meta a {
      display: block;
      margin: 0 auto 16px; }
      #mobile-menu .mobile-navi-meta a:not(.button) {
        font-size: 16px; }
      #mobile-menu .mobile-navi-meta a.button {
        margin-top: 2em; }

.body-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 64px; }
  @media (min-width: 64em) {
    .body-wrapper {
      padding-top: 5rem; } }

.page-content-main {
  background: #fff; }
  .page-content-main > * {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }
  .page-content-main .width-fullscreen,
  .page-content-main .content-detail {
    max-width: 100%; }

section {
  text-align: center; }
  section:before,
  section:after {
    content: " ";
    display: table; }
  section:after {
    clear: both; }
  section:not(:last-child) {
    margin-bottom: 2em; }
  @media (min-width: 64em) {
    section:not(:last-child) {
      margin-bottom: 3em; }
    section h2 {
      font-size: 50px;
      font-weight: 700;
      letter-spacing: 1px; } }

.content-detail > * {
  max-width: 800px;
  margin-left: 19.2px;
  margin-right: 19.2px; }
  @media (min-width: 64em) {
    .content-detail > * {
      margin-left: auto;
      margin-right: auto;
      padding-left: 5rem;
      padding-right: 5rem; } }

.content-detail > .feature {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.content-detail > .slider,
.content-detail > .video-player,
.content-detail > figure {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 64em) {
    .content-detail > .slider,
    .content-detail > .video-player,
    .content-detail > figure {
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 64em) {
  .content-detail > .desktop-full-width {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 64em) {
  .accordion h2 {
    padding-left: 0; }
    .accordion h2:before {
      display: none; } }

@media (max-width: 64em) {
  .accordion {
    margin-bottom: 0 !important; }
    .accordion h2 {
      text-align: left;
      margin-left: 1.2rem;
      margin-right: 1.2rem; }
    .accordion.accordion--initialized h2 {
      display: block;
      border-bottom: 2px solid #3c3637;
      padding-left: 2em;
      padding-bottom: 1rem;
      font-size: 18px;
      cursor: pointer; }
      .accordion.accordion--initialized h2:hover {
        color: #ff9a00; }
      .accordion.accordion--initialized h2:before {
        left: -10px;
        color: #ff9a00;
        font-size: 40px;
        font-weight: 200; } }

blockquote {
  max-width: 20em !important;
  margin: 2em auto;
  border-radius: 5px;
  background: #43a5ac;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px; }
  blockquote:before {
    display: block;
    height: 64px;
    content: "\201D";
    font-size: 100px;
    line-height: 1.2; }
  blockquote > * {
    padding: 0 16px; }
  blockquote cite {
    display: block;
    padding-top: 6.4px;
    padding-bottom: 6.4px;
    background: rgba(60, 54, 55, 0.1);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px; }

.button, .app--webwhois input[type="submit"],
.app--web-whois input[type="submit"],
.app-webwhois input[type="submit"] {
  border-radius: 2px;
  transition: 0.2s;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  height: 48px;
  line-height: 44.8px;
  border: 2px solid #ff9a00;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  background: #ff9a00;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 64em) {
    .button, .app--webwhois input[type="submit"],
    .app--web-whois input[type="submit"],
    .app-webwhois input[type="submit"] {
      font-size: 16px; } }
  .button:hover, .app--webwhois input[type="submit"]:hover,
  .app--web-whois input[type="submit"]:hover,
  .app-webwhois input[type="submit"]:hover {
    color: #fff;
    background: #ff8003;
    border-color: #ff8003; }
  .button.button--ghost, .app--webwhois input.button--ghost[type="submit"],
  .app--web-whois input.button--ghost[type="submit"],
  .app-webwhois input.button--ghost[type="submit"] {
    background: transparent; }
    .button.button--ghost:hover, .app--webwhois input.button--ghost[type="submit"]:hover,
    .app--web-whois input.button--ghost[type="submit"]:hover,
    .app-webwhois input.button--ghost[type="submit"]:hover {
      background: #ff9a00;
      border-color: #ff9a00; }
  .button.button--autowidth, .app--webwhois input.button--autowidth[type="submit"],
  .app--web-whois input.button--autowidth[type="submit"],
  .app-webwhois input.button--autowidth[type="submit"] {
    max-width: inherit;
    width: auto !important;
    padding: 0 12px; }
  .button.button--bright-bg, .app--webwhois input.button--bright-bg[type="submit"],
  .app--web-whois input.button--bright-bg[type="submit"],
  .app-webwhois input.button--bright-bg[type="submit"] {
    color: #3c3637; }
    .button.button--bright-bg:hover, .app--webwhois input.button--bright-bg[type="submit"]:hover,
    .app--web-whois input.button--bright-bg[type="submit"]:hover,
    .app-webwhois input.button--bright-bg[type="submit"]:hover {
      color: #fff; }
  .button.button--small, .app--webwhois input.button--small[type="submit"],
  .app--web-whois input.button--small[type="submit"],
  .app-webwhois input.button--small[type="submit"] {
    width: 192px;
    height: 38.4px;
    line-height: 36.8px; }

.button--read-more {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 0;
  font-size: 0;
  color: transparent; }
  .button--read-more:before {
    font-family: 'denic-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e62b";
    position: absolute;
    top: -1px;
    left: -1px;
    color: #ff9a00;
    font-size: 48px; }

.app-detail h1 {
  font-size: 42px; }

.app-detail h2 {
  margin-bottom: .5em;
  font-size: 32px; }

.app-detail h3 {
  font-size: 28px;
  margin-bottom: .5em; }

.app-detail .button--ghost {
  color: #3c3637; }
  .app-detail .button--ghost:hover {
    color: #fff; }

.app-detail .app-table {
  border-top: 1px solid #3c3637;
  border-bottom: 1px solid #3c3637;
  margin-top: 48px;
  width: 100%; }
  @media (min-width: 64em) {
    .app-detail .app-table {
      width: 800px;
      margin-left: -5rem; } }
  .app-detail .app-table.table--input tr {
    background: #fff; }
  .app-detail .app-table.table--input input[type="text"],
  .app-detail .app-table.table--input select,
  .app-detail .app-table.table--input textarea {
    background: #efefef;
    width: 100%;
    max-width: inherit;
    margin-bottom: 0;
    border: 1px #ccc solid;
    color: #3c3637;
    height: 35px; }
  .app-detail .app-table.table--input select {
    font-weight: 200; }
  .app-detail .app-table.table--input .button, .app-detail .app-table.table--input .app--webwhois input[type="submit"], .app--webwhois .app-detail .app-table.table--input input[type="submit"],
  .app-detail .app-table.table--input .app--web-whois input[type="submit"], .app--web-whois .app-detail .app-table.table--input input[type="submit"],
  .app-detail .app-table.table--input .app-webwhois input[type="submit"], .app-webwhois .app-detail .app-table.table--input input[type="submit"] {
    margin-bottom: 0; }
  .app-detail .app-table.table--input tr.error-row {
    border-bottom: none; }
    .app-detail .app-table.table--input tr.error-row input.error {
      border: 1px solid #d94e1f; }
  .app-detail .app-table.table--input tr.error-desc td {
    padding-top: 0;
    color: #d94e1f;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0; }

.app-detail .app-table tr {
  background: #efefef; }

.app-detail .app-table tr:nth-child(even) {
  background: #fff; }

.app-detail .app-table tr:not(:last-child) {
  border-bottom: 1px solid #ccc; }

.app-detail .app-table tr th,
.app-detail .app-table tr td {
  padding: 0.5em;
  font-size: 16px;
  letter-spacing: 1px; }

.app-detail .header-box {
  padding: 32px;
  text-align: center; }

.app-detail .header-box p {
  margin-bottom: 1em; }

.app-detail .general-app-controls {
  margin-top: 40px;
  text-align: center; }

.app-detail .general-app-controls form {
  display: inline; }

.app--domain-counter:before {
  padding-top: 56.25% !important; }

.app--domain-counter .number {
  display: block;
  font-weight: 600; }

.app--domain-counter .count-total {
  margin-bottom: 128px;
  font-size: 28px;
  font-weight: 600; }
  .app--domain-counter .count-total .number {
    font-size: 75px; }

.app--domain-counter .count-change {
  margin-bottom: -64px; }
  .app--domain-counter .count-change .number {
    font-size: 50px; }
    .app--domain-counter .count-change .number:after {
      display: block;
      content: "";
      height: 5px;
      width: 64px;
      margin: 8px auto 24px;
      background: #fff; }
  .app--domain-counter .count-change p {
    display: inline-block;
    width: 33%;
    font-size: 18px;
    font-weight: 400; }

.app--onlineregistry .app-table.table--input th {
  text-align: center; }

.app--onlineregistry .app-table.table--input td:nth-child(1) {
  min-width: 150px; }

.app--onlineregistry .input-suffix {
  position: absolute;
  right: 16px;
  text-align: right;
  top: 13px; }

.app--onlineregistry .input-row {
  color: #fff;
  margin-right: 16px; }

.app--onlineregistry .input-row + input[type="submit"] {
  margin-bottom: 16px; }

.app--onlineregistry .button, .app--onlineregistry .app--webwhois input[type="submit"], .app--webwhois .app--onlineregistry input[type="submit"],
.app--onlineregistry .app--web-whois input[type="submit"], .app--web-whois .app--onlineregistry input[type="submit"],
.app--onlineregistry .app-webwhois input[type="submit"], .app-webwhois .app--onlineregistry input[type="submit"] {
  margin-top: 16px; }
  @media (min-width: 64em) {
    .app--onlineregistry .button, .app--onlineregistry .app--webwhois input[type="submit"], .app--webwhois .app--onlineregistry input[type="submit"],
    .app--onlineregistry .app--web-whois input[type="submit"], .app--web-whois .app--onlineregistry input[type="submit"],
    .app--onlineregistry .app-webwhois input[type="submit"], .app-webwhois .app--onlineregistry input[type="submit"] {
      margin-left: 1rem; } }

.app--onlineregistry #domainnameForm label {
  display: none; }

.app--onlineregistry .row input[id^="online-registrierung-2:j_idt15"],
.app--onlineregistry .row select[id^="online-registrierung-2:j_idt15"] {
  margin-bottom: 0;
  margin-left: 4px;
  margin-right: 4px; }

.app--onlineregistry .row input[id^="online-registrierung-2:j_idt15"] {
  min-width: 40% !important;
  width: 40% !important; }

.app--onlineregistry .row select[id^="online-registrierung-2:j_idt15"] {
  min-width: 15% !important;
  width: 15% !important; }

.app--onlineregistry .row input[id^="online-registrierung-2:j_idt14"] {
  margin-left: 20px;
  min-width: 25% !important;
  width: 30% !important; }

.app--onlineregistry .listheading {
  display: block;
  margin-top: 40px;
  text-align: center; }
  .app--onlineregistry .listheading span {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    min-width: 30%;
    text-align: center; }
    .app--onlineregistry .listheading span:nth-child(2) {
      min-width: 15%; }

.teaser.app--member-login label {
  display: none; }

.teaser.app--member-login fieldset {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 120px;
  max-width: 320px; }

.teaser.app--member-login a {
  margin-top: 16px; }
  .teaser.app--member-login a:before {
    top: 11px; }

.teaser.app--member-login input.button, .teaser.app--member-login .app--webwhois input[type="submit"], .app--webwhois .teaser.app--member-login input[type="submit"],
.teaser.app--member-login .app--web-whois input[type="submit"], .app--web-whois .teaser.app--member-login input[type="submit"],
.teaser.app--member-login .app-webwhois input[type="submit"], .app-webwhois .teaser.app--member-login input[type="submit"] {
  margin-top: 48px;
  margin-bottom: 0; }

.teaser.teaser--transit h3 {
  margin-bottom: 64px; }

.teaser.teaser--transit p {
  font-size: 16px; }
  @media (min-width: 64em) {
    .teaser.teaser--transit p {
      font-size: 18px; } }

@media (min-width: 64em) {
  .toolbox .teaser {
    float: left;
    width: 50%;
    padding: 0; }
    .toolbox .teaser:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .toolbox .teaser .text-layer {
      padding: 0 5rem;
      position: absolute;
      z-index: 999;
      top: 4rem; }
    .toolbox .teaser h3 {
      margin-bottom: 3rem; }
    .toolbox .teaser .button, .toolbox .teaser .app--webwhois input[type="submit"], .app--webwhois .toolbox .teaser input[type="submit"],
    .toolbox .teaser .app--web-whois input[type="submit"], .app--web-whois .toolbox .teaser input[type="submit"],
    .toolbox .teaser .app-webwhois input[type="submit"], .app-webwhois .toolbox .teaser input[type="submit"] {
      bottom: 3rem; }
    .toolbox .teaser.app--rri-webclient label {
      display: none; }
    .toolbox .teaser.app--rri-webclient form {
      width: 260px;
      margin: 5rem auto 0; }
      .toolbox .teaser.app--rri-webclient form input[type=text],
      .toolbox .teaser.app--rri-webclient form input[type=password], .toolbox .teaser.app--rri-webclient form .row .input-row.password input[type="text"] {
        background: #33949B;
        border-color: #33949B;
        color: #fff; }
        .toolbox .teaser.app--rri-webclient form input[type=text]:focus,
        .toolbox .teaser.app--rri-webclient form input[type=password]:focus, .toolbox .teaser.app--rri-webclient form .row .input-row.password input[type="text"]:focus {
          background: #fff;
          border-color: #fff;
          color: #3c3637; }
    .toolbox .teaser.app--rri-webclient .button, .toolbox .teaser.app--rri-webclient .app--webwhois input[type="submit"], .app--webwhois .toolbox .teaser.app--rri-webclient input[type="submit"],
    .toolbox .teaser.app--rri-webclient .app--web-whois input[type="submit"], .app--web-whois .toolbox .teaser.app--rri-webclient input[type="submit"],
    .toolbox .teaser.app--rri-webclient .app-webwhois input[type="submit"], .app-webwhois .toolbox .teaser.app--rri-webclient input[type="submit"] {
      position: static;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin-top: 2.5rem; }
    .toolbox .teaser.app--rri-webclient > a.icon-link-internal {
      position: absolute;
      right: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto;
      bottom: 3rem; }
      .toolbox .teaser.app--rri-webclient > a.icon-link-internal:before {
        left: auto;
        margin-left: -30px; }
    .toolbox .teaser.app--password-encryption label {
      display: none; }
    .toolbox .teaser.app--password-encryption input[type=text],
    .toolbox .teaser.app--password-encryption input[type=password], .toolbox .teaser.app--password-encryption form .row .input-row.password input[type="text"], form .row .input-row.password .toolbox .teaser.app--password-encryption input[type="text"] {
      max-width: 23rem; } }

.app--webwhois,
.app--web-whois,
.app-webwhois {
  margin-top: 3em;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (max-width: 64em) {
    .app--webwhois,
    .app--web-whois,
    .app-webwhois {
      max-width: 20em; } }
  .app--webwhois > h2,
  .app--web-whois > h2,
  .app-webwhois > h2 {
    margin-top: 0; }
    @media (min-width: 64em) {
      .app--webwhois > h2,
      .app--web-whois > h2,
      .app-webwhois > h2 {
        margin-bottom: 1rem; } }
  .app--webwhois .input-row,
  .app--web-whois .input-row,
  .app-webwhois .input-row {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    background: #334d68;
    color: #fff;
    margin-bottom: 1em; }
    @media (min-width: 64em) {
      .app--webwhois .input-row,
      .app--web-whois .input-row,
      .app-webwhois .input-row {
        max-width: 390px; } }
  .app--webwhois .input-text,
  .app--web-whois .input-text,
  .app-webwhois .input-text {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 48px 0 12.8px; }
  .app--webwhois .input-suffix,
  .app--web-whois .input-suffix,
  .app-webwhois .input-suffix {
    position: absolute;
    top: 13px;
    right: 16px;
    text-align: right; }
  @media (min-width: 64em) {
    .app--webwhois .button,
    .app--webwhois input[type="submit"],
    .app--web-whois .button,
    .app--web-whois input[type="submit"],
    .app-webwhois .button, .app-webwhois input[type="submit"] {
      margin-top: 16px; } }
  .app--webwhois input,
  .app--web-whois input,
  .app-webwhois input {
    vertical-align: inherit; }
  .app--webwhois input#domainwhois_input::-webkit-input-placeholder,
  .app--web-whois input#domainwhois_input::-webkit-input-placeholder,
  .app-webwhois input#domainwhois_input::-webkit-input-placeholder {
    color: #fff; }
  .app--webwhois input#domainwhois_input:-moz-placeholder,
  .app--web-whois input#domainwhois_input:-moz-placeholder,
  .app-webwhois input#domainwhois_input:-moz-placeholder {
    color: #fff; }
  .app--webwhois input#domainwhois_input::-moz-placeholder,
  .app--web-whois input#domainwhois_input::-moz-placeholder,
  .app-webwhois input#domainwhois_input::-moz-placeholder {
    color: #fff; }
  .app--webwhois input#domainwhois_input:-ms-input-placeholder,
  .app--web-whois input#domainwhois_input:-ms-input-placeholder,
  .app-webwhois input#domainwhois_input:-ms-input-placeholder {
    color: #fff; }
  .app--webwhois .recaptchatable #recaptcha_response_field,
  .app--web-whois .recaptchatable #recaptcha_response_field,
  .app-webwhois .recaptchatable #recaptcha_response_field {
    background-color: #eee;
    border: 1px #ccc solid;
    color: #3c3637;
    min-width: 300px; }
    .app--webwhois .recaptchatable #recaptcha_response_field::-webkit-input-placeholder,
    .app--web-whois .recaptchatable #recaptcha_response_field::-webkit-input-placeholder,
    .app-webwhois .recaptchatable #recaptcha_response_field::-webkit-input-placeholder {
      color: #b2b2b2; }
    .app--webwhois .recaptchatable #recaptcha_response_field::-moz-placeholder,
    .app--web-whois .recaptchatable #recaptcha_response_field::-moz-placeholder,
    .app-webwhois .recaptchatable #recaptcha_response_field::-moz-placeholder {
      color: #b2b2b2; }
    .app--webwhois .recaptchatable #recaptcha_response_field:-ms-input-placeholder,
    .app--web-whois .recaptchatable #recaptcha_response_field:-ms-input-placeholder,
    .app-webwhois .recaptchatable #recaptcha_response_field:-ms-input-placeholder {
      color: #b2b2b2; }
  .app--webwhois input[type="submit"],
  .app--web-whois input[type="submit"],
  .app-webwhois input[type="submit"] {
    margin-top: 30px; }

.app--disputeassistent .input-suffix {
  position: absolute;
  right: 16px;
  text-align: right;
  top: 13px; }

.app--disputeassistent .input-row {
  color: #fff;
  background: #334d68; }
  .app--disputeassistent .input-row:focus {
    background: #273a4f;
    border-color: #273a4f; }
  .app--disputeassistent .input-row + input[type="submit"] {
    margin-bottom: 0; }
  .app--disputeassistent .input-row label {
    display: none; }

.app--rai .row input[name="j_username"],
.app--rai .row input[name="j_2fa"] {
  background: #334d68;
  color: #fff;
  max-width: 260px;
  min-width: inherit; }

.app--rai .row .input-row.password {
  width: 100%; }
  .app--rai .row .input-row.password .input-suffix.focus {
    color: #fff; }

.app--rai .app-table {
  table-layout: fixed; }
  .app--rai .app-table th {
    width: 30%; }
  .app--rai .app-table tr td:nth-child(1) {
    width: 30%; }
  .app--rai .app-table tr td:nth-child(2) {
    width: 40%; }
  .app--rai .app-table tr td:nth-child(3) {
    width: 30%; }
  .app--rai .app-table .icon-plus::before {
    top: -5px;
    left: -10px;
    font-size: 42px;
    line-height: 0; }
  .app--rai .app-table .icon-minus::before {
    top: -5px;
    left: -10px;
    font-size: 42px;
    line-height: 0; }
  .app--rai .app-table .folder-closed-intendation {
    margin-left: 33px; }

.app--rai .logo {
  position: absolute;
  top: 0;
  right: 0; }

.app--nast .app-table.table--input tr th:nth-child(1) {
  min-width: 140px; }

.app--nast .app-table.table--input tr th:nth-child(3) {
  min-width: 60px; }

.app--nast .text-right {
  text-align: right; }

.app--nast .input-row {
  max-width: 74% !important;
  width: 74%; }

.app--nast .input-row input {
  width: 100%;
  max-width: 100% !important; }

.app--nast input#readNameserver {
  margin-bottom: 0; }

.app--nast .input-row input::-moz-placeholder {
  color: #fff; }

.app--nast input[type="radio"] {
  margin-top: 16px; }

.app--nast input + label {
  margin-left: 8px;
  margin-top: 16px; }

.app--nast hr {
  margin-bottom: 48px; }

.app--tpsc .row .input-row.password,
.app--tpsc .row .input-row.domain {
  min-width: 74%; }
  .app--tpsc .row .input-row.password input,
  .app--tpsc .row .input-row.domain input {
    min-width: 100%; }

.app--tpsc .row .input-row.password .input-suffix.focus {
  color: #fff; }

.app--tpsc .row .input-row.domain {
  color: #fff;
  background: #334d68; }
  .app--tpsc .row .input-row.domain:focus {
    background: #273a4f;
    border-color: #273a4f; }
  .app--tpsc .row .input-row.domain input {
    background: #334d68; }
  .app--tpsc .row .input-row.domain + input[type="submit"] {
    margin-bottom: 0; }
  .app--tpsc .row .input-row.domain .input-suffix {
    position: absolute;
    right: 16px;
    text-align: right;
    top: 13px; }
  .app--tpsc .row .input-row.domain label {
    display: none; }

.app--tpsc .app-table input[type="checkbox"] {
  margin-bottom: 0; }

legend {
  display: none; }

input,
.input-suffix {
  box-sizing: border-box;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px; }

input[type=text],
input[type=password],
form .row .input-row.password input[type="text"],
textarea {
  border-radius: 2px;
  transition: 0.2s;
  width: 100%;
  max-width: 260px;
  height: 48px;
  border: 2px solid #334d68;
  padding: 0 12.8px;
  background: #334d68;
  color: #fff; }
  input[type=text]:focus,
  input[type=password]:focus,
  form .row .input-row.password input[type="text"]:focus,
  textarea:focus {
    background: #273a4f;
    border-color: #273a4f; }
  input[type=text].invert,
  input[type=password].invert,
  form .row .input-row.password input.invert[type="text"],
  textarea.invert {
    background: #273a4f;
    border-color: #273a4f; }
    input[type=text].invert:focus,
    input[type=password].invert:focus,
    form .row .input-row.password input.invert[type="text"]:focus,
    textarea.invert:focus {
      background: #fff;
      border-color: #fff;
      color: #3c3637;
      font-weight: 600; }
  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  form .row .input-row.password input[type="text"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #b2b2b2; }
  input[type=text]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  form .row .input-row.password input[type="text"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #676062; }
  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  form .row .input-row.password input[type="text"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #676062; }
  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  form .row .input-row.password input[type="text"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #676062; }

input[type=submit],
input.button, .app--webwhois input[type="submit"],
.app--web-whois input[type="submit"],
.app-webwhois input[type="submit"] {
  background: #ff9a00; }

label.requiredValue::after {
  content: '*'; }

.ddDomainReg_eingabefehler {
  display: block;
  margin-bottom: 5px;
  color: #d71e00; }

form .button-row {
  text-align: center; }
  form .button-row form {
    display: inline; }

form .row {
  margin-bottom: 20px;
  /* input element with span.input-suffix inside */
  /*Formular errors*/ }
  form .row label {
    margin-top: 9px;
    vertical-align: top; }
    @media (min-width: 64em) {
      form .row label {
        width: 25%; } }
  form .row input[type="text"],
  form .row textarea,
  form .row select {
    font-size: 16px;
    background-color: #eee;
    border: 1px #ccc solid;
    color: #3c3637;
    max-width: inherit;
    width: 100%;
    height: 48px;
    margin-bottom: 0; }
    @media (min-width: 64em) {
      form .row input[type="text"],
      form .row textarea,
      form .row select {
        min-width: 71%;
        width: 71%; } }
  form .row select {
    padding-left: 8px; }
    form .row select option {
      padding-left: 8px; }
  form .row textarea {
    padding-top: 7px;
    min-height: 100px; }
  form .row .text-hint {
    font-size: 16px;
    font-weight: 200;
    margin-top: 8px; }
    @media (min-width: 64em) {
      form .row .text-hint {
        margin-left: 26%; } }
  form .row .ddDomainReg_eingabefehler {
    font-size: 16px; }
    @media (min-width: 64em) {
      form .row .ddDomainReg_eingabefehler {
        margin-left: 26%; } }
  form .row .input-row input {
    width: 100%;
    color: #fff;
    background-color: #334d68; }
  form .row.error input[type="text"],
  form .row.error select,
  form .row.error textarea {
    border: 1px solid #d94e1f; }
  form .row p.error {
    color: #d94e1f;
    margin-bottom: 5px;
    font-weight: 600; }

form .row + .text-hint {
  font-size: 16px;
  font-weight: 200;
  margin-top: -20px; }
  @media (min-width: 64em) {
    form .row + .text-hint {
      margin-left: 26%; } }

form .input-row {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 260px; }
  form .input-row input {
    margin-bottom: 0; }

form .input-text {
  max-width: 100%;
  margin-bottom: 0;
  padding: 0 48px 0 12.8px; }

form .input-suffix {
  position: absolute;
  right: 8px;
  top: -3px;
  text-align: right; }

form .password .input-suffix {
  color: #fff; }
  form .password .input-suffix.focus {
    color: #3c3637; }
  form .password .input-suffix.shown {
    color: #ff9a00; }

figure:not(.keep-original) {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in 0s;
  width: 100%;
  margin-bottom: 1em; }
  figure:not(.keep-original):before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  figure:not(.keep-original) img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }
  figure:not(.keep-original).responsive img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  figure:not(.keep-original).background-image .overlay {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #4c4c4c; }
  figure:not(.keep-original).background-image .overlay--violet {
    background: #9d3571; }
  figure:not(.keep-original).background-image .overlay--petrol {
    background: #007a9d; }

figure.keep-original {
  margin-top: 2em; }
  @media (min-width: 64em) {
    figure.keep-original {
      max-width: 18em;
      margin-left: auto;
      margin-right: auto; } }
  figure.keep-original img {
    width: 100%; }
  figure.keep-original figcaption {
    margin-top: 3.2px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #676062; }

a.image-zoom {
  display: block;
  text-align: center; }
  a.image-zoom:after {
    font-family: 'denic-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61b";
    font-size: 42px;
    line-height: 1.4; }

.slider {
  text-align: center;
  margin-bottom: 1em; }
  .slider .figure {
    margin-bottom: 1em; }
    .slider .figure .img-mask {
      position: relative;
      overflow: hidden;
      width: 100%; }
      .slider .figure .img-mask:before {
        content: "";
        display: block;
        padding-top: 75%; }
      .slider .figure .img-mask.responsive img {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .slider .figure .figcaption {
      margin: 8px 19.2px 0 19.2px;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      color: #676062; }
      @media (min-width: 64em) {
        .slider .figure .figcaption {
          display: block;
          margin-left: auto;
          margin-right: auto;
          max-width: 640px;
          margin-top: 1.8rem;
          font-size: 16px; } }
  @media (max-width: 64em) {
    .slider:after {
      font-family: 'denic-icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e616";
      font-size: 42px;
      line-height: 0.5; } }

.feature {
  position: relative;
  display: table;
  height: 100vh;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 10px solid white;
  border-top: 64px solid white;
  margin-top: -64px; }
  @media (min-width: 64em) {
    .feature {
      border: 20px solid white;
      border-top: 5rem solid white;
      margin-top: -5rem; } }
  .feature figure {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .feature figure .feature-image-overlay {
      transition: 0.2s;
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      background: #007a9d;
      background: linear-gradient(135deg, #007a9d 0%, #bc72d3 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007a9d', endColorstr='#bc72d3',GradientType=1 ); }
  .feature a.feature-link img {
    transition: 0.4s; }
  .feature a.feature-link:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05); }
  .feature .header-container {
    position: absolute;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    color: #fff;
    text-align: center; }
    .feature .header-container h1 {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1.1; }
    .feature .header-container .sub-header {
      margin-top: 24px;
      font-size: 14px;
      font-weight: 200;
      letter-spacing: 1px; }
    @media (min-width: 64em) {
      .feature .header-container {
        max-width: 80%; }
        .feature .header-container h1 {
          font-size: 75px; }
        .feature .header-container .sub-header {
          font-size: 20px; } }
  .feature .feature-teaser-text {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 999;
    bottom: 0;
    padding: 16px 80px 0;
    max-width: 800px;
    background: #fff; }
  .feature .more {
    transition: 0.2s;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
    padding: 24px 0 16px;
    text-align: center; }
    .feature .more:hover {
      transition: 0.2s;
      background-color: rgba(255, 255, 255, 0.7); }
      .feature .more:hover svg #svg-icon-down {
        fill: #ff9a00; }
    .feature .more > span {
      display: none; }

.page-content-main ul.link-list {
  padding-left: 0;
  list-style-type: none !important;
  font-size: 16px; }
  @media (min-width: 64em) {
    .page-content-main ul.link-list {
      font-size: 1em; } }
  .page-content-main ul.link-list a {
    line-height: 1.4; }
    .page-content-main ul.link-list a:before {
      left: -6px;
      font-size: 29px; }
      @media (min-width: 64em) {
        .page-content-main ul.link-list a:before {
          top: 12px;
          left: -10px;
          font-size: 2em; } }
    .page-content-main ul.link-list a .file-info {
      color: #b2b2b2; }

.notification {
  margin-bottom: 2em; }
  .notification.alert {
    color: #d94e1f;
    background-color: #d94e1f; }
  .notification h4 {
    margin-top: 0;
    margin-bottom: 12.8px;
    font-weight: 700; }
  .notification p {
    font-size: 16px;
    font-weight: 400; }
  @media (min-width: 64em) {
    .notification p {
      font-size: 18px; } }

.pagination {
  font-size: 18px;
  margin: 80px 0 0 0;
  text-align: center; }
  .pagination ul {
    position: relative;
    padding: 0 !important; }
  .pagination li {
    display: inline;
    margin-right: 15px; }
    .pagination li.current {
      color: #ff9a00; }
    .pagination li.previous {
      position: absolute;
      left: 0; }
    .pagination li.next {
      position: absolute;
      right: 0; }
  .pagination [class^="icon-"],
  .pagination [class*=" icon-"] {
    padding-left: 24px; }
    .pagination [class^="icon-"]:before,
    .pagination [class^="icon-"]:after,
    .pagination [class*=" icon-"]:before,
    .pagination [class*=" icon-"]:after {
      top: 12px; }
    .pagination [class^="icon-"].icon-after,
    .pagination [class*=" icon-"].icon-after {
      padding-left: 0;
      padding-right: 24px; }

table {
  margin-bottom: 3em; }

thead {
  background: #3c3637;
  color: #fff; }

th {
  font-size: .7em;
  font-weight: 600;
  text-align: left; }

td {
  font-size: .7em;
  padding-top: 1em;
  padding-bottom: 1em; }

/*! Tablesaw - v1.0.5 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: 0.5em 0.7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media (max-width: 40em) {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    display: block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; }
  .tablesaw-stack tbody tr {
    border-bottom: 0; }
  .tablesaw-stack tbody > tr:first-child > .title {
    margin-top: 0; }
  .tablesaw-stack td {
    border-bottom: 1px solid #3c3637;
    padding: 0.8rem 0 0.8rem 1px;
    font-size: 1rem; }
    .tablesaw-stack td .tablesaw-cell-label {
      display: block;
      font-weight: 600; }
    .tablesaw-stack td .tablesaw-cell-content {
      font-weight: 200; }
    .tablesaw-stack td.title {
      margin-top: 1.5em;
      padding: 0.4rem;
      padding-left: 0.6rem;
      background: #3c3637;
      color: #fff; }
      .tablesaw-stack td.title a {
        color: #fff; }
      .tablesaw-stack td.title .tablesaw-cell-label {
        display: none; }
      .tablesaw-stack td.title .tablesaw-cell-content {
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 1px; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; }
  .tablesaw td,
  .tablesaw th {
    font-size: .7em;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .tablesaw th {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }
  .tablesaw td {
    font-weight: 200; }
  .tablesaw tbody tr {
    border-bottom: 1px solid #3c3637; }
    .tablesaw tbody tr:nth-child(even) {
      background: #eee; } }

.teaser {
  position: relative;
  overflow: hidden;
  padding: 32px 28.8px 32px;
  color: #fff;
  text-align: center;
  font-size: 16px; }
  @media (min-width: 64em) {
    .teaser {
      padding: 2rem 2.5rem 2rem; } }
  .teaser > *:first-child,
  .teaser h2:first-of-type,
  .teaser h3:first-of-type {
    margin-top: 0; }
  .teaser > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 64em) {
    .teaser {
      font-size: 18px; } }
  .teaser h3 {
    font-size: 28px; }
    @media (max-width: 64em) {
      .teaser h3 {
        word-wrap: break-word; } }
  .teaser ul, .teaser ol {
    text-align: left;
    padding-left: 0;
    line-height: 1.3; }
  .teaser .text-layer,
  .teaser .text {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    padding: 0 10%; }
    .teaser .text-layer:not(.text-layer--top),
    .teaser .text:not(.text-layer--top) {
      position: absolute;
      z-index: 999;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .teaser .text-layer > *:first-child,
    .teaser .text > *:first-child {
      margin-top: 0; }
    .teaser .text-layer > *:last-child,
    .teaser .text > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 64em) {
      .teaser .text-layer p,
      .teaser .text p {
        display: none; } }
  .teaser.element-hover {
    cursor: pointer;
    transition: 0.2s;
    /* // MOVED to _TeaserContent.scss
		&:hover {
			background: $color-blue-dark !important; // TODO: find way for other bg colors as well
		}
		*/ }
    .teaser.element-hover img {
      transition: 0.4s; }
    .teaser.element-hover:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
  @media (min-width: 64em) {
    .teaser {
      padding-bottom: 5rem; }
      .teaser h3 {
        font-size: 34px; }
      .teaser p {
        font-size: 22px;
        font-weight: 200; }
      .teaser .button,
      .teaser .app--webwhois input[type="submit"],
      .app--webwhois .teaser input[type="submit"],
      .teaser .app--web-whois input[type="submit"],
      .app--web-whois .teaser input[type="submit"],
      .teaser .app-webwhois input[type="submit"],
      .app-webwhois .teaser input[type="submit"], .teaser .button--read-more {
        position: absolute;
        z-index: 101;
        bottom: 2rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .teaser input[type=text]::-webkit-input-placeholder,
  .teaser input[type=password]::-webkit-input-placeholder,
  .teaser form .row .input-row.password input[type="text"]::-webkit-input-placeholder,
  form .row .input-row.password .teaser input[type="text"]::-webkit-input-placeholder, .teaser textarea::-webkit-input-placeholder {
    color: #fff; }
  .teaser input[type=text]:-moz-placeholder,
  .teaser input[type=password]:-moz-placeholder,
  .teaser form .row .input-row.password input[type="text"]:-moz-placeholder,
  form .row .input-row.password .teaser input[type="text"]:-moz-placeholder, .teaser textarea:-moz-placeholder {
    color: #fff; }
  .teaser input[type=text]::-moz-placeholder,
  .teaser input[type=password]::-moz-placeholder,
  .teaser form .row .input-row.password input[type="text"]::-moz-placeholder,
  form .row .input-row.password .teaser input[type="text"]::-moz-placeholder, .teaser textarea::-moz-placeholder {
    color: #fff; }
  .teaser input[type=text]:-ms-input-placeholder,
  .teaser input[type=password]:-ms-input-placeholder,
  .teaser form .row .input-row.password input[type="text"]:-ms-input-placeholder,
  form .row .input-row.password .teaser input[type="text"]:-ms-input-placeholder, .teaser textarea:-ms-input-placeholder {
    color: #fff; }

@media (min-width: 64em) {
  .teaser-row[data-item-count="3"] .teaser:not(.teaser--content) {
    display: table-cell;
    width: 33.3%;
    height: 32rem; }
  .teaser-row[data-item-count="3"].press-releases .teaser--content {
    width: 50%;
    float: left; }
    .teaser-row[data-item-count="3"].press-releases .teaser--content:first-child {
      width: 100%; }
      .teaser-row[data-item-count="3"].press-releases .teaser--content:first-child .text-layer,
      .teaser-row[data-item-count="3"].press-releases .teaser--content:first-child .text {
        padding-left: 20%;
        padding-right: 20%; }
      .teaser-row[data-item-count="3"].press-releases .teaser--content:first-child:before {
        padding-top: 63.2%; }
  .teaser-row[data-item-count="2"] .teaser {
    padding: 0;
    float: left;
    width: 50%;
    height: 0;
    padding-top: 50%; }
  .teaser-row[data-item-count="6"] .teaser--content {
    width: 33.3%;
    float: left; }
    .teaser-row[data-item-count="6"] .teaser--content.teaser--no-followup {
      width: 66.6%; }
      .teaser-row[data-item-count="6"] .teaser--content.teaser--no-followup:before {
        padding-top: 50%; } }

.teaser-row.press-releases[data-item-count="3"] .teaser:nth-child(1) figure > .overlay {
  background: #9d3571; }

.teaser-row.press-releases[data-item-count="3"] .teaser:nth-child(3) figure > .overlay {
  background: #007a9d; }

.teaser.teaser--content {
  padding: 0; }
  .teaser.teaser--content:nth-child(even) {
    background: #43a5ac; }
    .teaser.teaser--content:nth-child(even).element-hover:hover {
      background: #33949B; }
  .teaser.teaser--content:nth-child(odd) {
    background: #334d68; }
    .teaser.teaser--content:nth-child(odd).element-hover:hover {
      background: #273a4f; }
  .teaser.teaser--content:before {
    display: block;
    content: ' ';
    padding-top: 100%; }
  .teaser.teaser--content > * {
    position: absolute; }
  .teaser.teaser--content > figure {
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .teaser.teaser--content .button,
  .teaser.teaser--content .app--webwhois input[type="submit"],
  .app--webwhois .teaser.teaser--content input[type="submit"],
  .teaser.teaser--content .app--web-whois input[type="submit"],
  .app--web-whois .teaser.teaser--content input[type="submit"],
  .teaser.teaser--content .app-webwhois input[type="submit"],
  .app-webwhois .teaser.teaser--content input[type="submit"], .teaser.teaser--content .button--read-more {
    z-index: 101;
    bottom: 21.333px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 64em) {
      .teaser.teaser--content .button,
      .teaser.teaser--content .app--webwhois input[type="submit"],
      .app--webwhois .teaser.teaser--content input[type="submit"],
      .teaser.teaser--content .app--web-whois input[type="submit"],
      .app--web-whois .teaser.teaser--content input[type="submit"],
      .teaser.teaser--content .app-webwhois input[type="submit"],
      .app-webwhois .teaser.teaser--content input[type="submit"], .teaser.teaser--content .button--read-more {
        bottom: 2rem; } }

.statement {
  text-align: center; }
  .statement h2 {
    margin-bottom: 16px;
    font-weight: 700; }
  .statement > .teaser:before {
    padding-top: 135%; }
    @media (min-width: 64em) {
      .statement > .teaser:before {
        padding-top: 56.25%; } }
  @media (min-width: 64em) {
    .statement > .teaser > .text-layer {
      padding: 0 15rem; } }
  .statement > .teaser > .text-layer p {
    display: block;
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 64em) {
      .statement > .teaser > .text-layer p {
        font-size: 28px; } }
    .statement > .teaser > .text-layer p .tagline {
      display: block;
      font-size: 38px;
      line-height: 1.2;
      text-transform: uppercase; }
      @media (min-width: 64em) {
        .statement > .teaser > .text-layer p .tagline {
          font-size: 75px;
          letter-spacing: 1px; } }
      .statement > .teaser > .text-layer p .tagline:after {
        display: block;
        content: "";
        height: 5px;
        width: 32px;
        margin: 22.4px auto 24px;
        background: #fff; }

@media (min-width: 64em) {
  .teaser--summary {
    padding-top: 4rem;
    padding-left: 5rem;
    padding-right: 5rem; } }

.teaser--summary header {
  margin-bottom: 40px; }

.teaser--summary ul {
  list-style-type: none !important; }
  .teaser--summary ul li {
    position: relative;
    padding-left: 35.2px;
    font-size: 18px;
    font-weight: 400; }
    @media (min-width: 64em) {
      .teaser--summary ul li {
        font-size: 20px; } }
    .teaser--summary ul li:before {
      font-family: 'denic-icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 10px;
      left: -10px;
      content: "\e610";
      font-size: 42px;
      line-height: 0; }

.teaser.notification {
  margin-bottom: 2em;
  overflow: visible;
  /*
  &.critical {
    background: rgba($color-alert, .1);
    color: $color-blue-dark;
  }
  &.critical--invert {
    background: rgba(217, 78, 31, .1);
    color: $color-blue-dark;
  }
  &.hint {
    color: $color-petrol;
    background-color: rgba($color-hint-bg, .1);
  }
  &.hint--invert {
    color: $color-petrol;
    background-color: rgba($color-hint-bg, .1);
  }

  &.notification--acknolwedge {
    position: absolute;
    top: -100%;
    z-index: 1001;
    margin: 0 !important;
    min-width: 40%;

    &.alert {
      background: rgba($color-alert, .9);
      color: $color-font-white;
    }
    &.alert--invert {
      background: rgba(217, 78, 31, .9);
      color: $color-font-white;
    }
    &.critical {
      background: rgba($color-alert, .9);
      color: $color-blue-dark;
    }
    &.critical--invert {
      background: rgba($color-alert, .9);
      color: $color-blue-dark;
    }
    &.hint {
      color: $color-petrol;
      background-color: rgba($color-hint-bg, .9);
    }
    &.hint--invert {
      color: $color-petrol;
      background-color: rgba($color-hint-bg, .9);
    }
    &.warning {
      color: $color-warning-font;
      background-color: rgba($color-warning-bg, .9);
    }
    &.warning--invert {
      color: $color-warning-font;
      background-color: rgba($color-warning-bg, .9);
    }
    &.success {
      color: $color-success-font;
      background-color: rgba($color-success-bg, .9);
    }

    &.success--invert {
      color: $color-success-font;
      background-color: rgba($color-success-bg, .9);
    }
    &.notice {
      color: $color-notice-font;
      background-color: rgba($color-notice-bg, .9);
    }
    &.notice--invert {
      color: $color-notice-font;
      background-color: rgba($color-notice-bg, .9);
    }
  }
  */ }
  @media (min-width: 64em) {
    .teaser.notification {
      padding-top: 3.5rem; }
      .teaser.notification h2,
      .teaser.notification h3 {
        margin-bottom: 1.5rem; }
      .teaser.notification p {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto; } }
  .teaser.notification .notification-icon {
    font-family: 'denic-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 16px 0; }
    .teaser.notification .notification-icon:before {
      content: "\e60b";
      font-size: 72px;
      line-height: 0.8; }
  .teaser.notification.notification--lean {
    padding: 16px; }
    .teaser.notification.notification--lean h2, .teaser.notification.notification--lean h3 {
      font-size: 28px;
      margin-bottom: 8px; }
    .teaser.notification.notification--lean p {
      font-size: 18px; }
  .teaser.notification.notification--alert {
    background-color: #d94e1f; }
  .teaser.notification.notification--warning {
    color: #d94e1f;
    background-color: rgba(217, 78, 31, 0.1); }
  .teaser.notification.notification--notice {
    background-color: #007a9d; }
  .teaser.notification.notification--success {
    background-color: #43ac7d; }

span[aria-hidden="true"] {
  display: none; }

span[aria-hidden="false"] {
  display: block; }

span.tooltip {
  position: absolute;
  max-width: 400px;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 0 3px #676062;
  color: #fff;
  background-color: #007a9d;
  font-size: 14px;
  margin-top: 5px;
  padding: 10px 20px;
  text-decoration: none;
  z-index: 9999; }

*[aria-describedby] {
  position: relative;
  margin-right: 20px; }

*[aria-describedby]:after {
  position: absolute;
  background: #007a9d none repeat scroll 0 0;
  border-radius: 16px;
  color: #fff;
  content: "?";
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  right: -17px;
  line-height: 15px;
  top: -9px;
  text-align: center;
  width: 16px;
  padding-top: 1px; }

.contact {
  max-width: 320px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 22.4px 22.4px 48px;
  background: #fff;
  text-align: center; }
  .contact > .avatar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    border-radius: 50%;
    overflow: hidden; }
    .contact > .avatar:before {
      padding-top: 100%; }
  .contact > p {
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px; }
    .contact > p.info-person {
      font-size: 22px;
      margin-bottom: 1.5em; }
    .contact > p > .role {
      display: block;
      font-size: 12px;
      font-weight: 200;
      text-transform: uppercase; }
  .contact > .cta > .icon-link-internal {
    margin-top: 24px;
    margin-bottom: 16px;
    margin-left: -10px; }
    .contact > .cta > .icon-link-internal:before {
      top: 10px;
      left: -8px;
      font-size: 38px; }
      @media (min-width: 64em) {
        .contact > .cta > .icon-link-internal:before {
          top: 12px; } }

.social-sharing {
  margin: 2em auto;
  text-align: center; }
  .social-sharing [class^="icon-"]:not(:first-child),
  .social-sharing [class*=" icon-"]:not(:first-child) {
    margin-left: 16px; }
  .social-sharing [class^="icon-"]:before,
  .social-sharing [class*=" icon-"]:before {
    border-radius: 50%;
    border: 3px solid #DAD8D8;
    font-size: 36px;
    background: #DAD8D8;
    color: #fff; }

/* Slick Slider Original Styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#home-feature figure:before {
  padding-top: 150%; }

.list {
  background: rgba(178, 178, 178, 0.2); }
  .list .list-item {
    margin-bottom: 16px;
    padding: 32px 22.4px 56px;
    color: #3c3637;
    background: #fff; }
    @media (min-width: 64em) {
      .list .list-item {
        margin-left: 15%;
        margin-right: 15%; } }
    .list .list-item h3 {
      margin-top: 0; }
    .list .list-item h4 {
      margin-bottom: 1em; }
    .list .list-item h4,
    .list .list-item p {
      font-size: 18px; }
    .list .list-item .button--read-more {
      position: absolute;
      z-index: 101;
      bottom: 32px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  @media (min-width: 64em) {
    .list {
      padding-top: 4rem; }
      .list .list-filter {
        margin-bottom: 3rem; }
        .list .list-filter .filter {
          display: inline-block;
          padding: 0.5rem 0.5rem 0.5rem 1.5rem;
          width: 18rem;
          background: #DAD8D8;
          text-align: left; }
      .list .list-item {
        margin-bottom: 3rem;
        padding-left: 3rem;
        padding-right: 3rem; }
        .list .list-item h4,
        .list .list-item p {
          font-size: 22px; } }
  .list .pagination {
    position: relative;
    height: 64px; }
    .list .pagination a {
      font-size: 16px; }
    .list .pagination .link-back {
      position: absolute;
      left: 22.4px; }
      .list .pagination .link-back:before {
        content: "\e600";
        top: 10px;
        font-size: 30px;
        font-weight: bold;
        line-height: 0; }
    .list .pagination .link-next {
      position: absolute;
      right: 22.4px;
      padding-left: 0;
      padding-right: 32px; }
      .list .pagination .link-next:after {
        content: "\e601";
        top: 10px;
        font-size: 30px;
        font-weight: bold;
        line-height: 0; }

.content-detail .feature h1 {
  max-width: 720px;
  margin: -80px auto 0; }

.content-detail .teaser {
  margin: 2em auto 1em; }

@media (min-width: 64em) {
  .content-detail .teaser-text {
    position: relative;
    z-index: 999;
    margin-top: -14rem;
    padding: 1rem 5rem 4rem;
    background: #fff; } }

.margin-top-for-pages-without-feature-image {
  height: 64px; }
  @media (min-width: 64em) {
    .margin-top-for-pages-without-feature-image {
      height: 5rem; } }

@media (min-width: 64em) {
  .press-releases--container {
    /*
		background: -o-linear-gradient(bottom, $color-gray 50%, $color-bg-white 50%);
		background: -moz-linear-gradient(bottom, $color-gray 50%, $color-bg-white 50%);
		background: -webkit-linear-gradient(bottom, $color-gray 50%, $color-bg-white 50%);
		background: -ms-linear-gradient(bottom, $color-gray 50%, $color-bg-white 50%);
		*/
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eee 50%, #eee 100%);
    padding: 0 5rem 6rem; }
    .press-releases--container + .contact {
      margin-top: -6rem; } }

.app-rai #page-footer {
	min-height: 5rem;
	height: 5rem;
	padding-bottom: 2rem;
}
.app-rai #page-footer nav {
	position: absolute;
	top: 1.75rem;
	right: 5%;
}
.app--rai label {
        position: relative;
        display: inline-block;
        width: 30%;
        color: #b2b2b2;
        padding-bottom: 15px;
    }
.app--rai .row {
    margin-bottom: 20px;
}
.app--rai .icon-world {
    color: #fff;
    top: 11px;
}
.app-table {
    border-top: 1px solid #3c3637;
    border-bottom: 1px solid #3c3637;
    margin-left: -5rem;
    width: 800px;
}
.app-table tr {
    background: #efefef;
}
.app-table tr:nth-child(even) {
    background: #fff;
}
.app-table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.app-table tr th,
.app-table tr td {
    padding: 0.75rem 1rem;
    font-size: 18px;
}
.app-table th {
    width: 30%;
}
.app-table tr td:nth-child(2) {
    width: 40%;
}

.app-table tr td:nth-child(3) {
    width: 30%;
}
.app-table .icon-plus::before {
    top: -5px;
    left: -10px;
    font-size: 42px;
    line-height: 0;
}
.app--rai .small-text {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 200;
}
.app--rai .button-row {
    text-align: center;
}
.app--rai .button-row form {
    display: inline;
}
.app--rai .button-row form:first-child {
    margin-right: 4rem;
}
.button.button--autowidth {
    max-width: inherit;
    width: auto;
    padding: 0 12px;
}
.button.button--small {
    width: 12rem;
    height: 2.4rem;
    line-height: 2.3rem;
}
/*# sourceMappingURL=screen.css.map */
