@charset "ISO-8859-1";

@import url(wakonfigurator.css);

@import url(fonts.css);

p.customer+p.controller {
	margin-bottom: 40px !important;
}

#daycontent h5 {
	color: #1d1f20;
	font-family: "VW Head Bold", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 25px 0;
	padding: 0;
	vertical-align: baseline;
}

h6 {
	font-family: "VW Head Bold", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 19px;
}

#daycontent p, ul, ol {
	font-family: "VW Text Regular", sans-serif;
	font-style: normal;
	font-weight: normal;
}

:focus {
	outline: 2px solid #1d1f20;
}

ul.menu li.show a:focus div.menu-item {
	outline: 2px solid #1d1f20;
}

div.logo a:focus div.logo-container {
	outline: 2px solid #1d1f20;
}

button.btn-primary {
	background-color: #0068AA;
	border-color: #0068AA;
}

button:hover {
	background-color: #0099DA;
	border-color: #0099DA;
}

button.btn-primary:focus {
	outline: 2px solid #1d1f20;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.breadcrumb .model .model-crumb {
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Render navigation items */
.svg-grey, .svg-blue {
	width: 48px;
	height: 48px;
}

.desktop-logo {
	min-width: 72px;
	min-height: 72px;
}

caption {
	text-align: left;
	margin-bottom: 10px;
}

img {
	vertical-align: middle;
}

div#content {
	padding: 0;
}

#debug-output {
	display: none !important;
}

.bg-sky-grey, div.odd {
	background-color: #f3f5f6;
}

.bg-calm-grey {
	background-color: #dee1e3;
}

.bg-warm-grey {
	background-color: #808890;
}

.bg-vw-blue {
	background-color: #0099da;
}

.bg-white, div.even {
	background-color: #fff;
}

.midnight-grey {
	color: #2f3538;
}

.vw-blue {
	color: #0099da;
}

div.button-wrapper {
	min-width: 198px;
	margin-top: 20px;
}

.data-table {
	width: 640px;
	border-spacing: 3px !important;
}

.data-table td {
	padding: 10px !important;
}

.data-table tr {
	margin: 10px 0;
}

