@charset "UTF-8";
/**
 * Brics - A Starter Sass-Kit which embraces OOCSS, BEM and the Atomic Design-Approach.
 * @version 1.3.1
 * @see https://inkdpixels.github.io/Brics/
 */
/**
 * Declarations which should be put at the top of the document e.g. @font-face declarations and CSS viewports.
 */
/*
 * Global border-box
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

@font-face {
  font-family: 'CelesteSansWeb';
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb.eot");
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb.eot?#iefix") format("embedded-opentype"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CelesteSansWeb';
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Bold.eot");
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'CelesteSansWeb';
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Ita.eot");
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Ita.eot?#iefix") format("embedded-opentype"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Ita.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'CelesteSansWeb';
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-BoldIta.eot");
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-BoldIta.eot?#iefix") format("embedded-opentype"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-BoldIta.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'CelesteSansWeb';
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Extrabold.eot");
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Extrabold.eot?#iefix") format("embedded-opentype"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/CelesteSansWeb-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "MarkWebPro-Book W03 Regular";
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/regular/03f6e0b0-de2e-412f-91c8-2aaa01c11912.eot?#iefix");
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/regular/03f6e0b0-de2e-412f-91c8-2aaa01c11912.eot?#iefix") format("eot"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/regular/d444e27f-18d1-4613-9b4b-fb40fa461ac1.woff2") format("woff2"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/regular/97ceca36-a345-42b1-b919-86d93c68b55a.woff") format("woff"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/regular/ff50ca02-c4ca-47d8-8e47-a153a9881049.ttf") format("truetype"); }

@font-face {
  font-family: "MarkWebPro-Heavy W03 Regular";
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/heavy/5381c490-98e6-4e35-87b0-48ad8b186911.eot?#iefix");
  src: url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/heavy/5381c490-98e6-4e35-87b0-48ad8b186911.eot?#iefix") format("eot"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/heavy/b4601d33-574b-4909-a3d6-4213a7941db5.woff2") format("woff2"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/heavy/a76fcdba-9513-4bf2-bcce-91b7e22f3b1b.woff") format("woff"), url("/_Resources/Static/Packages/Dgppn.Basics/Fonts/FF_Mark/heavy/f4afbbdd-fb0d-4a5d-92cd-e9d59d575e3b.ttf") format("truetype"); }

/**
 * Normalize
 *
 * A cut-down version of normalize.css
 * @author Nicolas Gallagher
 * @link http://necolas.github.com/normalize.css/
 */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

[hidden] {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  /* 2 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

optgroup {
  font-weight: bold; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Collection of CSS3 Keyframe Animations.
 */
/*
 * Scales the element up to it's initial proportions and fades it into the viewport.
 */
@-webkit-keyframes ScaledUpFadeIn {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes ScaledUpFadeIn {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.u-aniScaledUpFadeIn {
  -webkit-animation: ScaledUpFadeIn 0.3s both;
  animation: ScaledUpFadeIn 0.3s both; }

/*
 * Moves the element from the top into the users viewport.
 */
@-webkit-keyframes FlyDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes FlyDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.u-aniFlyDown {
  -webkit-animation: FlyDown 0.3s both;
  animation: FlyDown 0.3s both; }

/*
 * Moves the element from the bottom out of the users viewport.
 */
@-webkit-keyframes FlyUpOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; } }
@keyframes FlyUpOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; } }

.u-aniFlyUpOut {
  pointer-events: none;
  -webkit-animation: FlyUpOut 0.3s both;
  animation: FlyUpOut 0.3s both; }

/*
 * Pulsates(fade out and in) an element.
 */
