/* CSS Alaphelyzetbe állítása*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}

body
{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	background-color:#ffffff;
	color:#676767;
}

a {
	text-decoration:none;
	color:#336699;
}

a.svg {
  position: relative;
  display: inline-block; 
}

a.svg:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

.theme-background {
	background-image: url(./../elements/Group1949.svg);
	height: 747px;
	background-color: #ffffff;
	width: 100%;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: calc(50% + 150px) 100%;
}

.theme-container {
	max-width: 940px;
	margin:0 auto;
	padding: 30px 20px 20px 20px;
	display: flex;
	flex-flow: column;
}

.theme-container__title{
	max-width: 670px;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	color: #676767;
	margin-bottom: 20px;
}

.theme-container__subject {
	max-width: 560px;
	font-size: 20px;
	line-height: 1.5;
	color: #676767;
}

.theme-container__registration-button {
	max-width: 250px;
	height: 50px;
	background: #eaf0ff;
	color: #4269f1;
	font-size: 20px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 20px 0;
	border: none;
	cursor: pointer;
}

.theme-container__registration-button:focus {
	outline: none;
}

.theme-container__ai-button {
	max-width: 250px;
	height: 50px;
	background: #ff7330;
	color: white;
	font-size: 20px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
}

.theme-container__ai-button:focus {
	outline: none;
}

.start-ai-background {
	background-color: #ffffff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-top: 30px;
}

.categories-background {
	background-color: #eaf0ff;
}

.fast-sell-container {
	color: #ffffff;
	padding: 30px 20px 46px;
	display: flex;
	flex-flow: column;
	align-items: center;
	background-color: #4269f1;
	line-height: 30px;
	font-size: 20px;
}

.fast-sell-container__title {
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
}

.fast-sell-container__box {
	display: flex;
	justify-content: space-between;
}

.fast-sell-container__box__card {
	display: flex;
	width: 48%;
}

.fast-sell-container__box__card__text {
	max-width: 305px;
	padding-top: 50px
}

.fast-sell-container__box__card__img-box {
	min-width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fast-sell-container__box__card__img-box__img {
	max-width: 100%;
	height: auto;
}

.start-ai__container {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
}

.start-ai__container__buttons {
	display: flex;
	justify-content: space-between;
	width: 520px;
}

.start-ai__container__title {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}

.start-ai__container__title--small {
	display: none;
}

.start-ai__container__sub-title {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.start-ai__container__buttons__registration {
	width: 250px;
	height: 50px;
	background: #eaf0ff;
	color: #4269f1;
	font-size: 20px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
}

.start-ai__container__buttons__registration:focus {
	outline: none;
}

.start-ai__container__buttons__ai {
	width: 250px;
	height: 50px;
	background: #ff7330;
	color: white;
	font-size: 20px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
}

.start-ai__container__buttons__ai:focus {
outline: none;
}

.reason-container {
	display: flex;
	width: 940px;
	justify-content: space-between;
	align-self: center;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	padding: 40px 0 20px;
}

.reason-container__box {
	display: flex;
	flex-flow: column;
	max-width: 300px;
}

.reason-container__box__title {
	font-weight: bold;
}

.reason-container__box__desc {
	font-size: 14px;
	padding-top: 10px;
}

.categories-container {
	display: flex;
	flex-flow: column;
	align-self: center;
	text-align: center;
	padding: 30px 20px;
}

.categories-container__title {
	font-weight: bold;
	line-height: 30px;
	font-size: 30px;
	color: #2b4156;
	padding-bottom: 32px;
}

.categories-container__subtitle {
	font-size: 20px;

	padding-top: 10px;
}

.categories-container__box {
	display: flex;
	align-self: center;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	padding: 0 7px;
}

.categories-container__box__card {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 100px;
	padding: 15px 3px;
}

.categories-container__box__card__link {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
	color: #2b4156;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.categories-container__box__card__image {
	filter: brightness(0) saturate(100%) invert(18%) sepia(5%) saturate(5325%) hue-rotate(169deg) brightness(95%) contrast(79%);
	padding-bottom: 16px;
}

.jfg-background {
	background-color: #ffffff;
}

.jfg-container {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.jfg-container__title {
	line-height: 30px;
	font-size: 30px;
	padding: 30px 0 40px;
}

.jfg-container__title--blog {
	font-weight: bold;
	font-style: italic;
}

.jfg-container__cards {
	display: flex;
	padding: 0 0 108px;
}

.jfg-container__cards__card {
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	max-width: 300px;
	font-weight: bold;
	padding: 0 10px;
}

.jfg-container__cards__card__image {
	width: 300px;
	height: 150px;
	padding-bottom: 30px;
	object-fit: cover;
}

.jfg-container__cards__card__text {
	color: #ff7330;
}

/*Fejléc*/

.header
{
	width:100%;
	background-color:#ffffff;
	height: 55px;
	border-bottom: 2px solid #f5f5f5;
}
.slim-container
{
	max-width:940px;
	margin:0 auto;
	padding: 0 20px;
}
.slim-container:after { clear:both; }

#jofogas_logo
{
	padding-top: 13px;
	width: 115px;
}

/*Lábléc*/

/*Tartalmi doboz*/
.container
{
	max-width:940px;
	margin:0 auto;
	padding:20px;
}
.container:after { clear:both; }

/*Grid rendszer*/
.grid > :first-child {
	border-left:0px;
}

.grid:before, .grid:after {
    content:"";
    display: table ;
    clear:both;
}

.m2, .m3, .m4
{   
	float: left;
	margin-left: auto;
    left: auto;
    right: auto;
	border-left: 20px solid rgba(0,0,0,0.00);
	box-sizing:border-box;
}