.skip {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip:focus {
	position: static;
	width: auto;
	height: auto;
	display: none;
}

.vw_bg_begin_white :nth-child(2n) .vw_background, .vw_bg_begin_sky_grey .vw_background:nth-child(odd)
	{
	background-color: #f3f5f6;
}

.vw_bg_begin_white :nth-child(2n+1) .vw_background,
	.vw_bg_begin_sky_grey .vw_background:nth-child(even) {
	background-color: #fff;
}

.col2 {
	width: 15.2%;
}

.col-xs-1 {
	width: 8.33%;
}

.col-xs-5 {
	width: 41.66%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-10 {
	width: 83.33%;
}

.col-xs-11 {
	width: 91.66%;
}

.col12, .col-xs-12, .col-sm-12 {
	width: 100%;
}

[class*="col-xs-"] {
	float: left;
}

.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-12, .col-xs-10, .col-xs-12 {
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
}

.row {
	margin-left: -6px;
	margin-right: -6px;
}

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

.row:after {
	clear: both;
}

.vw_background {
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.input-container {
	display: block;
	position: relative;
}

input[type="checkbox"].validation-failed+label:before {
	border-color: #C82E2D;
	color: #C82E2D;
}

.centered-content {
	margin: auto;
	justify-content: center;
}

a.icon-arrow, .data-table a {
	color: #0068aa;
}

a.icon-arrow:hover, a.icon-arrow:active, .data-table a:active,
	.data-table a:hover {
	color: #0099da;
	outline: 0;
}

a.icon-arrow:focus, .data-table a:focus {
	color: #0099da;
	outline: 2px solid #1d1f20;
}

a.icon-arrow:before {
	background: url(../images/icon-sprite.png) no-repeat scroll -50px -670px
		transparent;
}

a.icon-arrow:hover:before, a.icon-arrow:active:before, a.icon-arrow:focus:before
	{
	background-position: 0 -670px;
}

div span.info-icon {
	background: url(../images/icon-sprite.png) no-repeat scroll 6px -468px
		transparent;
	border: 2px solid #0099DA;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	margin-left: 7px;
	position: relative;
	top: -1px;
	vertical-align: text-bottom;
	width: 16px;
}

div span.info-icon:hover {
	background-position: -44px -468px;
	border-color: #0068AA;
}

/* --- userError --- */
.box {
	margin: 50px auto 20px auto;
}

.distance {
	margin-top: 20px;
}

#headline span {
	font-style: italic;
	font-size: smaller;
}

/*  Legal Text */
.footer {
	font-family: "VW Head Regular", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.navigation-footer a {
	font-size: 12px;
	color: #808890;
}

.navigation-footer li {
	text-align: center;
	display: inline;
}

.footerdesi li {
	padding-right: 2px;
	padding-left: 5px;
	border-left: 1px solid #808890;
	font-size: 10px;
}

.footerdesi li:first-child {
	margin-left: 0;
	border-left: none;
}

.footerdesi ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style-type: upper-roman;
}

footer li a {
	text-decoration: underline;
}

/* ------ Menu ----- */
.navigation-sticky {
	z-index: 999;
}

.d5_navi_imprint {
	position: absolute;
	bottom: 15px;
	z-index: 1035;
	display: block;
	text-align: center;
	border-top: 1px solid #dee1e3;
	height: 30px;
	margin-left: 0;
	background-color: #fff;
}

.d5_navi_imprint ul {
	list-style: none;
	margin-left: 0;
}

.d5_imprint_anchor {
	display: block;
	padding: 8px 0 11px 0;
	width: 100%;
}

.d5_imprint_label {
	font-family: "VW Head Bold", sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 11px;
	text-transform: uppercase;
}

/*------------------------------------*\
    :: MAIN CONTAINER
\*------------------------------------*/
main#main {
	overflow: hidden;
	position: relative;
}

div#main-nav div.user-nav {
	min-height: 70px;
}

/* -----------AnchorBar------- */
.vw_background.vw_no_spaces {
	padding-top: 0;
	padding-bottom: 0;
}

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

.vw_js_sectionTracking {
	visibility: hidden;
}

div#divResult.module {
	padding-top: 30px;
}

/*------------------------------------*\
    :: LOGO QUICK ACCESS BUTTONS
\*------------------------------------*/
.logo-h1 {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

.logo-h2 {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}

.logoButtonBar {
	padding-bottom: 65px;
}

.logoButtonBar div#topbar, .logoButtonBar div.step-nav {
	position: absolute;
}

.logoButtonBar div#topbar div.breadcrumb {
	margin-top: 10px;
	margin-left: 95px;
	font-family: "VW Text Regular", sans-serif;
}

/*------------------------------------*\
    :: TABLE COMPONENT
\*------------------------------------*/
.js-responsive-table {
	font-family: "VW Text Regular", sans-serif;
	color: #1D1F20;
}

.js-responsive-table table {
	color: #1D1F20;
}

.js-responsive-table th, .js-responsive-table td {
	padding: 20px 10px;
	color: #1D1F20;
}

.js-responsive-table tr {
	border-bottom: 2px solid #DEE1E3;
}

.js-responsive-table tbody tr:not(:nth-child(2n-1)),
	.js-responsive-table thead tr {
	background: #F3F5F6;
}

.js-responsive-table tbody tr:nth-child(2n-1) {
	background: #FFFFFF;
}

.js-responsive-table th {
	background: #BDC3C6;
	color: #1D1F20;
	font-family: "VW Head Bold", sans-serif;
	font-size: 15px;
	padding-top: 23px;
	padding-bottom: 23px;
}

.js-responsive-table th {
	font-weight: bold;
}

/*------------------------------------*\
    :: PREV NEXT
\*------------------------------------*/
.squeeze-content-item {
	padding-bottom: 20px;
	margin-top: 5px;
	visibility: visible;
	display: inline-block;
	width: 100%;
}

