@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

@font-face {
  font-family: "DBSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dboff03.eot"); /* IE9 Compat Modes */
  src: url("../fonts/dboff03.eot?#iefix") format("embedded-opentype"), url("../fonts/dboff03.woff") format("woff"), url("../fonts/dboff03.ttf") format("truetype"), url("../fonts/dboff03.svg#DBSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "DBSans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/dboff33.eot"); /* IE9 Compat Modes */
  src: url("../fonts/dboff33.eot?#iefix") format("embedded-opentype"), url("../fonts/dboff33.woff") format("woff"), url("../fonts/dboff33.ttf") format("truetype"), url("../fonts/dboff33.svg#DBSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "DBSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dboff06.eot"); /* IE9 Compat Modes */
  src: url("../fonts/dboff06.eot?#iefix") format("embedded-opentype"), url("../fonts/dboff06.woff") format("woff"), url("../fonts/dboff06.ttf") format("truetype"), url("../fonts/dboff06.svg#DBSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "DBSans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/dboff36.eot"); /* IE9 Compat Modes */
  src: url("../fonts/dboff36.eot?#iefix") format("embedded-opentype"), url("../fonts/dboff36.woff") format("woff"), url("../fonts/dboff36.ttf") format("truetype"), url("../fonts/dboff36.svg#DBSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "s-bahn-hamburg-icons";
  src: url("../fonts/s-bahn-hamburg-icons.eot?n6osgv");
  src: url("../fonts/s-bahn-hamburg-icons.eot?n6osgv#iefix") format("embedded-opentype"), url("../fonts/s-bahn-hamburg-icons.ttf?n6osgv") format("truetype"), url("../fonts/s-bahn-hamburg-icons.woff?n6osgv") format("woff"), url("../fonts/s-bahn-hamburg-icons.svg?n6osgv#s-bahn-hamburg-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "s-bahn-hh-iconFont";
  src: url("../fonts/s-bahn-hh-iconFont.eot");
  src: url("../fonts/s-bahn-hh-iconFont.eot#iefix") format("embedded-opentype"), url("../fonts/s-bahn-hh-iconFont.ttf") format("truetype"), url("../fonts/s-bahn-hh-iconFont.woff") format("woff"), url("../fonts/s-bahn-hh-iconFont.svg#s-bahn-hh-iconFont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* BASICS */
html, body {
  height: 100%;
  font-family: "DBSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  overflow-y: auto;
}

/* RESET FONT-SIZE AND LINE-HEIGHT FOR REMOVING WHITESPACE FROM INLINE ELEMENTS */
/* REMOVE DEFAULT MARGINS */
h1, h2, h3, h4, h5, h6, figure, ul, li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 16px 0;
  paddin: 0;
}
p:last-child {
  margin-bottom: 0;
}

/* HEADLINE & TYPOGRAPHY */
h1, h1 a {
  font-size: 36px;
  line-height: 38px;
}

h2, h2 a {
  font-size: 28px;
  line-height: 30px;
}

h3, h3 a {
  font-size: 20px;
  line-height: 24px;
}

h4, h4 a {
  font-size: 18px;
  line-height: 20px;
}

h5, h5 a {
  font-size: 16px;
  line-height: 18px;
}

h6, h6 a {
  font-size: 12px;
  line-height: 14px;
}

a, a:link, a:visited {
  text-decoration: none;
  border: none;
  border-width: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

*:focus {
  outline: none;
}

b, strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

/* SET BASIC FONTSIZE TO ALL ELEMENTS */
a, p, span, label, input, pre {
  font-size: 16px;
  line-height: 22px;
}

a, a:link, a:visited {
  color: #4C9046;
}

a:hover {
  color: #284b25;
}

img, picture {
  display: block;
  width: 100%;
}

picture {
  height: 100%;
  overflow: hidden;
}

ul {
  list-style: none;
}

/* REMOVE OUTLINE */
a:focus, span:focus, button::focus, input:focus, label:focus {
  outline: none;
}

audio {
  width: 100%;
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol li {
  margin-bottom: 8px;
}

/* CLEARFIX */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

i.sbhh-icon {
  font-family: "s-bahn-hh-iconFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
i.sbhh-icon--arena:before {
  content: "\EA02";
}
i.sbhh-icon--bahnhof:before {
  content: "\EA03";
}
i.sbhh-icon--airport:before {
  content: "\EA01";
}
i.sbhh-icon--disabled:before {
  content: "\EA04";
}
i.sbhh-icon--pandr:before {
  content: "\EA05";
}
i.sbhh-icon--s31:before {
  content: "\EA0C";
  color: #662383;
}
i.sbhh-icon--s2:before {
  content: "\EA09";
  color: #B71E44;
}
i.sbhh-icon--s3:before {
  content: "\EA0B";
  color: #662383;
}
i.sbhh-icon--s11:before {
  content: "\EA08";
  color: #13A538;
}
i.sbhh-icon--s21:before {
  content: "\EA0A";
  color: #B71E44;
}
i.sbhh-icon--s1:before {
  content: "\EA07";
  color: #13A538;
}
i.sbhh-icon--s-icon:before {
  content: "\EA06";
  color: #13A538;
}

.sbhh-icon--large {
  font-size: 38px;
}
.sbhh-icon--medium {
  font-size: 24px;
}
.sbhh-icon--small {
  font-size: 16px;
}

.sbhh-icon-wrapper i.sbhh-icon {
  margin: 5px;
}

/* LAYOUT */
.flex-fix-ie {
  display: flex;
  flex-direction: row;
  height: 100%;
}

#site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #E1E6EB;
}

#inner {
  flex: 1 0 auto;
  display: flex;
}

.site-content {
  max-width: 1002px;
  width: 100%;
  box-sizing: border-box;
  background: white;
  box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.mainheader {
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1002px;
  z-index: 100;
}
@media only screen and (max-width: 480px) {
  .mainheader {
    position: absolute;
  }
}
.mainheader--leiste {
  max-width: 1002px;
  border-bottom: 18px solid #4C9046;
  height: 74px;
  box-sizing: border-box;
  margin: 22px auto 0 auto;
  position: relative;
}
.mainheader--logo {
  width: 192px;
  margin: 0 0 0 20px;
}
.mainheader--logo a {
  display: block;
  transform: translateY(-4px);
}
.mainheader--db-winkel {
  height: 36px;
  width: 326.38px;
  max-width: 100%;
  box-sizing: border-box;
  line-height: 38px;
  padding: 0 29px 0 20px;
  color: white;
  font-weight: 700;
  font-style: italic;
  background: #4C9046;
  position: absolute;
  bottom: -36px;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .mainheader--db-winkel {
    font-size: 13px;
    line-height: 36px;
    padding: 0 29px 0 18px;
  }
}
.mainheader--db-winkel span {
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .mainheader--db-winkel span {
    font-size: 13px;
  }
}
.mainheader--lang-switch {
  display: none;
}

footer.mainfooter {
  max-width: 1002px;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 20px;
  border-top: 18px solid #4C9046;
  background: #878C96;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
footer.mainfooter a {
  color: white;
  font-size: 12px;
  line-height: 14px;
}
footer.mainfooter .footer--column {
  box-sizing: border-box;
  padding: 18px;
  flex: 1 0 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  min-height: 20px;
}
@media only screen and (max-width: 480px) {
  footer.mainfooter .footer--column {
    flex: 1 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
footer.mainfooter .footer--column h4 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}
footer.mainfooter .footer--column .footer--logo {
  width: 227px;
  max-width: 80%;
  height: auto !important;
}
footer.mainfooter .footer--column ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer.mainfooter .footer--column ul .menu-item {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0;
}
footer.mainfooter .footer--column ul .menu-item-has-children {
  flex: 1 50%;
  box-sizing: border-box;
  padding-right: 10px;
  display: inline-block;
  width: 50%;
}
footer.mainfooter .footer--column ul .menu-item-has-children > a {
  font-weight: 700;
}
footer.mainfooter .footer--column ul .menu-item-has-children .sub-menu {
  padding-left: 0px;
  margin-top: 10px;
}
footer.mainfooter .footer--column ul#footer-left-menu {
  margin-top: 18px;
}

/* DB LAYOUTS */
.l-db-headline,
.l-db-headline span {
  text-align: center;
  font-size: 40px;
  line-height: 42px;
}
@media only screen and (max-width: 480px) {
  .l-db-headline,
  .l-db-headline span {
    font-size: 24px;
    line-height: 26px;
  }
}

.l-section--wrapper {
  padding: 36px;
}
@media only screen and (max-width: 480px) {
  .l-section--wrapper {
    padding: 36px 15px;
  }
}

.section--header {
  margin-left: 30px;
}

.f-light {
  font-weight: 100;
}

.f-black {
  font-weight: 700;
}

.bi-1 {
  display: block;
  padding-left: 10%;
}

.bi-2 {
  display: block;
  padding-left: 20%;
}

.bi-3 {
  display: block;
  padding-left: 30%;
}

.bi-4 {
  display: block;
  padding-left: 40%;
}

.bi-5 {
  display: block;
  padding-left: 50%;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-4 {
  margin-bottom: 24px;
}

.mb-5 {
  margin-bottom: 36px;
}

.hero {
  background: #CCC;
  width: 100%;
  height: 400px;
  margin: 0 0 36px 0;
}

/* SO-WIDGET PADDING */
@media only screen and (max-width: 480px) {
  .site-content {
    padding: 0;
  }
}
.site-content .panel-grid {
  margin-bottom: 18px !important;
}
.site-content .panel-grid:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 36px;
}
.site-content:first-child {
  padding-top: 95px;
}
.site-content [class^=so-widget-] {
  padding: 36px;
}
@media only screen and (max-width: 480px) {
  .site-content [class^=so-widget-] {
    padding: 18px;
  }
}

.home .site-content [class^=so-widget-] {
  padding: 36px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 480px) {
  .home .site-content [class^=so-widget-] {
    padding: 36px 18px;
  }
}
.home .site-content .so-widget-nghh-slider-widget {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .home .site-content .so-widget-nghh-slider-widget {
    padding: 0;
  }
}
.home .site-content .panel-grid:last-child {
  padding-bottom: 0;
}

.single-section--header {
  position: relative;
}
.single-section--header .hero-image--banner {
  position: absolute;
  right: 0;
  top: 50px;
  width: 360px;
  background: transparent;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .single-section--header .hero-image--banner {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
  }
}

.site-content .single-article .so-widget-nghh-button-widget {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .site-content .single-article .so-widget-nghh-button-widget {
    padding: 0;
  }
}

.page-section--header {
  position: relative;
}
.page-section--header .hero-image--banner {
  position: absolute;
  right: 0;
  top: 50px;
  width: 360px;
  background: transparent;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .page-section--header .hero-image--banner {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.page-section--header-heading {
  margin: 18px 36px;
  padding: 18px 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .page-section--header-heading {
    margin: 18px 18px;
    font-size: 28px;
    line-height: 32px;
  }
}
.page-section--header-heading:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #4C9046;
  left: 0;
  bottom: -2px;
}
.page-section--header.l-no-hero-image {
  padding-top: 36px;
  flex: 1 100%;
  display: inline-block;
  background: white;
  margin-bottom: 9px;
  overflow: hidden;
  display: block;
  align-items: left;
  justify-content: center;
  height: auto;
  max-height: 58.8235294118vh;
}
.page-section--header-copy {
  margin: 0 36px;
}
.page-section--body.articles {
  padding: 36px;
}
@media only screen and (max-width: 480px) {
  .page-section--body.articles {
    padding: 36px 18px;
  }
}

.page-section--body.l-sidebar {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.page-section--body.l-sidebar .page-section--body--left-col {
  flex: 1 0 460px;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .page-section--body.l-sidebar .page-section--body--left-col {
    flex: 1 100%;
    margin-bottom: 36px;
    border-bottom: 1px solid #E1E6EB;
  }
}
.page-section--body.l-sidebar .page-section--body--right-col {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 36px;
  flex: 0 1 348px;
}
@media only screen and (max-width: 807px) {
  .page-section--body.l-sidebar .page-section--body--right-col {
    flex: 1 1 348px;
  }
}
@media only screen and (max-width: 480px) {
  .page-section--body.l-sidebar .page-section--body--right-col {
    padding: 0 18px;
    flex: 1 100%;
  }
}
.page-section--body.l-sidebar .page-section--body--right-col aside.sidebar .widget {
  background: #F8F8F8;
}

.page-section--header {
  flex: 1 100%;
  display: inline-block;
  margin-bottom: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 501px;
  max-height: 58.8235294118vh;
}
@media only screen and (max-width: 1002px) {
  .page-section--header {
    height: 50vw;
    max-height: 50vw;
  }
}
@media only screen and (max-width: 580px) {
  .page-section--header {
    height: 100vw;
    max-height: 100vw;
  }
}
.page-section .category-filter {
  margin: 36px;
}
@media only screen and (max-width: 480px) {
  .page-section .category-filter {
    margin: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .so-widget-nghh-gallery-widget,
  .so-widget-nghh-image-widget,
  .so-widget-nghh-maps-widget,
  .so-widget-nghh-hero-widget,
  .so-widget-nghh-slider-widget {
    padding: 36px 0;
  }
}

.so-widget-nghh-hero-widget {
  margin-bottom: 0;
}

.site-content .so-widget-nghh-headline-widget {
  padding-bottom: 0;
}
.site-content .so-widget-nghh-headline-widget h2 {
  position: relative;
}

.single-section.l-contest {
  background: #f4f5f6;
}

.image--copyright {
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #878C96;
  font-style: italic;
}

.error {
  border: 1px solid #162914;
  background: #a3d09f;
  padding: 20px;
  color: #162914;
  margin: 18px 0;
  transition: all 300ms ease-in-out;
}

.success {
  border: 1px solid #4F8A10;
  background: #DFF2BF;
  padding: 20px;
  color: #4F8A10;
  margin: 18px 0;
  transition: all 300ms ease-in-out;
}

/* ------------------------------
  BUTTON
------------------------------ */
.btn,
a.btn {
  -webkit-appearance: none;
  background-color: #FFF;
  border: 2px solid;
  border-radius: none;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 46px;
  line-height: 42px;
  letter-spacing: 0.6px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
}

.btn--primary,
a.btn--primary {
  background-color: #4C9046;
  border-color: #4C9046;
  color: white;
}
.btn--primary:hover,
a.btn--primary:hover {
  background-color: white;
  border-color: #4C9046;
  color: #4C9046;
}
.btn--primary.btn--ghost,
a.btn--primary.btn--ghost {
  background-color: transparent;
  border-color: #4C9046;
  color: #4C9046;
}
.btn--primary.btn--ghost:hover,
a.btn--primary.btn--ghost:hover {
  background-color: #4C9046;
  border-color: #4C9046;
  color: white;
}

.btn--secondary,
a.btn--secondary {
  background-color: #646973;
  border-color: #646973;
  color: white;
}
.btn--secondary:hover,
a.btn--secondary:hover {
  background-color: white;
  border-color: #646973;
  color: #646973;
}
.btn--secondary.btn--ghost,
a.btn--secondary.btn--ghost {
  background-color: transparent;
  border-color: #646973;
  color: #646973;
}
.btn--secondary.btn--ghost:hover,
a.btn--secondary.btn--ghost:hover {
  background-color: rgba(127, 127, 127, 0.2);
  border-color: #646973;
  color: #646973;
}

.btn--white,
a.btn--white {
  background-color: white;
  border-color: white;
  color: black;
}
.btn--white:hover,
a.btn--white:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
}
.btn--white.btn--ghost,
a.btn--white.btn--ghost {
  background-color: transparent;
  color: white;
}
.btn--white.btn--ghost:hover,
a.btn--white.btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  color: white;
}

.btn--lightgrey,
a.btn--lightgrey {
  background-color: #C8CDD2;
  border-color: #C8CDD2;
  color: #878C96;
}
.btn--lightgrey:hover,
a.btn--lightgrey:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #C8CDD2;
  color: #878C96;
}
.btn--lightgrey.btn--ghost,
a.btn--lightgrey.btn--ghost {
  background-color: transparent;
  color: #C8CDD2;
}
.btn--lightgrey.btn--ghost:hover,
a.btn--lightgrey.btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #C8CDD2;
  color: #878C96;
}

.btn--black,
a.btn--black {
  background-color: black;
  border-color: black;
  color: white;
}
.btn--black:hover,
a.btn--black:hover {
  background-color: white;
  border-color: black;
  color: black;
}
.btn--black.btn--ghost,
a.btn--black.btn--ghost {
  background-color: transparent;
  border-color: black;
  color: black;
}
.btn--black.btn--ghost:hover,
a.btn--black.btn--ghost:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: black;
  color: black;
}

.btn--medium,
a.btn--medium {
  font-size: 13px;
  height: 34px;
  line-height: 30px;
  letter-spacing: 0.4px;
  padding: 0 15px;
}

.btn--small,
a.btn--small {
  font-size: 12px;
  height: 24px;
  line-height: 20px;
  letter-spacing: 0.2px;
  padding: 1px 10px 0 10px;
}

.btn--xsmall,
a.btn--xsmall {
  font-size: 10px;
  height: 20px;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 1px 5px 0 5px;
}

.btn--block,
a.btn--block {
  display: block;
  width: 100%;
}

.btn--margin-6,
a.btn--margin-6 {
  margin: 0 3px 3px 0;
}

.btn--margin-10,
a.btn--margin-10 {
  margin: 5px;
}

.articles--3-col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
}
.articles--3-col .article--1-of-3 {
  flex: 1 0 290px;
  margin-left: 30px;
  margin-top: 30px;
}
@media (min-width: 640px) {
  .articles--3-col .article--1-of-3 {
    max-width: calc(50% - 30px);
  }
}
@media (min-width: 960px) {
  .articles--3-col .article--1-of-3 {
    max-width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 870px) {
  .articles--3-col .article--1-of-3 {
    min-width: calc(33.3333333333% - 30px);
  }
}

.articles--2-col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
}
.articles--2-col .article--1-of-2 {
  flex: 1 0 280px;
  margin-left: 30px;
  margin-top: 30px;
}
@media (min-width: 620px) {
  .articles--2-col .article--1-of-2 {
    max-width: calc(50% - 30px);
  }
}
@media (min-width: 560px) {
  .articles--2-col .article--1-of-2 {
    min-width: calc(50% - 30px);
  }
}

.articles--1-col {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-top: 0px;
}
.articles--1-col .article--1-of-1 {
  flex: 1 0 290px;
  margin-left: 0px;
  margin-top: 0px;
}
@media (min-width: 580px) {
  .articles--1-col .article--1-of-1 {
    max-width: calc(50% - 0px);
  }
}
@media (min-width: 290px) {
  .articles--1-col .article--1-of-1 {
    max-width: calc(100% - 0px);
  }
}
@media (min-width: 290px) {
  .articles--1-col .article--1-of-1 {
    min-width: calc(100% - 0px);
  }
}

.article--readmore {
  display: inline-block;
  color: #4C9046;
  margin-top: 16px;
}

.articles.l-thumbnail-teaser .article--image {
  margin-bottom: 10px;
  background: #E8E8E8;
  position: relative;
  padding-bottom: 65%;
}
.articles.l-thumbnail-teaser .article--image a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.articles.l-thumbnail-teaser .article--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles.l-thumbnail-teaser .article--category a {
  font-size: 12px;
  line-height: 14px;
}
.articles.l-thumbnail-teaser .article--title {
  padding: 5px 0;
  word-wrap: break-word;
}
.articles.l-thumbnail-teaser .article--title a {
  color: black;
}
.articles.l-thumbnail-teaser .article--date {
  font-size: 10px;
  line-height: 10px;
  color: #878C96;
}
.articles.l-thumbnail-teaser .article--copy {
  font-size: 16px;
  margin: 15px 0 0 0;
  color: #333;
}

section.l-thumbnail-teaser-horizontal .article {
  box-sizing: border-box;
  position: relative;
  padding: 8px;
  height: 250px;
  display: flex;
  flex-direction: row;
  box-shadow: 1px 1px 0px #E1E6EB;
  background: white;
}
section.l-thumbnail-teaser-horizontal .article--image {
  width: 30%;
  min-width: 250px;
}
section.l-thumbnail-teaser-horizontal .article--image picture img {
  width: auto;
  height: 100%;
}
section.l-thumbnail-teaser-horizontal .article--content {
  flex: 1 1 auto;
  padding: 16px;
}
section.l-thumbnail-teaser-horizontal .article--content h3 {
  margin-bottom: 16px;
}
section.l-thumbnail-teaser-horizontal .article--content h3 a {
  color: black;
}
section.l-thumbnail-teaser-horizontal .article--content h3 a:hover {
  color: #4C9046;
}

section.l-thumbnail-teaser-small .article {
  box-sizing: border-box;
  position: relative;
  padding: 8px;
  display: flex;
  flex-direction: row;
  box-shadow: 1px 1px 0px #E1E6EB;
  background: white;
}
section.l-thumbnail-teaser-small .article--image {
  width: 100px;
  flex: 0 0 100px;
}
section.l-thumbnail-teaser-small .article--image picture img {
  width: 100%;
  height: auto;
}
section.l-thumbnail-teaser-small .article--content {
  flex: 1 1 auto;
  padding: 0 0 0 8px;
}
section.l-thumbnail-teaser-small .article--title {
  margin-bottom: 12px;
  line-height: 14px;
}
section.l-thumbnail-teaser-small .article--title a {
  color: black;
  font-size: 12px;
  line-height: 14px;
}
section.l-thumbnail-teaser-small .article--title a:hover {
  color: #4C9046;
}
section.l-thumbnail-teaser-small .article--copy {
  font-size: 11px;
}

.articles.l-image-teaser .article {
  position: relative;
  height: 450px;
}
.articles.l-image-teaser .article--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: #E8E8E8;
}
.articles.l-image-teaser .article--image img {
  width: 100%;
  height: auto;
}
.articles.l-image-teaser .article--content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100px 20px 20px 20px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.articles.l-image-teaser .article--category {
  font-size: 12px;
  line-height: 14px;
}
.articles.l-image-teaser .article--category a {
  padding: 4px 8px;
  color: white;
  background: #4C9046;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.articles.l-image-teaser .article--title {
  padding: 5px 0;
  margin: 0 0 18px 0;
  word-wrap: break-word;
}
.articles.l-image-teaser .article--title a {
  color: white;
}
.articles.l-image-teaser .article--date {
  font-size: 10px;
  line-height: 10px;
  color: white;
}

.articles.l-image-teaser-2 .article {
  position: relative;
  height: 450px;
}
.articles.l-image-teaser-2 .article--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: #E8E8E8;
}
.articles.l-image-teaser-2 .article--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles.l-image-teaser-2 .article--image picture {
  position: relative;
}
.articles.l-image-teaser-2 .article--image picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.articles.l-image-teaser-2 .article--content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100px 20px 20px 20px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.articles.l-image-teaser-2 .article--category {
  font-size: 12px;
  line-height: 14px;
}
.articles.l-image-teaser-2 .article--title {
  padding: 5px 0 18px 0;
  margin: 0 0 18px 0;
  word-wrap: break-word;
  position: relative;
}
.articles.l-image-teaser-2 .article--title::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #4C9046;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.articles.l-image-teaser-2 .article--title a {
  color: white;
}
.articles.l-image-teaser-2 .article--excerpt {
  font-size: 14px;
  line-height: 18px;
  color: white;
}

@media only screen and (max-width: 480px) {
  .articles.l-hero-teaser {
    width: 100vw;
    margin-left: -18px;
  }
}
.articles.l-hero-teaser .article {
  position: relative;
  height: 450px;
}
.articles.l-hero-teaser .article--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: #E8E8E8;
}
.articles.l-hero-teaser .article--content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100px 20px 36px 20px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.articles.l-hero-teaser .article--category {
  font-size: 12px;
  line-height: 14px;
}
.articles.l-hero-teaser .article--category a {
  padding: 4px 8px;
  color: white;
  background: #4C9046;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.articles.l-hero-teaser .article--title {
  padding: 5px 0;
  margin: 0 0 9px 0;
  word-wrap: break-word;
}
.articles.l-hero-teaser .article--title a {
  color: white;
}
.articles.l-hero-teaser .article--copy {
  color: white;
  margin-bottom: 36px;
}
.articles.l-hero-teaser .article--readmore {
  background: #4C9046;
  padding: 8px 18px;
  transition: all 150ms ease-in-out;
  border: 1px solid #4C9046;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
.articles.l-hero-teaser .article--readmore:hover {
  color: #4C9046;
  background: #fff;
  border-color: #fff;
}

section.l-hero-top-teaser {
  margin: -36px;
}
@media only screen and (max-width: 480px) {
  section.l-hero-top-teaser {
    margin: -36px -18px;
  }
}
section.l-hero-top-teaser .article {
  position: relative;
  height: 502px;
}
section.l-hero-top-teaser .article--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 502px;
  background: #E8E8E8;
}
section.l-hero-top-teaser .article--image picture {
  position: relative;
}
section.l-hero-top-teaser .article--image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.l-hero-top-teaser .article--content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 36px 72px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
section.l-hero-top-teaser .article--category {
  font-size: 12px;
  line-height: 14px;
}
section.l-hero-top-teaser .article--category a {
  padding: 4px 8px;
  color: white;
  background: #4C9046;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}
section.l-hero-top-teaser .article--title {
  padding: 5px 0;
  margin: 0 0 9px 0;
  word-wrap: break-word;
}
section.l-hero-top-teaser .article--title a {
  color: white;
}
section.l-hero-top-teaser .article--copy {
  color: white;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  section.l-hero-top-teaser .article--copy {
    max-width: 60%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  section.l-hero-top-teaser .article--copy {
    max-width: 60%;
  }
}
section.l-hero-top-teaser .article--readmore {
  background: #4C9046;
  padding: 8px 18px;
  transition: all 150ms ease-in-out;
  border: 1px solid #4C9046;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
section.l-hero-top-teaser .article--readmore:hover {
  color: #4C9046;
  background: #fff;
  border-color: #fff;
}
@media only screen and (max-width: 480px) {
  section.l-hero-top-teaser .article--readmore {
    padding: 6px 14px;
  }
}

.page-id-748 .widget_nghh_most_viewed_widget,
.page-id-748 .widget_nghh_facebook_widget {
  display: none;
}

.panel-row-style-baustellen .so-widget-nghh-editor-widget {
  padding-top: 0;
  padding-bottom: 0;
}

.baustellen.articles {
  width: 100%;
  display: block;
}
.baustellen.articles .article {
  width: 100%;
  flex: 1 1 auto;
  margin-bottom: 56px;
  padding-bottom: 15px;
  border-bottom: 2px solid #878C96;
}
.baustellen.articles .article:first-child {
  margin-top: 36px;
}
.baustellen.articles .article:last-child {
  border-bottom: 0px solid #878C96;
}
.baustellen.articles .article--date {
  color: #878C96;
}
.baustellen.articles .article .so-widget-nghh-editor-widget,
.baustellen.articles .article .so-widget-nghh-attachments-widget,
.baustellen.articles .article .so-widget-nghh-s-bahn-linien-widget {
  padding: 0;
  margin-top: 18px;
}
.baustellen.articles .article .sbhh-icon-wrapper {
  margin-left: -5px;
}
.baustellen.articles .so-widget-nghh-editor-widget,
.baustellen.articles .so-widget-nghh-attachments-widget,
.baustellen.articles .so-widget-nghh-s-bahn-linien-widget {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 18px;
}
.baustellen.articles .article.baustelle-772 {
  box-sizing: border-box;
  background: #f4f5f6;
  padding: 18px 18px 0 18px;
}

#menuicon {
  position: fixed;
  z-index: 1000;
  top: 25px;
  right: calc((100vw - 1002px ) / 2 + 20px);
  width: 40px;
  height: 26px;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 1002px) {
  #menuicon {
    right: 20px;
  }
}
#menuicon span {
  display: block;
  height: 2px;
  background: black;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
#menuicon span:nth-child(1) {
  top: 0;
}
#menuicon span:nth-child(2) {
  top: calc(50% - 1px);
}
#menuicon span:nth-child(3) {
  bottom: 0;
}