.m-hidden  {display: none;}

.m2 {width: 16.66666667%;}

.m3 {width:25%;}

.m4 {width:33.33333333%;}

.no_scroll {overflow:hidden;}

.footer_container {
	background-color: #213345;
	color: #6C8FB1;
}
.footer_app_promo
{
	background-color: #2B4156;
    padding: 5px 0px;
    color: #6C8FB1;
    line-height: 25px;
}

.footer_app_promo a
{
	color: #ffffff;
	font-size: 12px;
    font-weight: bold;
}

#footer_ingatlan, #footer_allas {
	border-left: 1px solid #476784;
    padding-left: 42px;
}

.jofogas_logo_footer
{
	height:40px;
	margin-right:20px;
	vertical-align: middle;
}  

#footer_jofogas .jofogas_logo_footer {
height: 25px;
margin-top: 10px;
margin-bottom: 5px;
}

.footer_services a
{
	line-height:190%;
	font-weight:bold;
	font-size:12px;
	color: #6C8FB1;
}

#footer_barion_card 
{ width:100%; }

.copyright_box
{ 
	font-size:10px;
	line-height:140%;
	text-align: justify;
	padding: 15px 20px;
}

.sepa {
	margin-top:20px;
	height:1px; 
	width:100%;
	border-bottom:1px solid #2B4156;
}

.copyright:after
{ 
	content:"";
    display: table ;
    clear:both;
}

#jofogas_copyright
{ 
	width:100px;
	margin-right:155px;
	float:left;
}

.sc_sites,
.sc_sites a,
.sc_sites a:link,
.sc_sites a:visited,
.sc_sites a:active,
.sc_sites a:hover
{
	font-size:10px;
	color:#6C8FB1;
	line-height:140%;
	text-align:justify;
	padding-top: 0px;
    padding-bottom: 0px;
}

.sc_sites p
{
	margin-top: 20px;
	padding: 5px 0px;
}

.footer_menu, .footer_menu2 {
	width:calc(100% - 40px);
	padding:20px;
	overflow:hidden;
	height:60px;
	text-align:center;
	display:none;
}

.footer_menu a, .footer_menu2 a {
	color: #6C8FB1;
}

.footer_menu2 {
	margin-bottom: 20px;
}

#footer_services, #footer_us {
	color:#6C8FB1;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}

.footer_menu p, .footer_menu2 p {
	padding-top:20px;
	padding-bottom:30px;
	font-size:14px;
	font-weight:bold;
}

.footer_menu_change {
	height:100% !important;
}

.footer_menu > :nth-child(1) { height: 29px;}
.footer_menu2 > :nth-child(1) { height: 29px;}

/* Változások 945px alatt */
@media screen and ( max-width: 945px )
{
	.theme-background {
		height: 572px;
		background-position-x: 150px;
	}

	.theme-container__title{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 37px;
	}

	.start-ai__container__title {
		display: none;
	}

	.start-ai__container__title--small {
		display: initial;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		font-weight: bold;
	}

	.fast-sell-container__box {
		flex-flow: column;
	}

	.fast-sell-container__box__card {
		width: auto;
		justify-content: space-between;
	}

	.fast-sell-container__box__card__img-box {
		min-width: 110px;
		width: 41%;
	}

	.fast-sell-container__box__card__text {
		padding-top: 30px;
		width: 55%;
	}

	.start-ai__container__buttons {
		flex-flow: column;
		height: 120px;
		width: auto;
	}

	.reason-container {
		flex-flow: column;
		padding: 30px 25px;
		justify-content: space-between;
		height: 264px;
		width: auto;
	}

	.reason-container__box {
		max-width: initial;
		height: auto;
	}

	.jfg-container__title {
		padding: 30px 0 0;
	}

	.jfg-container__cards {
		flex-flow: column;
		padding-bottom: 32px;
	}

	.jfg-container__cards__card__image {
		padding: 30px 0;
	}
	
	.footer_menu, .footer_menu2 { display:block; }
	#f_services { display:none; }
	#phone_app_txt { display:none; }
	.copyright_box img { display:none; }

	#footer_ingatlan, #footer_allas { border-left: 0px; padding-left: 0px; }
	#footer_jofogas, #footer_ingatlan, #footer_allas { width: calc(100% + 40px); margin-left: -20px; }
	#footer_ingatlan, #footer_allas { margin-top:20px;}
	#footer_ingatlan { border-top: 1px solid #324B61; border-bottom: 1px solid #324B61; padding: 20px 0px; }
	.footer_app_promo { text-align: center; }
	.jofogas_logo_footer { height: 40px; margin-right: 0px; margin-bottom: 5px; }
	#footer_services, #footer_us { border-bottom: 1px solid #2B4156; }
	.footer_menu, .footer_menu2 { padding: 20px 0px; width: 100%;}
}

@media screen and ( max-width: 900px )
{
	.theme-background {
		background-size: contain;
	}
}

@media screen and ( max-width: 700px )
{
	.theme-background {
		background-size: 650px;
		background-position-x: 100px;
	}
}

/* Változások 590px alatt */
@media screen and ( max-width: 590px )
{
	.slim-container {
		padding: 0 40px;
	}
}


/* Változások 450px alatt */
@media screen and ( max-width: 450px )
{
	.theme-background {
			background-size: 560px;
			background-position-x: 70px;
	}

	.fast-sell-container {
		font-size: 14px;
		line-height: 24px;
		min-height: 675px;
		padding: 30px 20px;
	}

	.fast-sell-container__box__card__img-box {
		padding-top: 30px;
		width: 26%;
	}

	.fast-sell-container__box__card__text {
		padding-top: 30px;
		width: 50%;
	}
}