.module-squeeze-box ul, .accordionItem .toggle-wrapper {
	padding-left: 0 !important;
}

/*------------------------------------*\
    :: TEXT COMPONENT
\*------------------------------------*/
.d5-richtext ul {
	color: #2F3538;
	list-style-type: disc;
}

.d5-text-b2 p {
	font-size: 14px !important;
	line-height: 22px !important;
}

.d5-text-b2 li {
	font-size: 14px !important;
}

td.creationDate, td.size, .fileInfo {
	padding-left: 10px !important;
	color: #808890;
}

/*------------------------------------*\
    :: TEXT THEME
\*------------------------------------*/
.hide, .d5-sm-show {
	display: none;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb28 {
	padding-bottom: 28px;
}

.pt28 {
	padding-top: 28px !important;
}

.show {
	display: block;
}

.under {
	text-decoration: underline;
}

.squeeze-content-item ol, .squeeze-content-item ul {
	margin-left: 14px;
	line-height: 1.5;
}

.squeeze-content-item ol li, .squeeze-content-item ul li {
	margin-bottom: 20px;
}

/*------------------------------------*\
    :: DAY CONTENT
\*------------------------------------*/
.parbase .accordionItem .section {
	display: none;
}

.accordion-item {
	margin-right: 5px;
}

.accordion-item-scrollable {
	overflow-x: auto;
}

#daycontent p span.download-specs {
	color: #808890;
	font-family: "VW Text Regular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	padding-left: 10px;
}

#daycontent table {
	color: #2f3538;
	font-family: "VW Text Regular", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
}

#daycontent table td {
	padding: 2px;
}

#daycontent .cms-content table {
	font-size: 14px;
	line-height: 22px;
	border: 1px solid black;
	margin: 0;
}

#daycontent .cms-content ul {
	padding-left: 12px;
}

#daycontent .title {
	color: #1d1f20 !important;
	font-family: "VW Head Bold", sans-serif;
	font-size: 18px !important;
	font-style: normal;
	font-weight: normal;
	line-height: 22px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#vwd5_content #daycontent div.parsys .continuousText_D5,
	.editorialStage_D5+.continuousText_D5 {
	margin: 0;
}

.download, .accordionContainer, .textThemeItem_D5, .lastUpdated {
	margin: 0 -80px;
	padding: 0 80px;
}

/* -----------AnchorBar------- */
.d5-anchor-bar {
	padding: 0;
	margin-top: -15px
}

#daycontent div.back-top {
	display: none;
	position: relative;
	top: -20px;
	float: right;
	width: 30px;
	padding: 0 200px 0 10px;
}

#daycontent div.back-top a:before {
	background: url(../images/icon-sprite.png) no-repeat scroll 0 0
		transparent;
	content: "";
	height: 12px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 10px;
}

/* ---------- Bühne ---------- */
.d5-editorial-stage {
	margin: 0 -20px;
	margin-left: -20px;
	margin-right: -20px
}

.d5-editorial-stage .d5-editorial-stage-bg {
	display: block;
	background-color: #0099da;
	position: relative;
	overflow: hidden;
	padding-bottom: 28.1%;
}

