/*
Theme Name: vwbonto
Theme URI: http://candelier.hu/
Author: Candelier
Author URI: http://candelier.hu/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vwbonto
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

vwbonto is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	background-color: #efefef;
}

body {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	color: #252525;
	background-color: #efefef;
}
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #0c72b9;
}

::selection {
    color: #ffffff; 
    background: #0c72b9;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
	background-color: #efefef;
}
.main-navigation {
	clear: both;
	display: block;
	max-width: 1200px;
	width: 100%;
	height: 90px;
	background-color: #343434;
	border-bottom: solid 3px #0c72b9;
	margin: auto;
	text-align: center;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888; 
	margin-top: 90px;
	font-family: 'Play', sans-serif;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	border-right: solid 1px black;
	width: 16.58%;
	height: 90px;
	font-size: 17px;
}
.main-navigation li.kapcsolatmenu {
	border-right: none;
	width: 16.6%;
	font-size: 17px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: 100;
	vertical-align: middle;
	display: table-cell;
	height: 90px;
	width: 16.58%;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}
.main-navigation li:hover {
	background-color:#11517e;
	height: 90px;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	 
	
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 640px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Infobar
--------------------------------------------------------------*/
#infobar {
	width: 100%;
	height: 90px;
	background-color: #0c72b9;
	position: fixed;
	z-index: 5;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(38,38,38,0.45);
	-moz-box-shadow: 0px 6px 15px 0px rgba(38,38,38,0.45);
	box-shadow: 0px 6px 15px 0px rgba(38,38,38,0.45);
}
#infobar_content {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: auto;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}
#home_btn {
	float: left;
	padding-top: 13px;
	margin-right: 20px;
	cursor: pointer;
}
#home_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#infobar_content_left {
	float: left;
	max-width: 520px;
	width: 100%;
	height: auto;
	text-align: left;
	padding-top: 10px;
}
#infobar_content_right {
	float: right;
	max-width: 280px;
	width: 100%;
	height: auto;
	text-align: right;
	padding-top: 10px;
}
#infobar_content_left a {
	text-decoration: none;
}
#infobar_info1,
#infobar_info1 a {
	color: white;
}
#infobar_info1 a:hover {
	color: black;
}
#infobar_info1 h1{
	font-size: 16px;
	font-weight: 500;
}
#infobar_info2 {
	color: black;
	font-size: 20px;
}
#infobar_info2 img {
	padding-top: 3px;
}
#infobar_info2 a {
	color: black;
	text-decoration: none;
}
#infobar_info2 a:hover {
	color: white;
}
.visible {
	display: block !important;
}
#lang,
#lang_en,
#lang_de {
	float: left;
	width: 58px;
	height: auto;
	margin-top: -3px;
	display: none;
}
#lang ul,
#lang_en ul,
#lang_de ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 61px;
}
#lang ul li,
#lang_en ul li,
#lang_de ul li {
	display: block;
	position: relative;
	float: left;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	height: 25px;
}
#lang li ul,
#lang_en li ul,
#lang_de li ul {
	display: none;
}
#lang ul li a,
#lang_en ul li a,
#lang_de ul li a {
	display: block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
    white-space: nowrap;
    color: white;
    font-size: 10px;
    font-weight: 700;
    height: 25px;
    border-bottom: solid 1px white;
}
#lang ul li a:hover,
#lang_en ul li a:hover,
#lang_de ul li a:hover {
	background: #0c72b9;
	color: black;
}
#lang li:hover ul,
#lang_en li:hover ul,
#lang_de li:hover ul {
	display: block; 
	position: absolute;
}
#lang li:hover li,
#lang_en li:hover li,
#lang_de li:hover li {
	float: none;
}
#lang li:hover a,
#lang_en li:hover a,
#lang_de li:hover a {
	background: #0c72b9;
}
#lang li:hover li a:hover,
#lang_en li:hover li a:hover,
#lang_de li:hover li a:hover {
	background: #000;
	color: white;
}
#lang #drop-nav li ul li,
#lang_en #drop-nav li ul li,
#lang_de #drop-nav li ul li {
	border-top: 0px;
	width: 60px;
	text-align: left;
	margin-left: -1px;
}
#lang img,
#lang_en img,
#lang_de img {
	margin-left: 10px;
}
#lang #drop-nav li ul li img,
#lang_en #drop-nav li ul li img,
#lang_de #drop-nav li ul li img {
	margin-top: 7px;
	width: 12px;
	height: auto;
}
#infobar_info3::before {
	content: "";
	width: 18px;
	height: 20px;
	background-image: url("img/vw_ora.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	float: left;
	margin-left: 13px;
	margin-right: 10px;
}
#infobar_info3 {
	color: white;
	display: block;
	clear: both;
	float: left;
	text-align: left;
}
.nyitvatartas_felirat {
	float: left;
	width: 150px;
}
#infobar_info4 {
	color: black;
	font-size: 19px;
	clear:both;
}