nav#main-menu ul.main-menu {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
nav#main-menu ul.main-menu li.menu-item-has-children {
  box-sizing: border-box;
  padding: 20px;
  min-width: 240px;
}
@media only screen and (max-width: 480px) {
  nav#main-menu ul.main-menu li.menu-item-has-children {
    min-width: 100%;
    max-width: 100vw;
    padding: 10px 20px;
  }
}
nav#main-menu ul.main-menu li.menu-item-has-children a {
  font-size: 20px;
  color: black;
  display: block;
  padding-bottom: 15px;
  border-bottom: 2px solid #4C9046;
  font-weight: 700;
}
nav#main-menu ul.main-menu li.menu-item-has-children a:hover {
  color: #4C9046;
}
@media only screen and (max-width: 480px) {
  nav#main-menu ul.main-menu li.menu-item-has-children a {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
nav#main-menu ul.main-menu ul.sub-menu {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 480px) {
  nav#main-menu ul.main-menu ul.sub-menu {
    margin: 10px 0 0 0;
  }
}
nav#main-menu ul.main-menu ul.sub-menu li {
  border-bottom: 1px solid #E1E6EB;
}
nav#main-menu ul.main-menu ul.sub-menu li:last-child {
  border-bottom: 0px;
}
nav#main-menu ul.main-menu ul.sub-menu li a {
  font-size: 16px;
  border-bottom: none;
  font-weight: 400;
  padding: 10px;
  color: #646973;
}
nav#main-menu ul.main-menu ul.sub-menu li a:hover {
  color: #878C96;
}
@media only screen and (max-width: 480px) {
  nav#main-menu ul.main-menu ul.sub-menu li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}

nav#main-sub-menu {
  max-width: 100%;
}
nav#main-sub-menu ul {
  padding-right: 15px;
  border-top: 1px solid #E1E6EB;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  nav#main-sub-menu ul {
    padding-right: 7px;
    margin-top: 10px;
  }
}
nav#main-sub-menu ul li {
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (max-width: 480px) {
  nav#main-sub-menu ul li {
    margin-left: 7px;
  }
}
nav#main-sub-menu ul li a {
  color: #878C96;
  display: block;
  padding: 8px 5px;
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  nav#main-sub-menu ul li a {
    font-size: 11px;
    padding: 3px 2px;
  }
}
nav#main-sub-menu ul li a:hover {
  color: #646973;
}