.d5-editorial-stage .d5-editorial-stage-image {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.d5-editorial-stage .d5-editorial-stage-lines {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.d5-editorial-stage .d5-editorial-stage-headline {
	overflow: hidden;
	color: #fff;
	padding: 0 0 2px 0;
	text-align: left;
}

.d5-editorial-stage .vw-color-inverted {
	color: #1d1f20;
}

div.logoButtonBar+#waweb_form div.editorialStage_D5.section {
	padding-top: 20px;
}

/* ---------------------------- Loader spinner -------------------------------------- */
.throbber-spinner-container {
	padding: 20px 20px 15px;
	border-radius: 6px;
	border: 1px solid rgb(222, 225, 227);
	border-image: none;
	left: 50%;
	top: 50%;
	position: fixed;
	transform: translate(-50%, -50%);
	background-color: rgb(255, 255, 255);
	-webkit-transform: translate(-50%, -50%);
}

.spinner {
	width: 50px;
	height: 50px;
	z-index: 0;
	fill: #0099da;
	animation-name: spinning;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-fill-mode: both;
	-webkit-animation-name: spinning;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: both;
}

.spinner .a {
	animation: spinning steps(8, end);
	-webkit-animation: spinning steps(8) 0ms;
}

.spinner .b {
	animation: spinning steps(8, end) 875ms;
	-webkit-animation: spinning steps(8) 875ms;
}

.spinner .c {
	animation: spinning steps(8, end) 750ms;
	-webkit-animation: spinning steps(8) 750ms;
}

.spinner .d {
	animation: spinning steps(8, end) 625ms;
	-webkit-animation: spinning steps(8) 625ms;
}

.spinner .e {
	animation: spinning steps(8, end) 500ms;
	-webkit-animation: spinning steps(8) 500ms;
}

.spinner .f {
	animation: spinning steps(8, end) 375ms;
	-webkit-animation: spinning steps(8) 375ms;
}

.spinner .g {
	animation: spinning steps(8, end) 250ms;
	-webkit-animation: spinning steps(8) 250ms;
}

.spinner .h {
	animation: spinning steps(8, end) 125ms;
	-webkit-animation: spinning steps(8) 125ms;
}

@keyframes spinning { 100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ---------------------------- Resolution dependent styles -------------------------------------- */
@media only screen and (min-width:320px) {
	.box {
		width: 100%;
	}
}

@media all and (max-width:479px) {
	#logoHead {
		margin-left: calc(50% + 30px) !important;
	}
	.logoButtonBar div#topbar div.breadcrumb {
		margin-left: -40px !important;
	}
	a.cycle-control {
		top: 25%;
	}
	.d5-editorial-stage .d5-editorial-stage-headline {
		font-size: 20px;
		line-height: 1.1;
		max-height: 49px;
		display: block;
	}
}

@media only screen and (max-width:480px) {
	.box {
		margin: 20px 0;
	}
	.data-table {
		width: 320px;
		padding-bottom: 20px;
	}
	.vw-sm-hide {
		display: none;
	}
	.vw-sm-show {
		display: block;
	}
}

@media all and (min-width:480px) {
	.d5-editorial-stage .d5-editorial-stage-headline {
		font-size: 30px;
		line-height: 1.1;
		max-height: 71px;
		display: block;
	}
	#daycontent div.back-top {
		padding: 0 80px 0 10px;
	}
	.squeeze-content-item ol, .squeeze-content-item ul {
		margin-left: 1em;
	}
}

@media all and (max-width:639px) {
	a.cycle-control {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	body {
		overflow-x: hidden;
	}
	#d5-subnavigation, .subnavigation3_D5, .subnavigationMenu_D5 {
		margin: 0;
	}
	.logoButtonBar {
		padding-bottom: 0;
		margin-left: 80px;
	}
	.logoButtonBar div#topbar {
		background-color: white;
		z-index: 666;
		width: 100px;
		margin-left: -20px;
	}
	.logoButtonBar div#topbar div.breadcrumb {
		margin-top: 0;
		margin-left: 80px;
	}
	#logoHead {
		margin-left: calc(50% + 80px);
	}
	.logo-h1, .logo-h2 {
		color: #0068AA;
		font-size: 14px;
		line-height: 16px;
		font-family: "VW Head Bold", sans-serif;
	}
	#main-nav .nav-shadow, #main-nav ~ .nav-shadow, .main-nav-flyout .nav-shadow,
		.main-nav-flyout ~ .nav-shadow {
		background: none;
	}
	.logoButtonBar div.quick-access-bar ul.menu li a {
		color: #2f3538;
	}
	.logoButtonBar div.quick-access-bar {
		background-color: #F3F5F6;
		bottom: 0px;
		left: 0px;
		padding: 10px 20px;
		position: fixed;
		width: calc(100% - 2 * 20px);
	}
	.quick-access-bar ul li {
		float: none;
		width: 25%;
		padding-left: 6px;
		padding-right: 6px;
		text-align: center;
	}
	.js-responsive-table th, .js-responsive-table td {
		font-size: 15px;
	}
	.d5_navi_imprint {
		background-color: #f3f5f6;
		border: 0;
		margin: 20px auto auto -20px;
		position: relative;
		top: 15px;
		min-width: 115%;
	}
	.d5_imprint_anchor {
		padding: 5px 0 5px 0;
	}
	.d5_imprint_label {
		font-size: 14px;
		line-height: 22px;
		color: #808890;
	}
	.wa-copy__col.wa-copy__col--right {
		padding-left: 0 !important;
	}
	.button-wrapper.wa-copy__button {
		margin: 0;
	}
	div#daycontent div.fixed-anchor-bar div.back-top {
		top: -20px;
		padding-right: 30px;
	}
	div#daycontent div.fixed-anchor-bar div.tab-scroll-controls ul.menu {
		padding: 0 40px;
	}
	.d5-anchor-bar {
		margin-top: -40px;
		height: 80px;
	}
}