/*--------------------------------------------------------------
# FB+G+
--------------------------------------------------------------*/
.fb {
	background: url("img/fb_icon.png") no-repeat scroll left center transparent !important; 
	float: right;
	height: 270px;
	padding: 0 5px 0 46px;
	z-index:  99999;
	position:fixed;
	right:-305px;
	top:40%;
} 
.fb div { 
	padding: 0; 
	margin-right:-8px; 
	border:4px solid  #3b5998; 
	background:#fafafa;
} 
.fb span {
	bottom: 4px;
	font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;
	position: absolute;
	right: 6px;
	text-align: right;
	z-index: 99999;
} 
.fb span a {
	color: gray;
	text-decoration:none;
} 
.fb span a:hover {
	text-decoration:underline;
}
.gplus {
	width: 70px;
	height: auto;
	position: fixed;
	right: 0;
	z-index: 99999;
	top:65%;
} 


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#vw_content_holder_top {
	background-color: #efefef;
	width: 100%;
	height: auto;
	display: table;
}
#vw_content {
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888; 
}
#vw_header_holder {
	background: url("img/vw_r8_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: auto;
}
#vw_header_content {
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	position: relative;
	z-index: 2;
	background-color: white;
}
#vw_header_img {
	max-width: 1200px;
	width: 100%;
	height: 495px;
	margin: auto;
	background: rgba(14,14,14,1);
	background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(112,112,112,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,14,14,1)), color-stop(100%, rgba(112,112,112,1)));
	background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(112,112,112,1) 100%);
	background: -o-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(112,112,112,1) 100%);
	background: -ms-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(112,112,112,1) 100%);
	background: linear-gradient(to bottom, rgba(14,14,14,1) 0%, rgba(112,112,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#707070', GradientType=0 );
	position: relative;
	display: block;
}
#vw_header_img::after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('img/vw_header_stripes.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#vw_logok {
	max-width: 1200px;
	width: 100%;
	height: 100px;
	display: table;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
.site_logo1 {
	width: 25%;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
	position: relative;
	z-index: 2;
}
.site_logo2 {
	width: 25%;
	height: auto;
	float: left;
	margin-top: 25px;
	margin-left: 120px;
	position: relative;
	z-index: 2;
}
.site_logo3 {
	width: 35%;
	height: auto;
	float: right;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
#alkatresz_szakuzlet {
	max-width: 500px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
	position: relative;
	z-index: 2;
}
#alkatresz_szakuzlet_en {
	max-width: 500px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
	position: relative;
	z-index: 2;
	display: none;
}
#alkatresz_szakuzlet_de {
	max-width: 500px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
	position: relative;
	z-index: 2;
	display: none;
}
#vw_autok {
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: -70px;
}
#volkswagen {
	float: left;
	width: 35%;
	height: auto;
	margin-left: 100px;
}
#audi {
	float: right;
	width: 35%;
	height: auto;
	margin-right: 100px;
}
#vw_kiemelt {
	position: relative;
	z-index: 4;
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	margin-top: 35px;
	color: white;
	text-transform: uppercase;
	font-weight: 100;
}
#tipuskinalatok {
	width: 250px;
	height: 250px;
	background-color: #0c72b9;
	background-image: url("img/vw_tipuskinalatok.png");
	background-repeat: no-repeat;
	background-position: 60px 120px;
	padding-top: 45px;
	float: left;
	margin-right: 75px;
	cursor: pointer;
	color: white;
}
#alkatreszek {
	width: 250px;
	height: 250px;
	background-color: #0c72b9;
	background-image: url("img/vw_alkatresz.png");
	background-repeat: no-repeat;
	background-position: 60px 100px;
	padding-top: 45px;
	float: left;
	cursor: pointer;
	color: white;
}
#rendeles {
	width: 250px;
	height: 250px;
	background-color: #0c72b9;
	background-image: url("img/vw_rendeles.png");
	background-repeat: no-repeat;
	background-position: 70px 110px;
	padding-top: 45px;
	float: right;
	cursor: pointer;
	color: white;
}
#tipuskinalatok:hover,
#alkatreszek:hover,
#rendeles:hover {
	background-color: #252525;
}
#vw_akcio {
	max-width: 900px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	background-color: white;
	position: relative;
	z-index: 2;
	padding-bottom: 70px;
}
#akcio_focim {
	margin-top: 90px;
	text-transform: uppercase;
}
#akcio_alcim {
	text-transform: uppercase;
}
#akcio_content {
	max-width: 900px;
	width: 100%;
	display:table;
	margin: auto;
}
#akcio_szoveg {
	width: 60%;
	height: auto;
	float: left;
}
#akcio_foto {
	width: 30%;
	height: auto;
	float: right;
}
#vw_triangle {
	position: relative;
    z-index: 1;
    width: 0;
    border-bottom: 630px solid #0c71b9;
    border-left: 2000px solid transparent;
    float: right;
    margin-top: -500px;
	_border-color: #000000 #000000 #0c71b9 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#vw_content_holder_bottom {
	background-color: #0c72b9;
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	z-index: 2;
}
#vw_bottom_holder {
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	margin-top: -130px;
}
#vw_slider {
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	text-align: center;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	margin-bottom: -10px;
}
#vw_slider_en {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	margin-bottom: -10px;
	display: none;
}
#vw_slider_de {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	margin-bottom: -10px;
	display: none;
}
#slippry-demo {
	margin: 0;
	padding: 0;
}
#slippry-demo li {
	list-style: none;
}
#arajanlat {
	max-width: 1200px;
	width: 100%;
	height: auto;
	background-color: #efefef;
	display: table;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	padding-bottom: 50px;
	margin: auto;
}
#arajanlat_content {
	max-width: 900px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	margin-top: 60px;
}
#arajanlat_content_left {
	width: 45%;
	height: auto;
	float: left;
	text-align: center;
}
#arajanlat_content_right {
	width: 45%;
	height: auto;
	float: right;
	text-align: center;
	margin-top: 40px;
}
#arajanlat_content_right a {
	color: #0c71b9;
	text-decoration: none; 
}
#arajanlat_content_right a:hover {
	color: black; 
}
#vw_slider2 {
	height: auto;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: table;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	position: relative;
	z-index: 0;
}
#vw_slider2_en {
	height: auto;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	position: relative;
	z-index: 0;
	display: none;
}
#vw_slider2_de {
	height: auto;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	position: relative;
	z-index: 0;
	display: none;
}
#hirlevel {
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	background-color: white;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	padding-bottom: 50px;
	margin-top: -10px;
}
#hirlevel_content {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: auto;
}
#hirlevel_content h4 {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 50px;
}
#hirlevel_content input[type="submit"] {
	background-color: #0c71b9;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	text-align: center;
	border:none;
	border-radius:0;
}
#hirlevel_content input[type="submit"]:hover {
	background-color: #252525;
	color: white;
}
#hirlevel_content input[type="email"] {
	margin-left: 20px;
	margin-right: 20px;
	border:none;
	background-color: #efefef;
	padding: 17px;
	max-width: 455px;
	width: 100%;
	border-radius: 0;
}
#hirlevel span.wpcf7-not-valid-tip {
	display: none;
}
#hirlevel .wpcf7-validation-errors,
#hirlevel .wpcf7-response-output {
	text-align: center;
}
#terkep {
	max-width: 1200px;
	width: 100%;
	height: 445px;
	margin: auto;
	display: table;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	overflow: hidden;
	line-height: 0;
}
.terkep iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
#vw_footer {
	width: 100%;
	height: auto;
	display: table;
	background-color: #0c71b9;
}
#vw_footer_content {
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: table;
	background-color: #252525;
	margin: auto;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
}
#footer_content_inner {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: auto;
	display: table;
	text-align: center;
}
#vw_footer_content a {
	list-style: none;
	text-decoration: none;
	color:white;
}
#vw_footer_content a:hover {
	color: #0c71b9;
}
.footer_block {
	width: 25%;
	height: auto;
	display: table;
	float: left;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-right: 3%;
}
.footer_block:last-child {
	max-width: 15%;
	width: 100%;
	float: right;
	margin-right: 0;
}
.footer_title {
	float: left;
	text-transform: uppercase;
	font-weight: 500;
	color: white;
	font-size: 14px;
}
.footer_title_en {
	float: left;
	text-transform: uppercase;
	font-weight: 500;
	color: white;
	font-size: 14px;
	display: none;
}
.footer_title_de {
	float: left;
	text-transform: uppercase;
	font-weight: 500;
	color: white;
	font-size: 14px;
	display: none;
}
.footer_text {
	list-style: none;
	float: left;
	margin-top: 20px;
	color:white;
	font-size: 14px;
	font-weight: 100;
	text-align: left;
	width: 100%;
	height: auto;
	line-height: 2em;
}
.footer_text ul,
.footer_text li {
	list-style: none;
	text-align: left;
	line-height: 2em;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin: 0;
	padding: 0;
}
#vw_footer_bottom {
	max-width: 1200px;
	width: 100%;
	height: 60px;
	text-align: center;
	margin: auto;
	color: white;
	font-size: 12px;
	background-color: black;
	text-transform: uppercase;
	font-weight: 100;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	padding-top: 25px;
}
#toTop { 
	position: fixed; 
	z-index: 99999;
	bottom: 30px; 
	left: 0;
	right: 0;
	margin: auto;
	width: 50px; 
	cursor: pointer; 
	display: none;
	float: left;
}
/*--------------------------------------------------------------
# Típuskínálatok
--------------------------------------------------------------*/
#vw_page {
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	position: relative;
	z-index: 2;
	background-color: white;
	border-left: solid 5px #888888;
	border-right: solid 5px #888888;
	padding-bottom: 80px;
}
#vw_page_content {
	max-width: 1110px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
	line-height: 1.5em;
}

