@font-face {
	font-family: 'VWTextWebRegular';
	src: url('/fonts/VWPW/VWTextWeb-Regular.eot');
	src: url('/fonts/VWPW/VWTextWeb-Regular.eot?#iefix') format('eot'),
			url("/fonts/VWPW/VWTextWeb-Regular.woff") format("woff"),
			url("/fonts/VWPW/VWText-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'VWHeadWebBold';
	src: url('/fonts/VWPW/VWHeadWeb-Bold.eot');
	src: url('/fonts/VWPW/VWHeadWeb-Bold.eot?#iefix') format('eot'),
			url("/fonts/VWPW/VWHeadWeb-Bold.woff") format("woff"),
			url("/fonts/VWPW/VWHead-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'VWHeadTextBold';
	src: url('/fonts/VWPW/VWTextWeb-Bold.eot');
	src: url('/fonts/VWPW/VWTextWeb-Bold.eot?#iefix') format('eot'),
			url("/fonts/VWPW/VWTextWeb-Bold.woff") format("woff"),
			url("/fonts/VWPW/VWText-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: 'VWTextWebRegular', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'VWHeadWebBold', Arial, sans-serif;
}
.hero-start, .hero-start-de, .hero-start-fr, .hero-start-it {
	margin-top: 65px;
	background-size: cover;
	background-position: left top !important;
	background-repeat: no-repeat;
}
.hero-start {
	background-image: url("/img/photos/start/vwpw/Startseite_VW_3.jpg");
}
.plain-select:after{
	background-image: url(/img/vwpw/select.svg) !important;
}
.top-nav-start {
	height: 60px !important;
}
@media (max-width: 1200px) {
	.hero-start {
		background-image: url("/img/photos/start/vwpw/Startseite_VW_2.jpg");
	}
}
@media (max-width: 768px) {
	hero-start, .hero-start-de, .hero-start-fr, .hero-start-it {
		display: none !important;
	}
}