@media only screen and (min-width: 768px) {
	.box {
		width: 85%;
	}
	.logo-h1 {
		font-size: 16px;
		line-height: 18px;
	}
	.logo-h2 {
		font-size: 14px;
		line-height: 16px;
	}
	.col2 {
		width: 15.7%;
	}
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-11 {
		float: left;
	}
	.col-sm-4 {
		width: 44.4%;
	}
	.col-sm-5 {
		width: 41.66%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-11 {
		width: 91.66%;
	}
	.container-fluid {
		padding-left: 48px;
		padding-right: 48px;
	}
	div.nav-submenu, div.info-content, div.actualNews, h2.waweb-head {
		padding: 0 48px;
	}
	.vw_background {
		margin-left: -48px;
		margin-right: -48px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.logoButtonBar div#topbar, .logoButtonBar div.step-nav {
		width: calc(100% - 96px) !important;
	}
	.subnav-d5-tab_bar, .continuousText_D5 {
		margin-left: -48px;
		margin-right: -48px;
	}
	footer, main#main {
		margin-left: 95px;
	}
	div#main-nav.main-nav-flyout div.scroll-content ul.menu li span.label {
		word-wrap: normal;
	}
	.squeeze-content-item {
		margin-bottom: 0px;
		padding-bottom: 40px;
	}
	div.logoButtonBar+#waweb_form div.imageSlider_D5 {
		padding-top: 60px;
	}
	a.d5_imprint_anchor:hover {
		color: #1d1f20;
	}
	a.d5_imprint_anchor {
		color: #808890;
	}
	.desktop-logo {
		margin-left: -3px;
	}
	.d5-anchor-bar {
		padding: 33px 0 0 0;
		margin-top: 0;
	}
	.d5-anchor-bar .d5-headline {
		margin-bottom: 30px;
	}
	#daycontent div.back-top {
		padding: 0 270px 0 10px;
	}
	.d5-editorial-stage {
		margin-left: -48px;
		margin-right: -48px
	}
	.info-content .editorialStage_D5 .d5-editorial-stage {
		margin-left: -96px;
		margin-right: -96px
	}
	.d5-editorial-stage .d5-editorial-stage-lines {
		top: 0;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
	.d5-editorial-stage .d5-editorial-stage-headline {
		font-size: 40px;
		line-height: 1.1;
		max-height: 173px;
		display: block;
		padding-top: 80px;
		padding-bottom: 10px;
	}
	.container-fluid.vw_background.d5-text-component {
		padding-bottom: 35px;
		padding-left: 96px;
	}
}