#mask {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  transition: all 280ms ease-in-out;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
#mask > nav {
  display: none;
}

.section-headline {
  font-size: 24px;
  line-height: 26px;
  color: #000;
}

.section-subheadline {
  color: #878C96;
  position: relative;
}

.section-headline-wrapper {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.section-headline-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 50px;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  background: #4C9046;
}

.section--heading {
  font-size: 24px;
  line-height: 26px;
}
.section--copy {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 27px;
}
.section--copy:after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 50px;
  border-radius: 3px;
  left: 0;
  bottom: 0;
  background: #4C9046;
}

aside.sidebar .widget {
  background: white;
  box-shadow: 1px 1px 0px #E1E6EB;
  border-top: 4px solid #4C9046;
  padding: 20px;
  margin-bottom: 36px;
  box-sizing: border-box;
}
aside.sidebar .widget h3.widget-title {
  text-align: center;
  border-bottom: 1px dashed #C8CDD2;
  padding-bottom: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
}
aside.sidebar .widget h3.widget-title a {
  font-size: 14px;
  line-height: 14px;
  color: black;
}
aside.sidebar .widget h3.widget-title i.dashicons {
  font-size: 17px;
  vertical-align: middle;
}
aside.sidebar .widget h3.widget-title i.dashicons-star-filled {
  color: #4C9046;
}
aside.sidebar .widget h3.widget-title i.dashicons-facebook {
  color: #3b5998;
}
aside.sidebar .widget h3.widget-title i.dashicons-twitter {
  color: #4099FF;
}
aside.sidebar .widget h3.widget-title i.dashicons-randomize {
  color: #4C9046;
}
aside.sidebar .facebook,
aside.sidebar .twitter {
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
  border-bottom: 1px solid #C8CDD2;
}
aside.sidebar .facebook:last-child,
aside.sidebar .twitter:last-child {
  border-width: 0;
  padding: 0;
  margin: 0;
}
aside.sidebar .facebook--date,
aside.sidebar .twitter--date {
  color: #878C96;
  font-size: 10px;
}
aside.sidebar .facebook--message,
aside.sidebar .twitter--message {
  font-size: 12px;
  line-height: 17px;
  word-wrap: break-word;
}
aside.sidebar .facebook--message a,
aside.sidebar .twitter--message a {
  font-size: 12px;
  line-height: 17px;
}
aside.sidebar .facebook--icons-wrapper,
aside.sidebar .twitter--icons-wrapper {
  padding: 18px 0 18px 0;
  text-align: center;
}
aside.sidebar .facebook--icons-wrapper .facebook--icons,
aside.sidebar .facebook--icons-wrapper .twitter--icons,
aside.sidebar .twitter--icons-wrapper .facebook--icons,
aside.sidebar .twitter--icons-wrapper .twitter--icons {
  color: #646973;
  font-size: 12px;
  line-height: 14px;
}
aside.sidebar .facebook--icons-wrapper .facebook--icons.comment,
aside.sidebar .facebook--icons-wrapper .twitter--icons.comment,
aside.sidebar .twitter--icons-wrapper .facebook--icons.comment,
aside.sidebar .twitter--icons-wrapper .twitter--icons.comment {
  margin: 0 30px;
}
aside.sidebar .facebook--icons-wrapper .twitter--icons.comment,
aside.sidebar .twitter--icons-wrapper .twitter--icons.comment {
  margin: 0 0 0 30px;
}
aside.sidebar .facebook--button,
aside.sidebar .twitter--button {
  text-align: center;
}
aside.sidebar .most-viewed,
aside.sidebar .related {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #C8CDD2;
}
aside.sidebar .most-viewed:last-child,
aside.sidebar .related:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
aside.sidebar .most-viewed--image,
aside.sidebar .related--image {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
}
aside.sidebar .most-viewed--heading,
aside.sidebar .related--heading {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 9px;
  position: relative;
}
aside.sidebar .most-viewed--heading:after,
aside.sidebar .related--heading:after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: -5px;
  left: 65px;
  background: #4C9046;
}
aside.sidebar .most-viewed--heading a,
aside.sidebar .related--heading a {
  font-size: 13px;
  line-height: 15px;
  color: black;
}
aside.sidebar .most-viewed--copy p,
aside.sidebar .related--copy p {
  font-size: 12px;
  line-height: 17px;
  word-wrap: break-word;
}
aside.sidebar .most-viewed--copy p a.more-link,
aside.sidebar .related--copy p a.more-link {
  display: block;
  text-align: right;
  font-size: 11px;
  line-height: 14px;
  margin-top: 9px;
}
aside.sidebar ul {
  list-style: none;
}
aside.sidebar ul li {
  margin-bottom: 8px;
}
aside.sidebar ul li.current_page_item {
  position: relative;
}
aside.sidebar ul li.current_page_item::before {
  content: "\BB";
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 1px;
}
aside.sidebar ul li.current_page_item a {
  color: black;
  cursor: default;
}

