@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&subset=latin-ext');


body {
	font-family: 'Dosis', sans-serif;
	font-size: 21px;
	line-height: 1.7em;
}
.color-maroon {
	color: #f46455;
}
.btn-maroon {
	background: #821818;
	color: #fff;
	border-color: #821818;
}
.btn-maroon:hover {
	color: rgba(255,255,255,.5);
}
.btn-maroon.see-through {
	color: #821818;
	background: transparent;
}
.btn-lg {
	font-size: 2vw;
	border-width: 2px;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-md {
	font-size: 27px;
}
h2 {
	text-align: center;
	font-size: 5vw;
	line-height: 2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-shadow: 0 2px 1px rgba(0,0,0,.25);
}
h3 {
	text-align: center;
	font-size: 47px;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-shadow: 0 2px 1px rgba(0,0,0,.25);
}


#gdpr-header {
	background: url('gdpr-magyar2.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding: 15%;
	position: relative;
}
#gdpr-header h1 {
	color: #821818;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 6vw;
    /*text-shadow: 0 5px 10px rgba(0,0,0,.75);*/
}
#gdpr-header .btn {
	margin: 1%;
}

#gdpr-segitseg .imageheader {
	height: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-size: cover;
	display: block;
	text-align: center;
	font-size: 2vw;
	color: #fff;
	padding: 30px;

}
@media (max-width: 768px) {
	#gdpr-segitseg .imageheader {
		font-size: 5vw;
	}
}
@media (min-width: 1200px) {
	#gdpr-segitseg .imageheader {
		font-size: 1.5vw;
	}
}
#gdpr-segitseg .imageheader p {
	width: 100%;
	margin-left: -30px;
	background: #000;
	color: #fff !important;
	padding: 5px;
}

#gdpr-magyarazat {
	padding: 5% 0;
	margin-top: 60px;
	background: url('mi-az-a-gdpr.jpg');
	background-size: cover;
	color: #fff;
}
#gdpr-magyarazat p {
	
}

#adatvedelmi-szabalyozasok {
	margin-top: 60px;
}
#adatvedelmi-szabalyozasok h4,
#adatvedelmi-szabalyozasok p
{
	color: #8c9597;
	text-align: center;
}
#adatvedelmi-szabalyozasok p {
	font-size: 17px;
	line-height: 1.5em;
	
}

h4 {
	font-size: 31px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#adatvedelmi-szabalyozasok .row {
	margin-bottom: 30px;
}

#adatvedelmi-segitseg {
	background: #f46455;
	padding: 5% 0;
	margin-top: 60px;
}

footer {
	background: #444;
	color: #eee;
	padding: 3%;
}






@media (max-width: 1024px) {
	h2 {
		font-size: 51px;
		line-height: 1.5em;
	}
	h3 {
		font-size: 31px;
		line-height: 1.5em;
	}
	.btn-lg {
		font-size: 15px;
	}
}

div#countdown {
  text-align: center;
  color: #3d3d3d;
  font-size: 6vw;
  line-height: 1em;
  font-weight: 700;

}
div#countdown span {
	font-size: 18px;
}









a#lang {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 100;
	text-transform: uppercase;
}