@media only screen and (min-width: 1024px) {
	.box {
		width: 50%;
	}
	.logo-h1 {
		font-size: 16px;
		line-height: 18px;
	}
	.logo-h2 {
		font-size: 14px;
		line-height: 16px;
	}
	.col2 {
		width: 15.9%;
	}
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
	div.nav-submenu, div.info-content, div.actualNews, h2.waweb-head {
		padding: 0 50px;
	}
	.logoButtonBar div#topbar, .logoButtonBar div.step-nav {
		width: calc(100% - 100px) !important;
	}
	.vw_background, .subnav-d5-tab_bar, .d5-editorial-stage,
		.continuousText_D5 {
		margin-left: -50px;
		margin-right: -50px;
	}
	.col-sm-4 {
		width: 30.3%;
	}
	#daycontent .title {
		font-size: 24px !important;
		line-height: 29px !important;
		margin-top: 15px !important;
	}
	.container-fluid.vw_background.d5-text-component {
		padding-left: 100px;
	}
	.info-content .editorialStage_D5 .d5-editorial-stage {
		margin-left: -100px;
		margin-right: -100px
	}
	.d5-editorial-stage .d5-editorial-stage-headline {
		font-size: 60px;
		line-height: 1.1;
		max-height: 212px;
		display: block;
		padding-top: 75px
	}
	#daycontent div.back-top {
		padding: 0 300px 0 10px;
	}
}

@media only screen and (max-width:1024px) {
	.breadcrumb .model .model-crumb {
		white-space: nowrap;
	}
	.model-crumb .additionalAgreement {
		display: block;
		position: absolute;
		left: 20px;
		top: -10px;
	}
}

@media only screen and (min-width: 1280px) {
	.container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
	div.nav-submenu, div.info-content, div.actualNews, h2.waweb-head {
		padding: 0 60px;
	}
	.logoButtonBar div#topbar, .logoButtonBar div.step-nav {
		width: calc(100% - 120px) !important;
	}
	.vw_background, .subnav-d5-tab_bar, .d5-editorial-stage,
		.continuousText_D5 {
		margin-left: -60px;
		margin-right: -60px;
	}
	.data-table {
		width: 100%;
	}
	.container-fluid.vw_background.d5-text-component {
		padding-left: 120px;
	}
	.info-content .editorialStage_D5 .d5-editorial-stage {
		margin-left: -120px;
		margin-right: -120px;
	}
	.d5-editorial-stage .d5-editorial-stage-headline {
		font-size: 76px;
		line-height: 1.1;
		max-height: 243.2px;
		display: block;
		padding-top: 71px;
	}
	#daycontent div.back-top {
		padding: 0 310px 0 10px;
	}
}

@media only screen and (min-width: 1486px) {
	.container-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}
	div.nav-submenu, div.info-content, div.actualNews, h2.waweb-head {
		padding: 0 80px;
	}
	.logoButtonBar div#topbar, .logoButtonBar div.step-nav {
		width: calc(100% - 160px) !important;
	}
	.vw_background, .subnav-d5-tab_bar, .d5-editorial-stage,
		.continuousText_D5 {
		margin-left: -80px;
		margin-right: -80px;
	}
	.container-fluid.vw_background.d5-text-component {
		padding-left: 160px;
	}
	.info-content .editorialStage_D5 .d5-editorial-stage {
		margin-left: -160px;
		margin-right: -160px;
	}
	.d5-editorial-stage .d5-editorial-stage-headline {
		font-size: 86px;
		line-height: 1.1;
		max-height: 262.7px;
		display: block;
		padding-top: 68.5px
	}
	#daycontent div.back-top {
		padding: 0 330px 0 10px;
	}
}

@media only screen and (min-width: 1920px) {
}

/*
 * Apple Iphone spefific stuff
 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) , only screen and
		(min--moz-device-pixel-ratio: 2) , only screen and
		(-o-min-device-pixel-ratio: 2 / 1) , only screen and
		(min-device-pixel-ratio: 2) , only screen and (min-resolution: 192dpi)
		, only screen and (min-resolution: 2dppx) {
	div span.info-icon {
		background-image: url(../images/icon-sprite-2x.png);
		background-size: 100px 1900px;
	}
}

@media print {
	.nav-shadow, nav.sticky, #daycontent .editorialStage_D5 {
		display: none;
	}
	.page-break {
		page-break-before: always;
	}
}