.single-section aside.sidebar .widget {
  background: #F8F8F8;
}

.so-widget-nghh-editor-widget div p, .so-widget-nghh-editor-widget div ul, .so-widget-nghh-editor-widget div ol {
  margin-bottom: 18px;
}
.so-widget-nghh-editor-widget div p:last-child, .so-widget-nghh-editor-widget div ul:last-child, .so-widget-nghh-editor-widget div ol:last-child {
  margin-bottom: 0px;
}
.so-widget-nghh-editor-widget div ul li, .so-widget-nghh-editor-widget div ol li {
  margin-bottom: 18px;
}
.so-widget-nghh-editor-widget div ul li:last-child, .so-widget-nghh-editor-widget div ol li:last-child {
  margin-bottom: 0px;
}
.so-widget-nghh-editor-widget div ul {
  list-style: disc;
  padding-left: 24px;
}
.so-widget-nghh-editor-widget .intro {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
}
.so-widget-nghh-editor-widget .intro:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -38px;
  height: 0px;
  width: 30px;
  background: #4C9046;
}

.single-section {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.single-section div[class^=so-widget-] {
  padding-bottom: 9px;
}
.single-section--header {
  flex: 1 100%;
  display: inline-block;
  background: #CCC;
  margin-bottom: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1002px) {
  .single-section--header img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single-section--header img {
    width: 100%;
    height: auto;
  }
}
.single-section--header .hero-image {
  width: 100%;
}
.single-section--left-col {
  flex: 1 0 60%;
  width: 60%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .single-section--left-col {
    flex: 1 100%;
    margin-bottom: 36px;
    border-bottom: 1px solid #E1E6EB;
  }
}
.single-section--left-col .single-article--header {
  padding: 0 36px 36px 36px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .single-section--left-col .single-article--header {
    padding: 0 18px 36px 18px;
  }
}
.single-section--left-col .single-article--header:after {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 36px;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #4C9046;
}
@media only screen and (max-width: 480px) {
  .single-section--left-col .single-article--header:after {
    left: 18px;
  }
}
.single-section--left-col .single-article--heading {
  font-size: 26px;
  line-height: 29px;
  word-break: break-word;
}
.single-section--left-col .single-article--subheading {
  font-size: 18px;
  line-height: 24px;
  color: #878C96;
  font-weight: 400;
}
.single-section--left-col .single-article--date {
  margin-top: 24px;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  color: #878C96;
}
.single-section--right-col {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 36px;
  flex: 0 1 33%;
  min-width: 240px;
  width: 33%;
}
@media only screen and (max-width: 807px) {
  .single-section--right-col {
    flex: 1 1 348px;
  }
}
@media only screen and (max-width: 480px) {
  .single-section--right-col {
    padding: 0 18px;
    flex: 1 100%;
  }
}
.single-section--footer {
  flex: 1 100%;
}

.single-article--header {
  padding: 0 36px 36px 36px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .single-article--header {
    padding: 0 18px 36px 18px;
  }
}
.single-article--header:after {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 36px;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #4C9046;
}
@media only screen and (max-width: 480px) {
  .single-article--header:after {
    left: 18px;
  }
}
.single-article--heading {
  font-size: 26px;
  line-height: 29px;
}
.single-article--subheading {
  font-size: 18px;
  line-height: 24px;
  color: #878C96;
  font-weight: 400;
}

.cta {
  text-align: center;
  border: 10px solid #C8CDD2;
  padding: 36px;
}
@media only screen and (max-width: 480px) {
  .cta {
    padding: 18px;
  }
}
.cta--icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E1E6EB;
  color: white;
  margin: 0 0 20px 0;
}
.cta--icon.fa {
  font-size: 30px;
  line-height: 50px;
}
.cta--headline {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
.cta--subheadline {
  font-size: 18px;
  line-height: 22px;
  color: #878C96;
  font-weight: 400;
}
.cta--button {
  margin: 20px 0 0 0;
}

.cta.l-cta-red {
  border-color: #4C9046;
  background: #4C9046;
}
.cta.l-cta-red .cta--icon {
  background: white;
  color: #4C9046;
}
.cta.l-cta-red .cta--headline {
  color: white;
}
.cta.l-cta-red .cta--subheadline {
  color: white;
}

.presenter-box {
  min-height: 20px;
  background: aqua;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.presenter-box--image {
  box-sizing: border-box;
  padding: 0;
  background: red;
  flex: 1 279px;
  order: 1;
  min-height: 250px;
}
.presenter-box--content {
  box-sizing: border-box;
  padding: 20px;
  background: #646973;
  flex: 1 279px;
  min-height: 250px;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.presenter-box--content-headline {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 10px 0;
  color: white;
  width: 100%;
}
.presenter-box--content-subheadline {
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
.presenter-box--content-subheadline:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #4C9046;
  left: 50%;
  margin-left: -15px;
  bottom: -2px;
}
.presenter-box--content-copy {
  text-align: justify;
  margin-bottom: 20px;
  color: white;
  font-size: 13px;
  max-width: 100%;
}

.quotes .quote-item {
  position: relative;
  padding: 18px;
}
.quotes .quote-item:before {
  content: "\F122";
  font-family: dashicons;
  position: absolute;
  color: #E1E6EB;
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  top: -10px;
  left: -10px;
  z-index: 0;
}
.quotes .quote-item--text {
  z-index: 10;
  position: relative;
  font-style: italic;
  font-size: 28px;
  line-height: 36px;
  word-wrap: break-word;
}
.quotes .quote-item--author {
  text-align: right;
  color: #4C9046;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}

.quotes .l-quote-s .quote-item--text {
  font-size: 22px;
  line-height: 29px;
}
.quotes .l-quote-m .quote-item--text {
  font-size: 28px;
  line-height: 36px;
}
.quotes .l-quote-l .quote-item--text {
  font-size: 34px;
  line-height: 40px;
}

#map-canvas {
  height: 83.3333333333vw;
  max-height: 400px;
  width: 100%;
}

.gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  width: 302px !important;
  box-sizing: border-box;
}
.gm-style-iw > div {
  width: 100% !important;
}
.gm-style-iw h4 {
  margin-bottom: 17px;
  font-size: 13px;
  line-height: 33px;
  vertical-align: middle;
  background: #4C9046;
  text-indent: 15px;
  height: 33px;
  color: white;
  font-style: italic;
}
.gm-style-iw .copy {
  font-size: 12px;
  line-height: 16px;
  padding: 0 15px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-top: 0px;
}
.gallery .gallery--item {
  flex: 1 0 100px;
  margin-left: 0px;
  margin-top: 0px;
}
@media (min-width: 200px) {
  .gallery .gallery--item {
    max-width: calc(50% - 0px);
  }
}
@media (min-width: 200px) {
  .gallery .gallery--item {
    min-width: calc(50% - 0px);
  }
}

.gallery--item picture {
  height: auto;
}
.gallery--item .image--copyright {
  display: block;
  margin: 6px 0;
}

.hero-slider {
  position: relative;
}
.hero-slider--wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 452px;
  max-height: 58.8235294118vh;
  overflow: hidden;
}
@media only screen and (max-width: 1002px) {
  .hero-slider--wrapper {
    height: 50vw;
    max-height: 50vw;
  }
}
@media only screen and (max-width: 480px) {
  .hero-slider--wrapper {
    height: 100vw;
    max-height: 100vw;
  }
}
.hero-slider--slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 300ms ease-in-out;
  transform: translateX(0px);
}
.hero-slider--slide.slide-1 {
  flex: 0 0 100%;
  width: 600px;
  height: 100%;
}
@media only screen and (max-width: 1002px) {
  .hero-slider--slide.slide-1 {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .hero-slider--slide.slide-1 {
    width: 100%;
  }
}
.hero-slider--slide.slide-2, .hero-slider--slide.slide-3 {
  flex: 0 0 50%;
  width: 402px;
  min-height: 1px;
  height: 50%;
}
@media only screen and (max-width: 1002px) {
  .hero-slider--slide.slide-2, .hero-slider--slide.slide-3 {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .hero-slider--slide.slide-2, .hero-slider--slide.slide-3 {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
  }
}
.hero-slider--pagination {
  width: 100%;
  text-align: center;
  line-height: 8px;
  margin-top: 16px;
}
.hero-slider--pagination-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 8px;
  line-height: 8px;
  vertical-align: middle;
  cursor: pointer;
  background: #C8CDD2;
  position: relative;
}
.hero-slider--pagination-item:after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
.hero-slider--pagination-item:hover:after {
  background: #878C96;
}
.hero-slider--pagination-item.is-active {
  cursor: default;
}
.hero-slider--pagination-item.is-active:after {
  background: #646973;
}
.hero-slider--pagination .pagination--item-2 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .hero-slider--pagination .pagination--item-2 {
    display: inline-block;
  }
}
.hero-slider--pagination .pagination--item-3 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .hero-slider--pagination .pagination--item-3 {
    display: inline-block;
  }
}

