body {
	background-color: #f3f5f6;
}
#footer {
	background-color: #FFF;
	display: block;
	clear: both;
	height: auto;
}
#footer_text {
	border-top: 2px solid #001e50;
	padding: 45px 20px 0px;
}
.btn {
	border: 2px solid transparent;
	border-radius: 44px;
	padding: 12px 40px;
	background-color: #001e50;
	transition: all .3s cubic-bezier(.14,1.12,.67,.99);
	color: #fff;
	margin-top: 1em;
}
.btn-link {
	background-image: url(https://www.volkswagen.hu/assets/web/images/icons/24px/chevrondown.svg);
	background-color: #fff;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 26px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	display: block;
}
.btn-model, .btn-fuel {
	transition: all 0s ease 0s, all 0.5s ease 0s, all 0s ease 0s;
	padding: 11px 15px 12px;
	line-height: 1;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	border: 1px solid rgb(128, 136, 144);
	color: rgb(128, 136, 144);
	cursor: pointer;
	margin: 0px 10px 10px 0px;
	display: inline-block;
}
.btn-model:hover, .btn-model-active, .btn-fuel:hover, .btn-fuel-active {
	color: white;
	background-color: rgb(0, 153, 218);
	border-color: rgb(0, 153, 218);
	text-decoration: none;
}
.btn-car {
	background: rgb(0, 153, 218) none repeat scroll 0% 0%;
	moz-appearance: none;
  border: medium none;
  min-height: 42px;
  border-radius: 4px;
  outline: currentcolor none medium;
  cursor: pointer;
  font-size: 14px;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	margin-top: auto;
	align-self: flex-end;
	text-align: center;
	padding: 10px 0;
	display: block;
}
.btn-car:hover {
	text-decoration: none;
	background-color: #001e50;
	color: #FFF;
}
.vw6-rootDomainMaster__logoRow {
	position: absolute;
	-webkit-box-align: center;
	align-items: center;		
	z-index: 9;
	display: -webkit-box;
	display: flex;
	height: 2px;
	top: 31px;
	right: 0;
	left: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1) .7s;
	transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1) .7s;
	transition: transform 1s cubic-bezier(.19,1,.22,1) .7s;
	transition: transform 1s cubic-bezier(.19,1,.22,1) .7s,-webkit-transform 1s cubic-bezier(.19,1,.22,1) .7s;
	margin-top: 32px;
}
.vw6-rootDomainMaster__lineAfter, .vw6-rootDomainMaster__lineBefore {
	height: 2px;
	background-color: #001e50;
	width: 61.5%;
}
.vw6-rootDomainMaster__logo {
	height: 56px;
	padding: 0 14px;
}
.vw6-rootDomainMaster__logo__link {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.vw6-themeLogo svg {
	width: 56px;
	height: 56px;
}
.vw6-rootDomainMaster__lineAfter {
	width: 37%;
}
.card, .accordion > .card:first-of-type, .accordion > .card:not(:first-of-type):not(:last-of-type) {
	border: none;
	border-bottom: 2px solid #dfe4e8;
}
.card-header {
	background-color: #FFF;
	border: none;	
}
.form-control, .form-control:disabled {
	border: none;
	font-weight: bolder;
	color: #001e50;
	background-color: #FFF;
	word-wrap: break-word;
}
h3 {
	color: rgb(0, 153, 218);
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: bold;
}
.car, .cars {
	display: flex;
  flex-direction: column;
  -moz-box-pack: start;
  justify-content: flex-start;
  -moz-box-align: stretch;
  align-items: stretch;
  margin: 0px 9px 18px;
  padding: 20px;
	background-color: white;
	min-width: 248px;
}
/*.carImg {
	height: 100%;
}*/
.car {
	margin: 0;
}
.cars {
	max-width: 267px;
}
.car-image {
	max-height: 128px;
}
.car-detail-image {
	max-height: 405px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.carImg {
		height: 100%;
	}
}
@media only screen and (max-width: 600px)
{
	/*.carImg {
		max-height: 129px;
	}*/
	.car {
		order: -1;
	}
	.cars {
		max-width: 100%;
	}		
	.car-image {
		max-height: 200px;
	}
	.car-detail-image {
		max-height: 200px;
	}
}
.car-title {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 10px;
	font-size: 18px;
	color: rgb(47, 53, 56);
	line-height: 20px;
	min-height: 60px;
}
.sale {
	margin: 0;
	background-color: #0969AB;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 10px 5px;
}
.car-sale {
	background-color: #0099DA;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 10px 5px;
}
.car-price, .car-price-discount, .car-price-discount-online {
	font-size: 14px;
}
.car-detail-price, .car-detail-price-discount, .car-detail-price-discount-online {
	font-size: 1.5rem;
}
.car-price-discount, .car-detail-price-discount {
	font-weight: bold;
}
.car-price-discount-online, .car-detail-price-discount-online {
	font-weight: bold;
	color: rgb(0, 153, 218);
}
.car-details-first, .car-equipments{
	margin-top: 10px;
}
.car-detail, .car-detail-value, .car-equipment{
	color: #1d1f20;
	font-size: 14px;
	margin-top: 5px;
}
.car-detail-value {
	font-weight: bold;
}
.emission {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("icon-emission.png");
}
.resp {
	width: 100%;
}
.icons {
	max-width: 100px;
	margin-top: 40px;
}
.icons:first-child {
	margin-top: 0;
}
#icons {
	max-width:100px;
	float: right;
}
.modal-dialog {
	max-width: 900px;
}
.modal-header{
	border-bottom: 0;
	padding: 2rem 2rem 0 2rem;
}
.modal-body {
	padding: 1rem 2rem;
}
.modal-footer {
	border-top: 0;
	padding: 0 2rem 2rem 2rem;
	justify-content: center;
}
.footer-a {
	font-size: 16px;
	color: #001e50;
}
.footer-a:hover {
	color: #0040c5;
	text-decoration: none;
}


/* COOKIE */
#CybotCookiebotDialogPoweredbyLink {
	display: none;
}
#CybotCookiebotDialogBodyContent {
	padding: 0;
	padding: 20px 0 25px 0 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
	color: #FFFFFF !important;
	background-color: #0099DA !important;
	border: 1px solid #0099DA !important;
}