body {
	background-color: #FFF;
}
#footer {
	background-color: #FFF;
	display: block;
	clear: both;
	height: auto;
	max-width: 80%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#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;
}
.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%;
}

/* 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;
}

label, p {
	line-height: 20px;
	color: #001e50;
	font-weight: 400;
	font-size: 18px;
}
p {
	color: #000;
	line-height: 32px;
	font-size: 18px;
}

.form-control {
	min-height: 49px;
	line-height: 32px;
	font-size: 18px;
	height: 100%;
	width: 100%;
	padding: 8px 0;
	box-sizing: border-box;
	border: 0;
	border-bottom: 1px solid;
	border-color: #dfe4e8;
	color: #001e50;
	border-radius: 0;
	background: transparent;
	outline: 0;
	font-weight: 400;
	font-family: inherit;
}
.form-control:active {
	border-color: #000;
}
.form-control-lg {
	font-size: 18px !important;
}
.resp {
	width: 100%;
}
#adatvedelemlink {
	padding-bottom: 2px;
	border-bottom: 1px solid;
	text-decoration: none;
	color: #001e50;
	outline: none;
}
#adatvedelemlink:hover {
	color: #0040c5;
	text-decoration: none;
}
@media only screen and (min-width: 960px) {
	.form-group {
		margin-left: 20%;
		margin-right: 20%;
	}
}
#footer a{
	color: #001e50;
	text-decoration: none;
	border: 0;
}
#footer a:hover {
	color: #0040c5;
	text-decoration: none;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-label::before,.custom-control-label::after {
  top: 1.5rem;
  left: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #001e50;
  cursor: pointer;
  border-radius: 0;
}
.custom-control-input:checked {
  color:#001e50;
  border-color: #001e50;
  background-color: #FFF;
}
h1 {
	font-weight: 700; 
	line-height: 7.5rem; 
	font-size: 7rem;
	margin: 6rem 0;
}
@media only screen and (max-width: 960px) {
	h1 {
		font-weight: 700; 
		line-height: 4rem; 
		font-size: 3.8rem;
		margin: 0;
	}
	.resp {
		width: 100%;
	}
	.vw6-rootDomainMaster__lineAfter, .vw6-rootDomainMaster__lineBefore {
		width: 100%;
		height: 2px;
		background-color: #001e50;
	}
	.vw6-rootDomainMaster__logo {
		position: relative;
		width: auto;
		height: 32px;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.vw6-themeLogo svg {
		width: auto;
		height: 32px;
	}
}