.hero-slider--slide {
  position: relative;
}
.hero-slider--slide--image {
  width: 100%;
  height: 100%;
  background: #CCC;
  overflow: hidden;
}
.hero-slider--slide--image picture {
  position: relative;
}
.hero-slider--slide--image picture img {
  position: absolute;
  margin: auto;
  display: block;
}
.hero-slider--slide--content {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 50px 20px 38px 20px;
  text-align: center;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.hero-slider--slide--heading a {
  color: white;
}
.hero-slider--slide--subheading {
  color: white;
  margin-top: 9px;
}
.hero-slider--slide--button {
  margin-top: 18px;
}
@media only screen and (min-width: 481px) {
  .hero-slider--slide.slide-2 .hero-slider--slide--heading a, .hero-slider--slide.slide-3 .hero-slider--slide--heading a {
    font-size: 18px;
    line-height: 20px;
  }
  .hero-slider--slide.slide-2 .hero-slider--slide--subheading, .hero-slider--slide.slide-3 .hero-slider--slide--subheading {
    font-size: 13px;
    line-height: 16px;
  }
  .hero-slider--slide.slide-2 .hero-slider--slide--button, .hero-slider--slide.slide-3 .hero-slider--slide--button {
    display: none;
  }
}

.slide-1 img {
  width: auto;
  height: 100%;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  margin: auto;
  display: block;
}

.slide-2 img,
.slide-3 img {
  width: 100%;
  height: auto;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
}

fieldset {
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
  border-width: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  margin-bottom: 10px;
  padding: 8px 4px;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #E1E6EB;
}
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

p.input--info {
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
}

select {
  margin-bottom: 10px;
}

textarea.is-required,
input.is-required,
input.is-required + span,
select.is-required {
  color: #4C9046;
  transition: color 300ms ease-in-out;
}

select.is-required {
  color: #82c07c;
}

fieldset.is-required,
label {
  color: #82c07c;
}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 150px;
  background: white;
  border: 1px solid #E1E6EB;
  margin-bottom: 6px;
}
.dropdown:before, .dropdown:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 18px;
  font-size: 15px;
  color: #878C96;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 0px solid #49aff2;
  outline: 0px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