#vw_page_content h1 {
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#vw_triangle_page {
	position: relative;
    z-index: 1;
    width: 0;
    border-bottom: 300px solid #0c71b9;
    border-left: 2000px solid transparent;
    float: right;
    margin-top: -300px;
	_border-color: #000000 #000000 #0c71b9 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.autok {
	width: 45%;
	height: 150px;
	float: left;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.auto_nev {
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	text-transform: uppercase;
	color: #0c72b9;
	float: left;
	clear: both;
	margin-top: 10px;
}
.auto_nev a {
	text-decoration: none;
	color: inherit;
}
.auto_nev a:hover {
	text-decoration: none;
	color: black;
}
.auto_foto {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.auto_foto:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tipuskinalat_full {
	width: 100%;
	height: auto;
	float: left;
	display: table;
	clear: both;
}
.tipuskinalat_full h2 {
	margin-top: 20px;
}
.tipuskinalat_full .autok {
	width: 25%;
	height: 200px;
} 
.tipuskinalat_full .auto_foto {
	width: 100%;
	height: 200px;
}
.vw_single_content .auto_nev h1{
	font-size: 26px;
	font-weight: 500;
	height: 50px;
	text-transform: uppercase;
	color: #0c72b9;
	float: left;
	clear: both;
	margin-top: 30px;
}
.vw_single_content .auto_parameterek {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	display: table;
	margin-top: 40px;
}
.vw_single_content .auto_foto {
	float: left;
	width: 40%;
	height: auto;
}
.vw_single_content .auto_foto:hover {
	opacity:1;
}
.vw_single_content .auto_adatok {
	float: left;
	width: 45%;
	margin-left: 50px;
}
.vw_single_content .auto_gyartasiev,
.vw_single_content .auto_orszag,
.vw_single_content .auto_kivitel,
.vw_single_content .auto_tipus,
.vw_single_content .auto_megjegyzes {
	float: left;
	clear: both;
	margin-left: 10px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.vw_single_content .auto_gyartasiev h2,
.vw_single_content .auto_orszag h2,
.vw_single_content .auto_kivitel h2,
.vw_single_content .auto_tipus h2,
.vw_single_content .auto_megjegyzes h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
}
.vw_single_content .auto_gyartasiev_en,
.vw_single_content .auto_orszag_en,
.vw_single_content .auto_kivitel_en,
.vw_single_content .auto_tipus_en,
.vw_single_content .auto_megjegyzes_en {
	float: left;
	clear: both;
	margin-left: 10px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: none;
}
.vw_single_content .auto_gyartasiev_en h2,
.vw_single_content .auto_orszag_en h2,
.vw_single_content .auto_kivitel_en h2,
.vw_single_content .auto_tipus_en h2,
.vw_single_content .auto_megjegyzes_en h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	display: none;
}
.vw_single_content .auto_gyartasiev_de,
.vw_single_content .auto_orszag_de,
.vw_single_content .auto_kivitel_de,
.vw_single_content .auto_tipus_de,
.vw_single_content .auto_megjegyzes_de {
	float: left;
	clear: both;
	margin-left: 10px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: none;
}
.vw_single_content .auto_gyartasiev_de h2,
.vw_single_content .auto_orszag_de h2,
.vw_single_content .auto_kivitel_de h2,
.vw_single_content .auto_tipus_de h2,
.vw_single_content .auto_megjegyzes_de h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	display: none;
}
.kategoria {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.kategoria h2 {
	font-size: 20px !important;
	margin-bottom: 10px;
	font-weight: bold;
}
.kategoria h3 {
	font-size: 20px;
	margin-bottom: 10px;
	display: none;
	font-weight: bold;
}
.kategoria h4 {
	font-size: 20px;
	margin-bottom: 10px;
	display: none;
	font-weight: bold;
	text-transform: none;
	color: black;
}
.kategoria a {
	color: inherit;
	text-decoration: none;
}
.kategoria a:hover {
	color: #0c72b9;
}
.kategoria_content {
	margin-top: 20px;
}
.kategoria_content li {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	display: table;
	clear: both;
	list-style: none;
}
/*--------------------------------------------------------------
# Típus gyűjtő
--------------------------------------------------------------*/
.tipuskinalat_left {
	width: 47%;
	height: auto;
	float: left;
	display: block;
	margin-right: 5%;
	clear: both;
}
.tipuskinalat_right {
	width: 47%;
	height: auto;
	float: right;
	display: block;
}
.tipuskinalat_left h2,
.tipuskinalat_right h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tipuskinalat_logo {
	float: left;
	width: auto;
	height: 50px;
	margin-top: 20px;
	margin-right: 20px;
}
.tipuskinalatok_clear {
	width: 40%;
	height: auto;
	border-bottom: solid 2px #0c72b9;
	display: block;
}
.tipuskinalat_left ul,
.tipuskinalat_right ul {
	list-style: none;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    float: left;
    margin: 0;
    text-align: left;
	padding-left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tipuskinalat_left li,
.tipuskinalat_right li {
	float: left;
	width: 45%;
	height: 200px;
	overflow: hidden;
	margin-right: 25px;
}
.vw_menu,
.audi_menu,
.skoda_menu,
.seat_menu {
	list-style: none;
	margin-top: 30px;
	float: left;
	text-transform: uppercase;
	color: black;
	font-size: 20px;
}
.vw_menu a,
.audi_menu a,
.skoda_menu a,
.seat_menu a {
	color: inherit;
}
.vw_menu a:hover,
.audi_menu a:hover,
.skoda_menu a:hover,
.seat_menu a:hover {
	color: #0c72b9;
}
.vw_menu img,
.audi_menu img,
.skoda_menu img,
.seat_menu img {
	float: left;
	width: 100%;
	height: auto;
}
.vw_menu img:hover,
.audi_menu img:hover,
.skoda_menu img:hover,
.seat_menu img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
    
/*--------------------------------------------------------------
# Alkatrészlista
--------------------------------------------------------------*/
.alkatreszlista {
	width: 100%;
	height: auto;
	display: table;
	list-style: none;
}
.alkatreszlista h2 {
	font-size: 18px;
	list-style: none;
}
.alkatreszlista a {
	color: #252525;
}
.alkatreszlista a:hover {
	color: #0c71b9;
}
#alkatresz_kereso {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 2px #0c71b9;
	border-bottom: solid 2px #0c71b9;
	margin-top: 30px;
	margin-bottom: 50px;
}
#alkatresz_kereso input[type="search"] {
	margin-right: 2%;
	border:none;
	background-color: #efefef;
	padding: 17px;
	width: 80%;
	border-radius: 0;
}
#alkatresz_kereso input[type="submit"] {
	background-color: #0c71b9;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	text-align: center;
	border:none;
	border-radius:0;
	width: 13%;
	float: right;
}
.alkatresz_content {
	max-width: 30%;
	width: 100%;
	height: auto;
	float: left;
	margin-right: 5%;
	margin-bottom: 4%;
	text-align: center;
	color: inherit;
}
.alkatresz_content2 {
	max-width: 30%;
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 4%;
	text-align: center;
}
.alkatresz_content h3,
.alkatresz_content2 h3 {
	font-size: 20px;
}
.alkatresz_content a,
.alkatresz_content2 a{
	color: inherit;
}
.alkatresz_content a:hover,
.alkatresz_content2 a:hover {
	color: #0c71b9;
}
.alkatresz_content img:hover,
.alkatresz_content2 img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.alkatresz {
	width: 45%;
	height: 200px;
	float: left;
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
	color: inherit;
	margin-right: 5%;
}
.alkatresz_img {
	float: left;
	max-width: 150px;
	height: auto;
	margin-right: 20px;
}
.alkatreszkat_vissza_hu {
	font-weight: bold;
	font-size: 20px;
	clear: both;
}
.alkatreszkat_vissza_en,
.alkatreszkat_vissza_de {
	display: none;
	font-weight: bold;
	font-size: 20px;
	clear: both;
}
.alkatresz_contactform #vw_contactform {
	float: none !important;
	margin: auto !important;
}
.vw_single_content a,
.alkatresz a {
	color: inherit;
}
.vw_single_content a:hover,
.alkatresz a:hover {
	color: #0c71b9;
}
/*--------------------------------------------------------------
# Alkatrész - utolsó szint
--------------------------------------------------------------*/
.vw_single_content {
	max-width: 1100px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
}
.vw_single_content_text {
	max-width: 900px;
	width: 100%;
	height: auto;
	display: table;
	margin: auto;
}
.vw_single_content_text h2 {
	font-size: 60px;
	font-weight: bold;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.5em;
    margin: 0;
    clear: none !important;
}
.vw_single_content_text h3 {
	font-weight: bold;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.5em;
    margin: 0;
    clear: none !important;
    margin-bottom: 20px !important;
	font-size: 30px !important;
	color: #0c72b9 !important;
}
.vw_single_content_text ul {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 10px;
    -webkit-padding-start: 20px;
}
.vw_single_content h1 {
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.vw_single_content h2 {
	font-size: 32px;
	margin-top: 30px;
	font-weight: bold;
    line-height: 1.5em;
    clear: none !important;
}
.vw_single_content ul {
	line-height: 2em;
}
.single_nav,
.single_nav a {
	font-size: 14px;
	text-decoration: none;
	color: #0c72b9;
	margin-top: 20px;
}
.single_nav a:hover {
	color: black;
} 
.alkatresz_img {
	height: 130px;
	overflow: hidden;
	width: auto;
}
.alkatresz img {
	width: 100%;
	height: auto;
}
.alkatresz h4 {
	text-transform: none !important;
}
#vw_triangle_single {
	position: relative;
    z-index: 1;
    width: 0;
    border-bottom: 200px solid #0c71b9;
    border-left: 2000px solid transparent;
    float: right;
    margin-top: -200px;
	_border-color: #000000 #000000 #0c71b9 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/*--------------------------------------------------------------
# Kapcsolat
--------------------------------------------------------------*/
#vw_contact {
	max-width: 45%;
	width: 100%;
	height: auto;
	margin-right: 3%;
	display: table;
	float: left;
	margin-bottom: 20px;
}
#vw_contactform {
	max-width: 50%;
	width: 100%;
	height: auto;
	display: table;
	float: left;
}
.vw_contactform_en,
.vw_contactform_de {
	display: none;
}
#vw_contactform_icon {
	float: right;
	margin-top: -40px;
}
#vw_contactform p {
	margin-bottom: 10px;
}
#vw_contact h2 {
	margin-bottom: 20px;
}
#vw_contactform input[type="text"],
#vw_contactform input[type="email"],
#vw_contactform input[type="tel"],
#vw_contactform textarea {
    border: none;
    background-color: #efefef;
    padding: 10px;
    width: 100%;
    border-radius: 0
}
#vw_contactform input[type="submit"] {
	background-color: #0c71b9;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	text-align: center;
	border:none;
	border-radius:0;
}
#vw_contactform input[type="submit"]:hover {
	background-color: #252525;
	color: white;
}
.clear {
	width: 100%;
	height: auto;
	border-top: solid 2px  #0c71b9;
	margin: auto;
	clear: both;
	margin-bottom: 30px;
}
.vw_single_content #terkep {
	border-left: none;
    border-right: none;
    pointer-events: auto;
}
#terkep_adatok {
	margin-bottom: 20px;
	line-height: 2em;
}
#rendeles_contactform {
	width: 100%;
	height: auto;
	display: table;
	float: left;
	text-align: center;
	margin: auto;
	margin-top: -70px;
}
#rendeles_contactform input[type="text"],
#rendeles_contactform input[type="email"],
#rendeles_contactform input[type="tel"],
#rendeles_contactform textarea {
    border: none;
    background-color: #efefef;
    padding: 10px;
    width: 70%;
    border-radius: 0
}
#rendeles_contactform input[type="submit"] {
	background-color: #0c71b9;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	text-align: center;
	border:none;
	border-radius:0;
}
#rendeles_contactform input[type="submit"]:hover {
	background-color: #252525;
	color: white;
}
#rendeles_img {
	float: right;
	margin-top: -60px;
}
/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/
@media screen and (min-width:1024px) and (max-width:1199px) {
#infobar_content {
	max-width: 1000px;
	width: 100%;
}
#vw_logok {
	max-width: 1000px;
	width: 100%;
}
.site_logo1	{
	margin-left: 0px;
	margin-top: 40px;
	width: 29%;
}
.site_logo2 {
	margin-left: 80px;
}
.site_logo3 {
	margin-top: 40px;
}
#vw_autok {
	margin-top: -20px;
}
#vw_page_content {
	max-width: 900px;
	width: 100%;
}
.vw_single_content {
	max-width: 900px;
	width: 100%;
}	
.tipuskinalat_left li,
.tipuskinalat_right li {
	width: 43%;
}
}
@media screen and (min-width:960px) and (max-width:1023px) {
#infobar_content {
	max-width: 920px;
	width: 100%;
}
#vw_logok {
	max-width: 940px;
	width: 100%;
}
.site_logo1	{
	margin-left: 0px;
	margin-top: 40px;
	width: 29%;
}
.site_logo2 {
	margin-left: 80px;
}
.site_logo3 {
	margin-top: 42px;
}
.main-navigation li {
	width: 16.57%;
}
#vw_autok {
	margin-top: -20px;
}	
#volkswagen {
	margin-left: 80px;
}
#audi {
	margin-right: 80px;
}
#vw_page_content {
	max-width: 860px;
	width: 100%;
}
.vw_single_content {
	max-width: 860px;
	width: 100%;
}
.tipuskinalat_left li,
.tipuskinalat_right li {
	width: 41%;
}
.alkatresz_content h3, .alkatresz_content2 h3 {
    font-size: 19px;
}
}
@media screen and (min-width:768px) and (max-width:959px) {
#infobar {
	display: table;
	height: auto;
}
#infobar_content {
	max-width: 585px;
	width: 100%;
}
#infobar_content_left {
	float: left;
    text-align: left;
    margin-top: 20px;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: solid 1px #252525;
}
#infobar_content_left a{
	text-decoration: none;
	color: inherit;
}
#infobar_content_right {
	float: none;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.nyitvatartas_felirat {
    width: 130px;
}
#lang,
#lang_en,
#lang_de {
    margin-left: 50px;
}
#infobar_info3 {
	text-align: left;
}
#infobar_info3::before {
	margin-left: 7px;
}
#vw_logok {
	max-width: 740px;
	width: 100%;
}
.main-navigation {
	margin-top: 149px;
}
.main-navigation li {
	width: 16.56%;
}
.site_logo1	{
	margin-left: 0px;
	margin-top: 40px;
	width: 29%;
}
.site_logo2 {
	margin-left: 45px;
}
.site_logo3 {
	margin-top: 38px;
}
#vw_autok {
	margin-top: -20px;
}	
#volkswagen {
	margin-left: 50px;
}
#audi {
	margin-right: 50px;
}
#vw_kiemelt {
	max-width: 740px;
	width: 100%;
}
#tipuskinalatok {
	width: 200px;
	height: 200px;
	background-image: url("img/vw_tipuskinalatok2.png");
	background-position: 50px 100px;
	padding-top: 30px;
}
#alkatreszek {
	width: 200px;
	height: 200px;
	background-image: url("img/vw_alkatresz2.png");
	background-position: 52px 84px;
	padding-top: 30px;
}
#rendeles {
	width: 200px;
	height: 200px;
	background-image: url("img/vw_rendeles2.png");
	background-position: 58px 95px;
	padding-top: 30px;
}
#tipuskinalatok h3,
#alkatreszek h3,
#rendeles h3 {
	font-size: 18px;
}
#vw_akcio {
	max-width: 740px;
	width: 100%;
}
#arajanlat_content {
	max-width: 740px;
	width: 100%;
}
#arajanlat_content_right {
    margin-top: 15px;
}
#hirlevel_content {
	max-width: 740px;
	width: 100%;
}
#hirlevel_content input[type="email"] {
	max-width: 338px;
	width: 100%;
}
#footer_content_inner {
	max-width: 740px;
	width: 100%;
}
#vw_page_content {
	max-width: 700px;
	width: 100%;
}
.vw_single_content {
	max-width: 700px;
	width: 100%;
}
.tipuskinalat_left li,
.tipuskinalat_right li {
	width: 38%;
	height: 120px;
}
.tipuskinalat_full .autok {
	width: 33%;
	height: 180px;
} 
.tipuskinalat_full .auto_foto {
	height: 180px;
}
.alkatresz_img {
	height: 200px;
}
.alkatresz_content h3, .alkatresz_content2 h3 {
    font-size: 15px;
}
}
@media screen and (min-width:640px) and (max-width:767px) {
#infobar {
	display: table;
	height: auto;
}
#infobar_content {
	max-width: 445px;
	width: 100%;
}
#infobar_content_left {
	float: left;
    text-align: left;
    margin-top: 20px;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: solid 1px #252525;
    max-width: 380px;
    width: 100%;
}
#infobar_content_right {
	float: none;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#infobar_info1 h1 {
	font-size: 14px;
}
#infobar_info2,
#infobar_info3,
#infobar_info4 {
	font-size: 14px;
}
#infobar_info2 {
	text-align: left;
}
.nyitvatartas_felirat {
    width: 125px;
}
#lang,
#lang_en,
#lang_de {
    margin-left: 38px;
}
#infobar_info3 {
	text-align: left;
}
#infobar_info3::before {
	margin-left: 25px;
}

