/** FONT-FACES **/
@font-face {
	font-family: "ff-din-web";
	src: url("../fonts/DINWebPro.eot");
	src: url("../fonts/DINWebPro.eot#iefix") format("embedded-opentype"),
		url("../fonts/DINWebPro.woff") format("woff"),
		url('../fonts/DINWebPro.ttf') format('truetype');
}
@font-face {
	font-family: "ff-din-web";
	font-weight: 700;
	src: url("../fonts/DINWebPro.eot");
	src: url("../fonts/DINWebPro-Bold.eot") format("embedded-opentype"),
		url("../fonts/DINWebPro-Bold.woff") format("woff"),
		url('../fonts/DINWebPro-Bold.ttf') format('truetype');
}
@font-face {
	font-family: "ff-din-web";
	font-style: italic;
	src: url("../fonts/DINWebPro.eot");
	src: url("../fonts/DINWebPro-Ita.eot") format("embedded-opentype"),
		url("../fonts/DINWebPro-Ita.woff") format("woff");
}

/**	/FONT-FACES **/
/** ELEMENTS **/
.cf {
	*zoom: 1;
}
.cf:after, .cf:before {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border:0;
	width:auto;
	height:auto;
}
a.logo {
	background-image:url("../images/wirecard-logo-small.png");
	width:185px;
	height:37px;
	margin-bottom: 1.5em;
	display: block;
	float:left;
	text-indent:-99999px;
}
@media screen and (max-width:649px) {
	a.logo {
		margin-bottom: 0.7em;
	}
}
.bg-dark a.logo {
	background-image:url("../images/wirecard-logo-home-small.png");
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
ol {
	padding:1.3em;
	margin:0;
}
li {
    margin-bottom: 0.25em;
}
img[src=""] {
    display: none;
}
.copy ul,
.statement ul,
.logo-pack ul,
.double-text ul,
.img-text-v2 ul,
.three_col_teaser ul,
.inner--static-text ul,
.two-col-entrance ul,
.list--bulleted,
.inner--subpage ul {
	list-style-image: url("../images/bullet.png");
	margin-left: 0.9em;
}

.copy ul li,
.statement li,
.logo-pack ul li,
.double-text ul li,
.img-text-v2 ul li,
.three_col_teaser ul li,
.inner--static-text ul li,
.two-col-entrance ul li,
.list--bulleted li,
.inner--subpage li {
    padding-left: 0.4em;
}
a {
	color: #414b56;
	position: relative;
}
a:visited,
a:focus,
a:hover,
a:active {
    color: #414b56;
}
a:hover, a:active, a:focus {
    text-decoration: none;
	outline:none;
}
/*a:active {
    top: 1px;
}*/
.bg-dark a {
	color:#D9DBDC;
}
a.download,
a.download:hover {
	color:#ff2014;
}
input[type=submit] {
	border:0;
	width:auto !important;
	-webkit-border-radius: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
	padding:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-webkit-border-radius: 0;
	cursor: pointer;
}
input[type=text],
select,
textarea {
	border:0;
	color:#414b56;
	background:#eff1f4;
	border:1px solid #eff1f4;
	font-size:0.9em;
	padding: 0.389em;
	display: inline;
	vertical-align: top;
}
input[type=text] {
	height: 1.222em;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type=text]:focus,
textarea:focus {
	color:#000f23;
	border: 1px solid #000f23 !important;
	outline: none;
}
.bg-dark input[type=text]:focus,
.bg-dark textarea:focus {
	color:#D9DBDC;
	border: 1px solid #fff !important;
	outline: none;
}

select {
	opacity: 0;
	-webkit-appearance: none;
	height: 1.222em;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.select-box {
	position: relative;
	display:inline-block;
}
span.select{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 1.222em;
	color:#414b56;
	background:#eff1f4;
	font-size:0.9em;
	padding: 0.389em;
	border:1px solid #eff1f4;
	overflow: hidden;
}
span.select:after {
	content:" ";
	position: absolute;
	top:50%;
	right:0.389em;
	/*right:0.2em;*/
	margin-top:-0.15em;
	width: 0;
	height: 0;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.4em solid #515151;
}
@media screen and (max-width:650px){

	span.select:after {
		margin-top:-0.2em;
	}
}
span.select .select-inner {
	display: block;
    overflow: hidden;
    width: 90%;
	line-height: 1.5em;
}
.optionList{
	box-shadow:1px 1px 1px #d9dbdc;
	border: 1px solid #d9dbdc;
	width: 102%;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 10;
	max-height: 300px;
	overflow: auto;
}
@media screen and (min-width: 650px) {
	.optionList{
		width: 108%;
	}
}
.selectOption{
	background:#fff;
	font-size:0.9em;
	padding:0.15em 0.389em;
	cursor: pointer;
}
.selectOption:hover{
	background-color: #d9dbdc;
	color: #000f23;
}

textarea {
	resize: none;
	height:5.8em;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display:none;
}
input[type="checkbox"] + label:before,
label.formElement-checkbox:before {
	content:" ";
	background-color:#414b56;
    display:inline-block;
    width:16px;
    height:16px;
    margin:-3px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
input[type="checkbox"]:checked + label:before,
label.js_formElement-checkbox-checked:before {
    background:url("../images/tick.png") center center no-repeat #414b56;
}
input[type="radio"] + label:before,
label.formElement-radio:before {
	content:" ";
	background-color:#414b56;
    display:inline-block;
    width:16px;
    height:16px;
	border-radius:50% 50%;
	-webkit-border-radius:8px 8px;
    margin:-3px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
input[type="radio"]:checked + label:before,
label.js_formElement-radio-selected:before {
    background-color:#fff;
	border:3px solid #414b56;
	width:10px;
    height:10px;
}
input.date {
	background-image:url("../images/date_range_selector_icon.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #fff;
	border-color:#d9dbdc;
}
p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.inline-field {
    position: relative;
}
#ui-datepicker-div{
	font-size: 12px;
}
.error {
	border-color:#f00 !important;
}
input[type="radio"] + label.error:before, label.formElement-radio.error:before {
	background-color:#f00;
}
.error-message{
	color: #FF2014;
	font-size:0.8em;
	line-height: 1.5em;
}
.form-error-msg{
	display:none;
}
.js_stage-slide {
	display: none;
}
/* TYPO */
.h1,
.as-h1,
.feature__title {
	text-transform: uppercase;
	font-size: 2.0em;
	color:#000f23;
	line-height: 1.3em;
}

.feature__toptitle {
    font-size: 28px;
    color: #d9dbdc;
}

.feature__toptitle span {
    text-transform: uppercase;
    font-weight: 900;
}

@media screen and (min-width: 600px) {
.grid__unit.col3 {
    width: 85% !important;
}
}

@media screen and (min-width: 768px) {
.feature__toptitle {
    margin-top: -25px;
    margin-bottom: 25px;
}
}

@media (min-width: 1200px) {
.feature__toptitle {
    margin-bottom: 45px;
}
}

.grid__unit.col3 .kicker {
max-width: 600px !important;
}

@media screen and (min-width: 1024px) {
	.feature__title {
		font-size: 2.65em;
	}
}

.feature__title {
	margin:0 0 0;
}
p {
	color:#414B56;
	font-size: 1em;
}
h1, h2, h3, h4 {
	font-weight:normal;
	margin:0;
}
h2, .h2,
h3, .h3,
h4, .h4 {
	color:#000f23;
	display: block;
	line-height: 1.4em;
	margin-bottom: 0.75rem;
}
h2, .h2,
.as-h2 {
	font-size:1.875em;
}
h3, .h3 {
	font-size:1em;
}
h4, .h4,
h5, .h5 {
	font-size:1em;
	font-weight:700;
	margin-bottom: 0.3em;
}
.h5 {
	color:#ff2014;
}
.h6,
.as-h6 {
	display:block;
	font-size:1.25em;
	font-weight:700;
	color:#7a868c;
	border-bottom: 8px solid #D9DBDC;
    margin-bottom: 1em;
    padding-bottom: 0.35em;
}
@media screen and (min-width: 768px) {
	h2, .h2,
	.as-h2 {
		font-size:2.0em;
	}
	h3, .h3 {
		font-size:1.2em;
	}
}

.intro,
.intro-text {
	color:#7a868c;
	font-size:1.25em;
}
.teaser {
	font-size: 0.9em;
	color: #414B56;
}

.stageImageSlider .feature__text {
	color: #000f23;
}

.tx-ne-casestudies .teaser {
	display: none;
}

@media screen and (min-width: 768px) {
	.intro,
	.intro-text {
		font-size:1.5em;
	}

	.tx-ne-casestudies .teaser {
		display: block;
	}
}

@media screen and (max-width: 649px) {
	.tx-ne-casestudies .grid--four-up .grid__unit {
		width: 100%;
	}
}

.bg-dark .feature__title,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4 {
	color:#fff;
}
.bg-dark p,
.bg-dark .intro,
.bg-dark .teaser {
	color:#d9dbdc;
}

.bg-darkgrey h2, .bg-lightblue h2,
.bg-darkgrey .h2, .bg-lightblue .h2,
.bg-darkgrey h3, .bg-lightblue h3,
.bg-darkgrey .h3, .bg-lightblue .h3,
.bg-darkgrey h4, .bg-lightblue h4,
.bg-darkgrey .h4, .bg-lightblue .h4,
.bg-darkgrey p, .bg-lightblue p,
.bg-darkgrey .intro, .bg-lightblue .intro,
.bg-darkgrey .teaser, .bg-lightblue .teaser {
	color: #fff;
}
/* /TYPO */

.lite {
	color: #7a868c;
}
.meta {
	font-weight: 700;
	color: #ff2014;
	font-size: 0.9em;
}
.meta a {
	color: #ff2014;
}
.copy {
	max-width: 30em;
}
.copy--centered {
	margin-left: auto;
	margin-right: auto;
}
.text--centered {
	text-align: center;
}
.caption {
	font-size: 0.75em;
	color: #d9dbdc;
	font-weight: 700;
	padding:0.3em 0 0;
}
.right {
	float:right !important;
}
.border-top {
	border-top:1px solid #d9dbdc;
	padding-top:1.3em;
}
.block {
	display:block;
}

blockquote {
	padding-top: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5em !important;
	border-top: 1px solid #eff1f4;
	border-bottom: 1px solid #eff1f4;
	color: #d9dbdc;
	position: relative;
	font-weight: 700;
}
blockquote p {
    font-size: 1.5em;
    margin-bottom: 0;
	color: #d9dbdc;
}
@media screen and (min-width: 768px) {
	blockquote {
		margin-right: 5em;
	}
}
@media screen and (min-width: 1024px) {
	blockquote {
		margin-right: 8em;
	}
}
@media screen and (min-width: 768px) {
	blockquote:after {
		display: inline-block;
		font-family: Arial, sans-serif;
		content: "\201E";
		font-weight: bold;
		position: absolute;
		line-height: none;
		font-size: 140px;
		top: -90px;
		right: -95px;
	}
}
@media screen and (min-width: 1024px) {
	blockquote:after {
		top: -200px;
		right: -170px;
		font-size: 280px;
	}
}
blockquote > p + p,
.source {
	font-size: 0.9em;
	font-weight: normal;
	border-top: 1px solid #eff1f4;
	padding:0.65em 0;
	margin: 1em 0 0;
	color: #7a868c;
}
.bg-mid blockquote {
	border-bottom-color: #4f5d6a;
}
.bg-mid blockquote,
.bg-mid .source,
.bg-mid blockquote > p + p {
	border-top-color: #4f5d6a;
}

.navicon {
	position: absolute;
	left: 15%;
	top: 50%;
	margin-top: -2px;
	height: 4px;
	width: 70%;
	background-color: #7a868c;
}
.navicon:before,
.navicon:after {
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #7a868c;
	position: absolute;
}
.navicon:before {
	top: -8px;
}
.navicon:after {
	top: 8px;
}
.navigation__trigger {
	border: none;
	background-color: #fff;
	overflow: hidden;
	text-indent: -9999em;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border:0;
	height: 48px;
	width: 48px;
	margin-top: 1.25em;
	margin-right: 1.25em;
}
/*.navigation__trigger.act {
	height: 65px;
}
.navigation__trigger.act span {
	top:37%;
}*/
.icon.rss {
	background-image:url("../images/social_icon_rss.png");
	background-color:#ff7c00;
}
.icon.rss:hover {
	background-color:#be5a00;
}
.icon.xing {
	background-image:url("../images/social_icon_xing.png");
	background-color:#d6d800;
}
.icon.xing:hover {
	background-color:#b0b400;
}
.icon.facebook {
	background-image:url("../images/social_icon_facebook.png");
	background-color:#0154a0;
}
.icon.facebook:hover {
	background-color:#00346c;
}
.icon.twitter {
	background-image:url("../images/social_icon_twitter.png");
	background-color:#2dceff;
}
.icon.twitter:hover {
	background-color:#0099c0;
}
/*.icon.sms {
	background-color:#0048aa;
}
.icon.sms:hover {
	background-color:#003076;
}*/
.icon.googleplus {
	background-image:url("../images/social_icon_googleplus.png");
	background-color:#cc3333;
}
.icon.googleplus:hover {
	background-color:#9c2520;
}
.icon.mail {
	background-image:url("../images/social_icon_mail.png");
	background-color:#969EAB;
}
.icon.mail:hover {
	background-color:#53575e;
}
.icon.youtube {
	background-image:url("../images/social_icon_youtube.png");
	background-color:#cc181e;
}
.icon.youtube:hover {
	background-color:#8c150f;
}
.icon.linkedin {
	background-image:url("../images/social_icon_linkedin.png");
	background-color:#007bb6;
}
.icon.linkedin:hover {
	background-color:#076a9d;
}

a.heading--arrow {
	color:#000f23;
	text-decoration: none;
	display:block;
	line-height: 1.4em;
}
a.heading--arrow:hover {
	color:#ff2014;
}
a.heading--arrow:after {
    content:" ";
	float:right;
    width: 0.5em;
    height: 0.5em;
	display:block;
	margin-top:0.35em;
    border-right: 3px solid #000f23;
    border-bottom: 3px solid #000f23;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/*@-moz-document url-prefix() {
	a.heading--arrow:after {
		margin-top:0.25em;
}
}*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	a.heading--arrow:after {
		margin-top:0.25em;
	}
}*/
a.heading--arrow:hover:after {
	border-right-color:#ff2014;
    border-bottom-color:#ff2014;
}
.zoom {
	position: absolute;
	top:0.5em;
	right:0.7em;
	display: block;
	width:20px;
	height:20px;
	text-indent: -99999px;
	background:url("../images/zoom_in_icon.png") no-repeat;
}
/*.zoom:active {
	top:0.5em;
}*/
/* Buttons */
.btn,
a.btn,
input[type=submit] {
	font-size: 0.9em;
	line-height:1.111em;
	padding: 0.75em 2em;
	text-transform: uppercase;
	color:#fff;
	background: #ff2014;
	display: inline-block;
	text-decoration: none;
}
.btn:hover,
.btn:active,
.btn:focus,
input[type=submit]:hover {
	background: #bd1b11;
	color:#fff;
}
@media screen and (min-width: 768px) {
    .btn {
		padding-top: 0.9em;
		padding-bottom: 0.9em;
	}
}
.btn--arrow {
	padding-right: 3em !important;
	position: relative;
	border:0;
}
.btn--arrow:after {
    display: block;
    content: "";
    width: 13px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 1em;
    top: 50%;
    background: url("../images/arrow-right.png") center no-repeat;
    background-size: 10px 14px;
}
@media screen and (min-width: 1024px) {
	.btn--arrow:after {
        background-size: 13px 20px;
	}
}
.btn--arrow.btn--full {
	margin-top:3em;
	display: block;
	padding-left:2em;
	padding-right: 0 !important;
	text-align: center;
}
.apply_now_btn .btn--arrow.btn--full {
	margin-top:0;
}
.btn--arrow.btn--full:after {
	display: inline-block;
	margin-left: 1em;
	margin-top:0;
	vertical-align: middle;
	position: static;
	right:auto;
	top:auto;
}

.btn.btn_darkblue {
	background:#000f23;
}

.btn.btn_white_outline {
	background: transparent;
	border: 2px solid #fff;
}
.btn.btn_white_outline:hover {
	background: #fff;
	color: #000f23;
}
.btn_white_outline.btn--arrow:hover:after {
	background: url("../images/arrow-right-darkblue.png") center no-repeat;
}
.btn.btn_darkblue_outline {
	background: transparent;
	border: 2px solid #000f23;
	color:#000f23;
}
.btn.btn_darkblue_outline:hover {
	background: #000f23;
	color:#fff;
}
.btn_darkblue_outline.btn--arrow:after {
	background: url("../images/arrow-right-darkblue.png") center no-repeat;
}
.btn_darkblue_outline.btn--arrow:hover:after {
	background: url("../images/arrow-right.png") center no-repeat;
}
.btn.btn_green {
	background:#15af97;
}
.btn.btn_green:hover {
	background:#129683;
}

.btn-filter {
	/*display: inline-block;*/
	display: table;
	font-size:1em;
	text-transform: uppercase;
	text-decoration: none;
	color:#7a868c;
	background-color:#eff1f4;
	padding:0.3em 1em;
}
.btn-filter:hover {
	color:#7a868c;
	background-color:#d9dbdc;
}
.btn-filter span {
	display: inline-block;
}
.btn-filter small {
	text-indent: -999999px;
	display:block;
	padding:0.2em 0;
}
.btn-filter small:after {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-1.0em;
	width: 1.3em;
	height: 1.3em;
}
.btn-filter.icon small:after,
.btn-filter.bottom small:after {
	top:39%;
	border-left: 0.5em solid #ff2014;
	border-bottom: 0.5em solid #ff2014;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.btn-filter.top small:after,
.btn-filter.open small:after {

	top:62%;
	border-left: 0.5em solid #ff2014;
	border-bottom: 0;
	border-top: 0.5em solid #ff2014;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}


@media screen and (max-width:650px) {
	.btn-filter small:after {
		width: 1.1em;
		height: 1.1em;
	}
	.btn-filter.icon small:after,
	.btn-filter.bottom small:after {
		border-left: 0.4em solid #ff2014;
		border-bottom: 0.4em solid #ff2014;
	}
	.btn-filter.top small:after,
	.btn-filter.open small:after {
		border-left: 0.4em solid #ff2014;
		border-top: 0.4em solid #ff2014;
		border-bottom: 0;
	}
}

.btn--play {
	display:block;
	text-indent: -99999px;
	margin:auto;
	border-top: 4em solid transparent;
	border-left: 5em solid #fff;
	border-bottom: 4em solid transparent;
	width:0;
	height:0;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.btn--play:hover {
	cursor: pointer;
	opacity:0.8;
	filter:alpha(opacity=80);
}
/* /Buttons */

/** GRID **/
.grid {
	margin-left: -0.625em;
	margin-right: -0.625em;
}
@media screen and (min-width: 768px) {
    .grid {
		margin-left: -0.833em;
		margin-right: -0.833em;
	}
}
@media screen and (min-width: 1024px) {
    .grid {
		margin-left: -0.75em;
		margin-right: -0.75em;
	}
}
.grid--no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.grid--no-gutter .grid__unit {
    padding-left: 0;
    padding-right: 0;
}
.grid--switch .grid__unit {
    float: right;
}
.grid__unit {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 0.625em;
	width: 100%;
}
@media screen and (min-width: 768px) {
    .grid__unit {
		padding-left: 0.833em;
		padding-right: 0.833em;
	}
}
@media screen and (min-width: 1024px) {
    .grid__unit {
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
}
.grid__unit--full {
	width:100% !important;
}
/* Multi */
@media screen and (min-width: 480px) {
    .grid--multi .grid__unit {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
    .grid--multi .grid__unit:nth-child(2n+1) {
		clear: left;
	}
}
@media screen and (min-width: 768px) {
    .grid--multi .grid__unit {
		width: 33.33333%;
	}
}
/*@media (min-width: 768px) and (max-width: 1024px) {
    .grid--multi .grid__unit:nth-child(3n+1) {
		clear: left;
	}
}*/
@media screen and (min-width: 1024px) {
    .grid--multi .grid__unit {
		width: 25%;
	}
	.grid--multi .grid__unit:nth-child(4n+1) {
        clear: left;
	}
}
/* /Multi */

/* Double Gutter */
@media screen and (min-width: 1024px) {
	.grid--dbl-gutter {
		margin-left: -1.5em;
		margin-right: -1.5em;
	}
    .grid--dbl-gutter .grid__unit {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}
/* /Double Gutter */

.grid--slider {
	position: relative;
	/*	overflow: hidden;*/
}
.grid--slider .grid__unit {
    /*display: none; */
	clear:none !important;
	/*	position: absolute;*/
}
@media screen and (max-width:650px) {
	.slider .grid--slider .grid__unit {
		padding-top:0.625em;
		padding-bottom:0.625em;
		padding-left:0;
		padding-right:0;
	}
	.slider .grid--slider .grid__unit img {
		width:95%;
	}
}
.grid--slider .grid__unit:nth-child(1) {
	display: block;
}
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 599px) {
	.grid--slider {
		margin:0;
	}
	.grid--slider .grid__unit {
		display: block;
		position: absolute;
		width: 90%;
	}
}
@media screen and (min-width: 480px) {
	.grid--slider .grid__unit:nth-child(1),
	.grid--slider .grid__unit:nth-child(2) {
        display: block;
	}
}
/*@media screen and (min-width: 768px) {*/
@media screen and (min-width: 600px) {
	/*	.grid--slider {
			height:auto !important;
		}*/
	.grid--slider .grid__unit:nth-child(3) {
        display: block;
	}
}
@media screen and (min-width: 1024px) {
	.grid--slider .grid__unit:nth-child(4) {
        display: block;
	}
}

.partner .grid--slider {
	margin:0;
	cursor: default !important;
}
@media screen and (min-width: 768px) {
	.partner .grid--slider .grid__unit {
		width:50%;
	}
}
@media screen and (min-width: 1024px) {
	.partner .grid--slider .grid__unit {
		width:33.333%;
	}
}

/* Inside Nav */
.grid--nav .grid__unit {
	width:100%;
	padding: 0 15px 1.6em;
}
@media screen and (min-width: 650px) {
	.grid--nav .grid__unit {
		width:33.3333%;
		/*padding: 0 15px;*/
	}
}
/*@media screen and (min-width: 1024px) {
	.grid--nav .grid__unit {
		width:16.6666%;
		/*padding: 0 15px;*/
	/*}
}*/
@media screen and (min-width: 650px) {
	.grid--nav .grid__unit:nth-child(4n) {
		clear: left;
	}
}
/* Layout */
@media screen and (min-width: 650px) {
    .grid--layout .grid__unit {
		width: 33.33333%;
	}
	.grid--layout .grid__unit.grid__unit--content {
        width: 66.66667%;
	}
}

/* One-Up */
.grid--one-up .grid__unit {
	width: 100%;
}

/* Two-Up */
@media screen and (min-width: 480px) {
    .grid--two-up .grid__unit {
		width: 50%;
	}
}
.grid--two-up-feature .grid__unit {
	margin: 0 0 2.5em;
}
@media screen and (min-width: 600px) {
    .grid--two-up-feature .grid__unit {
		width: 50%;
		margin:0;
	}
	.grid--two-up-feature .grid__unit:nth-child(2n+3) {
        clear: left;
	}
	.image_slider .grid--two-up-feature .grid__unit:nth-child(2n+3) {
        clear: none;
	}
}
/* Three Up */
@media screen and (min-width: 650px) {
    .grid--three-up .grid__unit {
		width: 33.33333%;
	}
}

/* Four Up */
@media screen and (min-width: 480px) {
    .grid--four-up .grid__unit {
		width: 50%;
	}
}
@media (min-width: 480px) and (max-width: 819px) {
    .grid--four-up .grid__unit:nth-child(2n+3) {
		clear: left;
	}
}
@media screen and (min-width: 820px) {
    .grid--four-up .grid__unit {
		width: 25%;
	}
}


.grid--four-up-icons .grid__unit {
    width: 50%;
}
@media screen and (min-width: 600px) {
	.grid--four-up-icons .grid__unit {
        width: 25%;
	}
}

/** /GRID **/
/** MEDIA **/
.media__img {
	float:left;
	margin-right: 1em;
	max-width: 5.625em;
}
.media__img img {
    margin:0 auto;
}
.media__body {
	overflow:hidden;
}
@media screen and (min-width: 650px) {
    .media--mobile .media__img {
		margin-bottom: 1em;
		margin-right: 0;
		float: none;
		max-width: 100%;
	}
}
.valign {
	display:table;
}
.valign .media--valign {
    display: table-row;
}
.valign .media--valign .media__img,
.valign .media--valign .media__body {
    display: table-cell;
}
.valign .media--valign .media__img {
	float:none;
	padding-right:1em;
	margin-right:0;
}
.valign .media--valign .media__body {
    vertical-align: middle;
}
@media (min-width: 650px) and (max-width: 920px) {
	.media--stacked {
		text-align: center;
	}
    .media--stacked .media__img {
		margin-bottom: 1.15em;
		padding-right: 0 !important;
		float: none;
		max-width: 100%;
	}
    .media--stacked .img-bg {
		padding: 1em;
		display: block;
		background-color: #fff;
	}
    .media--stacked img {
		margin-left: auto;
		margin-right: auto;
	}
    .media--stacked.media--valign {
		display: block !important;
	}
	.media--stacked.media--valign .media__img,
	.media--stacked.media--valign .media__body {
        display: block !important;
	}
}
@media screen and (max-width: 650px) {
	.sidebar_item.newsroom .media--sidebar .media__img,
	.sidebar_item.detailpage .media--sidebar .media__img,
	.calendar-list .media--sidebar .media__img {
		min-width: 2.812em;
		max-width: 2.812em;
	}
}
@media screen and (min-width: 650px) {
	.media--sidebar .media__img {
		min-width: 2.812em;
		max-width: 2.812em;
	}
}
/*@media screen and (min-width: 768px) {
    .media--sidebar .media__img {
		min-width: 5em;
		max-width: 5em;
		padding-right:0.5em !important;
	}
}*/
@media screen and (min-width: 1024px) {
    .media--sidebar .media__img {
		min-width: 4.5em;
		max-width: 4.5em;
	}
}
@media screen and (min-width: 650px) {
    .media--lrg .media__img {
		max-width: 7.5em;
	}
}
@media screen and (min-width: 768px) {
    .media--lrg .media__img {
		max-width: 8.721em;
	}
}
@media screen and (min-width: 1024px) {
    .media--lrg .media__img {
		max-width: 11.364em;
	}
}
/** /MEDIA **/
/** /ELEMENTS **/
/*** COMMONS ***/
html {
	font-size:100%;
	overflow-x: hidden;
}
body {
	font-family: "ff-din-web", Arial, sans-serif;
	color: #414b56;
	background-color: #F7F7F8;
	margin:0;
	padding:0;
	position:relative;
	overflow-x: hidden;
	line-height: 1.3;
}
address {
    display: block;
    font-style: normal;
    margin-bottom: 1.5rem;
}
.bg-dark {
	background-color: #020f1b;
	color: #D9DBDC;
}
.bg-mid {
	background-color: #414B56;
}
.bg-light {
	background-color: #fff;
}
.bg-none {
	background-color: #F7F7F8;
}
.bg-darkgrey {
	background-color: #292d31;
}
.bg-lightblue {
	background-color: #3295d2;
}
.hidden {
	overflow:hidden;
}
.center {
	text-align: center;
}
.relative {
	position:relative;
}
.no-margin--bottom {
	margin-bottom: 0 !important;
}
.wrap {
	padding-left: 1.25em;
	padding-right: 1.25em;
}
.wrap--feature {
	position: relative;
	overflow: hidden;
	padding-left:0;
	padding-right:0;
}
@media screen and (min-width: 600px) {
	.wrap--feature {
		height: 20em;
	}
	.wrap--feature.stage-image-slide .inner {
		/*height: 17em;*/
		height:87%;
	}
}
@media screen and (min-width: 1024px) {
	.wrap--feature {
		height: 23.256em;
	}
	/*	.wrap--feature.stage-image-slide .inner {
			height: 20em;
		}*/
	.wrap--feature.stage-image-slide .inner .feature {
		height: 100%;
	}
	.wrap--feature.stage-image-slide .inner .feature .prev,
	.wrap--feature.stage-image-slide .inner .feature .next {
		margin-top:-4%;
	}
}
@media screen and (min-width: 1200px) {
    .wrap--feature {
		height: 28.409em;
	}
	.wrap--feature.stage-image-slide .inner {
		height: 22.5em;
	}
}
.stage-image-slide .slider .prev,
.stage-image-slide .slider .next {
	z-index: 99;
}
.stage-image-slide .slider .prev {
	left:1em !important;
}
.stage-image-slide .slider .next {
	right:2em !important;
}
.stage-image-slide .img_slider {
	margin-bottom:1.5em;
}
@media screen and (min-width: 600px) {
	.stage-image-slide .img_slider {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		/*z-index: -1;*/
		margin-bottom:0;
	}
}
.stage-content-slide .grid {
	margin:0;
}
.stage-content-slide .stageContentSlider{
	height: 100% !important;
}
.stage-image-slide .inner.grid {
	margin:0;
}
.stage-image-slide .inner + .inner {
	padding:1.25em;
}
@media screen and (min-width: 768px) {
	.stage-image-slide .inner,
	.stage-image-slide .inner + .inner {
		padding: 1.667em 0.833em;
	}
}
@media screen and (min-width: 1024px) {
	.stage-image-slide .inner,
	.stage-image-slide .inner + .inner {
		padding:3em 2.25em;
	}
}

.stage-image-slide .js_iosImage-1 .slide,
.stage-image-slide .js_iosImage-2 .slide,
.stage-image-slide .js_iosImage-3 .slide,
.stage-image-slide .js_iosImage-4 .slide,
.stage-image-slide .js_iosImage-5 .slide,
.stage-image-slide .js_iosImage-6 .slide,
.stage-image-slide .js_iosImage-7 .slide,
.stage-image-slide .js_iosImage-8 .slide,
.stage-image-slide .js_iosImage-9 .slide,
.stage-image-slide .js_iosImage-10 .slide {
	width: 100%;
}
.stage-image-slide .image_slider,
.js_stage-slide .stage_slider {
	width: 100%;
	height: 100%;
}
.js_stage-slide .slide {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.stage-video-slide .feature--slide__nav.slider,
	.stage-image-slide .feature--slide__nav.slider {
		top: 1.25em;
	}
}

.stage-content-slide .content_slider,
.stage-content-slide .slide {
	width: 100%;
	/*	height: 100%;*/
}
@media screen and (max-width: 767px) {
	.bleed-mobile {
		padding-left: 0;
		padding-right: 0;
	}
}
.wrap--feature .container {
	height:100%;
}

.hero {
	position: relative;
}
@media screen and (max-width: 599px) {
	.hero {
		overflow: hidden;
		max-height: 10em;
	}
}
@media screen and (min-width: 600px) {
	.hero img {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -5;
	}
}
.hero--home {
	position:static;
}
.hero--home img {
	max-width: inherit !important;
	z-index:auto !important;
}
@media screen and (max-width: 649px) {
	.hero--home,
	.hero--home img {
		/*	position: absolute;top:0;left: 0;height:100%;width:auto;*/
		display:none;
	}
}
@media screen and (min-width: 650px) and (max-width: 1999px) {
	.hero--home img {
		max-width: inherit !important;
		z-index:auto !important;
		width:auto;
		height:auto;
		left:50%;
		margin-left:-1000px;
	}
}

.feature--home .hero canvas {
    width: 100% !important;
	height: auto !important;
    position: absolute;
    top: 0;
	left: 0;
    margin: 0 auto;
	max-width: inherit !important;
    z-index: auto !important;
}
@media screen and (min-width: 650px) and (max-width: 1999px) {
	.feature--home .hero canvas {
		width:auto !important;
		left:50%;
		margin-left:-1000px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.feature--home .hero #canvas {
		width:100% !important;
		height:100% !important;
		left: 0;
		margin: 0 auto;
	}
}

.inner {
	padding: 1.25em;
}
.inner + .inner {
	padding-top:0;
}
.inner + .inner.bg-dark,
.inner.bg-dark + .inner {
	padding-top:1.25em;
}
.header .inner {
	padding-top:1.25em;
}
.gap {
	border-top:0.5em solid #F7F7F8;
	padding-top: 1.25em !important;
}
.container {
	min-width: 250px;
	/*max-width: 1110px;*/
	max-width: 1000px;
	margin: 0 auto;
}
.header__content {
	position: relative;
}
.feature {
	padding-bottom: 1em;
	position: relative;
}
.feature--home {
	/*position:relative;*/
	overflow:hidden;
}
@media screen and (min-width: 768px) {
    .feature {
		padding-top:1.5em;
		padding-bottom:1.5em;
	}
}
@media screen and (max-width: 768px) {
	.feature--slide {
		padding-top:1em;
	}
}
.feature--home .feature--slide {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/** BG-IMG on Home Stage **/
.feature--home {
	position:static;
}
.feature--home ~ div {
	position: relative;
}
.header {
	position: relative;
    z-index: 999;
}
/** /BG-IMG on Home Stage **/

/** Paralax Blur Stage **/
.main.fixed {
    padding-top: 32.3em;
}
.header.fixed {
    position: fixed;
	width:100%;
	top:0;
}
.feature--home.fixed {
    position: fixed;
    width: 100%;
    top: 0;
	padding-top: 8.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/** /Paralax Blur Stage **/


.feature--slide__nav.slider {
	position: relative;
	width:100%;
	padding:0;
	margin-bottom:3em;
}
@media screen and (min-width: 768px) {
	.feature--slide__nav.slider {
		position: static;
		margin-bottom: 0;
	}
}
.feature--slide__nav.slider .prev,
.feature--slide__nav.slider .next {
	display: block;
}
@media screen and (max-width: 767px) {
	.feature--slide__nav.slider .prev {
		left:-0.6em;
	}
	.feature--slide__nav.slider .next {
		right:0.5em;
	}
	.feature--slide__nav.slider .prev:before,
	.feature--slide__nav.slider .next:after {
		width: 0.8em;
		height: 0.8em;
	}
}
.feature--slide__nav.slider .prev:before,
.feature--slide__nav.slider .next:after {
	border-color:#fff;
}
.feature--slide__nav__pager {
	position:absolute;
	text-align: center;
	width:100%;
	bottom:auto;
	top:1em;
	z-index: 50;
	padding:0;
}
@media screen and (min-width: 768px) {
	.feature--slide__nav__pager {
		top:auto;
		/*bottom:0.6em;*/
		bottom:0;
	}
}
@media screen and (max-width: 767px) {
	.feature--slide__nav__pager {
		top:0;
	}
}

.slideStage_content{
	height:100% !important;
}
@media screen and (min-width: 768px) {
	.js_stage-content-slide .feature--slide__nav__pager {
		bottom:-1.667em;
	}
}
@media screen and (min-width: 1024px) {
	.js_stage-content-slide .feature--slide__nav__pager {
		bottom:-3em;
	}
}

.feature--slide__nav__pager li {
	display: inline-block;
	margin-left: 0.3em;
	position: relative;
}
.feature--slide__nav__pager li:first-child {
	margin-left:0;
}
.feature--slide__nav__pager li a {
    background-color: #A6ABAF;
    border-radius: 3em 3em 3em 3em;
    display: block;
    height: 0.7em;
    width: 0.7em;
    text-indent: -9999px;
}
.feature--slide__nav__pager li a:hover,
.feature--slide__nav__pager li a.act {
	background-color: #ff2014;
}
/* Sliding Stage */
.hero.sliding-item {
	top:0 !important;
}
.sliding-item + .sliding-item
/*.vframe + .vframe */
{
	position: absolute;
	left:110%;
	/*top:1.5em;*/
}
.vframe {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.smallPlayer{
	background-color: #000;
}
.stageVideoSlider .smallPlayer iframe{
	width: 90% !important;
	height: 92% !important;
	left: 5% !important;
}

.kicker {
	max-width: 500px;
}

/* Breadcrumb */
.crumb {
	font-size: 0.9em;
	color: #414b56;
	margin-bottom:0.5em;
	margin-left:0 !important;
}
.crumb li {
	display: inline;
	padding-left:0 !important;
}
.crumb a {
	display: inline-block;
}
@media screen and (max-width: 649px) {
    .crumb li:before {
		content: ">";
	}
    .crumb li:first-child:before {
		content: " ";
	}
}
@media screen and (min-width: 650px) {
    .crumb a {
		padding: 0 0.75em;
		background-color: #d9dbdc;
		text-decoration: none;
		position: relative;
		height: 36px;
		line-height: 36px;
		margin-right: 20px;
	}
	.crumb a:hover,
	.crumb a:active,
	.crumb a:focus {
        background-color: #7a868c;
	}
	.crumb a:hover:after,
	.crumb a:active:after,
	.crumb a:focus:after {
		border-left-color: #7a868c;
	}
	.crumb a:after {
        display: block;
        content: " ";
        width: 0;
        height: 0;
        border: 18px solid transparent;
        border-left-color: #d9dbdc;
        position: absolute;
        right: -36px;
        top: 0;
	}
}
@media screen and (min-width: 1024px) {
    .crumb a {
		height: 44px;
		line-height: 44px;
		margin-right: 24px;
	}
	.crumb a:after {
        border-width: 22px;
        right: -44px;
        top: 0;
	}
}
@media screen and (min-width: 650px) {
    .bg-dark .crumb a {
		color: #d9dbdc;
		background-color: #414b56;
	}
	.bg-dark .crumb a:after {
        border-left-color: #414b56;
	}
	.bg-dark .crumb a:hover,
	.bg-dark .crumb a:active,
	.bg-dark .crumb a:focus {
        background-color: #7a868c;
	}
	.bg-dark .crumb a:hover:after,
	.bg-dark .crumb a:active:after,
	.bg-dark .crumb a:focus:after {
		border-left-color: #7a868c;
	}
}
/* /Breadcrumb */

.sidebar__gutter {
	display: block;
}
.sidebar--inner {
	margin-bottom:3em;
}
.sidebar--inner .h6 {
	margin-bottom:0;
}
.sidebar--inner .sidebar__gutter .h5 {
	margin-top: 1em;
	display: block;
}

@media screen and (min-width: 650px) {
	.sidebar--inner .h6 {
		padding-left:0.8em;
		padding-right:0.8em;
	}
}
@media screen and (min-width: 768px) {
	.sidebar--inner .h6 {
		padding-left:1.333em;
		padding-right:0;
	}
}
@media screen and (min-width: 768px) {
	.sidebar--inner .h6 {
		padding-left:1.2em;
		padding-right:0;
	}
}
.newsroom.sidebar--inner .h6 {
	padding-left:0;
}
/*.sidebar .contacts span {
	display: block;
}*/
.contact_item .contact_item__misc {
	margin-top:0.5em;
}

/* Tabs */
.tabs__nav {
	display: table;
	width: 100%;
	position: relative;
}
.tabs .sidebar {
	padding: 0 !important;
}
@media screen and (max-width: 650px) {
	.tabs .sidebar {
		padding-top: 1.75em !important;
	}
}

.tabs__list {
    display: table-row;
    margin-bottom: 0;
    width: 100%;
}
.tabs__list__item {
	display: table-cell;
	text-align: center;
	/*overflow: hidden;*/
    vertical-align: middle;
	background-color:#d9dbdc;
	border-left:1px solid #fff;
	height:3.75em;
}
.tabs__list__item:first-child {
	border-left:0;
}
.tabs__list__item a {
	display:block;
	font-size:1em;
	line-height: 1.35em;
	font-weight:700;
	text-decoration: none;
	padding: 0.75em 1em;
	color:#7a8b8c;
}
.tabs__list__item:hover,
.tabs__list__item a:hover {
	background-color:#c5c6c8;
	cursor: pointer;
}
.tabs__list__item.act,
.tabs__list__item.act a {
	background-color:#fff;
	color:#ff2014;
}
.tabs__list__item--more a span {
    /*padding-right: 22px;*/
	display: inline-block;
}
.tabs__list__item--more a span:after {
	border-left: 0.4em solid transparent;
    border-right:0.4em solid transparent;
    border-top: 0.4em solid #ff2014;
    content: " ";
    display: inline-block;
    height: 0;
    margin-left: 0.5em;
    vertical-align: middle;
    width: 0;
}
/*@media screen and (min-width: 1024px) {
  .tabs__list__item--more {
    display: none;
  }
}*/

.tabs__list__item--more ul.nav {
	position:absolute;
	top:100%;
	right:0;
	width:100%;
	text-align:left;
	background:#fff;
	z-index:999;
}
@media screen and (min-width: 768px) {
	.tabs__list__item--more ul.nav {
		width:auto;
	}
}
.tabs__list__item--more ul.nav li {
	margin:0;
}
.tabs__list__item--more ul.nav li a {
	color:#7A8B8C;
	padding:1.25em;
	border-top: 1px solid #D9DBDC;
}
.tabs__list__item--more ul.nav li:first-child a {
	border-top:0;
}
.tabs__list__item--more ul.nav li a:hover {
	color:#fff;
	background: #000f23;
}

.tabs__list--1 .tabs__list__item {
	width:100%;
}
.tabs__list--2 .tabs__list__item {
	width:50%;
}
.tabs__list--3 .tabs__list__item {
	width:33.3333%;
}
.tabs__list--4 .tabs__list__item {
	width:25%;
}
.tabs__list--5 .tabs__list__item {
	width:20%;
}
.tabs__list--6 .tabs__list__item {
	width:16.6666%;
}
.tabs__list--7 .tabs__list__item {
	width:14.2857%;
}
.tabs__list--8 .tabs__list__item {
	width:12.5%;
}
.tabs__list--9 .tabs__list__item {
	width:11.1111%;
}
.tabs__list--10 .tabs__list__item {
	width:10%;
}

/* /Tabs */

/** NAV Main **/
.header a {
	text-decoration: none;
}
.bg-dark .header a,
.bg-dark .header span {
    color: #a5abb0;
}
.bg-dark .header a:hover,
.bg-dark .header span:hover {
	color: #fff;
}
.navigation {
	clear: both;
}
.navigation__toggle {
	/*display: none;*/
	clear: both;
	font-size: 0.875em;
}
@media screen and (min-width: 650px) {
    .navigation__toggle {
		display: block;
	}
}
@media screen and (min-width: 900px) {
    .navigation__toggle {
		float: left;
	}
}
.nav {
	text-transform: uppercase;
	font-size: 0.9em;
}
.navigation__list > li {
	float:left;
	display: block;
	margin-bottom:0;
}
.navigation__list a,
.navigation__list span {
	display: block;
	position: relative;
}
.navigation__more {
	display:none;
}
/* Nav 1 */
.navigation__primary a,
.navigation__primary span {
	font-weight: 400;
	color: #000f23;
	height: 2.39em;
	line-height: 2.39em;
	padding-left: 0.65em;
	padding-right: 0.65em;
}
.navigation__primary a:hover,
.navigation__primary span:hover {
	color: #7a8b8c;
	cursor: pointer;
}
/*.navigation__primary a.act {
	color:#ff2014 !important;
}*/
@media screen and (min-width: 1100px) {
    .navigation__primary span,
    .navigation__primary a {
		padding-left: 1em;
		padding-right: 1em;
	}
}
.navigation__primary .over {
	color:#000f23;
}
.navigation__primary .over,
.navigation__tertiary span.over {
	background:#fff;
	padding-bottom:1.1em;
}
@media screen and (min-width: 650px) {
	.navigation__primary .over,
	.navigation__tertiary span.over {
		margin-bottom: -1.1em;
	}
}
.bg-dark .navigation__primary .over:hover {
	color:#A5ABB0 !important;
}
.navigation__tertiary .over:hover {
	color:#A5ABB0 !important;
	cursor:pointer;
}
@media screen and (min-width: 650px) {
	/*.navigation__primary > li > span,
	.navigation__primary > li > a {
		border-left: 1px solid #d9dbdc;
	}*/
	.bg-dark .navigation__primary > li > span,
	.bg-dark .navigation__primary > li > a {
		border-left-color: #666d78;
	}
}
.navigation__primary > li > .over {
	/*border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;*/
	/*margin-right:-1px;*/
	z-index: 9;
}
@media screen and (min-width: 650px) {
	/*.navigation__primary > li > .over {
		margin-right:-1px;
	}*/
}

.navigation__primary > li:first-child span,
.navigation__primary > li:first-child a {
	border-left:0 !important;
	padding-left: 0;
}
.navigation__primary li:first-child .over {
	padding-left: 1em;
	margin-left:-1em;
	/*margin-right: -2px;*/
}
@media screen and (max-width: 649px) {
	.navigation__more {
		/*		height: 0 !important;width: 0;overflow: hidden;position: absolute;padding:0 !important;*/
		/*display:none !important;*/
	}
}
@media screen and (min-width: 900px) {
	.navigation__more {
		/*		height: 0 !important;width: 0;overflow: hidden;position: absolute;*/
		display:none !important;
	}
}
/* /Nav 1 */

/* Nav 2 */
.navigation__secondary {
	position:absolute;
	top:11em;
	left:0;
	width:100%;
	background:#fff;
	box-shadow:1px 1px 1px #d9dbdc;
	text-transform: none;
	z-index:999;
	display: none;
}
.navigation__secondary li {
	padding:0 15px 0.45em;
	margin:0;
}
.navigation__secondary li ul li  {
	padding:0;
}
.navigation__secondary .container .inner {
	padding:1em 0;
}
.navigation__secondary .nav__heading {
	display: inline;
	font-size:1.071em;
	font-weight:700;
	color:#000f23 !important;
}
@media screen and (min-width:1024px) {
	.navigation__secondary .nav__heading {
		font-size: 1.15em;
	}
}
.navigation__secondary .grid .nav__heading {
	display: block;
}
.navigation__secondary .grid--nav .nav__heading {
	margin:0 0 1.6em;
}
.navigation__secondary a.nav__heading:hover {
	color:#7a8b8c !important;
}
.navigation__secondary a {
	font-size:1.071em;
	font-weight:normal;
	color:#7a8b8c !important;
	height:auto;
	line-height:normal;
	padding:0;
}
.navigation__secondary span:hover,
.navigation__secondary a:hover {
	color:#000f23 !important;
}
.navigation__secondary span:hover {
	cursor: pointer;
}
@media screen and (min-width:1024px) {
	.navigation__secondary a {
		font-size: 1.15em;
	}
}



/* Nav Sitemap */
.navigation__sitemap ul.grid{
	font-size: 0.9em;
}
.navigation__sitemap li {
	margin:0;
}
.navigation__sitemap li ul li  {
	padding:0;
}
.navigation__sitemap .container .inner {
	padding:1em 0;
}
.navigation__sitemap .nav__heading {
	display: inline;
	font-size:1.071em;
	font-weight:700;
	color:#000f23 !important;
}
.navigation__sitemap .grid .nav__heading {
	display: block;
	margin:0 0 1.6em;
}
.navigation__sitemap a.nav__heading:hover {
	color:#7a8b8c !important;
}
.navigation__sitemap a {
	font-size:1.071em;
	font-weight:normal;
	color:#7a8b8c !important;
	height:auto;
	line-height:normal;
	padding:0;
	text-decoration: none;
}
.navigation__sitemap a:hover {
	color:#000f23 !important;
}
.navigation__sitemap h2{
	margin-bottom: 0.5em;
}
.navigation__sitemap .h5{
	display: block;
	margin-bottom: 1em;

}

.navigation__sitemap .grid__unit{
	padding-bottom: 2em;
}

@media screen and (min-width:480px) {
	.navigation__sitemap .grid__unit{
		border-left: 1px solid #D9DBDC;
		border-right: 1px solid #D9DBDC;
		margin-right:-1px;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	.navigation__sitemap .grid__unit:nth-child(2n+1){
		border-left: none;
	}
	.navigation__sitemap .grid__unit:nth-child(2n){
		border-right: none;
	}
}

@media screen and (min-width:768px) and (max-width:1023px){
	.navigation__sitemap .grid__unit:nth-child(3n+1){
		border-left:none;
		clear:left;
	}
	.navigation__sitemap .grid__unit:nth-child(3n){
		border-right: none;
	}

}
@media screen and (min-width:1024px) {
	.navigation__sitemap .grid__unit:nth-child(4n+1){
		border-left:none;
	}
	.navigation__sitemap .grid__unit:nth-child(4n){
		border-right: none;
	}
}





/* StandardText */
.inner.inner--static-text{
	padding-bottom: 0.5em;
}

.inner.inner--static-text .static-text_content_outer.border_top {
	border-top: 1px solid #D9DBDC;
	padding-top: 1.5rem;
}

/*.inner.inner--static-text h2+.static-text_content_outer{
	border-top: none;
	padding-top: 0;
}*/
.inner.inner--static-text .static-text_content p.subline{
	color: #000F23;
	font-weight: bold;
}

.inner.inner--static-text .static-text_content{
	max-width: 30em;
	float: left;
}
/*.inner.inner--static-text .static-text_content_outer{
	border-top: 1px solid #D9DBDC;

}*/
/*.inner.inner--static-text .static-text_content_outer.border_none{
	border: none;
}*/
/* /StandardText */




/* Main-Nav Subpages */
@media screen and (min-width:650px) {
	.navigation__primary.nav1__sub {
		position: relative;
	}
	.navigation__primary.nav1__sub > li > .over {
		background:transparent !important;
		border-left-color: #D9DBDC !important;
		border-right: 0 !important;
		padding-bottom:0;
	}
	/*@media screen and (min-width: 650px) {*/
	/*.navigation__primary.nav1__sub > li > .over {*/
	.nav1__sub > li > .over {
		margin-right:0;
	}
	/*}*/
	.navigation__primary.nav1__sub .over:after {
		border-left: 1.333em solid transparent;
		border-right: 1.333em solid transparent;
		border-bottom: 1.333em solid #fff;
		border-top:0;
		content: " ";
		display:block;
		height: 0;
		left: 50%;
		margin-left: -1.333em;
		position: absolute;
		top: 85%;
		width: 0;
		z-index: 999999;
	}
	.navigation__primary.nav1__sub .act.over:after {
		content: " " !important;
		display:block !important;
	}
	.navigation__primary.nav1__sub li:first-child .over.act:after {
		/*margin-left:-1.333em;*/
		margin-left:-0.9em;
	}
}
/* /Main-Nav Subpages */

/* Flyout Subpages */
@media screen and (min-width:650px) {
	.nav__sub {
		/*max-width: 1110px;*/
		max-width: 1000px;
		min-width: 300px;
		top:3.6em;
		left:-1.75em;
		width:107%;
	}
}
@media screen and (min-width:768px) {
	.nav__sub {
		width:100%;
		left:0;
	}
}
@media screen and (min-width:900px) {
	.navigation__toggle {
		width:100%;
	}
	.navigation .search {
		margin-top:-1.88em;
	}
}
/* /Flyout Subpages */

/* /Nav 2 */

/* Service Nav */
.navigation__tertiary {
	/*font-size: 0.875em;*/
	font-size: 0.75em;
}
.navigation__tertiary > li {
	/*margin-left: 1.5em;*/
	position: relative;
}
.navigation__tertiary > li > span,
.navigation__tertiary > li > a {
	padding:0.6em 0.75em;
	color: #7A868C;
}
.navigation__tertiary > li > span:hover,
.navigation__tertiary > li > a:hover {
	color: #414b56;
	cursor: pointer;
}
.navigation__tertiary .navigation__secondary {
	top:3.2em;
	width:auto;
	padding:1.25em;
	z-index:9999;
}

@media screen and (min-width: 900px) and (max-width: 1110px) {
	.navigation__tertiary li:last-child div.navigation__secondary {
		left:auto;
		right:0;
	}
}

.navigation__tertiary .navigation__secondary a,
.navigation__tertiary .navigation__secondary span {
	white-space: nowrap;
	font-size:1em;
}
/* /Service Nav */

/* Language */
.language {
	display:block;
	position: absolute;
	top:0;
	left:0;
	line-height:38px;
	width:38px;
	text-align: center;
	color:#7a868c;
	background-color: #d9dbdc;
	font-size:0.75em;
	text-transform: uppercase;
}
.bg-dark .language {
	background-color: #666D78;
	color: #A5ABB0;
}
.language:hover {
	color:#000f23;
	background-color:#7a868c;
}
/* /Language */

/* Search */
.search {
	clear: both;
	margin-bottom: 0;
	padding:0 1.25em;
}
@media screen and (min-width: 650px) {
    .search {
		position: absolute;
		top: 1.667em;
		right: 1.944em;
		padding:0;
	}
}
@media screen and (min-width: 900px) {
    .search {
		position: static;
		float: right;
		clear: none;
		width: 20%;
	}
}
.inline-field--search {
	margin-left:64px;
}
.input--search {
	color:#d9dbdc;
	width: 100%;
	height:22px !important;
	padding:7px !important;
	float:right;
	border: 1px solid #d9dbdc !important;
	background:transparent !important;
}
.input--search:focus {
	color:#000f23;
	border: 1px solid #000f23 !important;
}
.bg-dark .input--search {
	color:#D9DBDC;
	border: 1px solid #666d78 !important;
}
.bg-dark .input--search,
.bg-dark .search__submit {
	background-color: transparent;
}
input[type="submit"].search__submit {
	overflow: hidden;
	text-indent: -200%;
	background: transparent url("../images/search.png") center no-repeat !important;
	position: absolute;
	right:0;
	top:0;
	border:0;
	width: 36px !important;
	height:36px;
	padding:0 !important;
}
/* /Search */

/* Landingpages: Only Lang // Only Search */
.search.only_lang {
	width:auto;
}
.search.only_lang a.language {
	position: relative;
}
@media screen and (max-width:650px) {
	.search.only_search .inline-field--search {
		margin-left: 16px;
	}
}
/* /Landingpages: Only Lang // Only Search */

/** /NAV Main **/

.click-block:hover {
	/*background:#d9dbdc;*/
	background:#e8e9e9;
	cursor: pointer;
}
.bg-light .click-block:hover {
	background:#eff1f4;
}

@media screen and (max-width: 1023px) {
	.interview_list .interview_item.click-block:hover {
		background: transparent;
	}
}

@media screen and (min-width: 650px) {
	.grid__unit.click-block {
		padding-top:0.625em;
		padding-bottom:0.625em;
	}
}
@media screen and (min-width: 768px) {
    .grid__unit.click-block {
		padding-top:0.833em;
	}
}
@media screen and (min-width: 1024px) {
	.grid__unit.click-block {
		padding-top:0.75em;
	}
}

.inner--subpage  h2 {
	line-height:1.2em;
}
.inner--subpage .statement__date {
	padding-top:1.5em;
}
.inner--subpage .subtext {
	margin-top:1.5em;
}
.inner .subpage__icons {
	text-align: left;
	padding-top:1.5em;
}
.inner .subpage__icons ul {
	margin:0;
}
.inner .subpage__icons ul li {
	padding-left: 0;
}
.inner .socials__headline {
	display: block;
    font-size: 0.8em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
/** MODULES **/
/* Stage Home */
.feature a {
	color:#fff;
}
.feature__title {
	padding:0 0 0.4em;
}
.feature__relation img {
	margin:0;
}
.feature__relation a,
.feature__relation small {
	color:#7A8B8C;
}
.feature__relation a {
	display:block;
	font-size:0.9em;
	margin-top:0.5em;
}
.feature__relation small {
	display:block;
	font-size:0.8em;
	font-weight: 700;
}
@media screen and (min-width: 650px) {
	.feature__relation img {
		margin-right:1em;
		display:inline;
	}
	.feature__relation a {
		display:inline;
		margin-top:0;
	}
}
/* /Stage Home */

/* Intro-Block */
@media screen and (max-width: 599px) {
	.intro-block .btn + .btn {
		margin-top:1em;
	}
}
/* /Intro-Block */

/* Two Col Entrance */
@media screen and (min-width: 600px) {
	.two-col-entrance {
		/*margin-bottom:1.5em;*/
		padding-bottom:1.5em;
	}
}
.two-col-entrance .grid .grid__unit {
	margin-bottom: 0;
}
.two-col-entrance__item {
	text-align: center;
	padding: 1.25em;
}
.two-col-entrance__item .h2 {
	text-transform: uppercase;
}
.two-col-entrance__item .lite {
	font-size:1.2em;
}
.two-col-entrance__link {
	text-align: center;
}

/************* Responsive helper classes START ***************/

@media screen and (max-width: 599px) {
	.hidden-xs {
		display: none !important;
	}
}

@media screen and (max-width: 599px) {
	.visible-xs {
		display: block !important;
	}
}

@media screen and (min-width: 600px) {
	.visible-xs {
		display: none !important;
	}
}

/************* Responsive helper classes END ***************/

@media screen and (max-width: 599px) {
    /*.two-col-entrance__item {
		border-top: 1px solid #eff1f4;
	}
	.grid__unit:first-child .two-col-entrance__item {
        border-top: none;
	}*/
}
@media screen and (min-width: 600px) {
	.two-col-entrance__item .lite {
        min-height: 6em;
	}
}
@media screen and (min-width: 600px) {
    .two-col-entrance__item {
		margin-top: 1.667em;
		margin-bottom: 1.667em;
		padding: 0 1.667em;
	}
}
@media screen and (min-width: 1024px) {
    .two-col-entrance__item {
		padding-left: 3em;
		padding-right: 3em;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	.two-col-entrance__item .lite {
        min-height: 4.5em;
	}
}
.two-col-entrance.no_border .two-col-entrance__item {
	border:0;
}
/* /Two Col Entrance */
/* Image Text Preview */
.img-text-preview {
	/*padding:0.5em 0;*/
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.25em;
	padding-right: 1.25em;
	margin: auto;
    max-width: 1000px;
    min-width: 250px;
}
.tabs__content .content .img-text-preview {
	padding:0 0 1em;
	margin: 0;
    max-width: none;
    min-width: inherit;
}
@media screen and (min-width: 768px) {
	.img-text-preview {
		/*		padding-bottom: 0;*/
		padding-left: 1.667em;
		padding-right: 1.667em;
	}
}
@media screen and (min-width: 1024px) {
	.img-text-preview {
		padding-left: 3em;
		padding-right: 3em;
	}
}

.img-text-preview a {
	text-decoration: none;
}
@media screen and (max-width: 649px) {
	.img-txt-preview__item {
		border-top: 1px solid #d9dbdc;
		padding: 0.625em 0;
	}
	.img-text-preview .grid a:first-child .grid__unit .img-txt-preview__item {
		margin-top: 0;
		border-top: none;
	}
	.img-text-preview .media__body .teaser {
		display:none;
	}
}
/* /Image Text Preview */

/* Image Text Preview: News-Box */
/*.img-text-preview.news {
	padding:0 0 0.5em;
}*/
.img-text-preview.news .btn {
	margin-top:1em;
}
.news .newsbox .h3 a {
	color:#000F23;
	text-decoration: none;
	display: block;
    line-height: 1.4em;
    margin-bottom: 0.75rem;
}
.news-teaser .grid--two-up-feature .newsbox.grid__unit {
	margin-bottom:-1px;
}
@media screen and (min-width: 600px) {
    .news-teaser .grid--two-up-feature .grid__unit {
		width: 100%;
	}
}
@media screen and (min-width: 650px) {
    .news-teaser .grid--two-up-feature .grid__unit {
		width: 33.33333%;
	}
	.tabs__content .content .news-teaser .grid--two-up-feature .grid__unit {
		width: 50%;
	}
}
.news-teaser .grid--two-up-feature a:nth-child(2n+4) .grid__unit {
	clear: left;
}
.tabs__content .content .news-teaser .grid--two-up-feature a:nth-child(2n+4) .grid__unit {
	clear: none;
}
.tabs__content .content .news-teaser .grid--two-up-feature a:nth-child(2n+3) .grid__unit {
	clear: left;
}
.news-teaser .newsbox .media__img img {
	width:auto;
	height: auto !important;
}
/* /Image Text Preview: News-Box */

/* Text Preview */
.text-preview {
	margin:2em 0 0;
}
.text-preview a {
	text-decoration: none;
}
.text-preview .btn {
	margin-top:2em;
}
.text-preview p.teaser {
	margin:0;
}
.txt-preview a:nth-child(2n+3) .grid__unit,
.txt-preview .grid__unit:nth-child(2n+3) {
	clear:left;
}
@media screen and (max-width: 479px) {
	.txt-preview__item {
		border-top: 1px solid #d9dbdc;
	}
    .txt-preview .grid__unit:first-child .txt-preview__item {
		border-top: none;
	}
}
@media screen and (max-width: 649px) {
	.txt-preview__item {
		padding: 0.625em 0;
	}
	.text-preview p.teaser {
		display: none;
	}
}
.txt-preview__title {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
    .txt-preview__title {
		font-size: 0.9em;
	}
}
/* /Text Preview */

/* Quote Block */
.quote-block {
	overflow:hidden;
	position: relative;
}
.quote-block p {
	color:#fff;
}
.quote-block__img {
	display: none;
	overflow:hidden;
	position: absolute;
	float:left;
}
.quote-block__img a {
	display: block;
	height: 100%;
}
.quote-block__img img {
	position:absolute;
	top:0;
	left:0;
	margin-left:-33%;
}
@media screen and (min-width: 650px) {
	.quote-block__img {
		display: block;
		width:40%;
		height:100%;
	}
	.quote-block__img img {
		max-height:100%;
		max-width:none;
	}
	.quote-block__text {
		width:54%;
	}
}
@media screen and (min-width: 768px) {
	.quote-block__img img {
		margin-left:-30%;
	}
}
@media screen and (min-width: 900px) {
	.quote-block__img img {
		/*margin-left:-20%;*/
		margin-left:0%;
	}
}
@media screen and (min-width: 1024px) {
	.quote-block__img {
		width:53%;
	}
	.quote-block__text {
		width:41%;
	}
}
@media screen and (min-width: 1100px) {
	.quote-block__img img {
		margin-left:0;
		max-height:none;
		max-width:100%;
	}
}
.quote-block__text {
	padding:1.5em;
	float:right;
	position: relative;
	/*display: table-cell;*/
}
.quote-block__text a {
	color:#fff;
	font-size:0.9em;
}
.quote-block__text--quote {
	font-size:1.2em;
	line-height:1.125em;
}



.quote-block__text--source {
	font-size:0.9em;
	color:#f7f7f8;
	text-transform: uppercase;
}
@media screen and (min-width: 650px) {
	.quote-block__text:after {
		color:#7A8B8C;
		display: inline-block;
		font-family: Arial, sans-serif;
		content: "\201E";
		font-weight: bold;
		position: absolute;
		line-height: 1em;
		font-size: 140px;
		bottom: 0.1em;
		right: 0.1em;
	}
	.bg-dark .quote-block__text:after {
		color:#000f23;
	}

	.quote-block__text--quote {
		font-size:1.8em;
	}

}
@media screen and (min-width: 1024px) {
	.quote-block__text:after {
		font-size: 280px;
		right: 0;
	}
}

/*.quote-block--inside {*/
.bg-light .quote-block,
.quote-block.bg-light {
	background-color: #8D989C;
}
.bg-dark .quote-block,
.quote-block.bg-dark {
	/*background-color: #414B56;*/
	background-color: #2b323a;
}
/* /Quote Block */

/* Slider */
.slider {
	padding:1em 0;
	position: relative;
}
/*.js_partner-slide .slider {
	padding:1em 0;

}*/
@media screen and (min-width: 768px) {
	.js_partner-slide .slider {
		padding:2em 0 1.5em;
		float: right;
		width: 70%;
		right: 1.4em;
	}
}
@media screen and (min-width: 1024px) {
	.js_partner-slide .slider {
		right: 2.2em;
	}
}

.partner_quote {
	background-size:cover;
}
@media screen and (min-width: 768px) {
	.partner_quote .slider {
		padding:2em 0 1.5em;
		float: none;
		width: 100%;
		right: auto;
	}
}
@media screen and (min-width: 1024px) {
	.partner_quote .slider {
		right: auto;
	}
}

.partner_quote .slider .prev:before,
.partner_quote .slider .next:after {
    border-bottom: 5px solid #000F23;
    border-left: 5px solid #000F23;
}
.partner_quote .slider .next:after {
    border-left: 0;
    border-right: 5px solid #000F23;
}
.partner_quote .grid--slider .grid__unit {
    width: 100%;
}
.partner_quote .container {
	max-width: 30em;
}
.partner_quote .media__img {
	margin-right: 2em;
}
@media screen and (min-width: 768px) {
	.partner_quote .media__img {
		max-width: 8em;
	}
}
.partner_quote .quote p {
	color:#000F23;
	font-size: 1.5em;
}
.partner_quote .source_outer {
	position: absolute;
	bottom:0;
	right:0;
}
.partner_quote .source_outer.source_left {
	left: 0;
}
.partner_quote .source,
.partner_quote .source_bold {
	color:#000F23;
	border:0;
	font-size: 0.7em;
}
.partner_quote .source_bold {
	font-weight: bold;
}

/* Partner-Slider */
.slider__headline {
	font-weight: 700;
	font-size:0.8em;
	display: block;
	text-align: center;
	/*margin-bottom:1.2em;*/
}
.js_partner-slide .slider__headline {
	font-weight: 400;
	font-size:1.5em;
	margin-top: 0.5em;
	margin-bottom:0.5em;
	color: #2b323a;
}
@media screen and (min-width: 768px) {
	.js_partner-slide .slider__headline {
		margin-top: 1.5em;
		margin-bottom:1.2em;
	}

	.slider__headline {
		text-align: left;
	}
	.js_partner-slide .slider__headline {
		float: left;
	}
}

@media screen and (max-width: 767px) {
	.js_partner-slide .slider .prev:before,
	.js_partner-slide .slider .next:after {
		content:none;
		display: none;
	}
}

/* Partner-Slider on Subpages */
.js_partner-slide.is_on_subpage.wrap {
	padding-right: 0;
}
.js_partner-slide.is_on_subpage .slider {
    /*right: 2.2em;*/
    right: 1.1em;
}
@media screen and (min-width: 768px) {
	.js_partner-slide.is_on_subpage .slider {
		width:60%;
	}
}
@media screen and (min-width: 1024px) {
	.js_partner-slide.is_on_subpage .slider {
		width:68%;
	}
}
.js_partner-slide.is_on_subpage .slider .prev {
    left: -1em;
}
.js_partner-slide.is_on_subpage .slider .next {
    /*right: -0.7em;*/
    right: 0.4em;
}
/* /Partner-Slider on Subpages */
.js_partner-slide.is_fullwidth {
	padding-left: 0;
	padding-right: 0;
}

.js_partner-slide.is_fullwidth .slider {
    width: auto;
    float: none;
    margin: auto 1.5em;
    left: auto;
    right: auto;
}
.js_partner-slide.is_fullwidth .slider .prev {
    left: -1.5em;
}
.js_partner-slide.is_fullwidth .slider .next {
    right: 0;
}

.slider .prev,
.slider .next {
	display: none;
}
.slider .prev,
.slider .next {
	position:absolute;
	top:50%;
	margin-top:-1%;
	opacity: 0.7;
}

@media screen and (min-width: 1024px) {
	.interview-slider > div {
		margin: 0 -0.75em;
		padding: 0 0.75em;
	}
}
@media screen and (max-width: 768px) {
	.interview-slider .prev,
	.interview-slider .next {
		display: none !important;
	}
}
/*.js_partner-slide .prev,
.js_partner-slide .next {
	margin-top: 0.2%;
}*/
.interview-slider .prev,
.interview-slider .next {
	top:40%;
	margin-top:-1%;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
	.interview-slider {
		padding:1em;
	}
}
.interview-slider .grid__unit {
	/*	box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;*/
	padding:0 !important;
}
.interview-slider .grid__unit > a {
	display: block;
	/*margin: 0 0.625em;*/
}
@media screen and (min-width: 650px) {
    .interview-slider .grid__unit > a {
		margin: 0.833em;
	}
	.partner_quote .source_outer.source_left {
		left: 0.75em;
	}
}
@media screen and (min-width: 1024px) {
    .interview-slider .grid__unit > a {
		margin: 0.75em;
	}
}
.stage-video-slide .prev {
	left: 1em !important;
	z-index: 99;
}
.stage-video-slide .next {
	right: 2em !important;
	z-index: 99;
}
.slider .prev:hover,
.slider .next:hover {
	opacity: 1;
}
.slider .prev:before,
.slider .next:after {
	content:" ";
	position:absolute;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width:1em;
	height:1em;
	border-left:5px solid #d9dbdc;
	border-bottom:5px solid #d9dbdc;
}
.slider .next:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	border-left:0;
	border-right:5px solid #d9dbdc;
}
@media screen and (min-width: 768px) {
	/*	.slider .prev:before,
		.slider .next:after {
			content:" ";
		}*/
	.slider .prev,
	.slider .next {
		display:block;
	}
	.slider .prev {
		left:-1.1em;
	}
	.slider .next {
		/*right:-0.15em;*/
		right:0.2em;
	}
}
@media screen and (min-width: 1024px) {
	.slider .prev,
	.slider .next {
		left:-2em;
	}
	.slider .next {
		left:auto;
		right:-0.7em;
	}
}



/* IOS Slider */
.iosSlider {
	/* required */
	position: relative !important;
	top: 0;
	left: 0;
	overflow: hidden !important;
	width: 100%;
}
/*@media screen and (max-width: 599px) {
	.img-slider__imgs .img_slide {
		position: relative;
		width: 80%;
		width: 90%;
				height: 100%;
		top: 0;
		left: 0;
		text-align: center;
	}
}*/

.js_imageSlider {
	width: 100%;
	height: 100%;
}
.js_imageSlider .img-slider__imgs{
	width: 100%;
	height: 100%;
}
.img-slider__imgs .img_slide {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 0 0 0;
}
@media screen and (max-width: 599px) {
	.img-slider__imgs .img_slide {
		position: relative;
		/*width: 80%;*/
		width: 90%;
		/*		height: 100%;*/
		top: 0;
		left: 0;
		text-align: center;
	}
}
.js_imageSlider .img_slider {
	margin-bottom:1.5em;
}
@media screen and (min-width: 599px) {
	.js_imageSlider .img_slider {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		z-index: -1;
		margin-bottom:0;
	}
}

.img-slider .inner + .inner {
	padding:1.25em;
}
@media screen and (min-width: 768px) {
	.img-slider .inner,
	.img-slider .inner + .inner {
		padding: 1.667em 0.833em;
	}
}
@media screen and (min-width: 1024px) {
	.img-slider .inner,
	.img-slider .inner + .inner {
		padding:3em 2.25em;
	}
}

/* slider */
.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.two-col-feature .iosSlider .slider {
	padding:0;
}

/* slide */
/*.iosSlider .slider .slide {
	float: left;
	width:110%;
}*/
.iosSlider .slider .next:after {
    border-left: 0 none;
    border-right: 5px solid #D9DBDC;
    transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.iosSlider .slider .prev:before, .iosSlider .slider .next:after {
    border-bottom: 5px solid #D9DBDC;
    border-left: 5px solid #D9DBDC;
    content: "";
    height: 1em;
    position: absolute;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    width: 1em;
}


/* /Slider */

/* Two Col Feature Slider */
.two-col-feature.sliding {
	position:relative;
}
.two-col-feature.sliding .feature--slide__nav__pager {
	left:0;
}
.two-col-feature.sliding .slider .prev,
.two-col-feature.sliding .slider .next {
	top:57%;
	z-index:99;
}
.two-col-feature.sliding .slider .prev:before,
.two-col-feature.sliding .slider .next:after {
	border-left-color:#d9dbdc;
	border-right-color:#d9dbdc;
	border-bottom-color:#d9dbdc;
}
@media screen and (min-width: 768px) {
	.two-col-feature.sliding .slider .prev {
		left:0.5em;
	}
	.two-col-feature.sliding .slider .next {
		right:2em;
	}
}
@media screen and (min-width: 1024px) {
	.two-col-feature.sliding .feature--slide__nav__pager {
		bottom:0.5em;
	}
	.two-col-feature.sliding .slider .prev,
	.two-col-feature.sliding .slider .next {
		/*left:-2em;*/
		left:1em;
	}
	.two-col-feature.sliding .slider .next {
		left:auto;
		right:2em;
	}
}
/* Two Col Feature Slider */

/* Company Story */
.company-story {
	background:#20262c;
	color:#fff;
}
.company-story p {
	color:#fff;
}
.company-story .keyvisual {
	height:20em;
	position: relative;
	overflow:hidden;
}
@media screen and (min-width: 768px) {
	.company-story .keyvisual {
		height:20.833em;
	}
}
@media screen and (min-width: 1024px) {
	.company-story .keyvisual {
		height:28em;
	}
}
.company-story .keyvisual__image {
	overflow: hidden;
}
.company-story .keyvisual__image img {
	left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: auto;
	height:100%;
	max-width: none;
}
@media screen and (min-width: 480px) {
	.company-story .keyvisual__image img {
		width: 100%;
		height:auto;
	}
}
.company-story .keyvisual__text {
	z-index:5;
	position: relative;
	background:url("../images/gradient_company_image.png") repeat-x center top;
	width:100%;
	height:100.1%;
	display: table;
}
@media screen and (min-width: 768px) {
	.company-story .keyvisual__text:after {
		/*content:"";*/
		content: none;
		position:absolute;
		left:50%;
		top:0;
		margin-left:-1.8em;
		width: 0;
		height: 0;
		border-left: 1.8em solid transparent;
		border-right: 1.8em solid transparent;
		border-top: 1.2em solid #fff;
	}
}
.company-story .keyvisual__text p {
	width:100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	margin:0;
}
.company-story .keyvisual__text p span {
	font-size:8.5em;
	line-height:0.5em;
}
.company-story .keyvisual__text p small {
	display:block;
	text-transform: uppercase;
	font-size:1.6em;
	position: relative;
}
@media screen and (max-width: 767px) {
	.company-story .keyvisual__text p small:after {
		content:"";
		position:absolute;
		left:50%;
		top:100%;
		margin-left:-1.27em;
		width: 1.8em;
		height: 1.8em;
		border-left: 0.5em solid #fff;
		border-bottom: 0.5em solid #fff;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
}
.company-story .grid {
	margin:2em 0 0;
	background:#20262c;
	z-index:100;
	position: relative;
}
.company-story .grid:first-child {
	padding-top: 2em;
}
.company-story .grid .h2 {
	color:#fff;
	font-weight:700;
}
.company-story .milestone {
	margin-bottom: 2.5em;
}
.company-story .milestone span,
.company-story .milestone .milestone__heading {
	font-weight: 700;
	display: block;
	margin-bottom: 0.25em;
	font-size:1em;
	color: #FFFFFF;
}
.company-story .milestone__month {
	color:#7A868C;
}
.company-story .milestone img {
	margin-bottom: 1.5em;
}
.company-story .milestone a, 
.company-story .milestone a:hover,
.company-story .milestone a:visited,
.company-story .milestone a:focus,
.company-story .milestone a:active {
	color: #ffffff;
}
@media screen and (min-width: 600px) {
	.company-story .grid__unit.fixed {
		position: fixed;
		top:1em;
		z-index: 50;
	}
	.company-story .grid__unit.bottom {
		bottom: 2em;
		position: absolute;
	}
}
/*
@media screen and (min-width: 768px) {
	.company-story .grid__unit.fixed {
		width:46.5%;
	}
}
@media screen and (min-width: 900px) {
	.company-story .grid__unit.fixed {
		width:47%;
	}
}
@media screen and (min-width: 1024px) {
	.company-story .grid__unit.fixed {
		width:44.8%;
	}
}
@media screen and (min-width: 1280px) {
	.company-story .grid__unit.fixed {
		width:28.4em;
	}
}*/
.company-story .grid__unit.fixed + .grid__unit {
	float:right !important;
}
/* /Company Story */

/* Image Text V2 */
.img-text-v2 img {
	margin-bottom: 1em;
}
.sidebar .img-text-v2.bg-dark,
.sidebar .img-text-v2.bg-light{
	margin-bottom: 1em;
}
.sidebar .img-text-v2 {
	padding:0;
}
@media screen and (min-width: 640px) {
	.sidebar .img-text-v2 {
		padding:1.5em;
	}
}
/* /Image Text V2 */

/* Category Icons */
/*.category-icons {
	margin: auto;
	max-width: 1000px;
}*/

.category-icons a {
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
}
@media screen and (min-width: 640px) {
	.category-icons a {
		padding: 1em 0;
	}
}
.category-icons a:hover {
	background-color: #f7f7f8;
}
/*.category-icons .h4 {
	padding-top:1.5em;
}*/
.category-icons__item {
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	/*border-left: 1px solid #eff1f4;*/
}
/*.grid__unit:first-child .category-icons__item {
    border-left: none;
}*/
@media screen and (max-width: 599px) {
    .category-icons__item {
		margin-bottom: 3em;
	}
	/*	.grid__unit:nth-child(2n+1) .category-icons__item {
			border-left: none;
		}*/
}
.category-icons__item img {
	max-width:90px;
}
/* /Category Icons */

/* Two Column Feature */
.two-col-feature.bg-light li {
	color:#7A868C;
}
.two-col-feature__typo {
	color: #7A868C;
}
.bg-dark .two-col-feature__typo {
	color: #D9DBDC;
}
.two-col-feature__typo span {
	display: block;
	text-align: center;
	font-weight:700;
}
.two-col-feature__typo small {
	color:#7A868C;
	text-transform: uppercase;
	display: block;
	font-weight:normal;
	text-align: center;
}
.two-col-feature__typo--top {
	width:100%;
	padding:0 0 1em;
	border-bottom:1px solid #7A868C;
}
.two-col-feature__typo--top span {
	font-size:8em;
	line-height:0.6em;
	height:0.85em;
	/*overflow:hidden;*/
	/*border:1px solid red;*/
}
@-moz-document url-prefix() {
	.two-col-feature__typo--top span {
	line-height:0.9em;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.two-col-feature__typo--top span {
		line-height:1.3em;
	}
}
.two-col-feature__typo--items {
	margin:1em 0 0;
	display:table;
	width:100%;
}
@media screen and (max-width: 480px) {
	.two-col-feature__typo--items {
		margin-left: -0.5em;
	}
}
.two-col-feature__typo--items div {
	padding:0 0.3em;
	display:table-cell;
	vertical-align: top;
	border-left:1px solid #7A868C;
}
.two-col-feature__typo--items div:first-child {
	border-left:none;
	/*padding-left:0.5em;*/
}
.two-col-feature__typo--items span {
	font-size:2.0em;
	line-height:1.2em;
}
@media screen and (min-width: 480px) and (max-width: 900px) {
	.two-col-feature__typo--items span {
		font-size:2em;
	}
}
/* /Two Column Feature */

/* Vita */
.vita__element {
	border-top:1px solid #d9dbdc;
	padding:1.5em 0 0;
}
.vita__element:first-child {
	margin: 0;
}
@media screen and (min-width: 600px) {
	.vita__element {
		margin:1.5em 0 0;
	}
}
/* /Vita */

/* Basic Table */
.btable {
	display:table;
	width:100%;
	font-size:0.9em;
	margin-bottom: 1.5em;
}
.tbody{
	display: table-row-group;
}
.btable .row {
	display: table-row;
}
.btable .cell {
	display: table-cell;
	border-top:1px solid #eff1f4;
	padding:0.6em;
	color:#414B56;
}
.bg-dark .btable .cell,
.bg-dark .btable .thead .cell {
	color: #D9DBDC;
	border-top:1px solid #7a868c;
}
.btable .row:first-child .cell {
	border:0;
}
.btable .cell:first-child {
	font-weight:700;
}
.btable .thead .cell {
	/*color:#ff2014;*/
	color:#000f23;
	font-weight:700;
}
.btable .cell.prio-1 {}
.btable .cell.prio-2,
.btable .cell.prio-3 {
	display:none;
}
@media screen and (min-width: 768px) {
	.btable .cell.prio-2 {
		display:table-cell;
	}
}
@media screen and (min-width: 1024px) {
	.btable .cell.prio-3 {
		display:table-cell;
	}
}
.btable .cell.persist {
	display:table-cell !important;
}
.btable--two .cell {
	width:50%;
}
.basic-table__table {
	clear:both;
}
.basic-table__filter {
	position:relative;
	margin-bottom: 1em;
}
.basic-table__filter__menu {
	position: absolute;
	top:auto;
	right:0;
	background-color:#fff;
	padding:1em 1em 0.5em;
	min-width:7em;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.btable--even .cell {
	font-weight: normal !important;
}
.btable--even .cell + .cell {
	text-align: right;
}
.btable--even .cell.red {
	color:#f00;
}
.btable--even .cell.green {
	color:#008000;
}

/*.ext_table_with_filter .thead .cell,
.ext_table_with_filter .cell {
	padding:0;
}
.ext_table_with_filter .thead.years .cell,
.ext_table_with_filter .cell:first-child,
.ext_table_with_filter .cell .table .cell {
    padding: 0.6em;
}*/
.ext_table_with_filter .cell .table .cell:first-child {
	font-weight: normal;
}
.ext_table_with_filter .thead.quaters .cell {
	font-weight: 700 !important;
	border:0;
}
.ext_table_with_filter .cell .table {
	display: table;
	width:100%;
}
.ext_table_with_filter .cell .table .cell {
	width: 25%;
	padding:0;
}
/* Basic Table */

/* Filter Table */
.filter__table .row:hover {
	background-color: #eff1f4;
	cursor: pointer;
}
.filter__table .row.thead:hover {
	background-color: transparent;
	cursor: default;
}
.filter__table .cell:first-child {
	font-weight:normal;
}
.filter__table .thead .cell {
	color:#000f23;
	font-weight:700;
}
.filter__table .thead .cell:hover {
	cursor: pointer;
}
.filter__table .thead .cell.fixed {
	white-space: nowrap;
}
.filter__table .thead .cell.full {
	width: 100%;
}
.filter__table .thead .cell:after {
	content:" ";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin-left:0.15em;
	margin-right:0.35em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000f23;
}
.filter__table .thead .cell.active{
	color: #ff2014;
}
.filter__table .thead .cell.active:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0;
	border-bottom: 5px solid #ff2014;
}
.filter__table .thead .cell.desc:after {
	border-top: 5px solid #ff2014;
	border-bottom:0;
}
.filter__table .cell a {
	text-decoration:none;
}

.loadmask {
	background-color: #d9dbdc !important;
}
.loadmask-msg {
	border:0 !important;
	padding:0 !important;
	background:transparent !important;
}
.loadmask-msg div {
	background:url("../images/loading.gif") no-repeat transparent !important;
	border:0 !important;
	padding:0 !important;
	width:32px !important;
	height:32px !important;
}
/* /Filter Table */

/************************************/
/************* CSV TABLE ************/
/************************************/

.CSVTable {
	width: 100%;
	text-align: left;
	font-size: 13px;
	border-collapse: collapse;
	margin-left: -5px;
	margin-bottom: 1.5em;
}
.CSVTable tr th {
	padding: 8px 0;
}
.CSVTable tr th:nth-child(1) {
	padding-left: 5px;
}			
.CSVTable tr td:nth-child(1) {
	color: #414B56;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	width: 200px;
}			
.CSVTable tr td {
	border-bottom: 1px solid #eff1f4;
	padding: 8px 0;
}
.CSVTable tr:last-child td, 
.CSVTable thead tr:first-child td, 
.csvTable-quaterly .CSVTable tbody tr:first-child td {
	border: none;
}
.CSVTable tr:hover {
	background-color: #eff1f4;
}
.CSVTable thead tr:nth-child(1):hover, 
.csvTable-quaterly .CSVTable tbody tr:nth-child(1):hover {
	background-color: transparent;
}

.CSVTable thead tr:nth-child(1), 
.csvTable-quaterly .CSVTable tbody tr:nth-child(1) {
	font-weight: bold;
	color: #000f23;
	font-size: 16px;
}
.CSVTable tr:nth-child(1) td:nth-child(1) {
	color: #414B56;
}
@media only screen and (max-width: 930px) {

	div.csvTable {
		overflow-x: scroll;
	}
	.CSVTable {
		min-width: 900px;
	}
}

/************************************/
/*********** CSV TABLE END **********/
/************************************/

/* Content Navigation */
.content-nav .grid__unit {
	margin-bottom: 0;
}
.content-nav__item p {
    margin-bottom: 0;
}
@media screen and (max-width: 649px) {
	.content-nav__item {
		padding: 0.625em 0;
	}
}
/* /Content Navigation */

/* Video */

.video-modul {
	position: relative;
	padding:0 0 56.25%;
}
/*@media screen and (min-width: 768px) {
	.video-modul--header {
		padding:0 0 44.44444%;
	}
}*/
@media screen and (min-width: 650px) {
	.feature--home .video-modul--header {
		/* margin-top:-1em;*/
		/*padding:0 0 56.25%;*/
		padding:0;
		/*margin-top:-1.5em;*/
	}
}
.video__frame {
	height:100%;
}
.video-modul iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	height: 100%;
    width: 100%;
    z-index: 10;
	border:0;
}
/*@media screen and (min-width: 600px) {
.video-modul iframe {
    height: 100%;
}
}*/
.video__overlay {
	background-color:#000f23;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5em;
    position: absolute;
    text-align: center;
    z-index: 20;
	/*    z-index: 0;*/
	overflow: hidden;
}
.video-modul--header .video__overlay {
	background-color:#020F1B;
}
.video__overlay img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index: -1;
}
.video__overlay--table {
    display: table;
    height: 100%;
    width: 100%;
}
.video__overlay--table__cell {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 480px) {
	.feature--home .video__overlay {
		overflow: visible;
	}
	.feature--home .video__overlay--table__cell {
		display: block;
		margin-top: 70%;
	}
}
.video__overlay--table__cell img {
	position: relative;
    left: auto;
    top: auto;
    width: auto;
	opacity:1;
	filter:alpha(opacity=100);
}
@media screen and (max-width: 480px) {
	.video__overlay--table__cell img {
		width: 100%;
	}
}
.absolute-first-child > div:first-child {
	position: absolute !important;
}
/* /Video */

/* Feature Tabs */
.feature-tabs__tabs {
	margin:0 -1.25em;
}
.feature-tabs__tabs li {
	position: relative;
	margin:0;
}
@media screen and (max-width: 599px) {
	.feature-tabs__tabs--item {
		padding:1.25em 1.25em 0;
		margin:0 0 1.25em !important;
	}
}
@media screen and (min-width: 600px) {
	.feature-tabs__tabs--item {
		/*float: right;*/
		position:absolute;
		right:0;
		top:0;
		width:50%;
	}
}
.feature-tabs__tabs--item .copy + img {
	margin-top:1.5em;
}
.feature-tabs__tabs--item .copy a {
	text-decoration: none;
}
.feature-tabs__tabs--item .copy a:hover {
	text-decoration: underline;
}

.feature-tabs ul{
	position: relative;
}
.feature-tabs__tabs li {
	display: block;
	position: static;
}
.feature-tabs__tabs li > a {
	color:#7A868C;
	font-size:0.9em;
	line-height:1.1em;
	padding:1.25em;
	margin:0 !important;
	text-decoration: none;
	border-top:1px solid #7A868C;
	clear: left;
}
.feature-tabs__tabs .copy ul li {
	display: list-item;
}
.bg-dark .feature-tabs__tabs li > a {
	border-top:1px solid #505d6a;
	color:#D9DBDC;
}
.feature-tabs__tabs li:first-child > a {
	border-top:0;
}
.feature-tabs__tabs li > a:hover,
.feature-tabs__tabs li > a.act:hover {
	/*background-color:#414B56;*/
	background-color:#EFF1F4;
}
.bg-dark .feature-tabs__tabs li > a:hover,
.bg-dark .feature-tabs__tabs li > a.act:hover {
	background-color:#20262c;
}
.feature-tabs__tabs li > a.act {
	background-color:#D9DBDC;
}
.bg-dark .feature-tabs__tabs li > a.act {
	background-color:#57616B;
}

.feature-tabs__tabs .feature-tabs__tabs--item a,
.feature-tabs__tabs .feature-tabs__tabs--item li > a {
	padding: 0;
	clear: none;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	border: none;
}

.feature-tabs__tabs .feature-tabs__tabs--item a:hover,
.feature-tabs__tabs .feature-tabs__tabs--item li > a:hover {
	background: transparent;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.feature-tabs__tabs li > a:after {
		border-bottom: 0.5em solid transparent;
		border-left: 0.8em solid #7A868C;
		border-top: 0.5em solid transparent;
		content: " ";
		float: right;
		height: 0;
		width: 0;
	}
	.bg-dark .feature-tabs__tabs li > a:after {
		border-left: 0.8em solid #D9DBDC;
	}
	.feature-tabs__tabs li > a.act:after {
		border-left: 0.5em solid transparent;
		border-right: 0.5em solid transparent;
		border-top: 0.8em solid #7A868C;
	}
	.bg-dark .feature-tabs__tabs li > a.act:after {
		border-top: 0.8em solid #D9DBDC;
	}
}
@media screen and (min-width: 600px) {
	.feature-tabs__tabs li > a.act,
	.bg-dark .feature-tabs__tabs li > a.act {
		color:#ff2014;
		background-color: transparent;
	}
}

.feature-tabs__tabs--item p {
	margin-top:1em;
	margin-bottom:0;
	color:#7A868C;
}
.bg-dark .feature-tabs__tabs--item p,
.bg-dark .feature-tabs__tabs--item li,
.bg-dark .feature-tabs__tabs--item .intro-text {
	color:#7A868C;
}
/* /Feature Tabs */

/* Related Content Columns */
.related {
	margin:1.5em 0;
}
.related-content {
	margin:0.5em 0 0;
}
@media screen and (max-width: 649px) {
	.related-content__item {
		padding: 0.75em 0;
		border-top: 1px solid #d9dbdc;
	}
    .grid__unit:first-child .related-content__item {
		border-top: none;
	}
}
@media (min-width: 650px) and (max-width: 920px) {
	.related-content__item .valign {
		width: 100%;
	}
}
/* /Related Content Columns */

/* Contact-Form */
.contact__form .grid__unit {
	/*margin:0 0 1em;*/
	padding-bottom: 1em;
}
.contact__form input,
.contact__form select,
.contact__form textarea,
.contact__form .select-box {
	width:100%;
}
.contact__form input[type=submit] {
	float:right;
}
.contact__form input[type=file] {
	width:auto;
}
.contact__form input[type=file].error {
	border:1px solid #f00;
}
.newsletterform {
	margin-bottom:1.5em;
}
.newsletterform input[type=text] {
	width:60%;
	float:left;
}
@media screen and (max-width:650px) {
	.newsletterform input[type=text] {
		width:75%;
	}
}
.newsletterform input[type=submit] {
	height: 2.1em;
	padding: 0.3em 1em;
	float:right;
}


.form-builder {
	padding-left: 1.25em !important;
	padding-right: 1.25em !important;
	margin: 0 auto;
    max-width: 1000px;
    min-width: 250px;
}
@media screen and (min-width: 768px) {
	.form-builder {
		padding-left: 1.667em !important;
		padding-right: 1.667em !important;
	}
}
@media screen and (min-width: 1024px) {
	.form-builder {
		padding-left: 3em !important;
		padding-right: 3em !important;
	}
}

/*.contact .form-builder {
	padding-left:0 !important;
	padding-right:0 !important;
}*/
.inner.contact .inner.form-builder {
	padding: 0 !important;
}

.form-builder form.grid {
	margin-right:0;
}
.form-builder legend {
	margin-bottom:0.5em;
	padding:0;
}
.form-builder fieldset {
	margin:0;
}
@media screen and (max-width:650px) {
	.form-builder fieldset {
		width:100%;
		padding-right:0;
	}
}
.form-builder .grid__unit--full fieldset {
	width:100%;
	padding-right:0;
}
.form-builder fieldset legend {
	margin-bottom: 0;
}
/*.form-builder .grid__unit--full fieldset input,
.form-builder fieldset .grid__unit--full input {
	width:94%;
}*/

.form-builder .formElement .formElement-group {
	margin-left: -0.625em;
	margin-right: -0.625em;
}
@media screen and (min-width: 768px) {
    .form-builder .formElement .formElement-group {
		margin-left: -0.833em;
		margin-right: -0.833em;
	}
}
@media screen and (min-width: 1024px) {
    .form-builder .formElement .formElement-group {
		margin-left: -0.75em;
		margin-right: -0.75em;
	}
}

.form-builder fieldset .formElement-group {
	margin-right: 0.75em !important;
}

.form-builder input[type="checkbox"],
.form-builder input[type="radio"] {
	width:13px;
}
/* /Contact-Form */

/* Filter */
.filter_outer .filter_header .search {
	float: left;
	width:100%;
	padding:0 !important;
	position:static !important;
}
.filter_outer .filter_header .inline-field--search {
	margin: 0;
	position:relative;
}
.filter_outer .filter_header .input--search {
	float:none;
}
.filter_outer .filter_header input.search__submit[type="submit"] {
	height:100%;
}
.filter_outer .filter_header .btn-filter {
	margin:1em 0 0;
}
@media screen and (max-width: 649px) {
	/*	.filter_outer .filter_header .search {
			width:96%;
		}*/
	.filter_outer .filter_header .input--search {
		/*width:96%;*/
		width:100%;
		height:36px !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.filter_outer .filter_header .btn-filter{
		padding:0.3em 0;
		width:100%;
	}
	.filter_outer .filter_header .filter_header--submit {
		display: none;
	}
	.filter_outer .filter_header .btn-filter span {
		display:block;
		text-align: center;
	}
}
@media screen and (min-width: 650px) {
	.filter_outer .filter_header .input--search {
		padding-top:0.655em !important;
		padding-bottom:0.655em !important;
	}
	.filter_outer .filter_header .inline-field--search {
		margin:0 6em 0 0;
	}
	.filter_outer .filter_header input.search__submit[type="submit"] {
		right:-0.9em;
	}
	.filter_outer .filter_header .filter_header--submit {
		display: block;
		position:absolute;
		top:0;
		right:0;
		/*padding:0.65em 1.5em;*/
		padding:0.75em 1.5em;
		height:2.9em;
	}
}
@media screen and (min-width: 768px) {
	.filter_outer .filter_header .filter_header--submit {
		/*padding:0.55em 1.5em;*/
		padding:0.75em 1.5em;
		/*height:2.65em;*/
		height:2.8em;
	}
}
.filter_content {
	margin-top: 1.5em;
}
.filter_content--categories {
	border-bottom:1px solid #EFF1F4;
	padding-bottom:2em;
	/*margin-bottom:1.75em;*/
}
.filter_content--table {
	margin-top:1.75em;
}
.filter_content--categories .filter,
.filter_content--year {
	display:block;
	text-decoration: none;
	margin-top:0.3em;
}
.filter_content--categories .filter:hover,
.filter_content--categories .filter.active,
.filter_content--year:hover,
.filter_content--year.act,
.filter_content--year.active {
	font-weight:700;
	color:#ff2014;
	cursor: pointer;
}
@media screen and (max-width: 480px) {
	.filter_content .grid--four-up .grid__unit {
		padding-bottom:1em;
	}
}
@media screen and (min-width: 480px) {
    .filter_content .grid--four-up .grid__unit {
		width: 25%;
	}
}
@media (min-width: 480px) and (max-width: 819px) {
    .filter_content .grid--four-up .grid__unit:nth-child(2n+3) {
		clear: none;
	}
}
/* /Filter */

/* Inner Anchors */
@media screen and (min-width: 650px) {
	.inner-anchors ul li {
		float:left;
		border-left:1px solid #7A868C;
		padding-left:0.4em;
		margin-left:0.4em;
	}
	.inner-anchors ul li:first-child {
		padding-left:0;
		margin-left:0;
	}
}
.inner-anchors ul li:first-child {
	border:0;
}
.inner-anchors a {
	font-weight:700;
	text-decoration: none;
	color:#7A868C;
	font-size:0.9em;
}
.inner-anchors a:hover {
	color:#ff2014;
}
/* /Inner Anchors */

/* Statement */
.statement__item {
	margin-top:2.8em;
}
.statement > h2 + .statement__item,
.statement > h3 + .statement__item {
	margin-top:0;
}
.statement__date {
	display: block;
	margin-bottom:0.5em;
	font-weight:700;
	color:#d9dbdc;
}
.statement__item .statement__source {
	margin-top:1.85em;
}
/* /Statement */

/* Image Text Cols */
.img-txt-cols.outer {
	padding:1em 0;
}
@media screen and (max-width:649px) {
	.img-txt-cols .grid__unit {
		padding: 0.625em;
	}
}
.img-txt-cols .grid__unit p {
	margin-bottom: 0;
}
.img-txt-cols a {
	text-decoration: none;
}

/*.tx-ne-casestudies .img-txt-cols .grid a:nth-child(3n+1) .grid__unit {
	clear:left;
}*/
/* /Image Text Cols */

/* Logo-Pack */
.logo-pack .outer {
	margin-bottom:3em;
}
.logo-pack .outer .grid .grid__unit {
	margin:1em 0 1.5em;
}
/* /Logo-Pack */

/* Calendar List */
.sidebar_item.newsroom a,
.sidebar_item.detailpage a,
.calendar-list a {
	text-decoration: none;
}
.related-list__item {
	padding:0.75em;
	border-top: 1px solid #d9dbdc;
}
.sidebar_item.newsroom .related-list__item,
.sidebar_item.detailpage .related-list__item,
.calendar-list .related-list__item {
	/*padding:0.5em 0.75em;*/
	padding-top:0.5em;
	padding-bottom:0.5em;
}
/*@media screen and (min-width: 600px) {
	.sidebar_item.newsroom .related-list__item,
	.sidebar_item.detailpage .related-list__item,
	.calendar-list .related-list__item {
			padding: 0.5em 0.75em;
		padding:0.5em 0.75em 0.5em 0;
	}
}*/
.related-list a:first-child > .related-list__item {
	border-top: none;
}
.related-list a {
	text-decoration: none;
}
/*.related-list__item:first-child {
    border-top: none;
}*/
.sidebar--inner .related-list__item {
	padding:0.75em 0.75em 0.75em 0;
	margin-bottom: -1px;
}
.sidebar--inner .related-list__item:hover {
	margin-left:-0.75em;
	padding-left:0.75em;
}
/*.newsroom.sidebar--inner .related-list__item:hover,
.detailpage.sidebar--inner .related-list__item:hover {
	margin-left:0;
	padding-left:0;
}*/
@media screen and (min-width: 600px) {
	.newsroom.sidebar--inner .related-list__item:hover,
	.detailpage.sidebar--inner .related-list__item:hover {
		margin-left:-0.75em;
	}
}
@media screen and (min-width: 1024px) {
	.newsroom.sidebar--inner .related-list__item:hover,
	.detailpage.sidebar--inner .related-list__item:hover {
		margin-left:0;
		padding-left:0;
	}
}
.cal {
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.cal span {
    display: block;
    color: #414b56;
}
.cal__dd {
	font-size: 3em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -2px;
}
.cal__mm {
	font-size: 0.9em;
}
/* /Calendar List */

/* Stock Chart */
.stock_chart--outer {
	padding-bottom:0 !important;
}
.stock_chart {
	margin:0 -1em;
}
.stock_chart .btn-filter {
	margin-top:2em;
}
.stock_chart__chart,
.stock_chart__table {
	float:left;
	padding:0 1em;
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@media screen and (max-width:599px) {
	.stock_chart__chart {
		margin-bottom:2em;
	}
}
@media screen and (min-width:600px) {
	.stock_chart__chart {
		width:50%;
	}
	.stock_chart__table {
		width: 50%;
	}
}
@media screen and (min-width:1024px) {
	.stock_chart__chart {
		width:60%;
	}
	.stock_chart__table {
		width: 40%;
	}
}
.stock_chart__chart--img {
	margin-bottom:1.75em;
}
.stock_chart__filter {
	background:#F7F7F8;
	padding-top:1.25em !important;
}
@media screen and (min-width:768px) {
	.stock_chart__filter {
		padding-top:1.667em !important;
	}
}
@media screen and (min-width:1024px) {
	.stock_chart__filter {
		padding-top:3em !important;
	}
}
@media screen and (min-width:320px) {
	.stock_chart__filter--options .grid__unit {
		border-top:1px solid #d9dbdc;
		padding-top:1em;
		padding-bottom:1em;
	}
}
@media screen and (min-width:480px) {
	.stock_chart__filter--options .grid__unit {
		border-top:0;
		border-left:1px solid #d9dbdc;
	}
	.stock_chart__filter--options .grid__unit:nth-child(3n) {
		border-left:0;
	}
}
@media screen and (min-width:820px) {
	.stock_chart__filter--options .grid {
		display: table;
	}
	.stock_chart__filter--options .grid__unit {
		display:table-cell;
		float: none;
		padding-top:0;
		padding-bottom:0;
	}
	.stock_chart__filter--options .grid__unit:nth-child(3n) {
		border-left:1px solid #d9dbdc;
	}
}
.stock_chart__filter--options .grid__unit:first-child {
	border:0;
}
.stock_chart__filter--options label {
	font-size:0.9em;
}
.stock_chart__filter--options .color:before {
	margin-right:6px;
	border-right:5px solid #F7F7F8;
}
.stock_chart__filter--options .color.black:before {
	box-shadow: 5px 0 0 #000;
	-webkit-box-shadow: 5px 0 0 #000;
}
.stock_chart__filter--options .color.red:before {
	box-shadow: 5px 0 0 #f00;
	-webkit-box-shadow: 5px 0 0 #f00;
}
.stock_chart__filter--options .color.gray:before {
	box-shadow: 5px 0 0 #ccc;
	-webkit-box-shadow: 5px 0 0 #ccc;
}
.stock_chart__filter--options .color.blue:before {
	box-shadow: 5px 0 0 #00f;
	-webkit-box-shadow: 5px 0 0 #00f;
}
.stock_chart__filter--options .color.orange:before {
	box-shadow: 5px 0 0 #ff8000;
	-webkit-box-shadow: 5px 0 0 #ff8000;
}
@media screen and (min-width:480px) {
	.stock_chart__filter--options .date {
		width:90%;
	}
}
.stock_chart__filter--options .small {
	background-color: #fff;
	border-color:#d9dbdc;
	width:1.3em;
	padding:0.2em;
}
.stock_chart__filter--table {
	margin-top:2em;
}
/* /Stock Chart */

/* Image Slider */
.img-slider .slider {
	position: static;
	margin: 0;
}
@media screen and (min-width:600px) {
	.img-slider .slider .feature--slide__nav__pager {
		bottom: 0;
		top: auto;
	}
}
.img-slider .slider .prev,
.img-slider .slider .next {
	display: none;
}
@media screen and (min-width:650px) {
	.img-slider .slider .prev,
	.img-slider .slider .next {
		display: block;
		z-index:1;
	}
}
/*@media screen and (max-width:600px) {
	.img-slider .feature--slide__nav__pager {
		bottom:1em !important;
	}
}*/
.img-slider .slider .prev {
	left:1.5em;
}
.img-slider .slider .next {
	right:2.5em;
}
.img-slider__imgs {
	padding-top:60%;
	padding-bottom:0;
}
@media screen and (min-width:650px) {
	.img-slider__imgs {
		padding-top:66.666%;
	}
}
.img-slider__imgs img {
	/*	position: absolute;*/
	/*	top:0;*/
	/*	left:0;*/
	/*width:90%;*/
	width:95%;
}
@media screen and (min-width:650px) {
	.img-slider__imgs img {
		width:100%;
	}
}
/* /Image Slider */

/* Office */
@media screen and (max-width:650px) {
	.office.grid__unit {
		padding-top:0.625em;
		padding-bottom:0.625em;
	}
}
.office a {
	text-decoration: none;
}
.office .image {
	margin-bottom: 1.5em;
}
/* /Office */

/* Glossary */
@media screen and (max-width:649px){
	#glossary_index {
		display: none;
	}
	#glossary_index_outer + .glossary_letter_content {
		padding-top:0;
	}
}
#glossary_index li {
	float:left;
}
#glossary_index li a {
	font-weight: 700;
	font-size: 0.9em;
	color:#000F23;
	text-decoration: none;
}
#glossary_index li a:hover {
	color:#ff2014;
}
#glossary_index_outer + .glossary_letter_content {
	border-top:0;
}
.glossary_letter_content {
	border-top:1px solid #d9dbdc;
	padding:2em 0 1em;
}
.glossary_letter_content span.h2 {
	font-weight: 700;
	color:#7a868c;
}
.glossary_letter_content a {
	text-decoration: none;
}
.glossary_letter_content a:hover {
	color:#ff2014;
}
/* /Glossary */


/* Job Detail*/
.job_inner .inner--subpage .contacts{
	margin-top: 2.5em;
}
/* /Job Detail*/
/* Job Detail Contact*/
.job-contact--content{
	padding-top: 3.5em;
}
.job-contact--content h2.h4{
	margin-bottom: 2em;
	color: #414B56;
}

.job-contact--content .grid__unit--full.attachement{
	padding-right: 0;
}


.showNextUpl{
	position: relative;
	width: 2em;
	height: 2em;
	float: left;
	margin-top: 1em;
	cursor: pointer;

}
.showNextUpl:before{
	cursor: pointer;
    color: #7A868C;
    content: "+";
    font-size: 3em;
    margin: 0;
    text-align: right;
	position: relative;
	top: -0.5em;
}

/* /Job Detail Contact*/

/* Expanding list*/
.expanding-list{

}

.expanding-list h2+.expanding-list--headline{
	border-top: none;
}
.expanding-list--headline{
	border-top: 1px #D9DBDC solid;
	margin-bottom: 0;
}
.expanding-list--text{
	display:none;
}
.expanding-list--headline,
.expanding-list--text{
	position: relative;
	padding: 0 0.5em 1em;
}
.expanding-list--text p:first-child{
	margin-top: 0;
}
.expanding-list--text p{
	margin-bottom: 0;
	margin-top: 1.5em;
}

.expanding-list--headline{
	padding: 1em 3.5em 1em 0.5em;
}
.expanding-list--headline.active{
	border-bottom: none;
}
/*.expanding-list--headline.active+.expanding-list--text {
	padding-top: 0;
}*/

.expanding-list--headline:hover:after{
	color: #414b56;
}



.expanding-list--headline span {
	width:37px;
    color: #7A868C;
	font-family: Arial, sans-serif;
    font-size: 4em;
    position: absolute;
    right: 0.2em;
    text-align: center;
    top: 0.2em;
	transition-duration: 0.3s;
    transition-property: all;
}
.expanding-list--headline.active span{
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition-duration: 0.3s;
    transition-property: all;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.expanding-list--headline.active span{
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
}
@-moz-document url-prefix() {
	.expanding-list--headline.active span{
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
}*/
/* /Expanding list*/

/** Three Col Teaser **/
.three_col_teaser {
	padding-top:6.25em;
	padding-bottom:5em;
}
.three_col_teaser a {
	text-decoration: none;
}
@media screen and (max-width: 649px) {
	.three_col_teaser .grid a:first-child .grid__unit .img-txt-preview__item {
		border-top: none;
		margin-top: 0;
	}
}
.three_col_teaser.bg-dark .click-block:hover {
	background: #292d31;
}
@media screen and (max-width: 649px) {
	.three_col_teaser.bg-dark .img-txt-preview__item {
		border-top: 1px solid #292d31;
	}
}
/** /Three Col Teaser **/

/** Two Col Text **/
.two_col_text {
	padding-top:1.5em;
	padding-bottom:1.5em;
}
.two_col_text .grid .grid__unit {
	margin-bottom:0;
}
/** /Two Col Text **/

/** Module Background Teaser Box **/
.module_background_teaser_box {
	text-align: center;
}
.module_background_teaser_box .container {
	background-size: cover;
	padding-left:1em;
	padding-right:1em;
}
@media screen and (min-width:650px) {
	.module_background_teaser_box .container {
		padding-left:2em;
		padding-right:2em;
	}
}
.module_background_teaser_box .large {
	padding-top: 5.5em;
	padding-bottom: 5em;
}
.module_background_teaser_box .small {
	padding-top: 2.5em;
	padding-bottom: 2em;
}
@media screen and (min-width:650px) {
	.module_background_teaser_box .large {
		padding-top: 8.5em;
		padding-bottom: 8em;
	}
	.module_background_teaser_box .small {
		padding-top: 4.5em;
		padding-bottom: 4em;
	}
}
/** /Module Background Teaser Box **/

/** Module Tabs Container **/
.module_tabs_container .feature-tabs__tabs {
    margin: 0;
	display: table;
	width:100%;
}
@media screen and (min-width: 600px) {
	.module_tabs_container .feature-tabs__tabs li {
		display:table-cell;
	}
}
.module_tabs_container .feature-tabs__tabs li > a {
	display: block;
	background: #f7f7f8;
	padding:0.8em;
	height:auto;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
	border:0;
	border-top:1px solid #fff;
	color:#414b56;
	text-transform: uppercase;
}
@media screen and (min-width: 600px) {
	.module_tabs_container .feature-tabs__tabs li > a {

		border-top:0;
		border-left:1px solid #fff;

	}
}
.module_tabs_container .feature-tabs__tabs li > a:hover,
.module_tabs_container .feature-tabs__tabs li > a.act {
	background: #292d31;
	color:#fff;
}
.module_tabs_container .feature-tabs__tabs--item {
    width: 100%;
	padding:0;
}
@media screen and (min-width: 600px) {
	.module_tabs_container .feature-tabs__tabs--item {
		position: absolute;
		top: 5em;
		left: 0;
		right:auto;
	}
}
.module_tabs_container .feature-tabs__tabs li > a:after {
	content: none;
	display: none;
}
.module_tabs_container .feature-tabs__tabs--item > .inner,
.module_tabs_container .feature-tabs__tabs--item > .wrap {
	padding:0;
}
@media screen and (min-width: 600px) {
	.module_tabs_container .feature-tabs__tabs--item > .inner,
	.module_tabs_container .feature-tabs__tabs--item > .wrap {
		padding:0 0 5em;
	}
}
/** /Module Tabs Container **/

/** Module Simple Table **/
.module_simple_table {
	font-size: 1em;
}
@media screen and (min-width: 600px) {
	.module_simple_table {
		padding-bottom:4em;
	}
}
.module_simple_table .cell {
	display:none !important;
}
.module_simple_table .cell:first-child {
	font-weight: normal;
	padding-left:0;
	display:table-cell !important;
}
@media screen and (min-width: 600px) {
	.module_simple_table .cell {
		display:table-cell !important;
	}
}
.module_simple_table .thead {
	display:none !important;
}
@media screen and (min-width: 600px) {
	.module_simple_table .thead {
		display:table-row !important;
	}
}
.module_simple_table .thead .cell {
	text-transform: uppercase;
}
.module_simple_table .thead .cell:first-child {
    font-weight: 700;
}
.module_simple_table .cell p {
	margin:0;
	color:#414b56;
}
.module_simple_table .cell a {
	text-decoration: none;
}
.module_simple_table .cell a:hover {
	text-decoration: underline;
}

/** /Module Simple Table **/


/** LANDINGPAGE MODULES **/
/*** MODULE ***/
.landing-contact-box .top {
	background-color: #EFF1F4;
}
@media screen and (max-width: 650px) {
	.landing-contact-box .top .grid--two-up .grid__unit {
		width: 100%;
	}
}
.landing-contact-box .top .buttons.inner {
	padding-top:1.54em;
	padding-bottom:1.54em;
}
.landing-contact-box .body {
	background-color: #D9DBDC;
}
@media screen and (min-width: 649px) and (max-width: 1100px) {
	.landing-contact-box .btn--arrow {
		font-size: 0.75em;
	}
}
@media screen and (max-width: 650px) {
	.landing-contact-box .btn--arrow + .btn--arrow {
		margin-top:0.5em;
	}
}
.landing-contact-box .btn-filter {
	width:100%;
	text-align: center;
}
.landing-contact-box .btn-filter.inner {
	padding-top:2em;
	padding-bottom:2em;
	padding-left:0;
	padding-right:0;
}
.landing-contact-box .top .buttons.gray,
.landing-contact-box .btn-filter.gray {
	background-color:#D9DBDC;
}
.landing-contact-box .btn-filter.gray:hover {
	background-color: #C5C6C8;
}
.landing-contact-box .top .buttons.gray {
	text-align: center;
}
.landing-contact-box .btn-filter.orange {
	background-color: #FF2014;
}
.landing-contact-box .btn-filter.orange:hover {
	background-color: #BD1B11;
}
.landing-contact-box .btn-filter.disabled:hover {
	cursor: default;
}
.landing-contact-box .btn-filter.gray.disabled:hover {
	background-color: #d9dbdc !important;
}
.landing-contact-box .btn-filter.orange.disabled:hover {
	background-color: #FF2014 !important;
}
.landing-contact-box .btn-filter.orange span {
	color:#fff;
}
.landing-contact-box .btn-filter.orange small:after {
	border-color:#fff;
}
.landing-contact-box .btn-filter small {
	/*float:left;*/
	display: inline-block;
	position: relative;
	margin-left:3em;
}
.landing-contact-box .btn-filter small:after {
	margin-left:0;
	left:auto;
	right:0;
}
.landing-contact-box .btn-filter.bottom small:after {
	top:-25%;
}
.landing-contact-box .btn-filter.top small:after,
.landing-contact-box .btn-filter.open small:after {
	top:10%;
}

.landing-contact-box .contact__text {
	margin-bottom:2em;
}
.landing-contact-box .contact__text .info-text {
	font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.3em;
	color: #FF2014;
}
.landing-contact-box .contact__text .tel {
	color: #000F23;
    display: block;
    line-height: 1.4em;
    margin-bottom: 0.75rem;
	font-size: 2.5em;
}
@media screen and (max-width: 850px) {
	.landing-contact-box .contact__text .tel {
		font-size: 1.875em;
	}
}
@media screen and (min-width: 768px) {
	.landing-contact-box .contact__text .copy {
		margin-left:2em;
	}
}
.landing-contact-box input[type="text"],
.landing-contact-box select,
.landing-contact-box .select,
.landing-contact-box textarea {
	background-color: #f7f7f7;
}
.landing-contact-box .form-builder {
	padding:0 !important;
}

.customers .title {
	display: block;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
	border-bottom:1px solid #d9dbdc;
}
.customers .grid--five-up .grid__unit {
	width:100%;
	margin-bottom: 1.5em;
}
@media screen and (min-width: 480px) {
	.customers .grid--five-up .grid__unit {
		width:50%;
	}
}
@media screen and (min-width: 650px) {
	.customers .grid--five-up .grid__unit {
		width:33%;
	}
}
@media screen and (min-width: 768px) {
	.customers .grid--five-up .grid__unit {
		width:20%;
		margin-bottom: 0;
	}
}

.tab-box .tabs {
	background-color: #D9DBDC;
}
.tab-box .tabs__nav {
	width:auto;
}
.tab-box .tabs__list {
	float:left;
	width: auto;
}
@media screen and (min-width: 570px) {
	.tab-box .tabs__list__item {
		border-left:0;
		border-right:1px solid #FFFFFF;
	}
}
/** /LANDINGPAGE MODULES **/

/** /MODULES **/

/** FOOTER **/
footer {
	position:relative;
	background-color:#F7F7F8;
}
footer .bg-dark {
	background-color:#000f23;
}
footer .container.inner {
	padding:1.25em 0;
}
.footer__icons,
.subpage__icons {
	padding:0 0 1.25em;
	text-align: center;
}
.footer__icons ul li,
.subpage__icons ul li {
	display: inline-block;
	margin-left:0.4em;
}
.footer__icons ul li:first-child,
.subpage__icons ul li:first-child {
	margin-left: 0;
}
.footer__icons ul li {
	float: left;
	margin: 0 0 0 3px;
    padding: 0;
}
.subpage__icons ul li {
	float: left;
	margin: 0 3px 0 0;
}
.footer__icons ul li a.icon-wd,
.subpage__icons ul li a.icon-wd {
	text-decoration: none;
    font-size: 18px;
    display: block;
    background-color: #fff;
    color: #000f23;
    padding: 5px 0;
    text-align: center;
    height: 30px;
    width: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subpage__icons ul li a.icon-wd {
	background-color: #7a868c;
	color: #fff;
	text-indent: 0;
}
.icon-wd.icon-wd-blog-logo:hover {
	background-color: #020f1b;
	color: #fff;
}
.icon-wd.icon-wd-twitter:hover {
	background-color: #55acee;
	color: #fff;
}
.icon-wd.icon-wd-facebook:hover {
	background-color: #3b5998;
	color: #fff;
}
.icon-wd.icon-wd-rss:hover {
	background-color: #ff7c00;
	color: #fff;
}
.icon-wd.icon-wd-youtube-play:hover {
	background-color: #b31217;
	color: #fff;
}
.icon-wd.icon-wd-google-plus-new {
	font-size: 21px !important;
	padding-top: 4px !important;
}
.subpage__icons .icon-wd.icon-wd-google-plus-new {
	font-size: 20px !important;
}
.icon-wd.icon-wd-google-plus-new:hover {
	background-color: #dd4b39;
	color: #fff;
}
.icon-wd.icon-wd-xing:hover {
	background-color: #026466;
	color: #fff;
}
.icon-wd.icon-wd-linkedin:hover {
	background-color: #007bb5;
	color: #fff;
}
.icon-wd.icon-wd-mail:hover {
	background-color: #020f1b;
	color: #fff;
}



.footer__icons--icon {
	width:36px;
	height:36px;
	display: block;
	text-indent:-99999px;
	background-repeat: no-repeat;
}
.footer__links ul {
	padding:0 0 1.25em;
}
.footer__links a {
	display: block;
	font-size: 0.75em;
	line-height:1.8em;
	font-weight:700;
	color:#f7f7f8;
	text-decoration: none;
}
.footer__links a:hover {
	color:#fff;
}
.footer__links--meta a {
	font-weight:normal;
}
.footer__copy {
	padding:1.25em 0 0;
	font-size: 0.75em;
	color:#7a8b8c;
}
.footer__copy span {
	background-image:url("../images/dax-tecdax-logo.png");
	background-repeat: no-repeat;
	padding: 4em 0 0;
	display: block;
}
/*@media screen and (min-width: 768px) {*/
@media screen and (min-width: 600px) {
	footer .container.inner {
		padding:1.667em 0;
	}
	.footer__icons,
	.footer__copy {
		float:right;
	}
	.footer__links ul {
		float:left;
		width:20%;
		padding:0 1.667em 0 0;
	}
	.footer__copy {
		clear:left;
		margin-top:-3em;
	}
	.footer__copy span {
		display:block;
		text-align: right;
		background-position: right top;
		padding: 4em 0 0;
	}
}
/** /FOOTER **/

/*** /COMMONS ***/

/*** MOBILE ***/
@media screen and (min-width: 320px) {
	.navigation__tertiary {
		display: none;
	}
}
@media screen and (max-width: 649px) {
	.bleed-mobile .sidebar {
		padding: 1.25em;
	}
}
@media screen and (max-width: 649px) {
	.header .inner {
		padding:1.25em 0 1em;
	}
	.header__content,
	.header form.search {
		padding:0 1.25em;
	}
	.nav,
	.navigation__secondary .nav__heading {
		font-size:1em;
	}
	.navigation__toggle {
		z-index:999;
		background:#fff;
		font-size:1em;
		margin-bottom:1.25em;
	}
	.navigation__primary {
		display: none;
	}
	.navigation__primary li {
		float:none;
		border:0;
	}
	.navigation__primary a,
	.navigation__primary span,
	.navigation__primary .over,
	.navigation__primary li:first-child a,
	.navigation__primary li:first-child span {
		/*padding:1.25em;*/
		padding:1.1em;
		height:auto;
		line-height:normal;
	}
	.navigation__primary a,
	.navigation__primary span {
		color:#000f23 !important;
		border-bottom:1px solid #d9dbdc;
	}
	/*.navigation__primary a:hover,*/
	/*.navigation__primary span:hover,*/
	/*.navigation__secondary .nav__heading:hover {*/
	.navigation__primary a.act,
	.navigation__primary span.act,
	.navigation__secondary .nav__heading.act {
		background: #000f23;
		color:#fff !important;
	}
	.navigation__primary > li > a:after,
	.navigation__primary > li > span:after {
		content:" ";
		width: 0;
		height: 0;
		border-top: 0.5em solid transparent;
		border-left: 0.8em solid #000F23;
		border-bottom: 0.5em solid transparent;
		float:right;
	}
	.navigation__primary > li > .act:after {
		/*		border-left: 0.5em solid transparent;
				border-right: 0.5em solid transparent;
				border-top: 0.8em solid #000F23;*/


		border-top: 0.5em solid transparent;
		border-left: 0.8em solid #fff;
		border-bottom: 0.5em solid transparent;
	}
	/*	.navigation__primary > li > a:hover:after,
		.navigation__primary > li > span:hover:after {
			border-left-color:#fff;
		}*/
	/*.navigation__primary > li > .act:hover:after {*/
	.navigation__primary > li.hasSub > .act:after {
		border-left: 0.5em solid #000F23;
		border-right: 0.5em solid transparent;
		border-top: 0.8em solid #fff;


		/*border-left-color:#000F23;*/
		/*border-top-color:#fff;*/
	}
	.navigation__secondary .nav__heading {
		padding-left:2.5em !important;
		margin:0 !important;
		text-transform: none;
	}
	.navigation__secondary {
		position: static;
		text-transform: uppercase;
		background:#f7f7f8;
		box-shadow: none;
	}
	.navigation__secondary ul ul {
		display:none;
	}
	.navigation__secondary .wrap,
	.navigation__secondary .container .inner,
	.navigation__secondary li,
	.navigation__secondary .grid--nav .grid__unit {
		padding: 0;
	}
	.navigation__secondary .grid {
		margin:0;
	}

	/*	.feature--slide__nav__pager {
			top:0;
		}*/
}

@media screen and (min-width: 650px) {
	.header .inner {
		padding-top:1.667em;
		padding-bottom: 0.65em;
	}
	.navigation__trigger {
		height: 0 !important;
		width: 0;
		overflow: hidden;
		position: absolute;
	}
	.navigation__secondary .container .inner {
		padding:2.35em 0;
	}
	.content {
		float: left;
		width: 65.7%;
	}
	.sidebar {
		padding-top: 1.2em;
		float: right;
		width: 34.3%;
	}
	/*.sidebar__gutter*/
	.sidebar--inner.newsroom,
	.inner_item.sidebar__gutter {
		padding-left: 1em;
	}
	.newsroom .inner_item.sidebar__gutter {
		padding-left: 0;
	}
	/*.bleed-mobile .sidebar__gutter {*/
	.bleed-mobile .sidebar--inner.newsroom,
	.bleed-mobile .inner_item.sidebar__gutter {
        padding-right: 1em;
	}
	.sidebar--inner.newsroom .sidebar__gutter {
		padding-right:0;
	}
	.navigation__primary .act_home {
		color:#ff2014 !important;
	}
	.navigation__primary .act {
		color:#ff2014 !important;
	}
	.navigation__primary .act:after {
		content:"";
		position:absolute;
		left:50%;
		top:130%;
		margin-left:-20px;
		margin-left:-1.333em;
		/*z-index:999999;*/
		z-index:99;
		width: 0;
		height: 0;
		border-left: 1.333em solid transparent;
		border-right: 1.333em solid transparent;
		border-top: 1.333em solid #F7F7F8;
	}
	.navigation__primary li:first-child .act:after {
		margin-left:-1.666em;
	}
	.navigation__primary .act.over:after {
		content: none;
		display:none;
	}
}
/*** /MOBILE ***/

/*** TABLET ***/
@media screen and (min-width: 768px) {
    html {
		/*font-size: 112.5%;*/
		font-size: 107.5%;
	}
	.wrap {
		padding-left: 1.667em;
		padding-right: 1.667em;
	}
	.inner {
		padding: 1.667em;
	}
	.inner + .inner.bg-dark,
	.inner.bg-dark + .inner {
		padding-top:1.667em;
	}
	.gap {
		padding-top: 1.667em !important;
	}
	a.logo {
		background-image:url("../images/wirecard-logo.png");
		width:200px;
		height:40px;
	}
	.bg-dark a.logo {
		background-image:url("../images/wirecard-logo-home.png");
	}
	.tabs__pane__layout {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/*.sidebar__gutter,*/
	.sidebar--inner.newsroom,
	.inner_item.sidebar__gutter {
		padding-left: 1.67em;
	}
	/*.bleed-mobile .sidebar__gutter*/
	.bleed-mobile .sidebar--inner.newsroom,
	.bleed-mobile .inner_item.sidebar__gutter {
        padding-right: 0;
	}
}
/*** /TABLET ***/

@media screen and (min-width: 900px) {
    .navigation__tertiary {
		display: block;
		position: absolute;
		top: 0;
		right: -0.75em;
	}
}

/*** DESKTOP ***/
@media screen and (min-width: 1024px) {
    html {
		/*font-size: 125%;*/
		font-size: 110%;
	}
	.wrap {
		padding-left: 3em;
		padding-right: 3em;
	}
	.inner {
		padding: 3em;
	}
	/*	.inner.contact .inner.form-builder {
			padding: 0 !important;
		}*/
	.inner + .inner.bg-dark,
	.inner.bg-dark + .inner {
		padding-top:3em;
	}
	/*	.gap {
			padding-top: 3em !important;
		}*/
	.header .inner {
		padding-top:1.5em;
	}
	a.logo {
		margin-bottom: 2em;
	}
	.navigation__secondary .container .inner {
		padding:4.286em 0;
	}
	.tabs__pane__layout {
		padding-top: 1.5em;
	}
	/*.sidebar__gutter {*/
	.sidebar--inner.newsroom,
	.inner_item.sidebar__gutter {
		padding-left: 1.5em;
	}
	footer .container.inner {
		padding:3em 0;
	}
}
/*** /DESKTOP ***/

/*** SEARCH ***/
.tx-indexedsearch {
	padding: 1.25em;
}
@media screen and (min-width: 768px) {
	.tx-indexedsearch {
		padding: 1.667em;
	}
}
@media screen and (min-width: 1024px) {
	.tx-indexedsearch {
		padding: 3em;
	}
}
.tx-indexedsearch-whatis {
	color: #000F23;
    display: block;
    line-height: 1.4em;
    margin-bottom: 0.75rem;
	font-size: 2.5em;
}
.tx-indexedsearch-browsebox {
	border-top: 1px solid #D9DBDC;
    padding-top: 1.3em;
}
.tx-indexedsearch-res + .tx-indexedsearch-browsebox {
	display: none;
}
.tx-indexedsearch-browsebox p {
	font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.3em;
}

.tx-indexedsearch-res .result-row {
	padding:0.625em;
	margin-left:-0.625em;
	margin-right:-0.625em;
	border-top: 1px solid #D9DBDC;
}
.tx-indexedsearch-res > .tx-indexedsearch-res:first-child .result-row {
	border-top: 0;
}
.tx-indexedsearch-res .result-row:hover {
	background:#D9DBDC;
	/*cursor: pointer;*/
}

@media screen and (min-width: 768px) {
    .tx-indexedsearch-res .result-row {
		padding:0.833em;
		margin-left:-0.833em;
		margin-right:-0.833em;
	}
}
@media screen and (min-width: 1024px) {
	.tx-indexedsearch-res .result-row {
		padding:0.75em;
		margin-left:-0.75em;
		margin-right:-0.75em;
	}
}
.tx-indexedsearch-res .result-row .tx-indexedsearch-title a {
	text-decoration: none;
	color: #FF2014;
	font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.3em;
}
.tx-indexedsearch-res .result-row .tx-indexedsearch-title,
.tx-indexedsearch-res .result-row .tx-indexedsearch-descr {
	font-size:1em;
	/*max-width: 30em;*/
}
.tx-indexedsearch-browsebox ul.browsebox {
	padding-top:1em;
}
.tx-indexedsearch-browsebox ul.browsebox:after,
.tx-indexedsearch-browsebox ul.browsebox:before {
    content: " ";
    display: table;
}
.tx-indexedsearch-browsebox ul.browsebox:after {
    clear: both;
}
.tx-indexedsearch-browsebox ul.browsebox li {
	float:left;
	margin-right: 1em;
}
.tx-indexedsearch-browsebox ul.browsebox li a {
	text-decoration: none;
}
.tx-indexedsearch-browsebox ul.browsebox li a:hover {
	text-decoration: underline;
}
/*** /SEARCH ***/

/*** RETINA ***/
@media only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-Webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	a.logo {
		background-image:url("../images/wirecard-logo-2x.png");
		background-size: 100% 100%;
	}
	.bg-dark a.logo {
		background-image:url("../images/wirecard-logo-home-2x.png");
	}
	.footer__copy span {
		background-image:url("../images/dax-tecdax-logo-2x.png");
		background-size: 105px 50px;
	}
	.icon.rss {
		background-image:url("../images/social_icon_rss-2x.png");
		background-size: 36px 36px;
	}
	.icon.xing {
		background-image:url("../images/social_icon_xing-2x.png");
		background-size: 36px 36px;
	}
	.icon.facebook {
		background-image:url("../images/social_icon_facebook-2x.png");
		background-size: 36px 36px;
	}
	.icon.googleplus {
		background-image:url("../images/social_icon_googleplus-2x.png");
		background-size: 36px 36px;
	}
	.icon.twitter {
		background-image:url("../images/social_icon_twitter-2x.png");
		background-size: 36px 36px;
	}
	.icon.mail {
		background-image:url("../images/social_icon_mail-2x.png");
		background-size: 36px 36px;
	}
	input[type="checkbox"]:checked + label:before {
		background-image:url("../images/tick-2x.png");
		background-size: 14px 12px;
	}
	input.date {
		background-image:url("../images/date_range_selector_icon-2x.png");
		background-size: 25px 22px;
	}
	.btn--arrow:after {
		background: url("../images/arrow-right-2x.png") center no-repeat;
		background-size: 10px 14px;
	}
	input[type="submit"].search__submit {
		background: url("../images/search-2x.png") center no-repeat !important;
		background-size: 21px 21px !important;
	}
	.zoom {
		background:url("../images/zoom_in_icon-2x.png") no-repeat;
		background-size: 20px 20px;
	}
}
/*** /RETINA ***/

/*** NOSCRIPT ***/
/* NAV */
/*.noscript:after {
	position:fixed;
	left:0;
	top:0;
	padding:4px;
	display:block;
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#000;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	border-radius: 0 0 5px 0;
	z-index:9999999;
	content: "noscript";
	background:red;
}*/
.noscript .navigation__list li:hover .navigation__secondary {
	display:block;
}
.noscript .navigation__primary > li.hasSub > a:hover,
.noscript .navigation__primary > li.navigation__more > a:hover {
	color:#000f23;
	background:#fff;
	padding-bottom:1.1em;
}
.noscript .navigation__tertiary span:hover {
	background:#fff;
	padding-bottom:1.1em;
}
@media screen and (min-width: 650px) {
	.noscript .navigation__primary > li.hasSub > a:hover,
	.noscript .navigation__tertiary span:hover {
		margin-bottom: -1.1em;
	}
}
.noscript .bg-dark .navigation__primary li a:hover {
	color:#A5ABB0 !important;
}
.noscript .navigation__tertiary span:hover {
	color:#A5ABB0 !important;
	cursor:pointer;
}
.noscript .navigation__primary > li.hasSub > a:hover {
	border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	z-index: 9;
}
@media screen and (min-width: 650px) {
	.noscript .bg-dark .navigation__primary > li.hasSub > a:hover {
		margin-right:-1px;
	}
}
.noscript .bg-dark .navigation__primary li:first-child a:hover {
	padding-left: 1em;
	margin-left:-1em;
	margin-right: -2px;
}
@media screen and (min-width:650px) {
	.noscript .bg-none .navigation__primary > li > a:hover,
	.noscript .bg-light .navigation__primary > li > a:hover {
		background:transparent !important;
		border-left-color: #D9DBDC !important;
		border-right: 0 !important;
		padding-bottom:0;
	}
	.noscript .bg-none .navigation__primary > li:first-child > a:hover,
	.noscript .bg-light .navigation__primary > li:first-child > a:hover {
		border-left: 0 !important;
	}
	.noscript .bg-none .navigation__primary > li > .over,
	.noscript .bg-light .navigation__primary > li > .over {
		margin-right:0;
	}
	.noscript .bg-none .navigation__primary > li.hasSub > a:hover:after,
	.noscript .bg-light .navigation__primary > li.hasSub > a:hover:after {
		border-left: 1.333em solid transparent;
		border-right: 1.333em solid transparent;
		border-bottom: 1.333em solid #fff;
		border-top:0;
		content: " ";
		display:block;
		height: 0;
		left: 50%;
		margin-left: -1.333em;
		position: absolute;
		top: 85%;
		width: 0;
		z-index: 999999;
	}
}

@media screen and (min-width:650px) {
	.noscript .bg-none .navigation__primary,
	.noscript .bg-light .navigation__primary {
		position: relative;
	}
}
/* /NAV */

/* Stage Home */
.noscript .feature--home {
	display: block;
}
.noscript .feature--home .feature--slide__nav {
	display: none;
}
/* /Stage Home */

/*** /NOSCRIPT ***/

/*** COOKIE CONTROL ***/
#cookie_info {
	position: relative;
	z-index: 99;
	font-size:0.8em;
	background-color:#f7f7f8;
	padding:1em 1.667em;
}
@media screen and (min-width:768px) {
	#cookie_info {
		padding:1em 2.3em;
	}
}
@media screen and (min-width:1024px) {
	#cookie_info {
		padding:1em 3.7em;
	}
}
@media screen and (min-width:1100px) {
	#cookie_info {
		padding:1em 0;
	}
}

#cookie_info .text {
	float:left;
	padding-top:0.2em;
}
#cookie_info .cookie_info_button {
	float:right;
	padding:0.3em 1em;
	border:0;
	background-color:#020f1b;
	color:#fff;
	margin:1em 0 0 1em;
}
@media screen and (min-width:1100px) {
	#cookie_info .cookie_info_button {
		margin:0;
	}
}

#cookie_info.bg-dark {
	background-color:#020f1b;
	color:#fff;
}
#cookie_info.bg-dark .cookie_info_button {
	background-color:#fff;
	color:#020f1b;
}

#cookie_info {
	*zoom: 1;
}
#cookie_info:after, #cookie_info:before {
    content: " ";
    display: table;
}
#cookie_info:after {
    clear: both;
}
/*** /COOKIE CONTROL ***/

/*** Download List FCE ***/

.download-list--link {
	display: block;
}

.download-list--link .download-list--item {
	padding: 1em 0em 1em 0em;
	border-top: 1px #D9DBDC solid;
	margin: 0;
}

.download-list--item:hover {
	background: #eff1f4;
}

.download-list--link:first-child .download-list--item {
	border-top: none;
}

/*** /Download List FCE ***/

/*** Worldmap ***/
@media screen and (max-width:899px) {
	#wirecardMap {
		display: none!important;
	}
}

/* AddThisEvent theme CSS
---------------------------------------------------------------------- */

/* General */
.addthisevent {visibility:hidden;}
.addthisevent span {display:none!important;}
.addthisevent .data {display:none!important;}

/* The button */
.addthisevent-drop 						{  
	font-size: 0.9em;
	line-height: 1.111em;
	padding: 0.8em 1em 0.7em 3em;
	text-transform: uppercase;
	color: #414b56;
	background: #F7F7F8;
	display: inline-block;
	text-decoration: none;
	position:relative;
	z-index:999998;
	cursor: pointer;
}
.addthisevent-drop:hover {color:#414b56;background-color:#d9dbdc;}
.addthisevent-drop:before {
  display: block;
  content: "";
  width: 20px;
  height: 22px;
  margin-top: -12px;
  position: absolute;
  left: 1em;
  top: 50%;
  background: url('../images/calendar.png') center no-repeat;
  background-size: 20px 22px;
}

@media screen and (min-width: 1024px) {
	.addthisevent-drop:after {
	  background-size: 13px 20px;
	}
}

.addthisevent-selected {background-color:#d9dbdc;}

/* The drop down */
.addthisevent_dropdown {
	width:216px;position:absolute;z-index:99999;padding:6px 0px 0px 0px;background:#fff;text-align:left;display:none;border:1px solid #d9dbdc;
}
.addthisevent_dropdown span {display:block;line-height:110%;background:#fff;text-decoration:none;font-size:14px;color:#414B56;padding:8px 10px 9px 15px;}
.addthisevent_dropdown span:hover {background:#F7F7F8;color:#000f23;text-decoration:none;font-size:14px;}
.addthisevent_dropdown .copyx {height:21px;display:block;position:relative;cursor:default;}
.addthisevent_dropdown .brx {height:1px;overflow:hidden;background:#F7F7F8;position:absolute;z-index:100;left:10px;right:10px;top:9px;}
.addthisevent_dropdown .frs {position:absolute;top:5px;cursor:pointer;right:10px;padding-left:10px;font-style:normal;font-weight:normal;text-align:right;z-index:101;line-height:110%;background:#fff;text-decoration:none;font-size:9px;color:#cacaca;}
.addthisevent_dropdown .frs:hover {color:#414B56;}

/** Fullwidth Teaser Home **/

.fullwidthTeaser {
	background-size: cover;
    background-repeat: no-repeat;
}
.fullwidthTeaser .inner {
	padding: 80px 15px;
}
.fullwidthTeaser.bg-dark p {
	color: #fff;
}
.fullwidthTeaser p.h1 {
	font-size: 34px;
	text-transform: none;
	line-height: 1.1em;
	font-weight: 300;
}
.fullwidthTeaser p.title {
	font-size: 28px;
	margin: 0 0 35px 0;
}
.fullwidthTeaser p.title span {
	font-weight: 900;
}

@media screen and (min-width: 768px) {

.fullwidthTeaser .inner {
	padding: 120px 0;
}

}

@media screen and (min-width: 1024px) {

.fullwidthTeaser p.h1 {
	font-size: 52px;
}

}