.formularForm {
  background: #f4f5f6;
  padding: 9px;
}
.formularForm::after {
  content: "";
  display: table;
  clear: both;
}
.formularForm .form__footer {
  box-sizing: border-box;
  float: left;
  width: calc(100% + 18px);
  background: white;
  padding: 36px 0 18px 0;
  margin: 19px -9px -9px;
}
.formularForm .form__submit {
  display: inline-block;
}
.formularForm .form__agb {
  float: none !important;
  display: block;
  margin-bottom: 32px !important;
}
.formularForm .field {
  box-sizing: border-box;
  float: left;
  margin: 9px;
}
.formularForm .field__label {
  color: #878C96;
}
.formularForm .field__heading {
  color: #878C96;
  display: block;
  margin-bottom: 9px;
}
.formularForm .field__multiple {
  margin-bottom: 9px;
}
.formularForm .field__description {
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  color: #646973;
}
.formularForm .field input[type=text],
.formularForm .field input[type=email],
.formularForm .field textarea {
  margin-bottom: 6px;
}
.formularForm .field input[type=radio] + span,
.formularForm .field input[type=checkbox] + span,
.formularForm .field input[type=checkbox] + label {
  color: #646973;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 9px;
}
.formularForm .field input[type=radio].is-required + span,
.formularForm .field input[type=checkbox].is-required + span,
.formularForm .field input[type=checkbox].is-required + label {
  color: #F01414;
}
.formularForm .field .dropdown {
  width: inherit;
}
.formularForm .field .dropdown-select {
  width: 100%;
}
.formularForm .field--4_4 {
  width: calc(100% - 18px);
}
.formularForm .field--3_4 {
  width: calc(75% - 18px);
}
.formularForm .field--2_4 {
  width: calc(50% - 18px);
}
.formularForm .field--1_4 {
  width: calc(25% - 18px);
}
@media screen and (max-width: 820px) {
  .formularForm .field--4_4, .formularForm .field--3_4, .formularForm .field--2_4, .formularForm .field--1_4 {
    width: calc(100% - 18px);
  }
}
.formularForm + .response p {
  background: #cae4c8;
  color: #4C9046;
  margin: 0;
  padding: 9px 18px;
}

.l-contest .sidebar {
  margin: -95px 0 95px 0;
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .l-contest .sidebar {
    margin: 0 0 36px 0;
  }
}
@media only screen and (max-width: 480px) {
  .l-contest .sidebar {
    margin: 0 0 36px 0;
  }
}
.l-contest .sidebar--header {
  background: #4C9046;
  text-align: center;
  color: white;
  padding: 36px 18px;
  position: relative;
}
.l-contest .sidebar--header:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #4C9046 transparent transparent transparent;
  transform: rotate(360deg);
}
.l-contest .sidebar--header--heading {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
}
.l-contest .sidebar--header--heading:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 2px;
  background: white;
  bottom: -2px;
  left: 50%;
  margin-left: -25px;
}
.l-contest .sidebar--body {
  box-shadow: 1px 1px 0px #E1E6EB;
  padding: 43px 18px 18px 18px;
  background: white;
}
.l-contest .sidebar--body .contestOver {
  padding: 15px;
  background: #E1E6EB;
}

.single-contest--question {
  margin: 0 0 18px 0;
  padding: 0 0 0 18px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  border-left: 6px solid #4C9046;
}
@media only screen and (max-width: 480px) {
  .single-contest--question {
    font-size: 22px;
    line-height: 28px;
  }
}
.single-contest--question--extra {
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  .single-contest--question--extra {
    font-size: 18px;
    line-height: 22px;
  }
}
.single-contest--answer {
  font-size: 24px !important;
  background: transparent;
  border: none !important;
  border-width: 0 !important;
  border-bottom: 1px solid black !important;
  width: 100%;
  margin-top: 36px;
  padding: 9px 0;
  cursor: text;
  background: white;
}
@media only screen and (max-width: 480px) {
  .single-contest--answer {
    font-size: 18px;
  }
}
.single-contest--answer:focus {
  outline: none;
}

.single-contest--mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.single-contest--mask.is-active {
  display: flex;
}

.single-contest--tbn {
  box-sizing: border-box;
  width: 768px;
  padding: 18px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .single-contest--tbn {
    width: 100%;
  }
}
.single-contest--tbn h3 {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
}
.single-contest--tbn h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #4C9046;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.close-btn span {
  display: block;
  height: 2px;
  background: black;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 2px;
}
.close-btn span:nth-child(1) {
  top: 23px;
  transform: rotate(225deg);
}
.close-btn span:nth-child(2) {
  top: 23px;
  transform: rotate(-225deg);
}

#tbn-link {
  cursor: pointer;
}

.personal {
  margin-bottom: 36px;
}

.personal,
.message {
  padding: 18px;
  background: #f4f5f6;
}

.info-box {
  border: 8px solid #f4f5f6;
  padding: 20px;
  text-align: center;
}
.info-box--address {
  color: #878C96;
  margin-bottom: 18px;
}
.info-box--opening {
  margin-bottom: 18px;
}
.info-box--homepage i {
  color: #878C96;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  max-width: 768px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* DOTS */
.slick-dots {
  position: absolute;
  width: 100%;
  top: 10px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: #878C96;
}
.slick-dots li.slick-active button {
  background: #878C96;
  cursor: default;
}

/* ARROWS */
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-width: 0;
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: white;
  transition: color 250ms ease;
}
.slick-arrow:hover {
  color: #878C96;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.so-widget-nghh-ticker-widget {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ticker {
  position: relative;
  background: #f4f5f6;
  height: 45px;
  /*
  position: relative;
  overflow: hidden;
  float: left;
  font: bold 10px Verdana;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 4291.8px;
  transition-timing-function: linear;
  transition-duration: 12.7922s;
  left: -639.609px;
  */
}
.ticker-title {
  display: block;
  width: 130px;
  text-align: center;
  background: #4C9046;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  line-height: 45px;
  color: white;
  font-weight: 700;
}
.ticker .tickercontainer {
  margin-left: 130px;
}
.ticker-list {
  font: 400 12px "DBSans" !important;
}
.ticker-list-item-separator {
  display: inline-block;
  font-weight: 400;
  color: #4C9046;
  margin: 0 16px 0 0;
}
.ticker-list-item-link {
  font-size: 14px !important;
  display: inline-block;
  color: #646973 !important;
}
.ticker-list-item-link:hover {
  color: #4C9046 !important;
}

.simple-marquee-container * {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.simple-marquee-container {
  width: 100%;
  background: #f4f5f6;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.simple-marquee-container::after {
  content: "";
  display: table;
  clear: both;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^=marquee] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.simple-marquee-container .marquee-sibling {
  padding: 0 1em;
  background: #4C9046;
  height: 45px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 480px) {
  .simple-marquee-container .marquee-sibling {
    padding: 8px 10px 0;
    white-space: normal;
    line-height: 14px;
    text-align: left;
  }
}

.simple-marquee-container .marquee {
  margin-left: 25%;
}

.simple-marquee-container .marquee-content-items {
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  height: 45px;
  position: relative;
}

.simple-marquee-container .marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: black;
}

.simple-marquee-container .marquee-content-items li a {
  color: #646973;
}
.simple-marquee-container .marquee-content-items li a:hover {
  color: #4C9046;
}

.simple-marquee-container .marquee-content-items li:after {
  color: #646973;
  content: "+++";
  margin: 0 1em;
  font-weight: 700;
}

.page-id-290 {
  word-wrap: break-word;
}