@-webkit-keyframes Pulsate {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes Pulsate {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.u-aniPulsate {
  -webkit-animation: Pulsate 0.3s infinite both;
  animation: Pulsate 0.3s infinite both; }

/**
 * Helper classes for brand related stylings.
 */
/*
 * Brand text styles.
 */
.u-brand {
  font-family: Helvetica, Arial, sans-serif;
  color: #fa961e; }

/*
 * Brand color helpers.
 */
.u-brandColor-primary {
  color: #fa961e; }

.u-brandColor-secondary {
  color: #3c6e91; }

.u-brandColor-tertiary {
  color: #8aa8bd; }

.u-brandColor-quaternary {
  color: #F6F6F6; }

.u-brandColor-quinary {
  color: #669DD1; }

.u-brandColor-senary {
  color: #eb5a00; }

.u-brandColor-septenary {
  color: #385d8a; }

/*
 * Brand font-family helper.
 */
.u-brandFace {
  font-family: Helvetica, Arial, sans-serif; }

/*
 * Brand logos.
 */
.u-brandLogo {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat; }

.u-brandLogo--white {
  width: 150px;
  height: 28px;
  background-image: url(../Images/BrandLogo.svg); }

/**
 * Display utilities
 */
/*
 * Display the target as an block element.
 */
.u-isBlock {
  display: block !important; }

/*
 * Hide from both screenreaders and browsers: http://www.h5bp.com/u
 */
.u-isHidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide visually and from screenreaders, but maintain layout.
 */
.u-isInvisible {
  visibility: hidden; }

/**
 * Layout utilities
 */
/*
 * Floats the element to the right boundary.
 */
.u-floatRight {
  float: right; }

/*
 * Floats the element to the left boundary.
 */
.u-floatLeft {
  float: left; }

/*
 * Clearfix for floated elements.
 */
.u-cf:before, .u-cf:after,
.u-clearfix:before,
.u-clearfix:after {
  content: '';
  display: table; }

.u-cf:after,
.u-clearfix:after {
  clear: both; }

/**
 * Spacing utilities
 */
.u-m0 {
  margin: 0; }

.u-ml0 {
  margin-left: 0; }

.u-mr0 {
  margin-right: 0; }

.u-mb0 {
  margin-bottom: 0; }

.u-mt0 {
  margin-top: 0; }

.u-p0 {
  padding: 0; }

.u-pl0 {
  padding-left: 0; }

.u-pr0 {
  padding-right: 0; }

.u-pb0 {
  padding-bottom: 0; }

.u-pt0 {
  padding-top: 0; }

.u-m1\/1 {
  margin: 0.8pxrem; }

.u-ml1\/1 {
  margin-left: 0.8pxrem; }

.u-mr1\/1 {
  margin-right: 0.8pxrem; }

.u-mb1\/1 {
  margin-bottom: 0.8pxrem; }

.u-mt1\/1 {
  margin-top: 0.8pxrem; }

.u-p1\/1 {
  padding: 0.8pxrem; }

.u-pl1\/1 {
  padding-left: 0.8pxrem; }

.u-pr1\/1 {
  padding-right: 0.8pxrem; }

.u-pb1\/1 {
  padding-bottom: 0.8pxrem; }

.u-pt1\/1 {
  padding-top: 0.8pxrem; }

.u-m1\/2 {
  margin: 0.4pxrem; }

.u-ml1\/2 {
  margin-left: 0.4pxrem; }

.u-mr1\/2 {
  margin-right: 0.4pxrem; }

.u-mb1\/2 {
  margin-bottom: 0.4pxrem; }

.u-mt1\/2 {
  margin-top: 0.4pxrem; }

.u-p1\/2 {
  padding: 0.4pxrem; }

.u-pl1\/2 {
  padding-left: 0.4pxrem; }

.u-pr1\/2 {
  padding-right: 0.4pxrem; }

.u-pb1\/2 {
  padding-bottom: 0.4pxrem; }

.u-pt1\/2 {
  padding-top: 0.4pxrem; }

/**
 * Typographic utilities
 */
/*
 * Centers the text.
 */
.u-alignCenter {
  text-align: center; }

/*
 * Aligns the text to the right boundary.
 */
.u-alignRight {
  text-align: right; }

/*
 * Aligns the text to the left boundary.
 */
.u-alignLeft {
  text-align: left; }

/*
 * Reduces the font-size to the smallest value.
 */
.u-tinyText {
  font-size: 0.88rem; }

/*
 * Enlarges the font-size to the smallest value.
 */
.u-largeText {
  font-size: 1.24rem; }

/*
 * Break strings/text if it exceeds the boundaries of their container.
 */
.u-textBreak {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*
 * Inverts the text on the element and it's siblings.
 */
.u-invertText,
.u-invertText h1, .u-invertText h2, .u-invertText h3,
.u-invertText h4, .u-invertText h5, .u-invertText h6 {
  color: white; }

/*
 * Removes all standard stylings for a list element and it's siblings.
 */
.u-resetList {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/*
 * Removes all standard stylings for an anchor/link element.
 */
.u-linkReset {
  color: currentColor; }
  .u-linkReset:hover, .u-linkReset:active, .u-linkReset:focus {
    text-decoration: none; }
  p .u-linkReset {
    padding: 0;
    margin: 0; }

.u-textShadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35); }

.typo3-neos-alignment-right {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em; }

.typo3-neos-alignment-left {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em; }

.typo3-neos-alignment-center {
  text-align: center; }

/**
 * Sizes which are used in conjunction with other objects and abstractions like the grid system.
 */
.u-w1\/1 {
  width: 100%; }

.u-w1\/2 {
  width: 50%; }

.u-w1\/3 {
  width: 33.333%; }

.u-w2\/3 {
  width: 66.666%; }

.u-w1\/4 {
  width: 25%; }

.u-w2\/4 {
  width: 50%; }

.u-w3\/4 {
  width: 75%; }

.u-w1\/5 {
  width: 20%; }

.u-w2\/5 {
  width: 40%; }

.u-w3\/5 {
  width: 60%; }

.u-w4\/5 {
  width: 80%; }

.u-w1\/6 {
  width: 16.666%; }

.u-w2\/6 {
  width: 33.333%; }

.u-w3\/6 {
  width: 50%; }

.u-w4\/6 {
  width: 66.666%; }

.u-w5\/6 {
  width: 83.333%; }

.u-w1\/8 {
  width: 12.5%; }

.u-w2\/8 {
  width: 25%; }

.u-w3\/8 {
  width: 37.5%; }

.u-w4\/8 {
  width: 50%; }

.u-w5\/8 {
  width: 62.5%; }

.u-w6\/8 {
  width: 75%; }

.u-w7\/8 {
  width: 87.5%; }

.u-w1\/10 {
  width: 10%; }

.u-w2\/10 {
  width: 20%; }

.u-w3\/10 {
  width: 30%; }

.u-w4\/10 {
  width: 40%; }

.u-w5\/10 {
  width: 50%; }

.u-w6\/10 {
  width: 60%; }

.u-w7\/10 {
  width: 70%; }

.u-w8\/10 {
  width: 80%; }

.u-w9\/10 {
  width: 90%; }

.u-w1\/12 {
  width: 8.333%; }

.u-w2\/12 {
  width: 16.666%; }

.u-w3\/12 {
  width: 25%; }

.u-w4\/12 {
  width: 33.333%; }

.u-w5\/12 {
  width: 41.666%; }

.u-w6\/12 {
  width: 50%; }

.u-w7\/12 {
  width: 58.333%; }

.u-w8\/12 {
  width: 66.666%; }

.u-w9\/12 {
  width: 75%; }

.u-w10\/12 {
  width: 62.5%; }

.u-w11\/12 {
  width: 91.666%; }

@media screen and (min-width: 320px) {
  .u-ws1\/1 {
    width: 100%; }
  .u-ws1\/2 {
    width: 50%; }
  .u-ws1\/3 {
    width: 33.333%; }
  .u-ws2\/3 {
    width: 66.666%; }
  .u-ws1\/4 {
    width: 25%; }
  .u-ws2\/4 {
    width: 50%; }
  .u-ws3\/4 {
    width: 75%; }
  .u-ws1\/5 {
    width: 20%; }
  .u-ws2\/5 {
    width: 40%; }
  .u-ws3\/5 {
    width: 60%; }
  .u-ws4\/5 {
    width: 80%; }
  .u-ws1\/6 {
    width: 16.666%; }
  .u-ws2\/6 {
    width: 33.333%; }
  .u-ws3\/6 {
    width: 50%; }
  .u-ws4\/6 {
    width: 66.666%; }
  .u-ws5\/6 {
    width: 83.333%; }
  .u-ws1\/8 {
    width: 12.5%; }
  .u-ws2\/8 {
    width: 25%; }
  .u-ws3\/8 {
    width: 37.5%; }
  .u-ws4\/8 {
    width: 50%; }
  .u-ws5\/8 {
    width: 62.5%; }
  .u-ws6\/8 {
    width: 75%; }
  .u-ws7\/8 {
    width: 87.5%; }
  .u-ws1\/10 {
    width: 10%; }
  .u-ws2\/10 {
    width: 20%; }
  .u-ws3\/10 {
    width: 30%; }
  .u-ws4\/10 {
    width: 40%; }
  .u-ws5\/10 {
    width: 50%; }
  .u-ws6\/10 {
    width: 60%; }
  .u-ws7\/10 {
    width: 70%; }
  .u-ws8\/10 {
    width: 80%; }
  .u-ws9\/10 {
    width: 90%; }
  .u-ws1\/12 {
    width: 8.333%; }
  .u-ws2\/12 {
    width: 16.666%; }
  .u-ws3\/12 {
    width: 25%; }
  .u-ws4\/12 {
    width: 33.333%; }
  .u-ws5\/12 {
    width: 41.666%; }
  .u-ws6\/12 {
    width: 50%; }
  .u-ws7\/12 {
    width: 58.333%; }
  .u-ws8\/12 {
    width: 66.666%; }
  .u-ws9\/12 {
    width: 75%; }
  .u-ws10\/12 {
    width: 62.5%; }
  .u-ws11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 600px) {
  .u-wm1\/1 {
    width: 100%; }
  .u-wm1\/2 {
    width: 50%; }
  .u-wm1\/3 {
    width: 33.333%; }
  .u-wm2\/3 {
    width: 66.666%; }
  .u-wm1\/4 {
    width: 25%; }
  .u-wm2\/4 {
    width: 50%; }
  .u-wm3\/4 {
    width: 75%; }
  .u-wm1\/5 {
    width: 20%; }
  .u-wm2\/5 {
    width: 40%; }
  .u-wm3\/5 {
    width: 60%; }
  .u-wm4\/5 {
    width: 80%; }
  .u-wm1\/6 {
    width: 16.666%; }
  .u-wm2\/6 {
    width: 33.333%; }
  .u-wm3\/6 {
    width: 50%; }
  .u-wm4\/6 {
    width: 66.666%; }
  .u-wm5\/6 {
    width: 83.333%; }
  .u-wm1\/8 {
    width: 12.5%; }
  .u-wm2\/8 {
    width: 25%; }
  .u-wm3\/8 {
    width: 37.5%; }
  .u-wm4\/8 {
    width: 50%; }
  .u-wm5\/8 {
    width: 62.5%; }
  .u-wm6\/8 {
    width: 75%; }
  .u-wm7\/8 {
    width: 87.5%; }
  .u-wm1\/10 {
    width: 10%; }
  .u-wm2\/10 {
    width: 20%; }
  .u-wm3\/10 {
    width: 30%; }
  .u-wm4\/10 {
    width: 40%; }
  .u-wm5\/10 {
    width: 50%; }
  .u-wm6\/10 {
    width: 60%; }
  .u-wm7\/10 {
    width: 70%; }
  .u-wm8\/10 {
    width: 80%; }
  .u-wm9\/10 {
    width: 90%; }
  .u-wm1\/12 {
    width: 8.333%; }
  .u-wm2\/12 {
    width: 16.666%; }
  .u-wm3\/12 {
    width: 25%; }
  .u-wm4\/12 {
    width: 33.333%; }
  .u-wm5\/12 {
    width: 41.666%; }
  .u-wm6\/12 {
    width: 50%; }
  .u-wm7\/12 {
    width: 58.333%; }
  .u-wm8\/12 {
    width: 66.666%; }
  .u-wm9\/12 {
    width: 75%; }
  .u-wm10\/12 {
    width: 62.5%; }
  .u-wm11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 1024px) {
  .u-wd1\/1 {
    width: 100%; }
  .u-wd1\/2 {
    width: 50%; }
  .u-wd1\/3 {
    width: 33.333%; }
  .u-wd2\/3 {
    width: 66.666%; }
  .u-wd1\/4 {
    width: 25%; }
  .u-wd2\/4 {
    width: 50%; }
  .u-wd3\/4 {
    width: 75%; }
  .u-wd1\/5 {
    width: 20%; }
  .u-wd2\/5 {
    width: 40%; }
  .u-wd3\/5 {
    width: 60%; }
  .u-wd4\/5 {
    width: 80%; }
  .u-wd1\/6 {
    width: 16.666%; }
  .u-wd2\/6 {
    width: 33.333%; }
  .u-wd3\/6 {
    width: 50%; }
  .u-wd4\/6 {
    width: 66.666%; }
  .u-wd5\/6 {
    width: 83.333%; }
  .u-wd1\/8 {
    width: 12.5%; }
  .u-wd2\/8 {
    width: 25%; }
  .u-wd3\/8 {
    width: 37.5%; }
  .u-wd4\/8 {
    width: 50%; }
  .u-wd5\/8 {
    width: 62.5%; }
  .u-wd6\/8 {
    width: 75%; }
  .u-wd7\/8 {
    width: 87.5%; }
  .u-wd1\/10 {
    width: 10%; }
  .u-wd2\/10 {
    width: 20%; }
  .u-wd3\/10 {
    width: 30%; }
  .u-wd4\/10 {
    width: 40%; }
  .u-wd5\/10 {
    width: 50%; }
  .u-wd6\/10 {
    width: 60%; }
  .u-wd7\/10 {
    width: 70%; }
  .u-wd8\/10 {
    width: 80%; }
  .u-wd9\/10 {
    width: 90%; }
  .u-wd1\/12 {
    width: 8.333%; }
  .u-wd2\/12 {
    width: 16.666%; }
  .u-wd3\/12 {
    width: 25%; }
  .u-wd4\/12 {
    width: 33.333%; }
  .u-wd5\/12 {
    width: 41.666%; }
  .u-wd6\/12 {
    width: 50%; }
  .u-wd7\/12 {
    width: 58.333%; }
  .u-wd8\/12 {
    width: 66.666%; }
  .u-wd9\/12 {
    width: 75%; }
  .u-wd10\/12 {
    width: 62.5%; }
  .u-wd11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 1280px) {
  .u-wl1\/1 {
    width: 100%; }
  .u-wl1\/2 {
    width: 50%; }
  .u-wl1\/3 {
    width: 33.333%; }
  .u-wl2\/3 {
    width: 66.666%; }
  .u-wl1\/4 {
    width: 25%; }
  .u-wl2\/4 {
    width: 50%; }
  .u-wl3\/4 {
    width: 75%; }
  .u-wl1\/5 {
    width: 20%; }
  .u-wl2\/5 {
    width: 40%; }
  .u-wl3\/5 {
    width: 60%; }
  .u-wl4\/5 {
    width: 80%; }
  .u-wl1\/6 {
    width: 16.666%; }
  .u-wl2\/6 {
    width: 33.333%; }
  .u-wl3\/6 {
    width: 50%; }
  .u-wl4\/6 {
    width: 66.666%; }
  .u-wl5\/6 {
    width: 83.333%; }
  .u-wl1\/8 {
    width: 12.5%; }
  .u-wl2\/8 {
    width: 25%; }
  .u-wl3\/8 {
    width: 37.5%; }
  .u-wl4\/8 {
    width: 50%; }
  .u-wl5\/8 {
    width: 62.5%; }
  .u-wl6\/8 {
    width: 75%; }
  .u-wl7\/8 {
    width: 87.5%; }
  .u-wl1\/10 {
    width: 10%; }
  .u-wl2\/10 {
    width: 20%; }
  .u-wl3\/10 {
    width: 30%; }
  .u-wl4\/10 {
    width: 40%; }
  .u-wl5\/10 {
    width: 50%; }
  .u-wl6\/10 {
    width: 60%; }
  .u-wl7\/10 {
    width: 70%; }
  .u-wl8\/10 {
    width: 80%; }
  .u-wl9\/10 {
    width: 90%; }
  .u-wl1\/12 {
    width: 8.333%; }
  .u-wl2\/12 {
    width: 16.666%; }
  .u-wl3\/12 {
    width: 25%; }
  .u-wl4\/12 {
    width: 33.333%; }
  .u-wl5\/12 {
    width: 41.666%; }
  .u-wl6\/12 {
    width: 50%; }
  .u-wl7\/12 {
    width: 58.333%; }
  .u-wl8\/12 {
    width: 66.666%; }
  .u-wl9\/12 {
    width: 75%; }
  .u-wl10\/12 {
    width: 62.5%; }
  .u-wl11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 1300px) {
  .u-wsl1\/1 {
    width: 100%; }
  .u-wsl1\/2 {
    width: 50%; }
  .u-wsl1\/3 {
    width: 33.333%; }
  .u-wsl2\/3 {
    width: 66.666%; }
  .u-wsl1\/4 {
    width: 25%; }
  .u-wsl2\/4 {
    width: 50%; }
  .u-wsl3\/4 {
    width: 75%; }
  .u-wsl1\/5 {
    width: 20%; }
  .u-wsl2\/5 {
    width: 40%; }
  .u-wsl3\/5 {
    width: 60%; }
  .u-wsl4\/5 {
    width: 80%; }
  .u-wsl1\/6 {
    width: 16.666%; }
  .u-wsl2\/6 {
    width: 33.333%; }
  .u-wsl3\/6 {
    width: 50%; }
  .u-wsl4\/6 {
    width: 66.666%; }
  .u-wsl5\/6 {
    width: 83.333%; }
  .u-wsl1\/8 {
    width: 12.5%; }
  .u-wsl2\/8 {
    width: 25%; }
  .u-wsl3\/8 {
    width: 37.5%; }
  .u-wsl4\/8 {
    width: 50%; }
  .u-wsl5\/8 {
    width: 62.5%; }
  .u-wsl6\/8 {
    width: 75%; }
  .u-wsl7\/8 {
    width: 87.5%; }
  .u-wsl1\/10 {
    width: 10%; }
  .u-wsl2\/10 {
    width: 20%; }
  .u-wsl3\/10 {
    width: 30%; }
  .u-wsl4\/10 {
    width: 40%; }
  .u-wsl5\/10 {
    width: 50%; }
  .u-wsl6\/10 {
    width: 60%; }
  .u-wsl7\/10 {
    width: 70%; }
  .u-wsl8\/10 {
    width: 80%; }
  .u-wsl9\/10 {
    width: 90%; }
  .u-wsl1\/12 {
    width: 8.333%; }
  .u-wsl2\/12 {
    width: 16.666%; }
  .u-wsl3\/12 {
    width: 25%; }
  .u-wsl4\/12 {
    width: 33.333%; }
  .u-wsl5\/12 {
    width: 41.666%; }
  .u-wsl6\/12 {
    width: 50%; }
  .u-wsl7\/12 {
    width: 58.333%; }
  .u-wsl8\/12 {
    width: 66.666%; }
  .u-wsl9\/12 {
    width: 75%; }
  .u-wsl10\/12 {
    width: 62.5%; }
  .u-wsl11\/12 {
    width: 91.666%; } }

/**
 * Alert
*/
/*
 * The base class for all alerts.
 */
.alert {
  padding: 10px;
  margin-bottom: 0.8em !important;
  border-radius: 3px;
  background-color: #fa961e;
  color: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .alert a {
    color: #FFF; }
    .alert a:hover {
      color: #000; }

/*
 * Display a positive / success alert to the user.
 */
.alert--success, .alert--ok {
  background-color: #4AAD1A;
  color: white; }

/*
 * Display a negative / failure alert to the user.
 */
.alert--failure {
  background-color: #FF4A4C;
  color: black; }

/**
 * Base and high-level wrapper elements
 */
body {
  margin: 0;
  font: 400 156.25%/1.36 "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
  color: #000;
  background: #F6F6F6; }
  @media screen and (max-width: 1329px) {
    body {
      font-size: 23px; } }
  @media screen and (max-width: 640px) {
    body {
      font-size: 16px;
      line-height: 24px; } }

input, textarea, keygen, select, button {
  font-family: "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.page {
  max-width: 1920px;
  background: #F6F6F6;
  margin-left: auto;
  margin-right: auto; }

.brandlogo {
  max-width: 150px;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .brandlogo {
      max-width: 228px;
      margin: 0 auto;
      height: 45px; } }
  @media screen and (min-width: 1280px) {
    .brandlogo {
      max-width: 230px;
      width: 230px;
      height: auto;
      margin: 0 auto;
      width: 230px; }
      .brandlogo.brandlogo--small {
        max-height: 72px; } }

@media screen and (min-width: 1280px) {
  .logoWrapper {
    text-align: left; } }

@media screen and (max-width: 1279px) {
  .logoWrapper {
    text-align: center; } }

.brandtitle {
  color: #eb5a00;
  font-size: 16px;
  line-height: 1.3;
  min-width: 266px;
  display: none; }
  @media screen and (min-width: 1440px) {
    .brandtitle {
      margin-left: 70px;
      margin-top: 20px; } }
  @media screen and (min-width: 1280px) {
    .brandtitle {
      margin-left: 70px;
      margin-top: 20px;
      display: block; } }
  .brandtitle img {
    max-height: 80px;
    width: auto; }

.siteWrapper {
  width: 100%;
  position: relative;
  background-color: transparent; }
  @media screen and (min-width: 320px) {
    .siteWrapper {
      width: 100%; } }
  @media screen and (min-width: 600px) {
    .siteWrapper {
      width: 100%; } }
  @media screen and (min-width: 1280px) {
    .siteWrapper {
      width: 100%;
      max-width: 57.6em;
      margin-left: auto;
      margin-right: auto; } }

.siteWrapper--full {
  width: 100% !important;
  max-width: 100% !important; }

.siteContent > .g {
  margin-bottom: 20px; }

.siteContent .g.neos-nodetypes-threecolumn:after {
  clear: none; }

.cookiebar .cookiebar_text .cookiebar_message, .cookiebar .cookiebar_text .cookiebar_link {
  font-size: 18px; }

.cookiebar .button {
  font-size: 18px; }

/**
 * Buttons
*/
/*
 * The base class for all buttons.
 */
.btn {
  display: inline-block;
  padding: .8em 1.5em;
  border: 1px solid currentColor;
  background: 0;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  color: #eb5a00;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn, .btn:hover {
    text-decoration: none; }
  .btn:hover {
    background: #eb5a00;
    border-color: #eb5a00;
    color: white; }
  .btn .fa {
    float: left;
    margin-right: 5px;
    margin-left: -0.5em; }

/*
 * Set the button width to the width of it's parent element.
 */
.btn--full {
  display: block;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

/*
 * Fill the full button.
 */
.btn--filled {
  color: #fff;
  background-color: #eb5a00; }
  .btn--filled:hover {
    color: #fff;
    background-color: #b84600;
    border-color: #ff751f; }
  .btn--filled a {
    color: #fff; }

/*
 * Set the button width to the width of it's parent element.
 */
.btn--invert {
  color: #fff;
  background-color: #eb5a00; }
  .btn--invert:hover {
    border-color: #eb5a00;
    background-color: #fff;
    color: #eb5a00; }
    .btn--invert:hover a {
      color: #eb5a00; }
  .btn--invert a {
    color: #fff; }

/*
 * Visualize the disabled state of the button.
 */
.btn--disabled,
.btn[disabled] {
  color: #000;
  pointer-events: none;
  opacity: .5; }

/*
 * Visualize the positive purpose/action of the button.
 */
.btn--positive {
  color: #4AAD1A; }
  .btn--positive:hover {
    background: #4AAD1A;
    border-color: #4AAD1A;
    color: #fff; }

/*
 * Visualize the negative purpose/action of the button.
 */
.btn--negative {
  color: #FF4A4C; }
  .btn--negative:hover {
    background: #FF4A4C;
    border-color: #FF4A4C;
    color: #fff; }

.btn--large {
  font-size: 1.2em; }

.btn--active {
  background: #eb5a00;
  border-color: #eb5a00;
  color: white; }

.btn--submit {
  margin-left: 15px; }

.button {
  background-color: #eb5a00;
  border: none;
  padding: 15px 45px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-weight: 800;
  text-transform: uppercase; }
  .button:hover, .button:active, .button:focus {
    text-decoration: none;
    color: #FFF;
    background: #ff6506; }
  .button.button--primary {
    background-color: #fa961e; }
    .button.button--primary:hover, .button.button--primary:active, .button.button--primary:focus {
      background: #fba237; }
  .button.button--secondary {
    background-color: #3c6e91; }
    .button.button--secondary:hover, .button.button--secondary:active, .button.button--secondary:focus {
      background: #437ca3; }
  .button.button--tertiary {
    background-color: #8aa8bd; }
    .button.button--tertiary:hover, .button.button--tertiary:active, .button.button--tertiary:focus {
      background: #9ab4c6; }
  .button.button--quaternary {
    background-color: #F6F6F6; }
    .button.button--quaternary:hover, .button.button--quaternary:active, .button.button--quaternary:focus {
      background: white; }
  .button.button--quinary {
    background-color: #669DD1; }
    .button.button--quinary:hover, .button.button--quinary:active, .button.button--quinary:focus {
      background: #7aaad7; }
  .button.button--senary {
    background-color: #eb5a00; }
    .button.button--senary:hover, .button.button--senary:active, .button.button--senary:focus {
      background: #ff6506; }
  .button.button--septenary {
    background-color: #385d8a; }
    .button.button--septenary:hover, .button.button--septenary:active, .button.button--septenary:focus {
      background: #3f699c; }

/**
 * Code & pre-formatted text elements
 */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: .8em; }

code {
  background: #e9e9e9;
  padding: .3em .5em;
  border-radius: 2px; }
  pre code {
    padding: 0; }

pre {
  white-space: pre-wrap;
  margin: 0 0 0.8pxem; }

/**
 * Form
 */
/*
 * Form wrapper elements
 */
form {
  margin-top: 1em; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.selectize-control {
  width: 300px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-bottom: .5em; }
  .selectize-control.multi .selectize-input > .item {
    background-color: #fa961e;
    color: #fff; }

#contact h2 {
  margin-bottom: 1em; }

#contact .input {
  width: 100%;
  position: relative; }

.help-inline {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0; }
  .help-inline .help-content {
    position: relative;
    background-color: rgba(255, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    -webkit-box-shadow: 0px 0px 1px 0px #515151;
    box-shadow: 0px 0px 1px 0px #515151;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .help-inline .help-content:after, .help-inline .help-content:before {
      content: "";
      position: absolute;
      background: #fff; }
    .help-inline .help-content:after {
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid rgba(255, 0, 0, 0.4);
      width: 0;
      height: 0;
      z-index: 1;
      bottom: -15px;
      left: 15px;
      background: transparent;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

/**
 * Headings
 */
/*
 * The base class for all headings.
 */
.h, h1, .h1, .h1-black, .h1-white, .h1-orange-dark, h2, .h2, h4, .h4, .siteSlider figcaption h1, .siteSlider figcaption h2, .siteSlider figcaption p, .siteSlider figcaption p strong {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  color: #000;
  font-weight: 500;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 1280px) {
    .h, h1, .h1, .h1-black, .h1-white, .h1-orange-dark, h2, .h2, h4, .h4, .siteSlider figcaption h1, .siteSlider figcaption h2, .siteSlider figcaption p, .siteSlider figcaption p strong {
      margin-top: 0.66em;
      margin-bottom: 1.33em; } }
  @media screen and (min-width: 1280px) {
    .h, h1, .h1, .h1-black, .h1-white, .h1-orange-dark, h2, .h2, h4, .h4, .siteSlider figcaption h1, .siteSlider figcaption h2, .siteSlider figcaption p, .siteSlider figcaption p strong {
      padding-left: 0;
      padding-right: 0; } }

/*
 * Heading modifiers
 * Styles the heading without changing it's importance for SEO robots etc.
 */
h1, .h1 {
  font-size: 2.3em;
  font-weight: 800;
  line-height: 103.33%; }
  h1 strong, .h1 strong {
    font-weight: 800;
    color: #eb5a00; }

.h1-black {
  font-size: 2.3em;
  font-weight: 800;
  line-height: 103.33%; }
  .h1-black strong {
    font-weight: 800;
    color: #000000; }

.h1-white {
  font-size: 2.3em;
  font-weight: 800;
  line-height: 103.33%; }
  .h1-white strong {
    font-weight: 800;
    color: #ffffff; }

.h1-orange-dark {
  font-size: 2.3em;
  font-weight: 800;
  line-height: 103.33%; }
  .h1-orange-dark strong {
    font-weight: 800;
    color: #eb5a00; }

h2, .h2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.3em 0 0.7em; }
  h2 strong, .h2 strong {
    font-weight: 800;
    color: #eb5a00; }

h3, .h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.3em 0 0.7em; }
  @media screen and (min-width: 1280px) {
    h3, .h3 {
      font-size: 1em;
      padding-left: 0;
      padding-right: 0; } }
  h3 strong, .h3 strong {
    font-weight: 700;
    color: #eb5a00; }

h4, .h4 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.3em 0 0.7em;
  margin-bottom: 0; }
  h4 strong, .h4 strong {
    font-weight: 800;
    color: #eb5a00; }

h5, .h5 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.3em 0 0.7em;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    h5, .h5 {
      font-size: 1em;
      padding-left: 0;
      padding-right: 0; } }
  h5 strong, .h5 strong {
    font-weight: 700;
    color: #eb5a00; }

.heading {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  color: #000;
  font-weight: 500;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 1280px) {
    .heading {
      margin-top: 0.66em;
      margin-bottom: 1.33em; } }
  .heading.heading--big {
    font-weight: normal;
    font-size: 30px;
    margin: 69px 0 21px 0; }

/**
 * Form inputs
 */
/*
 * Base styling for form input fields.
 */
textarea {
  height: auto;
  min-height: 102px;
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

input::-webkit-datetime-edit {
  margin-top: -.17em;
  margin-bottom: -.17em; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: .35em;
  cursor: pointer; }

/*
 * The base class for all textInputs.
 */
.textInput {
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  border: none; }
  .textInput option {
    font-size: 1em; }

/*
 * Disabled state for inputs.
 */
.textInput[disabled],
.textInput--disabled {
  opacity: .5;
  pointer-events: none; }

.pure-nodetypes-form .disabled {
  opacity: .5;
  pointer-events: none; }

/*
 * Positive validated state for inputs.
 */
.textInput--success {
  border-color: #4AAD1A; }

/*
 * Negative validated state for inputs.
 */
.textInput--failure {
  background-color: #FF4A4C !important;
  color: #FFF !important; }

/*
 * The base class for all textAreas.
 */
.textArea {
  height: 80px;
  padding: .2em .5em;
  background: #F6F6F6;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 0.56rem;
  color: #000;
  margin-bottom: 10px;
  width: 300px;
  max-width: 300px; }

/**
 * Form elements
 */
/*
 * Base styling for all labels.
 */
label {
  display: block;
  font-weight: 400;
  font-size: 1em; }
  label[for] {
    cursor: pointer; }

/*
 * Base styling for all legends.
 */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.8pxem;
  border-bottom: 1px solid #000;
  font-size: 1.16rem; }

/**
 * Anchors
 */
/*
 * Base styling for all anchors/links.
 */
a {
  color: #000;
  text-decoration: none;
  background: transparent; }
  a:hover, a:active, a:focus {
    color: #eb5a00;
    text-decoration: underline; }
  a:active, a:hover {
    outline: 0; }
  p a {
    position: relative;
    margin: -.33em;
    padding: .33em; }

/**
 * Lists
 */
menu,
ol,
ul {
  padding: 0 0 0 1.6em;
  margin: 0 0 0.8pxem; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Definitions
 */
dl {
  margin: 0 0 0.8pxem; }

/*
 * Displays the definition element in a horizontal order.
 */
.dl--horizontal:before, .dl--horizontal:after {
  content: '';
  display: table; }

.dl--horizontal:after {
  clear: both; }

.dl--horizontal dt {
  width: 19%;
  float: left;
  overflow: hidden;
  clear: left;
  text-align: right;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.dl--horizontal dd {
  margin-left: 21%; }

/**
 * Media elements
 */
embed,
iframe,
object,
img {
  max-width: 100%;
  border: 0; }

img {
  font-style: italic;
  vertical-align: middle; }
  img[height] {
    height: auto; }

figure {
  margin: 0; }

figcaption {
  font-size: 0.92rem; }
  figcaption p {
    font-size: 1em; }

audio,
video,
iframe {
  margin: 0 0 0.8pxem; }

audio {
  min-width: 65%; }
  audio:not([controls]) {
    display: none;
    height: 0; }

svg:not(:root) {
  overflow: hidden; }

/**
 * Quotes
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote {
  position: relative;
  margin: 0 0 1.4em;
  padding: 0 1.75em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-style: italic;
  font-size: 2em;
  line-height: 1.4;
  font-weight: 200; }
  blockquote:before, blockquote:after {
    position: absolute;
    line-height: 0;
    font-size: 3em;
    font-family: "Helvetica Neue Bold", Helvetica; }
  blockquote:before {
    content: '“';
    left: -5px;
    top: 28px;
    padding-right: .1em; }
  blockquote:after {
    content: '„';
    bottom: 15px;
    right: 0; }

/**
 * Rulers
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 0;
  padding: 0;
  margin: 1.6pxem 0 1.6pxem;
  border: 0;
  border-top: 1px solid #000; }

/**
 * Tables
 */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left;
  vertical-align: bottom; }

td {
  vertical-align: top; }

/**
 * Table layout for block elements (div)
 */
.caption {
  display: table-caption;
  min-width: 100%;
  white-space: nowrap; }

.table {
  display: table;
  border-collapse: collapse; }

.tableHeading {
  display: table-row;
  font-weight: bold;
  border-bottom: 1px solid #fff; }
  .tableHeading .cell {
    display: table-cell;
    border: solid;
    border: none;
    padding: 5px; }

.group {
  display: table-row-group; }

/**
 * Typographic elements
 */
p, ul {
  margin: 0 0 1em;
  line-height: 1.4; }
  p:last-child, ul:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    p, ul {
      margin: 0 0 20px; } }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help; }

mark {
  padding-left: .2em;
  padding-right: .2em;
  background: #eb5a00;
  color: white; }

dfn {
  font-style: italic; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.info {
  font-size: 1em; }

.info--extrabold {
  font-weight: 800; }

.info--bold {
  font-weight: 700; }

.info--light {
  font-weight: 300; }

.info--thin {
  font-weight: 100; }

@media screen and (min-width: 1280px) {
  .info {
    font-size: 0.8em; } }

/**
 * Button group
 * Displays a set of buttons in a group.
 */
.btnGroup:before, .btnGroup:after {
  content: '';
  display: table; }

.btnGroup:after {
  clear: both; }

.btnGroup__btn {
  float: left;
  border-radius: 0;
  border-right: 0; }
  .btnGroup__btn:first-child {
    border-radius: 3px 0 0 3px; }
  .btnGroup__btn:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid; }

/**
 * Embed a external iframe or media file with a fluid width/height ratio.
 */
/*
 * The base class for all embed containers.
 */
.flexibleEmbed {
  position: relative;
  display: block;
  overflow: hidden; }

/*
 * The class for the embedded content.
 */
.flexibleEmbed__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * The class for the desired width/height ratio. Default ratio is 1:1.
 */
.flexibleEmbed__ratio {
  display: block;
  width: 100%;
  padding-bottom: 100%; }

.flexibleEmbed__ratio--16\/9 {
  padding-bottom: 56.25%; }

.flexibleEmbed__ratio--3\/1 {
  padding-bottom: 33.333%; }

.flexibleEmbed__ratio--2\/1 {
  padding-bottom: 50%; }

.flexibleEmbed__ratio--4\/3 {
  padding-bottom: 75%; }

/**
 * Form
 */
/*
 * The base class for all forms.
 */
.form {
  margin-bottom: 0.8pxrem; }

.form__item {
  margin-bottom: 0.4pxrem; }

/*
 * Display a `<form>` and all it's content in a horizontal order.
 */
.form--inline label,
.form--inline button,
.form--inline input,
.form--inline select,
.form--inline textarea,
.form--inline .form__item {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form--inline .form__item {
  margin-right: 1em; }

.form--inline label {
  margin-right: .3em; }

#register h2, #register h3 {
  padding: 1em 0 .5em; }

.btn--submit {
  margin: 1em 0 0; }

.pure-nodetypes-form {
  margin: 60px 0; }
  .pure-nodetypes-form .g {
    margin-bottom: 15px; }
  .pure-nodetypes-form .neos-nodetypes-text ul.errors {
    font-size: 0.8em;
    margin-top: 5px; }
  .pure-nodetypes-form .pure-nodetypes-forminput,
  .pure-nodetypes-form .pure-nodetypes-forminputselect,
  .pure-nodetypes-form .pure-nodetypes-forminputtextarea {
    width: 100%;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    border: none;
    margin: -10px 0;
    padding: 5px; }
    .pure-nodetypes-form .pure-nodetypes-forminput option,
    .pure-nodetypes-form .pure-nodetypes-forminputselect option,
    .pure-nodetypes-form .pure-nodetypes-forminputtextarea option {
      font-size: 1em; }
  .pure-nodetypes-form .selectWrapper {
    position: relative;
    background: #FFF; }
    .pure-nodetypes-form .selectWrapper:before {
      font-family: FontAwesome;
      content: "\f107";
      font-size: 35px;
      line-height: 50px;
      width: 30px;
      text-align: center;
      position: absolute;
      right: 5px;
      bottom: -6px;
      cursor: pointer; }
    .pure-nodetypes-form .selectWrapper select {
      -o-appearance: none;
      -ms-appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 2px;
      -webkit-padding-end: 20px;
      -webkit-padding-start: 2px;
      background-color: transparent;
      cursor: pointer;
      border: none;
      color: #555;
      font-size: inherit;
      margin: 0;
      overflow: hidden;
      padding: 5px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative; }
    .pure-nodetypes-form .selectWrapper.disabled {
      opacity: .5;
      pointer-events: none; }
  .pure-nodetypes-form .pure-nodetypes-forminputradio,
  .pure-nodetypes-form .pure-nodetypes-forminputcheckbox {
    border: 1px solid #666;
    outline: 0;
    outline-style: none;
    outline-width: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px; }
    .pure-nodetypes-form .pure-nodetypes-forminputradio:checked,
    .pure-nodetypes-form .pure-nodetypes-forminputcheckbox:checked {
      background-color: #666; }
  .pure-nodetypes-form .pure-nodetypes-forminputradio {
    border-radius: 8px; }
  .pure-nodetypes-form .pure-nodetypes-button {
    background-color: #3c6e91;
    border: none;
    padding: 15px 45px;
    color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: inline-block; }
  .pure-nodetypes-form h2 strong {
    color: #000; }

@media screen and (min-width: 1280px) {
  .pure-nodetypes-form .pure-nodetypes-forminput,
  .pure-nodetypes-form .pure-nodetypes-forminputselect,
  .pure-nodetypes-form .pure-nodetypes-forminputtextarea {
    margin: 0;
    padding: 0 10px; } }

label[for="interrests"],
label[for="form_datastorageAccepted"] {
  margin-left: -15px; }

label[for="form_document"] {
  margin-left: 15px; }

label.captcha {
  margin-left: -15px; }

label[for="form_agreementNewsletter_1"]  {
  margin-left: -40px; }

.form--user-starter-registration #form_countryCodePerson {
  padding: 0px 10px; }

.form--user-starter-registration .pure-nodetypes-form .selectWrapper:before {
  font-size: 28px;
  line-height: 30px;
  width: 30px;
  bottom: 0px; }

.form--user-starter-registration .g.checkbox {
  margin-left: 0px;
  margin-right: 0px; }

.form--user-starter-registration .pure-nodetypes-forminputfile {
  padding-left: 0px; }

.dgppn-form-page fieldset legend {
  font-family: "MarkWebPro-Heavy W03 Regular";
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 0px; }

.dgppn-form-page ~ .actions .submit [type="submit"],
.dgppn-form-page ~ .actions .submit [type="submit"]:hover {
  background-color: #3c6e91;
  color: #fff;
  border: none; }

.dgppn-form-basic {
  clear: both;
  margin-bottom: 15px; }
  .dgppn-form-basic .required {
    color: #eb5a00;
    margin-left: 4px; }
  .dgppn-form-basic label.hideLabel {
    display: none; }
  .dgppn-form-basic .input input,
  .dgppn-form-basic .input select,
  .dgppn-form-basic .input textarea {
    width: 100%;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    border: none;
    margin: 0;
    padding: 5px; }
  .dgppn-form-basic .input .inputs-list {
    margin: 0px 0px 20px 0;
    padding: 0px; }
  .dgppn-form-basic .input .inputs-list li {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
  .dgppn-form-basic .input input[type="checkbox"],
  .dgppn-form-basic .input input[type="radio"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: 10px; }
  .dgppn-form-basic .input input[type="checkbox"] {
    float: left;
    position: relative;
    bottom: -7px; }
  .dgppn-form-basic .input input[type="file"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 0px; }
  .dgppn-form-basic .help-inline {
    position: relative;
    color: #FF4A4C;
    top: 7px;
    left: 0px; }

/**
 * Grids
 */
/*
 * Grid object which is based on the util width classes.
 */
.g,
.grid {
  margin-left: -15px;
  margin-right: -15px; }
  .g:before, .g:after,
  .grid:before,
  .grid:after {
    content: '';
    display: table; }
  .g:after,
  .grid:after {
    clear: both; }
  @media screen and (min-width: 1280px) {
    .g,
    .grid {
      margin-left: -15px;
      margin-right: -15px; } }

/*
 * Grid item, floats itself into the grid and depends on the u-w#/# util classes.
 */
.gi,
.grid__item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .gi,
    .grid__item {
      margin-bottom: 0; } }

/**
 * Media
 */
/*
 * The base class for all media elements.
 */
.media {
  display: block; }
  .media:before, .media:after {
    content: '';
    display: table; }
  .media:after {
    clear: both; }

/*
 * The class for the floated media element.
 */
.media__img {
  float: left;
  margin-right: 0.8pxem; }
  .media__img > img {
    display: block; }

/*
 * Reverts the order of the elements.
 */
.media__img--rev {
  float: right;
  margin-left: 0.8pxem;
  margin-right: 0; }

.media__img--compact {
  margin-right: 0.4pxem; }
  .media__img--compact.media__img--rev {
    margin-left: 0.4pxem;
    margin-right: 0; }

/*
 * The class for the content beside the media element.
 */
.media__body {
  overflow: hidden;
  display: block; }
  .media__body,
  .media__body > :last-child {
    margin-bottom: 0; }

/**
 * Navigations
 */
/*
 * Throws a list into horizontal mode.
 */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav > li {
    display: inline-block; }
    .nav > li > a {
      display: block;
      color: currentColor; }
      .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
        text-decoration: none; }
      p .nav > li > a {
        padding: 0;
        margin: 0; }

.menu-toggle {
  background-image: url(/_Resources/Static/Packages/Dgppn.Basics/Images/menu-burger.svg);
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center; }
  .menu-toggle.open {
    background-image: url(/_Resources/Static/Packages/Dgppn.Basics/Images/menu-close.svg); }

.magic-line {
  width: 100px;
  display: none;
  height: 10px;
  bottom: 0;
  right: 0;
  background: #eb5a00;
  position: absolute;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

/*
 * Throws a list into vertical mode.
 */
.nav--stacked {
  margin-left: -30px; }
  .nav--stacked > li {
    display: list-item; }

/*
 * Forces a list to occupy 100% of the available width of it's parent.
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }

.nav {
  margin-bottom: 0;
  padding: 60px 0;
  list-style: none;
  text-align: center;
  display: inline-block; }

.nav > li {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  color: #FFF;
  font-size: 1.1em;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    .nav > li {
      font-size: 0.8em; } }
  .nav > li:not(:last-of-type) {
    border-bottom: 1px solid #FFF; }
  .nav > li.open .secondLevel {
    display: block; }

.nav .secondLevel {
  display: none; }

.nav .subnavi {
  margin: 0;
  padding: 20px 0 0;
  list-style: none; }
  .nav .subnavi li {
    padding: 15px 0;
    font-size: 0.8em; }
  .nav .subnavi a {
    color: #FFF; }

.navBar {
  display: none;
  text-align: center;
  position: relative;
  max-height: 450px;
  max-height: 90vh;
  overflow: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eb5a00;
  -webkit-box-shadow: 1px 1px 5px 0 #aaa;
  box-shadow: 1px 1px 5px 0 #aaa;
  margin: 0 -30px; }
  .navBar.open {
    display: block; }
    .navBar.open .hasSubnav.open > a {
      color: #000; }
  .navBar a {
    text-decoration: none; }
  @media screen and (min-width: 1280px) {
    .navBar {
      position: absolute;
      padding: 0;
      overflow: inherit;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: inline-block;
      background: transparent;
      bottom: 0;
      width: 100%; }
      .navBar .collapse {
        width: 100%;
        padding: 0 30px;
        z-index: 10; }
        .navBar .collapse:hover .nav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .navBar .collapse .nav {
          padding-left: 0;
          margin-bottom: 0;
          list-style: none;
          background: transparent;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          text-align: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
          .navBar .collapse .nav > li {
            display: block;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            width: auto;
            z-index: 1;
            margin: 0;
            padding: 0;
            font-size: 0.64em;
            position: relative;
            font-weight: 400;
            border-bottom: none; }
            .navBar .collapse .nav > li.hasSubnav:active, .navBar .collapse .nav > li.hasSubnav:hover {
              border-bottom: none; }
              .navBar .collapse .nav > li.hasSubnav:active > a, .navBar .collapse .nav > li.hasSubnav:hover > a {
                color: #eb5a00; }
              .navBar .collapse .nav > li.hasSubnav:active:after, .navBar .collapse .nav > li.hasSubnav:hover:after {
                color: #eb5a00;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
              .navBar .collapse .nav > li.hasSubnav:active:last-child.hasSubnav:hover a:after, .navBar .collapse .nav > li.hasSubnav:hover:last-child.hasSubnav:hover a:after {
                right: 20px; }
            .navBar .collapse .nav > li.hasSubnav:after {
              font-family: FontAwesome;
              content: "\f107";
              font-size: 1em;
              cursor: pointer;
              position: absolute;
              display: inline-block;
              right: 0;
              top: 0.5em;
              font-weight: 400;
              color: #000;
              padding: 0;
              z-index: 100; }
            .navBar .collapse .nav > li.current > a {
              color: #eb5a00;
              text-decoration: none; }
            .navBar .collapse .nav > li.current:before {
              background-color: #eb5a00;
              width: 100px;
              height: 10px;
              position: absolute;
              bottom: 0;
              left: 0;
              display: block; }
            .navBar .collapse .nav > li.hasLoginbox.open .secondLevel {
              display: block; }
            .navBar .collapse .nav > li.hasLoginbox:not(.open) .secondLevel {
              display: none; }
            .navBar .collapse .nav > li:hover:not(.hasLoginbox) > a {
              color: #eb5a00;
              text-decoration: none; }
            .navBar .collapse .nav > li:hover:not(.hasLoginbox) .secondLevel {
              display: block; }
            .navBar .collapse .nav > li.current.hasSubnav:after {
              content: '\f106';
              color: #eb5a00; }
            .navBar .collapse .nav > li > a {
              padding: 10px 20px 10px 20px;
              color: #000;
              display: block;
              width: 100%;
              position: relative;
              text-transform: uppercase; }
              .navBar .collapse .nav > li > a:hover {
                color: #eb5a00; }
            .navBar .collapse .nav > li .secondLevel {
              display: none;
              position: absolute;
              top: 100%;
              white-space: nowrap;
              left: 0;
              font-size: 0.77em;
              padding: 0;
              -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
              background: #FFF; }
              .navBar .collapse .nav > li .secondLevel .subnavi {
                padding-left: 0;
                margin-bottom: 0;
                list-style: none;
                position: relative;
                overflow: hidden;
                -webkit-transition: max-height 1s ease;
                -o-transition: max-height 1s ease;
                transition: max-height 1s ease;
                padding: 5px 40px 5px 20px;
                height: auto;
                min-height: 50px;
                margin: 0;
                list-style: none; }
                .navBar .collapse .nav > li .secondLevel .subnavi > li {
                  font-size: 14px;
                  border-bottom: 1px solid gray;
                  margin: 0;
                  padding: 0; }
                  .navBar .collapse .nav > li .secondLevel .subnavi > li > a {
                    padding: 15px 0;
                    text-transform: uppercase;
                    color: #999;
                    width: 100%; }
                    .navBar .collapse .nav > li .secondLevel .subnavi > li > a:hover {
                      color: #eb5a00;
                      text-decoration: none; }
                  .navBar .collapse .nav > li .secondLevel .subnavi > li a {
                    display: inline-block; }
                  .navBar .collapse .nav > li .secondLevel .subnavi > li:last-child {
                    border-bottom: 0; }
            .navBar .collapse .nav > li.last:after {
              display: none; }
            .navBar .collapse .nav > li.last > a {
              padding-right: 20px; }
            .navBar .collapse .nav > li:last-child .secondLevel {
              right: 0;
              left: initial; }
            .navBar .collapse .nav > li:first-child > a {
              padding-left: 20px; } }

.contentMenu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 15px;
  padding: 24px; }
  .contentMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .contentMenu ul li {
      padding: 7px 5px 7px 10px;
      color: #fff;
      background: #094A8B;
      display: block;
      text-decoration: none;
      line-height: 120%;
      margin: 0 0 5px 0; }
      .contentMenu ul li a {
        color: #fff; }

/**
 * Spinner (Displays a loading animation)
 */
/*
.spinner {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;

  &:after {
    animation: animate2 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content:'';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
  }
}
@keyframes animate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(220deg)
  }
}
@keyframes animate2 {
  0% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #fff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #fff 0 0 0 17px;
    transform: rotate(140deg);
  }
}
*/
/**
 * Table
 */
/*
 * Base class for all table-styles.
 */
table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed; }
  table tr:first-child {
    border-bottom: 0; }
  table td, table th {
    padding: 1.1em 0;
    font-size: 1em; }
    table td:not(:first-child), table th:not(:first-child) {
      padding-left: 1em; }
  table th {
    color: #fa961e;
    vertical-align: top; }
  table a {
    color: #000;
    text-decoration: underline; }
    table a:hover, table a:focus, table a:active {
      color: #fa961e; }

/*
 * Adds a border around the table and in between the rows and cells.
 */
.table--bordered {
  border: 1px solid #000;
  border-collapse: separate;
  border-radius: 3px; }
  .table--bordered td, .table--bordered th {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000; }
    .table--bordered td:first-child, .table--bordered th:first-child {
      border-left: 0; }
  .table--bordered tr:last-child > td {
    border-bottom: 0; }

/*
 * Adds a border below each row.
 */
.table--striped td, .table--striped th {
  border-bottom: 1px solid #000; }

.table--striped th {
  padding-top: 0;
  -webkit-box-shadow: 0 1px 0 rgba(231, 231, 236, 0.7), 0 3px 0 rgba(231, 231, 236, 0.3);
  box-shadow: 0 1px 0 rgba(231, 231, 236, 0.7), 0 3px 0 rgba(231, 231, 236, 0.3); }

/*
 * Reduces the visual gap between each table row.
 */
.table--condensed td, .table--condensed th {
  padding: 0.25em 0.5em 0.25em; }

/*
 * Displays each odd/even row with a changing background to enhance the visual difference between each row element.
 */
.table--zebra tbody tr:nth-child(even) {
  background: #F6F6F6; }

.table--zebra tbody tr:nth-child(odd) {
  background: #e9e9e9; }

.search {
  display: none; }
  @media screen and (min-width: 1280px) {
    .search {
      font-size: .64em;
      display: block; } }
  .search--mobile {
    padding: 40px;
    display: none;
    background: #eb5a00;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-height: 285px;
    min-height: 90vh;
    font-size: 25px; }
  @media screen and (min-width: 1280px) {
    .search .searchbar {
      right: 110px;
      position: absolute;
      visibility: hidden;
      width: inherit; } }
  .search.open .searchbar {
    visibility: visible;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    right: 165px; }
  .search .twitter-typeahead {
    width: inherit;
    position: absolute; }
  .search .search-link {
    color: #eb5a00;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    float: right;
    display: none; }
    @media screen and (min-width: 1280px) {
      .search .search-link {
        display: block; } }
  .search.form--material input {
    padding: 2px 0;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    max-width: 220px; }
    @media screen and (min-width: 1280px) {
      .search.form--material input {
        color: #eb5a00;
        border-bottom: 1px solid #eb5a00;
        padding: 0;
        min-width: 220px;
        font-size: 0.8em; } }
    .search.form--material input::-webkit-input-placeholder {
      color: #FFF;
      font-size: 1em; }
      @media screen and (min-width: 1280px) {
        .search.form--material input::-webkit-input-placeholder {
          color: #eb5a00; } }
    .search.form--material input:-moz-placeholder {
      color: #FFF;
      font-size: 1em; }
      @media screen and (min-width: 1280px) {
        .search.form--material input:-moz-placeholder {
          color: #eb5a00; } }
    .search.form--material input::-moz-placeholder {
      color: #FFF;
      font-size: 1em; }
      @media screen and (min-width: 1280px) {
        .search.form--material input::-moz-placeholder {
          color: #eb5a00; } }
    .search.form--material input:-ms-input-placeholder {
      color: #FFF;
      font-size: 1em; }
      @media screen and (min-width: 1280px) {
        .search.form--material input:-ms-input-placeholder {
          color: #eb5a00; } }

.search.search--bottom {
  margin-top: 62px; }
  .search.search--bottom .searchbar {
    right: 50px; }
  .search.search--bottom.open .searchbar {
    right: 118px; }

.open > .search--mobile {
  display: block; }
  @media screen and (min-width: 1280px) {
    .open > .search--mobile {
      display: none; } }

.teaser {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1280px) {
    .teaser {
      height: 600px; } }
  .teaser:not(:last-child) {
    margin-bottom: 20px; }
  .teaser h2, .teaser .subheadline, .teaser p, .teaser a {
    color: #FFF; }
  .teaser h2 {
    margin: 0 0 20px;
    font-family: "MarkWebPro-Heavy W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; }
    @media screen and (min-width: 1280px) {
      .teaser h2 {
        font-size: 1.5em;
        margin-top: -4px; } }
  .teaser .subheadline {
    font-size: 0.8em;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 16px; }
  .teaser a:hover {
    text-decoration: none; }
    .teaser a:hover h2 {
      text-decoration: underline; }
  .teaser img {
    margin-bottom: 0; }
  .teaser .teaser__link--text {
    text-decoration: underline; }
  .teaser .teaser-image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (min-width: 1280px) {
      .teaser .teaser-image {
        height: 315px; } }
  .teaser .teaser-content {
    padding: 20px;
    position: relative;
    min-height: 150px; }
    @media screen and (min-width: 1280px) {
      .teaser .teaser-content {
        min-height: 285px; } }
    .teaser .teaser-content.teaser-content__large {
      height: 100%; }
  .teaser .teaser__text {
    font-size: 0.9em;
    line-height: 145%;
    margin-bottom: 0;
    color: #FFF; }
    @media screen and (min-width: 600px) {
      .teaser .teaser__text {
        font-size: 1.0em;
        display: block; } }
    @media screen and (min-width: 1280px) {
      .teaser .teaser__text {
        position: absolute;
        font-size: 0.9em;
        bottom: 20px;
        left: 20px;
        right: 20px; } }
    .teaser .teaser__text b {
      font-weight: 800; }

.teaser--blue {
  background: #325c76; }

.teaser--blue-yale {
  background: #385d8a; }

.teaser--orange {
  background: #fa961e; }
  .teaser--orange .teaser-text {
    color: #FFF; }

.teaser--orange-dark {
  background: #eb5a00; }

.teaser--grey, .teaser--gray {
  background: #879bb4; }

.teaser--dark-grey {
  background: #666b6e; }

.teaser--white h2, .teaser--white .subheadline, .teaser--white p, .teaser--white a, .teaser--white .teaser__text {
  color: #000; }

.teaser--small {
  min-height: 150px; }
  @media screen and (min-width: 1280px) {
    .teaser--small {
      height: 285px; } }
  .teaser--small h2 {
    margin: 0 0 20px;
    font-size: 1.6em;
    font-family: "MarkWebPro-Heavy W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 120%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; }
    @media screen and (min-width: 600px) {
      .teaser--small h2 {
        margin: 0; } }
    @media screen and (min-width: 1280px) {
      .teaser--small h2 {
        margin-top: -4px; } }
  .teaser--small a:hover {
    color: #000; }
    .teaser--small a:hover h2, .teaser--small a:hover .teaser__text {
      text-decoration: underline; }
    .teaser--small a:hover .teaser__text {
      color: #000; }
  .teaser--small a a, .teaser--small a .teaser__text, .teaser--small .teaser__text a, .teaser--small .teaser__text .teaser__text {
    text-decoration: underline; }
  .teaser--small .teaser__text {
    color: #FFF; }
  .teaser--small.teaser--white .teaser__text {
    color: #000; }
  .teaser--small.teaser--white a:hover {
    color: #fa961e; }
    .teaser--small.teaser--white a:hover .teaser__text {
      color: #fa961e; }
  .teaser--small.teaser--orange a:hover .teaser__text, .teaser--small.teaser--orange-dark a:hover .teaser__text {
    color: #000; }

.teaser--feedcard {
  height: auto; }
  @media screen and (min-width: 1280px) {
    .teaser--feedcard {
      min-height: 285px; } }

.teaser.teaser--border-top {
  height: auto;
  border-top: 15px solid #eb5a00; }
  .teaser.teaser--border-top .teaser-content {
    min-height: 100px; }
    .teaser.teaser--border-top .teaser-content .subheadline {
      text-transform: none;
      margin-bottom: 5px;
      font-size: 1.4em;
      line-height: 1.16667em; }
    .teaser.teaser--border-top .teaser-content h2 {
      font-family: "MarkWebPro-Heavy W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.5em;
      margin-bottom: 0;
      line-height: 1.16667em; }

@media screen and (min-width: 1280px) {
  .teaser {
    margin-bottom: 30px; }
  .teaser:not(:last-child) {
    margin-bottom: 30px; }
  .teaser.teaser--border-top {
    border-top: 20px solid #eb5a00; }
    .teaser.teaser--border-top .teaser-content {
      min-height: 170px; } }

.loginBox {
  padding: 40px 40px 20px 20px;
  font-size: 20px;
  text-transform: initial;
  background: white;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .loginBox p {
    color: #999;
    line-height: 100%;
    margin-bottom: 30px;
    font-weight: 400; }
  .loginBox .loginBox__linkBox {
    margin: 40px 0 0; }
  .loginBox .loginBox__loginButton {
    background-color: #3c6e91;
    border: none;
    padding: 10px 30px;
    color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%; }
  .loginBox .loginBox__closeButton {
    float: right; }
  .loginBox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #eb5a00; }
  .loginBox .loginBox__link {
    color: #000;
    font-size: 0.9em; }
    .loginBox .loginBox__link:hover, .loginBox .loginBox__link:active, .loginBox .loginBox__link:focus {
      color: #000; }
    .loginBox .loginBox__link--gray {
      color: #999;
      margin-top: 30px; }
      .loginBox .loginBox__link--gray:hover, .loginBox .loginBox__link--gray:active, .loginBox .loginBox__link--gray:focus {
        color: #999; }

@media screen and (min-width: 1280px) {
  .loginBox {
    background: transparent;
    margin: 0;
    position: static; }
  .loginBox__closeButton {
    display: none; } }

.tabs .tabHeadings {
  margin-bottom: 1em; }
  .tabs .tabHeadings:before, .tabs .tabHeadings:after {
    content: '';
    display: table; }
  .tabs .tabHeadings:after {
    clear: both; }
  .tabs .tabHeadings .tabHeader {
    float: left;
    margin-right: 1em;
    cursor: pointer; }
    @media screen and (min-width: 600px) {
      .tabs .tabHeadings .tabHeader {
        margin-right: 4em; } }
    .tabs .tabHeadings .tabHeader.active {
      color: #fa961e; }

.tabs .tabContents:before, .tabs .tabContents:after {
  content: '';
  display: table; }

.tabs .tabContents:after {
  clear: both; }

.stage.orange .tabs .tabHeadings .tabHeader.active {
  color: #3c6e91; }

.siteContent .breadcrumb-placeholder {
  height: 30px; }

.siteContent ul.breadcrumb {
  font-size: 14px;
  color: #b3b3b3;
  margin: 0 auto;
  padding: 15px 0 0; }

.siteContent ul.breadcrumb li {
  display: inline-block; }
  .siteContent ul.breadcrumb li:not(:last-child):after {
    content: "|";
    display: inline-block; }

.siteContent ul.breadcrumb li a {
  color: #b3b3b3;
  text-decoration: underline; }
  .siteContent ul.breadcrumb li a:hover, .siteContent ul.breadcrumb li a:focus, .siteContent ul.breadcrumb li a:active {
    color: #eb5a00; }

@media screen and (min-width: 1280px) {
  .siteContent ul.breadcrumb {
    width: 66.66%;
    padding: 15px 15px 0; } }

.accordion {
  margin-bottom: 5px; }
  .accordion:last-of-type {
    margin-bottom: 40px; }
  .accordion .accordionHeader {
    position: relative;
    cursor: pointer;
    border-top: 1px solid #000;
    padding: 20px 0px;
    color: #000;
    font-weight: bold; }
    .accordion .accordionHeader:after {
      width: 25px;
      height: 25px;
      right: 10px;
      position: absolute;
      top: 25px;
      background-image: url("/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_Accordion_down.svg");
      background-repeat: no-repeat;
      content: ''; }
  .accordion .accordionContent {
    max-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(245, 245, 245, 0.7);
    margin: 0 -15px;
    padding: 0 15px; }
    .accordion .accordionContent img {
      width: 100%; }
    .accordion .accordionContent .neos-contentcollection {
      margin-bottom: 20px; }
    .accordion .accordionContent h3 {
      color: #eb5a00;
      margin-bottom: 0;
      line-height: 1.2; }
      .accordion .accordionContent h3:first-child {
        margin-top: 0; }
      .accordion .accordionContent h3 strong {
        color: #000; }
  .accordion.slideDown .accordionHeader:after, .accordion.isAlwaysOpen .accordionHeader:after {
    background-image: url("/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_Accordion_up.svg");
    content: ''; }
  .accordion.slideDown .accordionContent, .accordion.isAlwaysOpen .accordionContent {
    max-height: 1920px;
    padding: 10px 15px 30px; }
  .accordion.isAlwaysOpen .accordionHeader {
    cursor: initial; }
  .accordion.borderBottom {
    border-bottom: 1px solid #000; }

@media screen and (min-width: 600px) {
  .accordion .accordionHeader:after {
    width: 40px;
    height: 40px;
    right: 0px; } }

.societyItem {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  padding: 5px;
  position: relative;
  display: block; }
  .societyItem:before, .societyItem:after {
    content: '';
    display: table; }
  .societyItem:after {
    clear: both; }
  @media screen and (min-width: 320px) {
    .societyItem {
      height: auto; } }
  @media screen and (min-width: 600px) {
    .societyItem {
      height: 65px; } }
  .societyItem .nationalIcon {
    float: left;
    display: block;
    width: 55px; }
  .societyItem .societyContent {
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px; }
    @media screen and (min-width: 320px) {
      .societyItem .societyContent {
        max-width: 45%; } }
    @media screen and (min-width: 600px) {
      .societyItem .societyContent {
        max-width: 45%; } }
    @media screen and (min-width: 1280px) {
      .societyItem .societyContent {
        max-width: 285px; } }
    .societyItem .societyContent .societyTitle {
      color: #094A8B;
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 5px;
      margin-top: 3px; }
    .societyItem .societyContent .societySubTitle {
      font-size: 12px;
      line-height: 1.5;
      color: #669DD1; }
  .societyItem .societyDetailBtn {
    float: right;
    padding: 25px 15px;
    position: relative;
    text-transform: uppercase; }
  .societyItem:hover .societySubTitle {
    color: #4F4F4F; }

.youtube {
  margin: 1em 0;
  padding-bottom: 500px;
  position: relative; }
  .youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.youtube--1-1 {
  padding-bottom: 100%; }

.youtube--4-3 {
  padding-bottom: 75%; }

.youtube--16-9 {
  padding-bottom: 56.25%; }

.youtube--16-10 {
  padding-bottom: 62.5%; }

.youtube--3-1 {
  padding-bottom: 33.33333%; }

.youtube--35mm {
  padding-bottom: 72.9927%; }

.youtube--70mm {
  padding-bottom: 42.55319%; }

.youtube--goldenRatio {
  padding-bottom: 62.1118%; }

.editProfile .formGroup {
  /***** Example custom styling *****/ }
  .editProfile .formGroup img {
    display: block;
    margin: 1em 0; }
  .editProfile .formGroup .uploadInput {
    border: none; }
  .editProfile .formGroup label.uploadLabel input[type="file"] {
    position: fixed;
    top: -1000px; }
  .editProfile .formGroup .uploadLabel {
    display: inline-block;
    cursor: pointer; }
    .editProfile .formGroup .uploadLabel .uploadButton {
      display: inline-block;
      padding: .8em 1.5em;
      border: 1px solid currentColor;
      background: 0;
      border-radius: 3px;
      cursor: pointer;
      white-space: nowrap;
      font-size: 1em;
      font-weight: normal;
      line-height: 1;
      color: #eb5a00;
      vertical-align: top;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-bottom: 1em; }
      .editProfile .formGroup .uploadLabel .uploadButton, .editProfile .formGroup .uploadLabel .uploadButton:hover {
        text-decoration: none; }
      .editProfile .formGroup .uploadLabel .uploadButton:hover {
        background: #eb5a00;
        border-color: #eb5a00;
        color: white; }
      .editProfile .formGroup .uploadLabel .uploadButton .fa {
        float: left;
        margin-right: 5px;
        margin-left: -0.5em; }
  .editProfile .formGroup .uploadLabel :invalid + .uploadButton {
    color: #FF4A4C; }
    .editProfile .formGroup .uploadLabel :invalid + .uploadButton:hover {
      background: #FF4A4C;
      border-color: #FF4A4C;
      color: #fff; }

.events article {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #ebeef0;
  min-height: 80px;
  margin-bottom: 15px;
  padding-bottom: 0;
  position: relative; }
  .events article:before, .events article:after {
    content: '';
    display: table; }
  .events article:after {
    clear: both; }
  .events article .time {
    color: #616f7b;
    font-size: 12px;
    padding: 10px 15px 0 15px; }
  .events article header {
    float: left;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px 15px 15px;
    width: 100%; }
  .events article summary {
    float: left;
    padding: 0 15px 15px 15px;
    margin-top: -15px; }
  .events article .events--readmore {
    float: right;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px 15px 15px;
    text-transform: uppercase; }

.event-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.event-calendar .accordion:last-of-type {
  border-bottom: 1px solid #000; }

.event-calendar__subtitle {
  font-weight: 400; }

.calendar-navigation {
  position: absolute;
  left: 20px;
  right: 20px;
  min-height: 20px;
  font-size: 1.4em;
  font-weight: 800;
  z-index: 2; }

.calendar-navigation__previous:before {
  font-family: FontAwesome;
  content: "\f100";
  text-align: left;
  position: absolute;
  left: 0; }

.calendar-navigation__next:before {
  font-family: FontAwesome;
  content: "\f101";
  text-align: right;
  position: absolute;
  right: 0; }

.calendar {
  position: relative;
  background: #FFF;
  padding: 10px 20px;
  font-size: 0.8em;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }

.calendar table {
  border: none;
  border-color: #000; }

.calendar td, .calendar .day, .calendar .dayLabel {
  padding: 3px;
  text-align: center; }

.calendar .month--headline {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 1.4em; }

.calendar .month {
  margin: 45px 0 10px;
  table-layout: fixed;
  border-collapse: collapse; }

.calendar .dayLabel {
  font-weight: 700;
  text-transform: uppercase; }

.calendar .current-month {
  text-align: right; }

.calendar .day.hasEvents {
  cursor: pointer;
  font-weight: 700;
  border: 1px solid #fa961e;
  color: #fa961e; }
  .calendar .day.hasEvents:hover, .calendar .day.hasEvents.active {
    border: 1px solid #000;
    color: #FFF;
    background: #fa961e; }

.calendar .day.today {
  color: #3c6e91;
  font-weight: 700; }

.event {
  display: none;
  position: relative;
  font-size: 0.8em;
  background: white;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .event:before {
    content: "";
    height: 7px;
    background: #fa961e;
    width: 40%;
    position: absolute;
    left: 0;
    top: -7px; }

.event.active {
  display: block; }

.event__date:not(:first-child) {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px; }

.event__heading {
  font-weight: 700; }

.event .event__text, .event .event__text.neos-nodetypes-text {
  margin-bottom: 0; }
  .event .event__text ul, .event .event__text p, .event .event__text.neos-nodetypes-text ul, .event .event__text.neos-nodetypes-text p {
    margin: 0 0 5px; }

@media screen and (min-width: 1024px) {
  .event-calendar {
    display: block; } }

.userBox {
  background-color: #ebeef0;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }
  .userBox:before, .userBox:after {
    content: '';
    display: table; }
  .userBox:after {
    clear: both; }
  .userBox .userHeader {
    background-color: #669DD1;
    position: relative;
    color: #fff;
    padding: 1em; }
    .userBox .userHeader:before, .userBox .userHeader:after {
      content: '';
      display: table; }
    .userBox .userHeader:after {
      clear: both; }
    .userBox .userHeader h2 {
      color: #fff; }
    .userBox .userHeader .userTitle {
      position: absolute;
      bottom: 1em; }
    .userBox .userHeader .userImage {
      margin: -1em; }
  .userBox .userContent {
    min-height: 30px;
    padding: 15px 30px 15px 20px; }
    .userBox .userContent ul {
      margin: 0;
      padding: 0 0 0 20px;
      list-style: none; }
      .userBox .userContent ul li .fa {
        width: 20px;
        text-align: center;
        margin-left: -25px; }

.searchContainer {
  display: inline-block;
  font-family: "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .searchContainer .textInput {
    display: inline-block;
    font-family: "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .searchContainer .btn {
    font-family: "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.twitter-typeahead {
  width: 100%; }
  .twitter-typeahead .tt-query {
    margin-bottom: 0;
    top: -1px !important; }

.tt-dataset {
  padding: 5px 40px 5px 20px;
  white-space: nowrap; }

.tt-dataset .pending {
  text-align: center;
  font-size: 0.4em;
  color: #999; }

.tt-menu {
  min-width: 100%;
  background-color: #ffffff;
  right: inherit !important;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: 0.72em; }
  @media screen and (min-width: 1280px) {
    .tt-menu {
      font-size: 1em; } }

.tt-suggestion {
  padding: 15px 0;
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  font-size: 0.8em;
  width: 100%; }
  .tt-suggestion:not(:last-child) {
    border-bottom: 1px solid gray; }

.tt-suggestion.tt-cursor {
  color: #fa961e;
  cursor: pointer; }

.tt-suggestion.tt-cursor a {
  color: #fff; }

.tt-suggestion p {
  margin: 0; }

.empty-message {
  text-align: center;
  vertical-align: middle; }

hr {
  margin: 70px 0; }

hr.navbar-ruler {
  display: none;
  margin: 0;
  border-width: 1px; }
  @media screen and (min-width: 1280px) {
    hr.navbar-ruler {
      display: block; } }

.ruler {
  width: 100%;
  position: relative;
  margin: 0 0 40px; }
  .ruler > .ruler--text {
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 30px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: auto;
    display: table;
    position: relative;
    z-index: 1;
    text-transform: uppercase; }
  .ruler > hr {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #000;
    margin: 0 15px; }

.ruler.ruler--with-text > hr {
  top: -23px; }

@media screen and (min-width: 600px) {
  .ruler > .ruler--text {
    padding: 20px 60px; }
  .ruler.ruler--with-text > hr {
    top: -34px; } }

.infobox {
  margin-bottom: 45px; }
  .infobox:last-child {
    margin-bottom: 40px; }

.infobox--margin-top {
  margin-top: 60px; }

@media screen and (min-width: 1280px) {
  .infobox--margin-top {
    margin-top: 90px; } }

.businesscard {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0; }
  @media screen and (min-width: 600px) {
    .businesscard {
      margin-bottom: 30px;
      min-height: 285px; } }
  .businesscard h2 {
    font-size: 1em;
    font-weight: 800;
    line-height: 108.57%;
    margin-top: 0; }
    @media screen and (min-width: 600px) {
      .businesscard h2 {
        margin: 0; } }
  .businesscard a {
    color: #000;
    -webkit-text-decoration: underline #000;
    text-decoration: underline #000; }
    .businesscard a:hover {
      color: #000;
      text-decoration: underline; }
  .businesscard img {
    margin-bottom: 0; }
  .businesscard .businesscard__image {
    padding-left: 0;
    padding-right: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    margin: 0 -15px -20px; }
    @media screen and (min-width: 600px) {
      .businesscard .businesscard__image {
        min-height: 285px; } }
  .businesscard .businesscard__content {
    padding: 15px; }
    @media screen and (min-width: 600px) {
      .businesscard .businesscard__content {
        padding: 15px 0; } }
  .businesscard .link {
    position: absolute;
    bottom: 15px;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (min-width: 600px) {
      .businesscard .link {
        font-size: 0.72em; } }
  .businesscard .teaser-text {
    bottom: 45px;
    font-size: 0.85em; }
    @media screen and (min-width: 600px) {
      .businesscard .teaser-text {
        position: absolute;
        font-size: 0.72em; } }
  .businesscard .p {
    bottom: 45px;
    font-size: 0.85em; }
    @media screen and (min-width: 600px) {
      .businesscard .p {
        position: absolute;
        font-size: 0.72em; } }

.bc-pro {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 60px; }
  .bc-pro.open {
    border-bottom: 5px solid #eb5a00; }
    .bc-pro.open .bc-pro__trigger {
      background: url("/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_Kreuz_Visitenkarte.svg") no-repeat right; }
    .bc-pro.open .toggle-container {
      height: 100%; }
  .bc-pro .toggle-container {
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 0; }
  .bc-pro .bc-pro__image {
    margin-bottom: 30px; }
  .bc-pro .bc-pro__address {
    overflow: auto;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .bc-pro .bc-pro__ranking {
    color: #eb5a00;
    margin-bottom: 1em; }
  .bc-pro .bc-pro__title {
    margin-bottom: 0.2em; }
  .bc-pro .bc-pro__email {
    margin-top: 5px; }
    .bc-pro .bc-pro__email a {
      color: #000;
      text-decoration: underline; }
      .bc-pro .bc-pro__email a:hover {
        color: #eb5a00; }
  .bc-pro .bc-pro__trigger {
    position: absolute;
    cursor: pointer;
    background: url("/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_Pfeil_Visitenkarte.svg") no-repeat right;
    right: 0;
    bottom: 25px;
    height: 0.6em;
    width: 1.1em; }

.quicklinks ul > li.date {
  color: #eb5a00;
  font-family: "MarkWebPro-Heavy W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.quicklinks ul > li.text * {
  font-weight: normal;
  color: #999; }

.quicklinks ul > li.link {
  font-weight: normal; }
  .quicklinks ul > li.link a {
    text-decoration: underline;
    font-size: 16px; }
    .quicklinks ul > li.link a:hover, .quicklinks ul > li.link a:focus, .quicklinks ul > li.link a:active {
      color: #eb5a00; }

.quicklinks__read-more {
  display: none;
  height: 25px;
  text-decoration: underline; }
  .quicklinks__read-more:hover {
    color: #eb5a00;
    text-decoration: underline; }

a.quicklinks__read-more:hover {
  color: #eb5a00;
  text-decoration: underline; }

.feed {
  margin-bottom: 10px;
  padding-bottom: 30px; }
  .feed:not(:last-child) {
    border-bottom: 1px solid #000; }
  .feed a:hover {
    text-decoration: none; }
  .feed a:hover .feed__title {
    text-decoration: underline; }
  .feed a:hover .feed__text {
    color: #000; }

.feed.feed--page {
  margin-top: 20px;
  border-bottom: none;
  padding-bottom: 0; }

.feed__date {
  color: #eb5a00;
  font-weight: 700; }

.feed__type {
  text-transform: uppercase; }

.feed__title {
  font-family: "MarkWebPro-Heavy W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5em;
  margin-bottom: 0;
  line-height: 1.16667em;
  margin: 10px 0; }
  .feed__title b, .feed__title strong {
    font-weight: 800; }

@media screen and (min-width: 1280px) {
  .teaser.teaser--quicklinks {
    min-height: 600px;
    height: auto; }
  .quicklinks__read-more {
    display: block; }
  .quicklinks__restricted-height {
    height: 1165px;
    overflow: hidden; }
  .feed {
    padding-bottom: 60px; }
  .feed__date, .feed__type {
    font-size: 0.9em; } }

.dgppn-dgppnde-introtext p {
  font-size: 1.2em;
  line-height: 120%;
  margin: 20px 0 30px; }

/* form starting stylings ------------------------------- */
.form--material {
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */ }
  .form--material .form__item {
    position: relative;
    margin-bottom: 30px; }
  .form--material input {
    padding: 5px 10px 5px 0;
    display: block;
    font-size: 0.9em;
    background: transparent;
    border: none;
    color: #eb5a00;
    border-bottom: 1px solid #eb5a00; }
  .form--material input:focus {
    outline: none; }
  .form--material label {
    color: #eb5a00;
    position: absolute;
    pointer-events: none;
    font-weight: 700;
    font-size: 1em;
    left: 0;
    top: 6px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .form--material input:focus ~ label, .form--material input:valid ~ label {
    top: -22px;
    color: #ea5a00; }
  .form--material .bar {
    position: relative;
    display: block; }
  .form--material .bar:before, .form--material .bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #ea5a00;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .form--material .bar:before {
    left: 50%; }
  .form--material .bar:after {
    right: 50%; }
  .form--material input:focus ~ .bar:before, .form--material input:focus ~ .bar:after {
    width: 50%; }
  .form--material .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .form--material input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #ea5a00; }
  to {
    width: 0;
    background: transparent; } }

@-moz-keyframes inputHighlighter {
  from {
    background: #ea5a00; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #ea5a00; }
  to {
    width: 0;
    background: transparent; } }

.programApp {
  font-family: "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 40px; }
  .programApp.stage {
    padding-bottom: 55px; }
  .programApp h2 {
    margin-top: 0; }
  .programApp ul {
    list-style-type: none;
    padding: 0; }
  .programApp a {
    text-decoration: underline; }
  .programApp .dgppnProgram .day.orange {
    border-bottom: 5px solid #fa961e;
    margin-bottom: 60px; }
    .programApp .dgppnProgram .day.orange .orderId {
      color: #fa961e; }
    .programApp .dgppnProgram .day.orange .dateRoom, .programApp .dgppnProgram .day.orange > h2 {
      border-bottom: 5px solid #fa961e;
      padding-bottom: 8px; }
    .programApp .dgppnProgram .day.orange ul li div:first-child a {
      color: #fa961e; }
    .programApp .dgppnProgram .day.orange a:hover {
      color: #fa961e; }
    .programApp .dgppnProgram .day.orange .chairblock {
      border-bottom: 1px solid #fa961e; }
  .programApp .dgppnProgram .day.grey {
    border-bottom: 5px solid #879bb4;
    margin-bottom: 60px; }
    .programApp .dgppnProgram .day.grey .orderId {
      color: #879bb4; }
    .programApp .dgppnProgram .day.grey .dateRoom, .programApp .dgppnProgram .day.grey > h2 {
      border-bottom: 5px solid #879bb4;
      padding-bottom: 8px; }
    .programApp .dgppnProgram .day.grey ul li div:first-child a {
      color: #879bb4; }
    .programApp .dgppnProgram .day.grey a:hover {
      color: #879bb4; }
    .programApp .dgppnProgram .day.grey .chairblock {
      border-bottom: 1px solid #879bb4; }
  .programApp .dgppnProgram .day.purple {
    border-bottom: 5px solid #35275c;
    margin-bottom: 60px; }
    .programApp .dgppnProgram .day.purple .orderId {
      color: #35275c; }
    .programApp .dgppnProgram .day.purple .dateRoom, .programApp .dgppnProgram .day.purple > h2 {
      border-bottom: 5px solid #35275c;
      padding-bottom: 8px; }
    .programApp .dgppnProgram .day.purple ul li div:first-child a {
      color: #35275c; }
    .programApp .dgppnProgram .day.purple a:hover {
      color: #35275c; }
    .programApp .dgppnProgram .day.purple .chairblock {
      border-bottom: 1px solid #35275c; }
  .programApp .dgppnProgram .day.red {
    border-bottom: 5px solid #bb1222;
    margin-bottom: 60px; }
    .programApp .dgppnProgram .day.red .orderId {
      color: #bb1222; }
    .programApp .dgppnProgram .day.red .dateRoom, .programApp .dgppnProgram .day.red > h2 {
      border-bottom: 5px solid #bb1222;
      padding-bottom: 8px; }
    .programApp .dgppnProgram .day.red ul li div:first-child a {
      color: #bb1222; }
    .programApp .dgppnProgram .day.red a:hover {
      color: #bb1222; }
    .programApp .dgppnProgram .day.red .chairblock {
      border-bottom: 1px solid #bb1222; }
  .programApp .dgppnProgram .day.lightblue {
    border-bottom: 5px solid #00a0dc;
    margin-bottom: 60px; }
    .programApp .dgppnProgram .day.lightblue .orderId {
      color: #00a0dc; }
    .programApp .dgppnProgram .day.lightblue .dateRoom, .programApp .dgppnProgram .day.lightblue > h2 {
      border-bottom: 5px solid #00a0dc;
      padding-bottom: 8px; }
    .programApp .dgppnProgram .day.lightblue ul li div:first-child a {
      color: #00a0dc; }
    .programApp .dgppnProgram .day.lightblue a:hover {
      color: #00a0dc; }
    .programApp .dgppnProgram .day.lightblue .chairblock {
      border-bottom: 1px solid #00a0dc; }
  .programApp .dgppnProgram .day.blue {
    border-bottom: 5px solid #325c76;
    margin-bottom: 60px; }
    .programApp .dgppnProgram .day.blue .orderId {
      color: #325c76; }
    .programApp .dgppnProgram .day.blue .dateRoom, .programApp .dgppnProgram .day.blue > h2 {
      border-bottom: 5px solid #325c76;
      padding-bottom: 8px; }
    .programApp .dgppnProgram .day.blue ul li div:first-child a {
      color: #325c76; }
    .programApp .dgppnProgram .day.blue a:hover {
      color: #325c76; }
    .programApp .dgppnProgram .day.blue .chairblock {
      border-bottom: 1px solid #325c76; }
  .programApp .backButton a {
    cursor: pointer; }
  .programApp .blue .dgppnProgram h4 {
    border-bottom: 1px solid #325c76;
    font-size: 17px;
    margin-bottom: 19px;
    padding-bottom: 5px; }
  .programApp .blue .dgppnProgram .day.last {
    margin-bottom: 50px; }
  .programApp label {
    font-weight: normal; }
  .programApp .programSearch, .programApp form {
    position: relative;
    font-size: 0.9em; }
    .programApp .programSearch input[type='text'], .programApp form input[type='text'] {
      border: 0;
      border-bottom: 1px solid #000;
      background: transparent;
      height: 38px;
      min-width: 70%; }
      .programApp .programSearch input[type='text']::-webkit-input-placeholder, .programApp form input[type='text']::-webkit-input-placeholder {
        font-size: 1em; }
      .programApp .programSearch input[type='text']:-moz-placeholder, .programApp form input[type='text']:-moz-placeholder {
        /* Firefox 18- */
        font-size: 1em; }
      .programApp .programSearch input[type='text']::-moz-placeholder, .programApp form input[type='text']::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 1em; }
      .programApp .programSearch input[type='text']:-ms-input-placeholder, .programApp form input[type='text']:-ms-input-placeholder {
        font-size: 1em; }
    .programApp .programSearch input[type='submit'], .programApp form input[type='submit'] {
      vertical-align: bottom;
      border: none;
      background: none;
      padding: 0;
      margin: 0 0 0 20px; }
      .programApp .programSearch input[type='submit']:hover, .programApp form input[type='submit']:hover {
        color: #fa961e; }
    .programApp .programSearch input:focus, .programApp form input:focus {
      border: none;
      border-radius: 0; }
  .programApp .landingpage .textblock {
    margin-bottom: 27px; }
  .programApp .landingpage ul.mainNav {
    list-style-type: none;
    margin: 0 -15px 20px;
    overflow: hidden;
    padding: 0 15px; }
    .programApp .landingpage ul.mainNav li {
      background: #FFF;
      float: left;
      width: 100%;
      margin: 2.5% 0;
      min-height: 150px;
      -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
      padding: 10px 20px;
      border: 10px solid #fa961e;
      border-right: 0;
      border-left: 0; }
      @media screen and (min-width: 600px) {
        .programApp .landingpage ul.mainNav li {
          width: 48%;
          margin: 2% 1%;
          min-height: 180px; } }
  @media screen and (min-width: 600px) and (max-width: 1279px) {
    .programApp .landingpage ul.mainNav li:nth-child(2n) {
      margin-right: 0; }
    .programApp .landingpage ul.mainNav li:nth-child(2n+1) {
      margin-left: 0; } }
      @media screen and (min-width: 1280px) {
        .programApp .landingpage ul.mainNav li {
          width: 32%;
          margin: 1%;
          min-height: 235px; }
          .programApp .landingpage ul.mainNav li:nth-child(3n) {
            margin-right: 0; }
          .programApp .landingpage ul.mainNav li:nth-child(3n+1) {
            margin-left: 0; } }
      .programApp .landingpage ul.mainNav li a {
        text-decoration: none;
        font-weight: 800;
        font-size: 1.4em; }
      .programApp .landingpage ul.mainNav li.lightblue {
        border-color: #00a0dc; }
      .programApp .landingpage ul.mainNav li.purple {
        border-color: #35275c; }
      .programApp .landingpage ul.mainNav li.grey {
        border-color: #879bb4; }
      .programApp .landingpage ul.mainNav li.blue {
        border-color: #325c76; }
  .programApp .landingpage .programSearch {
    position: relative;
    font-size: 0.9em; }
    .programApp .landingpage .programSearch h4 {
      background-image: url("../Images/Landingpage/langdingpageSearchFilterIcon.png");
      background-repeat: no-repeat;
      background-position: 6px 4px;
      padding: 5px 0 5px 25px;
      margin: 2px 0 6px 0; }
    .programApp .landingpage .programSearch input[type='text'] {
      border: 0;
      border-bottom: 1px solid #000;
      background: transparent;
      height: 38px;
      min-width: 70%; }
      .programApp .landingpage .programSearch input[type='text']::-webkit-input-placeholder {
        font-size: 1em; }
      .programApp .landingpage .programSearch input[type='text']:-moz-placeholder {
        /* Firefox 18- */
        font-size: 1em; }
      .programApp .landingpage .programSearch input[type='text']::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 1em; }
      .programApp .landingpage .programSearch input[type='text']:-ms-input-placeholder {
        font-size: 1em; }
    .programApp .landingpage .programSearch input:focus {
      border: none;
      border-radius: 0; }
    .programApp .landingpage .programSearch .searchfilterOptions {
      display: none; }
      .programApp .landingpage .programSearch .searchfilterOptions div div {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 5px;
        width: 48%; }
        .programApp .landingpage .programSearch .searchfilterOptions div div input[type='checkbox'] {
          margin-left: 5px;
          margin-right: 5px; }
        .programApp .landingpage .programSearch .searchfilterOptions div div input[type='radio'] {
          margin: 4px 7px; }
      .programApp .landingpage .programSearch .searchfilterOptions div.searchBlock {
        border-bottom: 1px solid #FFFFFF; }
    .programApp .landingpage .programSearch #searchfilterOpener {
      background-image: url("../Images/Landingpage/langdingpageSearchArrowIcon.png");
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      height: 22px;
      position: absolute;
      right: 5px;
      top: 8px;
      width: 22px; }
  .programApp .backButton {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 45px; }
  .programApp .dgppnProgramFilter {
    margin: 0;
    padding: 0 0 0 10px; }
    .programApp .dgppnProgramFilter .box {
      -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
      padding: 20px;
      background: #FFF;
      margin-bottom: 20px; }
    .programApp .dgppnProgramFilter h2 {
      font-size: 1.4em;
      margin-bottom: 60px; }
    .programApp .dgppnProgramFilter li {
      background: none; }
    .programApp .dgppnProgramFilter li:hover {
      font-weight: 400; }
    .programApp .dgppnProgramFilter li span {
      text-align: left;
      width: 100%;
      cursor: pointer; }
    .programApp .dgppnProgramFilter li a {
      text-decoration: none; }
      .programApp .dgppnProgramFilter li a:hover {
        font-weight: 400; }
    .programApp .dgppnProgramFilter input {
      border: 0;
      margin-bottom: 20px;
      width: 100%; }
    .programApp .dgppnProgramFilter .authorblock div {
      font-weight: bold;
      text-align: left; }
    .programApp .dgppnProgramFilter .authorblock span {
      float: none;
      width: 100%; }
  .programApp .dgppnProgram.article h2 {
    background: none;
    margin: 2em 0 0.5em;
    padding: 0;
    text-align: left;
    width: auto; }
  .programApp .dgppnProgram .day {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #000; }
    .programApp .dgppnProgram .day ul {
      margin-bottom: 10px; }
    .programApp .dgppnProgram .day a.topic-link {
      text-decoration: none;
      font-weight: 800; }
    .programApp .dgppnProgram .day h2 {
      color: #fa961e;
      font-size: 0.72em;
      font-weight: 400;
      text-transform: uppercase; }
    .programApp .dgppnProgram .day li {
      background-image: none; }
    .programApp .dgppnProgram .day h3 {
      cursor: pointer;
      font-size: 1.2em;
      margin: 20px 0;
      padding-right: 55px; }
      .programApp .dgppnProgram .day h3::after {
        background-image: url("/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_Pfeil_Personenprofil_schwarz.svg");
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        height: 15px;
        width: 25px;
        margin-top: -2px;
        font-size: 0.9em;
        position: absolute;
        bottom: 10px;
        right: 0;
        z-index: 9; }
      .programApp .dgppnProgram .day h3.open::after {
        background-image: url("/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_X_Personenprofil_schwarz.svg");
        height: 17px;
        width: 23px; }
    .programApp .dgppnProgram .day .personalProgramStar.starred > .fa-star:before {
      content: "\f005"; }
    .programApp .dgppnProgram .day .personalProgramStar > .fa-star:before {
      content: "\f006"; }
    .programApp .dgppnProgram .day .frameDetails {
      position: relative; }
    .programApp .dgppnProgram .day .sitzungsStatus {
      font-size: 13px;
      font-style: italic;
      line-height: 15px;
      padding: 5px 5px 0 0; }
    .programApp .dgppnProgram .day .chairblock {
      border-bottom: 1px solid #fa961e;
      padding-bottom: 20px;
      position: relative; }
      .programApp .dgppnProgram .day .chairblock .chair {
        margin-top: 5px; }
      .programApp .dgppnProgram .day .chairblock:last-child {
        border-bottom: 0;
        padding-bottom: 10px; }
      .programApp .dgppnProgram .day .chairblock .sessiontitle {
        font-weight: 700;
        padding: 0 80px 0 0;
        margin-bottom: 10px; }
      .programApp .dgppnProgram .day .chairblock span:nth-child(1) {
        padding-right: 10px; }
    .programApp .dgppnProgram .day .sessiondetails {
      border-bottom: 1px solid #fa961e;
      margin-bottom: 10px;
      padding: 0 10px;
      position: relative; }
      .programApp .dgppnProgram .day .sessiondetails .container-fluid {
        padding: 0;
        position: relative; }
      .programApp .dgppnProgram .day .sessiondetails .headline span:nth-child(1),
      .programApp .dgppnProgram .day .sessiondetails .headline span:nth-child(2) {
        font-weight: bold;
        padding-right: 10px; }
  .programApp .dgppnProgram .topicTitle {
    background-color: transparent;
    border-radius: 0;
    font-size: 24px;
    padding: 0;
    text-align: left;
    width: 100%; }
  .programApp .dgppnProgram.conferenceType .typeBlock {
    border-bottom: 5px solid #fa961e;
    margin-bottom: 60px;
    margin-bottom: 40px !important; }
    .programApp .dgppnProgram.conferenceType .typeBlock .orderId {
      color: #fa961e; }
    .programApp .dgppnProgram.conferenceType .typeBlock .dateRoom, .programApp .dgppnProgram.conferenceType .typeBlock > h2 {
      border-bottom: 5px solid #fa961e;
      padding-bottom: 8px; }
    .programApp .dgppnProgram.conferenceType .typeBlock ul li div:first-child a {
      color: #fa961e; }
    .programApp .dgppnProgram.conferenceType .typeBlock a:hover {
      color: #fa961e; }
    .programApp .dgppnProgram.conferenceType .typeBlock .chairblock {
      border-bottom: 1px solid #fa961e; }
    .programApp .dgppnProgram.conferenceType .typeBlock h2 {
      background: none;
      text-transform: uppercase;
      font-weight: 400;
      text-align: left;
      width: 100%;
      padding: 0;
      margin-bottom: 0.2em;
      color: #000; }
    .programApp .dgppnProgram.conferenceType .typeBlock a {
      background: none;
      text-decoration: none;
      font-weight: 800;
      display: block;
      padding: 0; }
    .programApp .dgppnProgram.conferenceType .typeBlock ul {
      color: #FFFFFF;
      margin: 0 0 10px 0; }
      .programApp .dgppnProgram.conferenceType .typeBlock ul li {
        background: none; }
        .programApp .dgppnProgram.conferenceType .typeBlock ul li div {
          display: inline-block;
          vertical-align: top; }
        .programApp .dgppnProgram.conferenceType .typeBlock ul li div:first-child {
          width: 8%; }
        .programApp .dgppnProgram.conferenceType .typeBlock ul li div:last-child {
          width: 91%; }
    .programApp .dgppnProgram.conferenceType .typeBlock.red {
      border-bottom: 5px solid #bb1222;
      margin-bottom: 60px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.red .orderId {
        color: #bb1222; }
      .programApp .dgppnProgram.conferenceType .typeBlock.red .dateRoom, .programApp .dgppnProgram.conferenceType .typeBlock.red > h2 {
        border-bottom: 5px solid #bb1222;
        padding-bottom: 8px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.red ul li div:first-child a {
        color: #bb1222; }
      .programApp .dgppnProgram.conferenceType .typeBlock.red a:hover {
        color: #bb1222; }
      .programApp .dgppnProgram.conferenceType .typeBlock.red .chairblock {
        border-bottom: 1px solid #bb1222; }
    .programApp .dgppnProgram.conferenceType .typeBlock.orange {
      border-bottom: 5px solid #fa961e;
      margin-bottom: 60px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.orange .orderId {
        color: #fa961e; }
      .programApp .dgppnProgram.conferenceType .typeBlock.orange .dateRoom, .programApp .dgppnProgram.conferenceType .typeBlock.orange > h2 {
        border-bottom: 5px solid #fa961e;
        padding-bottom: 8px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.orange ul li div:first-child a {
        color: #fa961e; }
      .programApp .dgppnProgram.conferenceType .typeBlock.orange a:hover {
        color: #fa961e; }
      .programApp .dgppnProgram.conferenceType .typeBlock.orange .chairblock {
        border-bottom: 1px solid #fa961e; }
    .programApp .dgppnProgram.conferenceType .typeBlock.purple {
      border-bottom: 5px solid #35275c;
      margin-bottom: 60px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.purple .orderId {
        color: #35275c; }
      .programApp .dgppnProgram.conferenceType .typeBlock.purple .dateRoom, .programApp .dgppnProgram.conferenceType .typeBlock.purple > h2 {
        border-bottom: 5px solid #35275c;
        padding-bottom: 8px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.purple ul li div:first-child a {
        color: #35275c; }
      .programApp .dgppnProgram.conferenceType .typeBlock.purple a:hover {
        color: #35275c; }
      .programApp .dgppnProgram.conferenceType .typeBlock.purple .chairblock {
        border-bottom: 1px solid #35275c; }
    .programApp .dgppnProgram.conferenceType .typeBlock.grey {
      border-bottom: 5px solid #879bb4;
      margin-bottom: 60px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.grey .orderId {
        color: #879bb4; }
      .programApp .dgppnProgram.conferenceType .typeBlock.grey .dateRoom, .programApp .dgppnProgram.conferenceType .typeBlock.grey > h2 {
        border-bottom: 5px solid #879bb4;
        padding-bottom: 8px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.grey ul li div:first-child a {
        color: #879bb4; }
      .programApp .dgppnProgram.conferenceType .typeBlock.grey a:hover {
        color: #879bb4; }
      .programApp .dgppnProgram.conferenceType .typeBlock.grey .chairblock {
        border-bottom: 1px solid #879bb4; }
    .programApp .dgppnProgram.conferenceType .typeBlock.blue {
      border-bottom: 5px solid #325c76;
      margin-bottom: 60px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.blue .orderId {
        color: #325c76; }
      .programApp .dgppnProgram.conferenceType .typeBlock.blue .dateRoom, .programApp .dgppnProgram.conferenceType .typeBlock.blue > h2 {
        border-bottom: 5px solid #325c76;
        padding-bottom: 8px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.blue ul li div:first-child a {
        color: #325c76; }
      .programApp .dgppnProgram.conferenceType .typeBlock.blue a:hover {
        color: #325c76; }
      .programApp .dgppnProgram.conferenceType .typeBlock.blue .chairblock {
        border-bottom: 1px solid #325c76; }
    .programApp .dgppnProgram.conferenceType .typeBlock.lightblue {
      border-bottom: 5px solid #00a0dc;
      margin-bottom: 60px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.lightblue .orderId {
        color: #00a0dc; }
      .programApp .dgppnProgram.conferenceType .typeBlock.lightblue .dateRoom, .programApp .dgppnProgram.conferenceType .typeBlock.lightblue > h2 {
        border-bottom: 5px solid #00a0dc;
        padding-bottom: 8px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.lightblue ul li div:first-child a {
        color: #00a0dc; }
      .programApp .dgppnProgram.conferenceType .typeBlock.lightblue a:hover {
        color: #00a0dc; }
      .programApp .dgppnProgram.conferenceType .typeBlock.lightblue .chairblock {
        border-bottom: 1px solid #00a0dc; }
    .programApp .dgppnProgram.conferenceType .typeBlock.green {
      border-bottom: 5px solid #00A87E;
      margin-bottom: 60px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.green .orderId {
        color: #00A87E; }
      .programApp .dgppnProgram.conferenceType .typeBlock.green .dateRoom, .programApp .dgppnProgram.conferenceType .typeBlock.green > h2 {
        border-bottom: 5px solid #00A87E;
        padding-bottom: 8px; }
      .programApp .dgppnProgram.conferenceType .typeBlock.green ul li div:first-child a {
        color: #00A87E; }
      .programApp .dgppnProgram.conferenceType .typeBlock.green a:hover {
        color: #00A87E; }
      .programApp .dgppnProgram.conferenceType .typeBlock.green .chairblock {
        border-bottom: 1px solid #00A87E; }
  .programApp .opPagination button {
    display: block;
    border: none;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 60px;
    background-color: #fff;
    text-transform: uppercase; }
    .programApp .opPagination button a {
      text-decoration: none; }
      .programApp .opPagination button a:hover {
        text-decoration: none; }
    .programApp .opPagination button:hover a, .programApp .opPagination button:active a, .programApp .opPagination button:focus a {
      color: #fa961e; }
    .programApp .opPagination button.disabled {
      display: none; }
  .programApp .opPagination ul > li a, .programApp .opPagination ul > li.active a {
    border: none;
    background: transparent;
    color: #000;
    border-radius: 0;
    padding: 0; }
    .programApp .opPagination ul > li a:hover, .programApp .opPagination ul > li a:focus, .programApp .opPagination ul > li a:active, .programApp .opPagination ul > li.active a:hover, .programApp .opPagination ul > li.active a:focus, .programApp .opPagination ul > li.active a:active {
      font-weight: 700;
      color: #000;
      background: transparent; }
  .programApp .opPagination ul > li:not(:last-child) a:after, .programApp .opPagination ul > li.active:not(:last-child) a:after {
    content: "|";
    padding: 0 10px 0 4px; }
  .programApp .opPagination ul > li.active a {
    font-weight: 700; }

/* MODALBOX */
.modal-dialog {
  font-size: 0.8em; }
  .modal-dialog .modal-title {
    margin: 0;
    display: inline-block;
    line-height: 1.42857143;
    font-size: 1.2em; }
  .modal-dialog .close {
    margin-top: -2px;
    border: 2px solid black;
    background: 0;
    color: black;
    padding: 0 6px;
    margin-right: 20px; }
    .modal-dialog .close:hover, .modal-dialog .close:active, .modal-dialog .close:focus {
      color: #fa961e;
      border-color: #fa961e; }
  .modal-dialog hr {
    margin: 40px 0; }
  .modal-dialog input {
    border: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    height: 38px;
    min-width: 70%; }
    .modal-dialog input::-webkit-input-placeholder {
      font-size: 1em; }
    .modal-dialog input:-moz-placeholder {
      /* Firefox 18- */
      font-size: 1em; }
    .modal-dialog input::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 1em; }
    .modal-dialog input:-ms-input-placeholder {
      font-size: 1em; }

.online-program button, .online-program .btn {
  border-radius: 0; }

.colLeft .csc-default {
  display: none; }

.tipContainer {
  display: none; }

.ui-tooltip {
  background: #325B78;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  position: absolute;
  color: white;
  padding: 15px;
  width: 150px; }

.tooltipLink:hover {
  font-weight: bold; }

.description {
  display: none; }

.mB15 {
  margin-bottom: 15px; }

#filterDiv ul {
  text-align: left; }
  #filterDiv ul ul {
    float: none;
    width: 100%; }

#filterDiv li {
  cursor: pointer; }

.boldFont {
  font-weight: bold; }

.hint {
  color: #fa961e;
  font-weight: bold; }

.hideElement {
  display: none; }

.ui-helper-hidden-accessible {
  display: none; }

.noPadding {
  padding: 0 !important; }

.frameDetails {
  display: none; }

.programApp .dgppnProgram .day h3.force-open::after {
  opacity: 0; }

.programApp .dgppnProgramFilter select {
  border: 0;
  margin-bottom: 20px;
  padding: 2px 0 2px 30px;
  width: 100%; }

.programApp .dgppnProgram .sessionDetailsCollapseContainer a.ShareSessionLink {
  background-image: url("/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_share.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  content: "";
  right: 0;
  top: 46px;
  z-index: 9; }
  .programApp .dgppnProgram .sessionDetailsCollapseContainer a.ShareSessionLink .fa {
    display: none; }

.programApp .dgppnProgram .sessionDetailsCollapseContainer a.personalProgramStar {
  background-image: none;
  position: absolute;
  right: 30px;
  top: 43px;
  z-index: 9; }

.programApp .dgppnProgram .sessionDetailsCollapseContainer a.personalProgramStar:hover {
  cursor: pointer; }

.margin-top-20 {
  margin-top: 20px; }

.linkbox {
  background: #FFF;
  height: 150px;
  width: 100%;
  display: block;
  margin: 0;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border: 10px solid #3c6e91;
  border-right: 0;
  border-left: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.linkbox .linkbox__link {
  font-weight: 800;
  text-decoration: none;
  font-size: 1.4em;
  font-family: "MarkWebPro-Book W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif; }

@media screen and (min-width: 600px) {
  .linkbox {
    height: 175px; } }

@media screen and (min-width: 1280px) {
  .linkbox {
    height: 235px;
    margin-bottom: 30px; } }

.siteContent .breadcrumb-placeholder {
  height: 30px; }

.siteContent ul.breadcrumb {
  font-size: 14px;
  color: #b3b3b3;
  margin: 0 auto;
  padding: 15px 0 0; }

.siteContent ul.breadcrumb li {
  display: inline-block; }
  .siteContent ul.breadcrumb li:not(:last-child):after {
    content: "|";
    display: inline-block; }

.siteContent ul.breadcrumb li a {
  color: #b3b3b3;
  text-decoration: underline; }
  .siteContent ul.breadcrumb li a:hover, .siteContent ul.breadcrumb li a:focus, .siteContent ul.breadcrumb li a:active {
    color: #eb5a00; }

@media screen and (min-width: 1280px) {
  .siteContent ul.breadcrumb {
    width: 66.66%;
    padding: 15px 15px 0; } }

.content-pagination__spinner {
  margin: 40px 0;
  color: #b3b3b3; }

.content-pagination__menu {
  text-align: center;
  margin: 40px 0; }
  .content-pagination__menu button {
    display: block;
    border: none;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin: 0 auto 20px;
    padding: 20px 60px;
    background-color: #fff;
    text-transform: uppercase; }
    .content-pagination__menu button a {
      text-decoration: none; }
      .content-pagination__menu button a:hover {
        text-decoration: none; }
    .content-pagination__menu button:hover a, .content-pagination__menu button:active a, .content-pagination__menu button:focus a {
      color: #fa961e; }
    .content-pagination__menu button.disabled {
      display: none; }
  .content-pagination__menu ul li {
    display: inline-block; }
    .content-pagination__menu ul li:not(:last-child):after {
      content: "|";
      padding: 0 10px 0 4px; }
  .content-pagination__menu ul > li.active a {
    font-weight: 700; }

.textbox {
  padding: 20px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.8em; }

.textbox__title {
  font-size: 1.6rem;
  margin-bottom: 10px; }

@media screen and (min-width: 600px) {
  .textbox {
    min-height: 285px; } }

/**
 * Cookie Layer
 */
.text-right {
  text-align: right; }

.modal-footer {
  margin-top: 20px; }

.modal-footer button {
  margin: 20px 13px 0px 0 !important;
  font-size: 13px !important;
  padding: 10px 8px !important;
  text-transform: uppercase;
  border-radius: 0;
  border: none; }

.modal-footer button:hover {
  background-color: #eb5a00;
  color: black;
  border-radius: 0;
  border: none; }

.cookie--group {
  display: table;
  table-layout: fixed;
  width: 50%;
  float: left; }

.cookie--group label {
  font-size: 0.9em !important;
  margin: 0; }

.cookie--group .group-check {
  min-width: 12%;
  position: relative;
  top: 2px; }

.cookie--desc {
  display: table-cell;
  vertical-align: middle; }

.cookie--desc input {
  height: 20px;
  min-width: 12%; }

.btn {
  margin: 20px 0 5px 0;
  color: white;
  background-color: #eb5a00;
  vertical-align: middle; }

#saveAllCookies {
  margin-right: 0px !important; }

#modal-cookie {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  z-index: 999;
  background: white;
  color: black;
  text-align: center;
  padding: 30px !important;
  border: none;
  font-size: 20px; }

#cookieForm a {
  color: black;
  cursor: pointer !important;
  text-decoration: underline; }

#cookieForm a:hover {
  text-decoration: underline;
  color: #eb5a00; }

@media screen and (max-width: 1279px) {
  #modal-cookie {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
    right: unset;
    z-index: 999;
    background: white;
    color: black;
    text-align: center !important;
    padding: 15px 0 10px 0;
    border: none; }
  .modal-footer.text-right {
    text-align: center; }
  .cookie--group {
    width: 50%; } }

.neos-backend .siteLoader {
  display: none; }

.siteLoader {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #F6F6F6; }

.siteLoader--hidden {
  pointer-events: none;
  display: none; }

.siteLoader__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 70%;
  margin-left: -35%;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); }

.siteLoader__content__string {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  opacity: 0; }

/*
 * Site Header
 */
.siteHeader {
  position: fixed;
  z-index: 10;
  padding: 20px 30px 0;
  background: #FFF; }
  @media screen and (min-width: 1280px) {
    .siteHeader {
      position: relative;
      padding: 30px 30px 10px; } }
  @media screen and (min-width: 1280px) {
    .siteHeader {
      background: transparent;
      height: 260px;
      padding: 60px 30px; } }
  .siteHeader .header-button {
    color: #3c6e91;
    font-size: 1.7em; }
    @media screen and (min-width: 600px) {
      .siteHeader .header-button {
        font-size: 1.6em; } }
    @media screen and (min-width: 1280px) {
      .siteHeader .header-button {
        display: none; } }
    .siteHeader .header-button--menu {
      float: right; }
  .siteHeader .open .header-button {
    color: #eb5a00; }
  .siteHeader .language {
    padding: 0;
    margin: 0;
    display: none;
    list-style: none;
    font-weight: 700;
    margin-left: 10px;
    float: right; }
    @media screen and (min-width: 1280px) {
      .siteHeader .language {
        display: block; } }
    .siteHeader .language:before, .siteHeader .language:after {
      content: '';
      display: table; }
    .siteHeader .language:after {
      clear: both; }
    .siteHeader .language li {
      display: block;
      font-size: .64em;
      text-transform: uppercase;
      float: left;
      color: #eb5a00; }
      .siteHeader .language li.normal a {
        color: black; }
        .siteHeader .language li.normal a:hover {
          color: #eb5a00; }
      .siteHeader .language li:first-child:after {
        content: '|';
        margin: 0 .2em 0 0; }
  .siteHeader .breadcrumb {
    display: none; }

.siteSlider {
  position: relative;
  max-height: 800px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 1px 5px 0 #aaa;
  box-shadow: 1px 1px 5px 0 #aaa;
  margin: 0 -15px 15px; }
  @media screen and (min-width: 1280px) {
    .siteSlider {
      margin: 0 15px 15px; } }
  .siteSlider img {
    width: 100%; }
    @media screen and (min-width: 600px) {
      .siteSlider img {
        min-height: inherit; } }
    @media screen and (min-width: 320px) {
      .siteSlider img {
        min-height: 180px; } }
  .siteSlider > .prev, .siteSlider > .next {
    position: absolute;
    top: 0;
    width: 3em;
    height: 100%;
    min-height: 100%;
    color: #fff;
    z-index: 3;
    font-size: 1rem;
    text-align: center; }
    .siteSlider > .prev .fa, .siteSlider > .next .fa {
      position: relative;
      top: 38%;
      height: 50px;
      background-position: center;
      background-repeat: no-repeat;
      width: 35%;
      text-align: center;
      cursor: pointer; }
    @media screen and (min-width: 600px) {
      .siteSlider > .prev, .siteSlider > .next {
        font-size: 60px;
        width: 1em; }
        .siteSlider > .prev .fa, .siteSlider > .next .fa {
          top: 42%;
          width: 100%; } }
    @media screen and (min-width: 1280px) {
      .siteSlider > .prev, .siteSlider > .next {
        font-size: 80px; } }
  .siteSlider > .prev {
    left: 0; }
    .siteSlider > .prev .fa {
      background-image: url(/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_Slider_left.svg); }
  .siteSlider > .next {
    right: 0; }
    .siteSlider > .next .fa {
      background-image: url(/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_Slider_right.svg); }
  .siteSlider .sliderOverlay {
    width: 100%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2; }
    .siteSlider .sliderOverlay:before, .siteSlider .sliderOverlay:after {
      content: '';
      display: table; }
    .siteSlider .sliderOverlay:after {
      clear: both; }
    @media screen and (min-width: 320px) {
      .siteSlider .sliderOverlay {
        display: none; } }
    @media screen and (min-width: 600px) {
      .siteSlider .sliderOverlay {
        display: block; } }
  .siteSlider .slideReadMore {
    float: right;
    margin-bottom: 1em;
    margin-right: 1em; }
  .siteSlider figcaption {
    position: absolute;
    display: inline-table;
    left: 15%;
    right: 15%;
    bottom: 14.5%; }
    @media screen and (min-width: 600px) {
      .siteSlider figcaption {
        left: 9%;
        right: 9%; } }
    @media screen and (min-width: 1280px) {
      .siteSlider figcaption {
        left: 6.34%;
        right: 6.34%; } }
    @media screen and (min-width: 320px) {
      .siteSlider figcaption h1 {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.3;
        margin: 1.3em 0 0.7em; } }
  @media screen and (min-width: 320px) and (min-width: 1280px) {
    .siteSlider figcaption h1 {
      font-size: 1em;
      padding-left: 0;
      padding-right: 0; } }
    @media screen and (min-width: 600px) {
      .siteSlider figcaption h1 {
        font-size: 2.3em;
        font-weight: 800;
        line-height: 103.33%; } }
    @media screen and (min-width: 1280px) {
      .siteSlider figcaption h1 {
        font-size: 2.3em;
        font-weight: 800;
        line-height: 103.33%; } }
    @media screen and (min-width: 320px) {
      .siteSlider figcaption h2 {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.3;
        margin: 1.3em 0 0.7em; } }
  @media screen and (min-width: 320px) and (min-width: 1280px) {
    .siteSlider figcaption h2 {
      font-size: 1em;
      padding-left: 0;
      padding-right: 0; } }
    @media screen and (min-width: 1280px) {
      .siteSlider figcaption h2 {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.3;
        margin: 1.3em 0 0.7em; } }
    .siteSlider figcaption p {
      font-size: 1em;
      font-weight: 400;
      line-height: 1.3;
      margin: 1.3em 0 0.7em;
      display: table;
      color: #eb5a00;
      font-weight: 400; }
      @media screen and (min-width: 320px) {
        .siteSlider figcaption p {
          font-size: 1em; } }
      @media screen and (min-width: 600px) {
        .siteSlider figcaption p {
          font-size: 1.5em; } }
      @media screen and (min-width: 1280px) {
        .siteSlider figcaption p {
          font-size: 2.853em; } }
      .siteSlider figcaption p strong {
        font-size: 2.3em;
        font-weight: 800;
        line-height: 103.33%;
        text-transform: uppercase;
        color: #eb5a00;
        font-family: 'MarkWebPro-Heavy W03 Regular', 'HelveticaNeueW01-45Ligh', Arial, 'Helvetica Neue', Helvetica, sans-serif; }
        @media screen and (min-width: 320px) {
          .siteSlider figcaption p strong {
            font-size: 6em; } }
        @media screen and (min-width: 600px) {
          .siteSlider figcaption p strong {
            font-size: 5.953em; } }
        @media screen and (min-width: 1280px) {
          .siteSlider figcaption p strong {
            font-size: 5.953em; } }
  .siteSlider .text-top figcaption {
    top: 14.5%;
    bottom: initial; }
  .siteSlider .title {
    width: 50%;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .siteSlider > .neos-contentcollection {
    z-index: 1;
    width: 100%;
    height: 100%; }
    .siteSlider > .neos-contentcollection:before, .siteSlider > .neos-contentcollection:after {
      content: '';
      display: table; }
    .siteSlider > .neos-contentcollection:after {
      clear: both; }
    .siteSlider > .neos-contentcollection > * {
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      z-index: 1;
      visibility: hidden;
      width: 100%;
      margin: 0 auto;
      height: 100%;
      position: absolute;
      right: 0;
      left: 0; }
      .siteSlider > .neos-contentcollection > * figure {
        position: relative;
        width: 100%;
        height: 100%; }
      .siteSlider > .neos-contentcollection > *.active {
        opacity: 1;
        z-index: 2;
        visibility: visible;
        position: relative; }
  .siteSlider.empty {
    margin-bottom: 0;
    display: none;
    visibility: hidden; }

.siteSlider.siteSlider--ce {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 15px; }
  .siteSlider.siteSlider--ce img {
    min-height: initial; }
  .siteSlider.siteSlider--ce figcaption {
    position: initial;
    margin: 10px 0; }
    .siteSlider.siteSlider--ce figcaption p {
      color: #000;
      font-size: 1em;
      font-weight: initial; }
  .siteSlider.siteSlider--ce > .prev, .siteSlider.siteSlider--ce > .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .siteSlider.siteSlider--ce > .prev .fa, .siteSlider.siteSlider--ce > .next .fa {
      width: 40px;
      height: 40px;
      position: static;
      background: url(/_Resources/Static/Packages/Dgppn.Basics/Images/DGPPN_Pfeil.svg) center no-repeat; }
  .siteSlider.siteSlider--ce > .prev {
    left: 0; }
    .siteSlider.siteSlider--ce > .prev .fa {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
  .siteSlider.siteSlider--ce > .next {
    right: 0; }
    .siteSlider.siteSlider--ce > .next .fa {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .siteSlider.siteSlider--ce > .neos-contentcollection > * {
    margin: 0 auto;
    float: none;
    width: 100%; }

@media screen and (min-width: 1280px) {
  .siteSlider.siteSlider--ce {
    width: 120%;
    left: -10%; }
    .siteSlider.siteSlider--ce > .neos-contentcollection > * {
      width: 83.33333%; }
  .siteSlider.siteSlider--fit-to-content {
    width: 100%;
    left: inherit; } }

@media screen and (min-width: 1280px) {
  .siteTeaser {
    margin-bottom: 2em; } }

.siteTeaser .teaserContent {
  max-height: 190px; }
  @media screen and (min-width: 1280px) {
    .siteTeaser .teaserContent {
      min-height: 190px; } }

.siteContent {
  min-height: 100%;
  width: 100%;
  max-width: 57.6em;
  padding: 75px 15px 0; }
  @media screen and (min-width: 600px) {
    .siteContent {
      padding-top: 91px; } }
  @media screen and (min-width: 1280px) {
    .siteContent {
      padding-top: 0;
      margin: 0 auto 30px; } }
  .siteContent > div {
    height: 100%; }
  .siteContent > .siteSlider {
    margin-top: -30px; }
  @media screen and (min-width: 320px) {
    .siteContent .teaserBox {
      margin: 0 20px 1.5em; } }
  @media screen and (min-width: 1280px) {
    .siteContent .teaserBox {
      margin: 0;
      margin-bottom: 1em; } }
  .siteContent .neos-nodetypes-headline h1 {
    font-family: "MarkWebPro-Heavy W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2em;
    margin: 20px 0 30px; }
    @media screen and (min-width: 1280px) {
      .siteContent .neos-nodetypes-headline h1 {
        font-size: 2em;
        line-height: 1.25em;
        margin: 15px 0 30px; } }
  .siteContent .neos-nodetypes-headline h2 {
    font-family: "MarkWebPro-Heavy W03 Regular", "HelveticaNeueW01-45Ligh", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 30px; }
  .siteContent .neos-contentcollection > .neos-nodetypes-image,
  .siteContent .neos-contentcollection > .neos-nodetypes-form,
  .siteContent .neos-contentcollection > .neos-nodetypes-textwithimage,
  .siteContent .neos-contentcollection > .neos-nodetypes-contentreferences {
    margin-bottom: 30px; }
    .siteContent .neos-contentcollection > .neos-nodetypes-image p,
    .siteContent .neos-contentcollection > .neos-nodetypes-form p,
    .siteContent .neos-contentcollection > .neos-nodetypes-textwithimage p,
    .siteContent .neos-contentcollection > .neos-nodetypes-contentreferences p {
      margin: 0; }
  .siteContent .neos-contentcollection p a, .siteContent .neos-contentcollection li a {
    text-decoration: underline; }
  .siteContent .siteSlider .neos-contentcollection > .neos-nodetypes-image {
    margin-bottom: 0; }
  .siteContent .neos-contentcollection .dgppn-dgppnde-introtext p {
    line-height: 34px;
    font-size: 24px; }
  .siteContent .neos-contentcollection .neos-nodetypes-contentreferences p {
    margin: 0; }
  .siteContent ul {
    margin: 0 0 20px;
    line-height: 1.3;
    padding: 0;
    list-style: none; }
  .siteContent .neos-nodetypes-text, .siteContent .textbox {
    margin-bottom: 40px; }
    .siteContent .neos-nodetypes-text ul, .siteContent .textbox ul {
      margin: 0 0 20px;
      line-height: 1.3;
      padding: 0;
      list-style: none; }
      .siteContent .neos-nodetypes-text ul li, .siteContent .textbox ul li {
        margin-bottom: 3px;
        position: relative;
        padding-left: 1em; }
        .siteContent .neos-nodetypes-text ul li:before, .siteContent .textbox ul li:before {
          content: "";
          padding-right: .5em;
          position: absolute;
          left: 0;
          top: 0.5em;
          height: 0.3em;
          background: url("/_Resources/Static/Packages/Dgppn.Basics/Images/dgppnbullet.svg") no-repeat;
          background-size: contain; }
  @media screen and (min-width: 600px) {
    .siteContent .neos-nodetypes-threecolumn {
      width: 50%;
      float: left;
      margin: 0 auto; } }
  @media screen and (min-width: 1280px) {
    .siteContent .neos-nodetypes-threecolumn {
      width: initial;
      float: none;
      margin: 0 -15px; } }
  .siteContent nav.breadcrumbMenu {
    width: 100%; }
    .siteContent nav.breadcrumbMenu ul.breadcrumb {
      list-style: none;
      padding: 0;
      margin: 0;
      float: right;
      display: block; }
      .siteContent nav.breadcrumbMenu ul.breadcrumb li {
        float: left;
        margin: 0 .3em 0 0; }
        .siteContent nav.breadcrumbMenu ul.breadcrumb li:after {
          content: "|";
          color: #eb5a00; }
        .siteContent nav.breadcrumbMenu ul.breadcrumb li:last-child:after {
          content: " "; }
  .siteContent > * {
    font-size: 16px; }
    @media screen and (min-width: 1280px) {
      .siteContent > * {
        font-size: 20px; } }

@media screen and (min-width: 1280px) {
  .siteContent > .siteSlider {
    margin-top: 0; } }

/**
 * Site Footer
 */
.siteFooter {
  margin: 20px auto 30px;
  border-top: 1px solid #000; }
  .siteFooter ul {
    margin-bottom: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .siteFooter ul li {
      display: inline-block;
      font-size: 0.875em;
      margin: 5px 10px 0;
      text-transform: uppercase;
      text-align: center; }
      .siteFooter ul li a {
        color: #000; }
  .siteFooter span {
    display: inline-block;
    font-size: 0.875em;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    width: inherit; }
  @media screen and (min-width: 600px) {
    .siteFooter ul {
      padding: 0 15px; }
      .siteFooter ul li {
        margin: 5px 30px;
        font-size: 0.56em; }
    .siteFooter span {
      margin: 5px 30px;
      font-size: 0.56em; } }
  @media screen and (max-width: 640px) {
    .siteFooter ul li {
      font-size: 0.8em; }
    .siteFooter span {
      font-size: 0.8em; } }
  @media screen and (min-width: 1280px) {
    .siteFooter {
      margin: 20px auto 20px; }
      .siteFooter ul li {
        font-size: 0.56em; }
      .siteFooter span {
        font-size: 0.56em; } }

@media screen and (min-width: 1280px) {
  .stage {
    padding: 15px;
    margin: 0 -15px; } }

.stage.g {
  margin-bottom: 0; }

.stage > .neos-contentcollection {
  margin: 0 auto;
  float: none; }

.workingGroup .item {
  background-color: #ebeef0;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }
  .workingGroup .item:before, .workingGroup .item:after {
    content: '';
    display: table; }
  .workingGroup .item:after {
    clear: both; }

.workingGroup .workingGroupHeader {
  background-color: #669DD1;
  color: #fff;
  padding: 1em; }
  .workingGroup .workingGroupHeader:before, .workingGroup .workingGroupHeader:after {
    content: '';
    display: table; }
  .workingGroup .workingGroupHeader:after {
    clear: both; }
  .workingGroup .workingGroupHeader h2 {
    color: #fff; }
  .workingGroup .workingGroupHeader .userImage {
    margin: -1em; }

.workingGroup .workingGroupContent {
  min-height: 30px;
  padding: 15px 30px 15px 20px; }

.workingGroup h1 {
  color: #fa961e;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  margin: 0 0 19px 0;
  padding: 0; }

.workingGroup .groupIcon {
  text-align: center;
  display: block;
  margin: 0 auto; }

.workingGroup .chairView {
  margin-top: 1em; }

.workingGroup .downloads .downloadList {
  padding: 1em; }
  .workingGroup .downloads .downloadList a {
    display: block; }

.workingGroupList .workingGroupItem {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  padding-bottom: 0;
  position: relative; }
  .workingGroupList .workingGroupItem:before, .workingGroupList .workingGroupItem:after {
    content: '';
    display: table; }
  .workingGroupList .workingGroupItem:after {
    clear: both; }
  @media screen and (min-width: 320px) {
    .workingGroupList .workingGroupItem {
      height: auto; } }
  @media screen and (min-width: 600px) {
    .workingGroupList .workingGroupItem {
      height: 75px; } }
  .workingGroupList .workingGroupItem .workingGroupIcon {
    float: left;
    display: block;
    height: 100%; }
    .workingGroupList .workingGroupItem .workingGroupIcon img {
      height: 100%;
      width: auto; }
  .workingGroupList .workingGroupItem .workingGroupContent {
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px; }
    @media screen and (min-width: 320px) {
      .workingGroupList .workingGroupItem .workingGroupContent {
        max-width: 45%; } }
    @media screen and (min-width: 600px) {
      .workingGroupList .workingGroupItem .workingGroupContent {
        max-width: 45%; } }
    @media screen and (min-width: 1280px) {
      .workingGroupList .workingGroupItem .workingGroupContent {
        max-width: 285px; } }
    .workingGroupList .workingGroupItem .workingGroupContent .workingGroupTitle {
      color: #094A8B;
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 5px; }
    .workingGroupList .workingGroupItem .workingGroupContent .workingGroupStatus {
      font-size: 12px;
      line-height: 1.5;
      padding-bottom: 10px;
      margin-top: -10px; }
    .workingGroupList .workingGroupItem .workingGroupContent .workingGroupChair {
      font-size: 12px;
      line-height: 1.5;
      padding-bottom: 10px; }
  .workingGroupList .workingGroupItem .workingGroupDetailBtn {
    float: right;
    padding: 25px 15px;
    position: relative;
    text-transform: uppercase; }

/**
 * Print styles - Inlined to avoid another HTTP connection.
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  @page {
    margin: 0.5cm; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  
  .print-hidden {
    display: none; } }