#vw_logok {
	max-width: 620px;
	width: 100%;
	height: 80px;
}
.main-navigation {
	margin-top: 149px;
}
.main-navigation a{
	font-size: 15px;
}
.main-navigation li {
	width: 16.53%;
}
.site_logo1	{
	margin-left: 0px;
	margin-top: 40px;
	width: 29%;
}
.site_logo2 {
	margin-left: 45px;
}
.site_logo3 {
	margin-top: 38px;
}
#vw_autok {
	margin-top: -20px;
}	
#volkswagen {
	margin-left: 50px;
}
#audi {
	margin-right: 50px;
}
#vw_kiemelt {
	max-width: 619px;
	width: 100%;
	padding-top: 40px;
}
#tipuskinalatok {
	width: 175px;
	height: 175px;
	background-image: url("img/vw_tipuskinalatok2.png");
	background-position: 42px 80px;
	margin-right: 40px;
	padding-top: 25px;
}
#alkatreszek {
	width: 175px;
	height: 175px;
	background-image: url("img/vw_alkatresz2.png");
	background-position: 44px 65px;
	margin-right: 39px;
	padding-top: 25px;
}
#rendeles {
	width: 175px;
	height: 175px;
	background-image: url("img/vw_rendeles2.png");
	background-position: 50px 75px;
	padding-top: 25px;
}
#tipuskinalatok h3,
#alkatreszek h3,
#rendeles h3 {
	font-size: 16px;
}
#vw_akcio {
	max-width: 620px;
	width: 100%;
}
#arajanlat_content {
	max-width: 620px;
	width: 100%;
}
#arajanlat_content_right {
    margin-top: 15px;
}
#hirlevel_content {
	max-width: 450px;
	width: 100%;
	text-align: center;
}
#hirlevel_content input[type="email"] {
	max-width: 400px;
	width: 100%;
	clear: both;
	margin: auto;
	margin-top: 35px;
}
#hirlevel_content input[type="submit"] {
	margin-top: 35px;
}
#footer_content_inner {
	max-width: 620px;
	width: 100%;
}
.footer_block {
	width: 33.3%;
	margin-right: 0%;
}
.footer_title,
.footer_title_en,
.footer_title_de {
	float: none;
	text-align: center;
}
.footer_text {
	float: none;
	text-align: center;
}
.footer_block a,
.footer_block li {
	float: none;
	text-align: center;
}
.footer_block:last-child {
    max-width: 550px;
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
    clear: both;
    padding-top: 50px;
    border-top: solid 1px white;
    padding-bottom: 20px;
}
.footer_block:last-child .footer_title {
	float: none;
	text-align: center;
}
.footer_block:last-child .footer_text {
	float: none;
	text-align: center;
}
#vw_page_content {
	max-width: 550px;
	width: 100%;
}
.vw_single_content {
	max-width: 550px;
	width: 100%;
}
.tipuskinalat_left {
	float: left;
}
.tipuskinalat_right {
	float: left;
}
.tipuskinalat_left li,
.tipuskinalat_right li {
	float: none;
	width: 100%;
	height: 240px;
}
.tipuskinalat_full .autok {
	width: 33%;
	height: 150px;
} 
.tipuskinalat_full .auto_foto {
	height: 150px;
}
.alkatresz {
	width: 100%;
	margin-right: 0%;
}
}
@media screen and (min-width:481px) and (max-width:639px) {
#infobar {
	display: table;
	height: auto;
	position: relative;
}
#infobar_content {
	max-width: 440px;
	width: 100%;
}
#home_btn {
	display: none;
}
#infobar_content_left {
	float: left;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: solid 1px #252525;
	max-width: 440px;
	width: 100%;
}
#infobar_content_right {
	float: left;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#infobar_info1 h1 {
	font-size: 14px;
	text-align: left;
	max-width: 380px;
	width: 100%;
}
#infobar_info2,
#infobar_info3,
#infobar_info4 {
	font-size: 14px;
}
#infobar_info2 {
	text-align: left;
	max-width: 380px;
	width: 100%;
}
.nyitvatartas_felirat {
    width: 130px;
}
#lang,
#lang_en,
#lang_de {
	float: right;
	margin-left: 12px;
}
#infobar_info3 {
	text-align: left;
}
#infobar_info3::before {
	margin-right: 10px;
	text-align: left;
	margin-left: 0px;
}
#infobar_info4 {
	text-align: left;
}
.fb,
.gplus {
	display: none;
}
.main-navigation {
	margin-top: 0px;
	height: 0px;
}
.main-navigation li {
	background-color: #343434;
	width: 100%;
	clear: both;
	border-right: none;
	border-bottom: solid 1px black;
	height: 40px;
}
.main-navigation li.kapcsolatmenu {
	border-right: none;
	width: 100%;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: white;
    font-weight: 100;
    height: 90px;
    width: 100%;
    padding-top: 8px;
}
.main-navigation li:hover {
	height: 40px;
}
.menu-toggle {
	text-align: center;
	background-image: url('img/vw_mobile_menu2.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 5;
	margin-top: -55px;
	float: right;
	margin-right: 40px;
}
button {
	border: none;
    border-radius: none;
    background: transparent;
    box-shadow: none;
}
#vw_header_img {
	height: 390px;
}
#vw_logok {
	max-width: 440px;
	width: 100%;
	height: 80px;
}
.site_logo1	{
	margin-left: 0px;
	margin-top: 40px;
	width: 29%;
}
.site_logo2 {
	margin-left: 27px;
	margin-top: 32px;
}
.site_logo3 {
	margin-top: 38px;
}
#alkatresz_szakuzlet {
	margin-top: -20px;
}
#vw_autok {
	margin-top: 0px;
}	
#volkswagen {
	margin-left: 30px;
}
#audi {
	margin-right: 30px;
}
#vw_kiemelt {
	max-width: 440px;
	width: 100%;
}
#tipuskinalatok {
	width: 300px;
	height: 180px;
	background-image: url("img/vw_tipuskinalatok2.png");
	background-position: 100px 90px;
	padding-top: 25px;
	margin: auto;
	float: none;
}
#alkatreszek {
	width: 300px;
	height: 180px;
	background-image: url("img/vw_alkatresz2.png");
	background-position: 100px 70px;
	padding-top: 25px;
	margin: auto;
	clear: both;
	float: none;
	margin-top: 40px;
}
#rendeles {
	width: 300px;
	height: 180px;
	background-image: url("img/vw_rendeles2.png");
	background-position: 108px 80px;
	padding-top: 25px;
	margin: auto;
	clear: both;
	float: none;
	margin-top: 40px;
}
#tipuskinalatok h3,
#alkatreszek h3,
#rendeles h3 {
	font-size: 22px;
}
#vw_akcio {
	max-width: 440px;
	width: 100%;
	margin-top: 500px;
}
#arajanlat_content {
	max-width: 440px;
	width: 100%;
}
#arajanlat_content_right {
    margin-top: 15px;
}
#hirlevel_content {
	max-width: 440px;
	width: 100%;
	text-align: center;
}
#hirlevel_content input[type="email"] {
	max-width: 400px;
	width: 100%;
	clear: both;
	margin: auto;
	margin-top: 35px;
}
#hirlevel_content input[type="submit"] {
	margin-top: 35px;
}
#footer_content_inner {
	max-width: 440px;
	width: 100%;
}
.footer_block {
	width: 33.3%;
	margin-right: 0%;
}
.footer_title,
.footer_title_en,
.footer_title_de {
	float: none;
	text-align: center;
}
.footer_text {
	float: none;
	text-align: center;
}
.footer_block a,
.footer_block li {
	float: none;
	text-align: center;
}
.footer_block:last-child {
    max-width: 440px;
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
    clear: both;
    padding-top: 50px;
    border-top: solid 1px white;
    padding-bottom: 20px;
}
.footer_block:last-child .footer_title {
	float: none;
	text-align: center;
}
.footer_block:last-child .footer_text {
	float: none;
	text-align: center;
}
#vw_page_content {
	max-width: 440px;
	width: 100%;
}
.vw_single_content {
	max-width: 440px;
	width: 100%;
}
#vw_contact {
	max-width: 100%;
	width: 100%;
	margin-right: 0;
	float: none;
}
#vw_contactform {
	max-width: 100%;
	width: 100%;
	float: none;
}
#rendeles_contactform {
	margin-top: -25px;
}
#rendeles_contactform input[type="text"],
#rendeles_contactform input[type="email"],
#rendeles_contactform input[type="tel"],
#rendeles_contactform textarea {
    width: 100%;
}
#rendeles_img {
	display: none;
}
.tipuskinalat_left {
	float: left;
}
.tipuskinalat_right {
	float: left;
}
.tipuskinalat_left li,
.tipuskinalat_right li {
	float: none;
	width: 100%;
	height: 240px;
}
.tipuskinalat_full .autok {
	width: 45%;
	height: 150px;
} 
.tipuskinalat_full .auto_foto {
	height: 150px;
}
.vw_single_content .auto_foto {
	width: 100%;
}
.vw_single_content .auto_adatok {
	width: 100%;
	margin-left: 0px;
	margin-top: 30px;
}
.alkatresz {
	width: 100%;
	margin-right: 0%;
}
.alkatresz_content h3, .alkatresz_content2 h3 {
    font-size: 16px;
}
}
@media screen and (max-width:480px) {
#infobar {
	display: table;
	height: auto;
	position: relative;
}
#infobar_content {
	max-width: 300px;
	width: 100%;
}
#home_btn {
	display: none;
}
#infobar_content_left {
	float: left;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: solid 1px #252525;
	max-width: 300px;
	width: 100%;
}
#infobar_content_right {
	float: left;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#infobar_info1 h1 {
	font-size: 14px;
	text-align: left;
	max-width: 300px;
	width: 100%;
}
#infobar_info2,
#infobar_info3,
#infobar_info4 {
	font-size: 14px;
}
#infobar_info2 {
	text-align: left;
	max-width: 300px;
	width: 100%;
}
.nyitvatartas_felirat {
    width: 130px;
}
#lang,
#lang_en,
#lang_de {
	float: right;
	margin-left: 12px;
}
#infobar_info3 {
	text-align: left;
}
#infobar_info3::before {
	margin-right: 10px;
	text-align: left;
	margin-left: 0px;
}
#infobar_info4 {
	text-align: left;
}
.fb,
.gplus {
	display: none;
}
.main-navigation {
	margin-top: 0px;
	height: 0px;
}
.main-navigation li {
	background-color: #343434;
	width: 100%;
	clear: both;
	border-right: none;
	border-bottom: solid 1px black;
	height: 40px;
}
.main-navigation li.kapcsolatmenu {
	border-right: none;
	width: 100%;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: white;
    font-weight: 100;
    height: 90px;
    width: 100%;
    padding-top: 8px;
}
.main-navigation li:hover {
	height: 40px;
}
.menu-toggle {
	text-align: center;
	background-image: url('img/vw_mobile_menu2.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 5;
	margin-top: -55px;
	float: right;
	margin-right: 40px;
}
button {
	border: none;
    border-radius: none;
    background: transparent;
    box-shadow: none;
}
#vw_header_img {
	height: 390px;
}
#vw_logok {
	max-width: 300px;
	width: 100%;
	height: 80px;
}
.site_logo1	{
	margin-left: 0px;
	margin-top: 40px;
	width: 29%;
}
.site_logo2 {
	margin-left: 20px;
	margin-top: 40px;
}
.site_logo3 {
	margin-top: 38px;
}
#alkatresz_szakuzlet {
	margin-top: -20px;
}
#vw_autok {
	margin-top: 0px;
}	
#volkswagen {
	margin-left: 30px;
}
#audi {
	margin-right: 30px;
}
#vw_kiemelt {
	max-width: 300px;
	width: 100%;
}
#tipuskinalatok {
	width: 280px;
	height: 180px;
	background-image: url("img/vw_tipuskinalatok2.png");
	background-position: 95px 90px;
	padding-top: 25px;
	margin: auto;
	float: none;
}
#alkatreszek {
	width: 280px;
	height: 180px;
	background-image: url("img/vw_alkatresz2.png");
	background-position: 95px 70px;
	padding-top: 25px;
	margin: auto;
	clear: both;
	float: none;
	margin-top: 40px;
}
#rendeles {
	width: 280px;
	height: 180px;
	background-image: url("img/vw_rendeles2.png");
	background-position: 100px 80px;
	padding-top: 25px;
	margin: auto;
	clear: both;
	float: none;
	margin-top: 40px;
}
#tipuskinalatok h3,
#alkatreszek h3,
#rendeles h3 {
	font-size: 22px;
}
#vw_akcio {
	max-width: 280px;
	width: 100%;
	margin-top: 500px;
}
#akcio_focim h2 {
	font-size: 30px;
}
#akcio_alcim h1 {
	font-size: 40px;
}
#arajanlat_content {
	max-width: 280px;
	width: 100%;
}
#arajanlat_content_left {
    width: 100%;
    text-align: center;
    clear: both;
}
#arajanlat_content_right {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    clear: both;
}
#ultimateebike {
	background-position: -300px 0px;
}
#ultimateebike_text {
	width: 45%;
}
#ultimateebike .tovabb {
	margin-top: 40px;
}
#berles_left,
#berles_right {
	width: 100%;
	clear: both;
}
#hirlevel_content {
	max-width: 280px;
	width: 100%;
	text-align: center;
}
#hirlevel_content input[type="email"] {
	max-width: 260px;
	width: 100%;
	clear: both;
	margin: auto;
	margin-top: 35px;
}
#hirlevel_content input[type="submit"] {
	margin-top: 35px;
}
#footer_content_inner {
	max-width: 300px;
	width: 100%;
}
.footer_block {
	width: 33.3%;
	margin-right: 0%;
}
.footer_title,
.footer_title_en,
.footer_title_de {
	float: none;
	text-align: center;
}
.footer_text {
	float: none;
	text-align: center;
}
.footer_block a,
.footer_block li {
	float: none;
	text-align: center;
}
.footer_block:last-child {
    max-width: 280px;
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
    clear: both;
    padding-top: 50px;
    border-top: solid 1px white;
    padding-bottom: 20px;
}
.footer_block:last-child .footer_title {
	float: none;
	text-align: center;
}
.footer_block:last-child .footer_text {
	float: none;
	text-align: center;
}
#vw_page_content {
	max-width: 280px;
	width: 100%;
}
.vw_single_content {
	max-width: 280px;
	width: 100%;
}
#vw_contact {
	max-width: 100%;
	width: 100%;
	margin-right: 0;
	float: none;
}
#vw_contactform {
	max-width: 100%;
	width: 100%;
	float: none;
}
#vw_contactform_icon {
	display: none;
}
#rendeles_contactform {
	margin-top: -25px;
}
#rendeles_contactform input[type="text"],
#rendeles_contactform input[type="email"],
#rendeles_contactform input[type="tel"],
#rendeles_contactform textarea {
    width: 100%;
}
#rendeles_img {
	display: none;
}
.tipuskinalat_left {
	width: 100%;
	float: none;
}
.tipuskinalat_right {
	width: 100%;
	float: none;
}
.tipuskinalat_left li,
.tipuskinalat_right li {
	float: none;
	width: 100%;
	height: 240px;
}
.tipuskinalat_full .autok {
	width: 100%;
	height: 200px;
} 
.tipuskinalat_full .auto_foto {
	height: 200px;
}
.vw_single_content .auto_foto {
	width: 100%;
}
.vw_single_content .auto_adatok {
	width: 100%;
	margin-left: 0px;
	margin-top: 30px;
}
.alkatresz_content h3,
.alkatresz_content2 h3 {
	font-size: 10px;
}
.alkatresz {
	width: 100%;
	float: none;
	margin-right: 0%;
}
.alkatresz_img {
	float: none;
	max-width: 100%;
	height: 150px;
	margin-right: 0px;
}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 16px;
	line-height: 1.5em;
}
h1 {
	font-size: 60px;
	font-weight: bold;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.5em;
    margin: 0;
}
h2 {
	font-size: 30px;
	font-weight: 100;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.5em;
    margin: 0;
}
h3 {
	font-size: 20px;
	font-weight: 100;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.5em;
    margin: 0;
}
h4 {
	font-size: 20px;
	font-weight: 900;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.5em;
    color: #0c71b9; 
    text-transform: uppercase;
    margin: 0;
}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: initial;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