.accordion__button {
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  font-weight: 600;
  font-size: 1.1em;
}
.accordion__button::after {
  content: "\203A";
  display: block;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 17.5px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  text-align: center;
}
.accordion__button.active, .accordion__button:hover {
  background-color: #f8f8f8;
}
.accordion__button.active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion__panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion__panel p {
  margin: 18px 0;
}

.quiz {
  margin: 0;
  background: transparent url("../img/db-sbahn.logo.svg") center center no-repeat;
  background-size: 150px auto;
}

.quiz--header {
  padding: 20px;
  background: #E1E6EB;
  border-bottom: 1px solid #878C96;
}
@media only screen and (max-width: 480px) {
  .quiz--header {
    padding: 5px;
  }
}

.quiz--body {
  position: relative;
  perspective: 1000px;
}

.quiz--item {
  width: 100%;
  position: absolute;
  background: #E1E6EB;
  top: 0;
  box-shadow: 0px 40px 30px -30px rgba(0, 0, 0, 0.3);
  display: none;
  transform-origin: top left;
}
.quiz--item.is-showing {
  display: block;
}

.qi--question {
  background: #4C9046;
  padding: 100px 36px;
  color: white;
}
@media only screen and (max-width: 480px) {
  .qi--question {
    padding: 36px;
    font-size: 20px;
  }
}

.quiz--item-result .qi--question {
  padding: 50px 36px;
}

.qi--answers {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.qi--answers .result-copy {
  padding: 28px 18px 18px 18px;
}

.qi--answer {
  background: #878C96;
  box-sizing: border-box;
  margin-left: 10px;
  margin-top: 10px;
  flex: 1 0 320px;
}
@media only screen and (max-width: 480px) {
  .qi--answer {
    flex: 1 0 200px;
  }
}
.qi--answer input {
  display: none;
}
.qi--answer span {
  background-color: #878C96;
  padding: 20px;
  display: block;
  cursor: pointer;
  color: white;
  transition: background-color 250ms ease-in-out;
}
.qi--answer span:hover {
  background-color: #646973;
}
.qi--answer.is-correct span {
  background: #4C9046;
}
.qi--answer.is-wrong span {
  background: #4C9046;
}

.pagination {
  height: 16px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .pagination {
    height: 16px;
  }
}
.pagination--item {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  margin: 0 2px;
}
@media only screen and (max-width: 480px) {
  .pagination--item {
    width: 10px;
    height: 10px;
  }
}
.pagination--item:after {
  content: " ";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: white;
}
@media only screen and (max-width: 480px) {
  .pagination--item:after {
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
  }
}
.pagination--item.is-done.is-correct {
  background: #4C9046;
}
.pagination--item.is-done.is-wrong {
  background: #4C9046;
}
.pagination--item.is-active {
  background: #878C96;
}
.pagination--item.is-pending {
  background: #C8CDD2;
}

.result--points {
  background: white;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #4C9046;
}
.result--points span {
  line-height: 85px;
  font-size: 18px;
  font-weight: 700;
}

.animate-out {
  animation: out 600ms ease-in-out forwards;
}

.animate-in {
  animation: in 500ms ease-in-out forwards;
  display: block;
}

.animate-up {
  animation: up 300ms ease-in-out forwards;
}

@keyframes out {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  60% {
    transform: rotate(60deg);
  }
  100% {
    transform: translateY(800px) rotate(10deg);
  }
}
@keyframes in {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
.switch {
  display: block;
  position: relative;
}
.switch::after {
  content: "";
  display: table;
  clear: both;
}
.switch__checkbox {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.switch__checkbox:checked + .switch__slider {
  background-color: #4C9046;
}
.switch__checkbox:checked + .switch__slider::before {
  transform: translateX(20px);
}
.switch__slider {
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  background-color: #ccc;
  transition: 0.4s;
}
.switch__slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}
.switch__slider.\--round {
  border-radius: 20px;
}
.switch__slider.\--round::before {
  border-radius: 50%;
}
.switch__label {
  position: relative;
  z-index: 2;
  transform: translateY(-22px);
  box-sizing: border-box;
  background: transparent;
  padding-left: 64px;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  display: block;
  color: #646973;
  cursor: pointer;
}

.cookie {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cookie__content {
  overflow-y: auto;
  box-sizing: border-box;
  margin: 2em;
  max-width: 500px;
  background: white;
  padding: 2em;
  border-top: 12px solid #4C9046;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
}
.cookie__heading {
  font-size: 24px;
}
.cookie__body {
  margin: 32px 0;
}
.cookie__body > p {
  font-size: 13px;
  line-height: 16px;
}
.cookie__body a {
  font-size: 13px;
  font-weight: bold;
}
.cookie__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cookie__footer button {
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .cookie__footer {
    flex-direction: column;
  }
  .cookie__footer button {
    margin-bottom: 18px;
  }
  .cookie__footer button:last-child {
    margin-bottom: 0;
  }
}

.downloads__list-item {
  margin-bottom: 1em;
  position: relative;
  padding-left: 2em;
}
.downloads__list-item::before {
  font-size: 1.3em;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  content: "\F019";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.downloads__list-item:last-child {
  margin-bottom: 0;
}
.downloads__list-link {
  font-size: 1.2em;
  line-height: 1.2em;
}
.downloads__list-text {
  font-size: 1em;
  line-height: 1em;
  color: black;
  font-weight: 600;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before, .fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before, .fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before, .fa-users:before {
  content: "\F0C0";
}

.fa-chain:before, .fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before, .fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\F155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\F156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\F158";
}

.fa-won:before, .fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before, .fa-car:before {
  content: "\F1B9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before, .fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before, .fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\F2B4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* MAINNAV MENUICON */
#menuicon.is-active span:nth-child(1) {
  top: 12px;
  transform: rotate(225deg);
}
#menuicon.is-active span:nth-child(2) {
  top: calc(50% - 1px);
  opacity: 0;
}
#menuicon.is-active span:nth-child(3) {
  bottom: 12px;
  transform: rotate(-225deg);
}

/* MASK */
#mask.is-active {
  visibility: visible;
  display: flex;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.98);
}
#mask.is-active > nav {
  display: block;
}

#site.digitaleschiene {
  --ds-width: 932px;
  --color-primary: #FF0667;
  --color-grey: #F0F3F5;
  --color-1: #FF0667;
  --color-2: #DB0457;
  --color-3: #B50877;
  --color-4: #955996;
  --color-5: #A0E9F7;
  --color-6: #34D1FE;
  background: #fff;
}
#site.digitaleschiene a {
  color: var(--color-primary);
  transition: color 150ms ease-in-out;
}
#site.digitaleschiene a:hover {
  transition: color 150ms ease-in-out;
  color: black;
}
#site.digitaleschiene .site-content {
  box-shadow: none;
  max-width: 100%;
  padding-top: 74px;
}
#site.digitaleschiene #menuicon::before {
  content: "";
  display: block;
  background: var(--color-primary);
  width: 90px;
  height: 74px;
  top: -25px;
  right: -25px;
  position: absolute;
}
#site.digitaleschiene #menuicon span {
  background: white;
}
#site.digitaleschiene .mainheader {
  max-width: 100%;
  background: white;
}
#site.digitaleschiene .mainheader--leiste {
  margin: auto;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site.digitaleschiene .mainheader--db-winkel {
  display: none;
}
#site.digitaleschiene .mainheader--logo {
  margin: 0;
}
@media screen and (max-width: 1060px) {
  #site.digitaleschiene .mainheader--logo {
    padding-left: 32px;
  }
}
#site.digitaleschiene .mainheader--lang-switch {
  display: block;
  margin-right: 125px;
}
@media screen and (max-width: 480px) {
  #site.digitaleschiene .mainheader--lang-switch {
    margin-right: 100px;
  }
}
#site.digitaleschiene .mainheader--lang-switch .menu-item {
  display: inline-block;
  margin-right: -4px;
  border-right: 1px solid rgb(238, 238, 238);
}
#site.digitaleschiene .mainheader--lang-switch .menu-item a {
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px;
}
#site.digitaleschiene .mainheader--lang-switch .menu-item__current a {
  font-weight: 600;
}
#site.digitaleschiene .mainheader--lang-switch .menu-item:last-child {
  border-right: 0px solid #ccc;
}
#site.digitaleschiene .mainfooter {
  max-width: 100%;
  padding: 20px calc((100% - 1116px) / 2);
  border-top: 0;
  box-shadow: none;
  background: #081428;
  color: #676e7b;
}
#site.digitaleschiene .mainfooter a {
  color: #f0f3f5;
  transition: color 150ms ease-in-out;
}
#site.digitaleschiene .mainfooter a:hover {
  transition: color 150ms ease-in-out;
  color: var(--color-primary);
}
#site.digitaleschiene .ds__header {
  margin: auto;
  box-sizing: border-box;
  padding: 64px 0;
  max-width: 1400px;
  align-content: stretch;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 1378px) {
  #site.digitaleschiene .ds__header {
    display: block;
    flex: none;
    padding: 0;
  }
}
#site.digitaleschiene .ds__header-image {
  flex: 1 1 50%;
}
#site.digitaleschiene .ds__header-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1378px) {
  #site.digitaleschiene .ds__header-image {
    flex: none;
  }
}
#site.digitaleschiene .ds__header-headline {
  position: relative;
  z-index: 1;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#site.digitaleschiene .ds__header-headline::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -64px;
  left: 0;
  width: 50vw;
  height: calc(100% + 128px);
  background: var(--color-grey);
}
#site.digitaleschiene .ds__header-headline h1 {
  display: block;
  transform: translateX(-64px);
  padding: 32px;
  background: var(--color-grey);
}
#site.digitaleschiene .ds__header-headline h1 span {
  display: block;
  padding: 0;
  margin: 0;
}
#site.digitaleschiene .ds__header-headline h1 .heading {
  font-size: 64px;
  line-height: 74px;
}
#site.digitaleschiene .ds__header-headline h1 .subheading {
  margin-top: 24px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #676e7b;
}
@media screen and (max-width: 1378px) {
  #site.digitaleschiene .ds__header-headline {
    margin-top: -32px;
    margin-left: 32px;
    flex: none;
  }
  #site.digitaleschiene .ds__header-headline::after {
    content: none;
  }
  #site.digitaleschiene .ds__header-headline h1 {
    padding: 16px;
    transform: translateX(0);
  }
  #site.digitaleschiene .ds__header-headline h1 .heading {
    font-size: 48px;
    line-height: 58px;
  }
  #site.digitaleschiene .ds__header-headline h1 .subheading {
    font-size: 26px;
    line-height: 34px;
  }
}
#site.digitaleschiene .ds__colorstrip {
  display: flex;
  width: 100%;
  height: 16px;
  transform: translateX(-64px);
}
#site.digitaleschiene .ds__colorstrip span {
  background: chocolate;
  flex: 1 1 100%;
}
#site.digitaleschiene .ds__colorstrip span:nth-child(1) {
  background: #FF0667;
}
#site.digitaleschiene .ds__colorstrip span:nth-child(2) {
  background: #DB0457;
}
#site.digitaleschiene .ds__colorstrip span:nth-child(3) {
  background: #B50877;
}
#site.digitaleschiene .ds__colorstrip span:nth-child(4) {
  background: #955996;
}
#site.digitaleschiene .ds__colorstrip span:nth-child(5) {
  background: #A0E9F7;
}
#site.digitaleschiene .ds__colorstrip span:nth-child(6) {
  background: #34D1FE;
}
@media screen and (max-width: 1378px) {
  #site.digitaleschiene .ds__colorstrip {
    transform: translateX(0);
  }
}
#site.digitaleschiene .ds__body {
  max-width: var(--ds-width);
  padding: 0;
  margin: 64px auto;
}
#site.digitaleschiene .ds__body .btn {
  background: var(--color-primary);
  color: #fff;
  text-transform: none;
  border-color: var(--color-primary);
  font-size: 18px !important;
  line-height: 22px !important;
  height: auto;
  padding: 1em 2em;
  letter-spacing: 0;
  font-weight: 600;
  transition: all 150ms ease-in-out;
}
#site.digitaleschiene .ds__body .btn::first-letter {
  text-transform: uppercase;
}
#site.digitaleschiene .ds__body .btn:hover {
  background: #000;
  border-color: #000;
  transition: all 150ms ease-in-out;
}
#site.digitaleschiene .ds__body .ds-hashes {
  display: flex;
  flex-direction: row;
  font-weight: 600;
}
#site.digitaleschiene .ds__body .ds-hashes span {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: -0.125em;
}
#site.digitaleschiene .ds__body .ds-hashes span:nth-child(1) {
  color: var(--color-1);
}
#site.digitaleschiene .ds__body .ds-hashes span:nth-child(2) {
  color: var(--color-2);
}
#site.digitaleschiene .ds__body .ds-hashes span:nth-child(3) {
  color: var(--color-3);
}
#site.digitaleschiene .ds__body .ds-hashes span:nth-child(4) {
  color: var(--color-4);
}
#site.digitaleschiene .ds__body .ds-hashes span:nth-child(5) {
  color: var(--color-5);
}
#site.digitaleschiene .ds__body .ds-hashes span:nth-child(6) {
  color: var(--color-6);
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-widget {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-widget .ticker {
  background: var(--color-grey);
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-widget .ticker-title {
  background: var(--color-grey);
  background: linear-gradient(135deg, rgb(240, 243, 245) 0%, rgba(240, 243, 245, 0) 100%);
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-widget .ticker-wrapper .tickercontainer {
  margin-left: 0;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-widget .ticker-list-item {
  font-family: "DBSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-widget .ticker-list-item-separator {
  color: var(--color-primary);
  font-weight: 600;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-ds-widget {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-ds-widget .ticker {
  background: var(--color-grey);
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-ds-widget .ticker-title {
  background: var(--color-grey);
  background: linear-gradient(135deg, rgb(240, 243, 245) 0%, rgba(240, 243, 245, 0) 100%);
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-ds-widget .ticker-wrapper .tickercontainer {
  margin-left: 0;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-ds-widget .ticker-list-item {
  font-family: "DBSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-ds-widget .ticker-list .ds-hashes {
  display: inline-flex;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-ds-widget .ticker-list .ds-hashes span {
  font-size: 1em;
}
#site.digitaleschiene .ds__body .so-widget-nghh-ticker-ds-widget .ticker-list-item-link:hover {
  color: var(--color-primary) !important;
}
#site.digitaleschiene .ds__body .section-headline {
  font-size: 36px;
  line-height: 45px;
}
#site.digitaleschiene .ds__body .section-headline-wrapper:after {
  content: none;
}
#site.digitaleschiene .ds__body .so-panel .so-widget-nghh-headline-widget:first-child h2 {
  font-size: 42px;
  line-height: 50px;
}
#site.digitaleschiene .ds__body .so-widget-nghh-editor-widget {
  font-size: 18px;
  line-height: 30px;
}
#site.digitaleschiene .ds__body .so-widget-nghh-editor-widget a, #site.digitaleschiene .ds__body .so-widget-nghh-editor-widget p {
  font-size: 18px;
  line-height: 30px;
}
#site.digitaleschiene .ds__body .so-widget-nghh-media-widget {
  margin-left: -128px;
  margin-right: -128px;
}
@media screen and (max-width: 1186px) {
  #site.digitaleschiene .ds__body .so-widget-nghh-media-widget {
    margin-left: 0;
    margin-right: 0;
  }
}
#site.digitaleschiene .ds__body .so-widget-nghh-media-widget video {
  display: block;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#site.digitaleschiene .ds__body .so-widget-nghh-quote-widget .quote-item {
  text-align: center;
}
#site.digitaleschiene .ds__body .so-widget-nghh-quote-widget .quote-item--text {
  font-size: 32px;
  line-height: 53px;
}
@media screen and (max-width: 768px) {
  #site.digitaleschiene .ds__body .so-widget-nghh-quote-widget .quote-item--text {
    font-size: 24px;
    line-height: 38px;
  }
}
#site.digitaleschiene .ds__body .so-widget-nghh-quote-widget .quote-item--author {
  color: var(--color-primary);
  text-align: center;
}
#site.digitaleschiene .ds__body .so-widget-nghh-posts-widget {
  border-top: 3px solid #b6bbc4;
}
#site.digitaleschiene .ds__body .so-widget-nghh-posts-widget .article--title a {
  color: black;
  transition: color 150ms ease-in-out;
}
#site.digitaleschiene .ds__body .so-widget-nghh-posts-widget .article--title a:hover {
  transition: color 150ms ease-in-out;
  color: var(--color-primary);
}
#site.digitaleschiene .ds__body .so-widget-nghh-posts-widget .article--category, #site.digitaleschiene .ds__body .so-widget-nghh-posts-widget .article--date {
  display: none;
}
#site.digitaleschiene .ds__body .so-widget-nghh-hashes-widget .ds-hashes span {
  font-size: 2.5em;
}
#site.digitaleschiene .ds__body .ds-partner {
  text-align: center;
}
#site.digitaleschiene .ds__body .ds-partner a, #site.digitaleschiene .ds__body .ds-partner p {
  font-size: 16px;
  line-height: 24px;
}
#site.digitaleschiene .ds__body .ds-partner img {
  display: inline-block;
  height: auto;
  max-width: 70vw;
}
#site.digitaleschiene .ds__body .downloads__list-item::before {
  color: var(--color-primary);
}
#site.digitaleschiene .ds__body .downloads__list-link:hover {
  color: var(--color-primary) !important;
}
#site.digitaleschiene .social {
  box-sizing: border-box;
  max-width: var(--ds-width);
  padding: 36px;
  margin: auto auto 64px;
}
#site.digitaleschiene .social h2 {
  margin-bottom: 1em;
}
#site.digitaleschiene .social__list {
  display: flex;
  flex-direction: row;
}
#site.digitaleschiene .social__list-item {
  margin-right: 1em;
}
#site.digitaleschiene .social__list-item:last-child {
  margin-right: 0;
}
#site.digitaleschiene .social__list-link {
  font-size: 2em;
}
/*# sourceMappingURL=style.css.map*/