﻿@font-face {
    font-family: Mekanik;
    src: url('../fonts/Mekanik_Plain_hu.woff') format('woff'),
		 url('../fonts/Mekanik_Plain_hu.ttf') format('truetype');
}

@font-face {
    font-family: Rotis;
    src: url('../fonts/RotisSemiSans_hu.woff') format('woff'),
		 url('../fonts/RotisSemiSans_hu.ttf') format('truetype');
}
@font-face {
    font-family: RotisBold;
    src: url('../fonts/RotisSemiSansBold_hu.woff') format('woff'),
		 url('../fonts/RotisSemiSansBold_hu.ttf') format('truetype');
}
@font-face {
    font-family: RotisItalic;
    src: url('../fonts/RotisSemiSansItalic_hu.woff') format('woff'),
		 url('../fonts/RotisSemiSansItalic_hu.ttf') format('truetype');
}

body {
	margin: 0px;
	background-color: #f1f1f1;
	font-family: Rotis;
}
h1, h2, h3, h4, h5, h6, p, div, li  {
	font-family: Rotis;
}
p, div, li {
	font-size: 14px;
}
li {
	text-align:justify;
}
.megjegyzes{
	font-size: 12px;
	font-style:italic;
	color:#A20B35;
}
.fontos {
	color: white;
	text-align: center;
	background-color: #A20B35;
	font-size: 14px;
	padding: 10px;
    font-weight: bold;
}
.tipp {
	text-align: center;
	background-color: #e0e0e0;
	font-size: 14px;
	padding: 10px;
    font-weight: bold;
}
strong, b{
	font-family: RotisBold;
}
em, i{
	font-family: RotisItalic;
}
td {
	font-size: 18px;
}

a:link {
    color: black;
	text-decoration:underline;
}
.mnblink {
		text-decoration:none;
}

a:visited, a:hover, a:active {
    color: black;
	text-decoration:none;
}
.letoltes {
	text-align:right;
	font-size: 18px;
}
ol, ul  {
	font-size: 14px;
	margin:10px 10px 10px 10px;
}
ul  {
	list-style-image:url('../images/potty.png')
}
p {
	margin-left:30px;
	text-align:justify;
	margin-bottom: 10px;
	margin-top: 0px;
}
.koszonjuk  {
	font-size: 25px;
	color:#A20B35;
	text-align:center;
}
h1  {
	font-size: 20px;
	margin:20px 10px 10px 10px;
}
h2  {
	font-size: 18px;
	font-weight:bold;
	margin:0px 10px;
	color:#A20B35;
	text-align:justify;
}
.piros  {
	margin-left:10px;
	text-decoration:none;
}
.piros:first-letter {
	background-color: #A20B35;
	padding-left: 20px;
	color:white;
	margin-left:-20px;
}	
.pirosmnb {
	margin-left:-10px;
	margin-top: 0px;
	text-decoration:none;
}
.pirosmnb:first-letter {
	background-color: #A20B35;
	padding: 0px 5px 0px 30px;
	color:white;
}
.pirosmnb2 {
	margin-left:-10px;
	margin-top: 0px;
	text-decoration:none;
}
.pirosmnb2:first-letter {
	background-color: #A20B35;
	padding: 0px 5px 0px 20px;
	color:white;
}

h3  {
	font-size: 18px;
	margin:10px 10px 10px 30px;
}
h4  {
	font-size: 16px;
	font-weight:bold;
	margin:10px 10px 10px 40px;
}
h5  {
	font-size: 16px;
	margin:10px 10px 10px 50px;
}
h6  {
	font-size: 14px;
	font-weight:bold;
	margin:10px 10px 10px 60px;
}
/*-----------------------------------------------*/
/*--------------------- MENU  -------------------*/
/*-----------------------------------------------*/
.mobile-menu {
  	background: #bf0d40; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf0d40 0%, #a20b35 30%, #a20b35 70%, #770828 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bf0d40 0%,#a20b35 30%,#a20b35 70%,#770828 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bf0d40 0%,#a20b35 30%,#a20b35 70%,#770828 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0d40', endColorstr='#770828',GradientType=0 ); /* IE6-9 */
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
	list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:100%;
}
/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
}
/*Style for menu links*/
.mobile-menu li a {
	display:block;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #bf0d40; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf0d40 0%, #a20b35 30%, #a20b35 70%, #770828 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bf0d40 0%,#a20b35 30%,#a20b35 70%,#770828 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bf0d40 0%,#a20b35 30%,#a20b35 70%,#770828 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0d40', endColorstr='#770828',GradientType=0 ); /* IE6-9 */
	border-left: 1px #d70f47 solid;
	border-right: 1px #770828 solid;
	color: #e0e0e0;
	font-weight:bold;
	color: #e0e0e0;
	text-align: center;
	padding: 19px;
	text-decoration: none;
	font-size: 16px;
}
/*Hover state for top level links*/
.mobile-menu li:hover a {
	background:none;
	background-color: #bf0d40;
	color: white;
	font-weight:bold;
	border-left: 1px #A20B35 solid;
	border-right: 1px #A20B35 solid;
}
/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #f3f3f3;
	color: white;
	height: 40px;
}
/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
}
/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}
/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}
/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #fff;
	background: #A20B35;
	text-align: center;
	padding: 20px 15px;
	display: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: -5px;
}
.mobile-menu .show-menu span{
   padding-left: 35px;
}
/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}
.savsotet {
	background-color: #f0f0f0;
	padding: 5px 10px;
	margin: 0 -10px 0 -10px;
}
.savvilagos {
	padding: 5px 10px;
	margin: 0 -10px 0 -10px;
}

/*-----------------------------------------------*/
/*--------------------- FEJLÉC ------------------*/
/*-----------------------------------------------*/
#headline  {
	background-color: #ffffff;
	width: 100%;
	padding-top: 0px;
	padding-bottom:0px;
	display: flex;
}
#headlineB {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 60px 10px 0px 10px;
	background-color: #f8f8f8;
	color: black;
}

/*-----------------------------------------------*/
/*--------------------- SLOGEN ------------------*/
/*-----------------------------------------------*/
#headlinetext1  {
	font-family: Mekanik;
	font-size: 65px;
	color: black;
	letter-spacing: 15px;
	text-align: center;
}

/*-----------------------------------------------*/
/*--------------------- KÉPEK -------------------*/
/*-----------------------------------------------*/
#keppar1 {
	float:left;
	width:50%;
}
#kep1 {
	/*float:left;
	padding:0 20px 0 20px;*/
	border-left:1px #A20B35 solid;
	border-top:1px #A20B35 solid;
	border-bottom:1px #A20B35 solid;
	border-right:none;
}
#kepkeret1 {
	display: table-cell;
	text-align: center;
}
#kep1 img {
	/*width:100%;
	height:auto;*/
}

/*-----------------------------------------------*/
/*--------------------- LOGÓK -------------------*/
/*-----------------------------------------------*/
#headlinelogo {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #f8f8f8;
}
#logo {
	float:left;
	width:480px;
	margin: 20px auto 0px auto;
	background-color: #f8f8f8;
}
#logo_mnb {
	float:left;
	width:33%;
	margin: 20px auto 0px auto;
	background-color: #f8f8f8;
}

/*-----------------------------------------------*/
/*--------------------- TARTALOM ----------------*/
/*-----------------------------------------------*/
#textblokk, #lablec  {
	background-color: #ffffff;
	width: 100%;
	padding-top: 0px;
	padding-bottom:0px;
}
#textblokkB, #lablecB {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	background-color: #f8f8f8;
	color: black;
	height: 100%;
}
#kapcsolatok {
	float:left;
	width:480px;
}
#terkep {
	margin:auto auto 10px auto;
}
#terkep iframe {
	width:470px;
	height:450px;
	border:0px;
}
#CIM {
	font-size: 18px;
	margin: 0 0 10px 10px;
}
#TEL {
	font-size: 15px;
	margin: 0 0 10px 10px;
}

/*-----------------------------------------------*/
/*--------------------- LÁBLÉC ------------------*/
/*-----------------------------------------------*/
#lablec {
	background-color: #A20B35;
}
#lablecB {
	background-color: #A20B35;
	color: white;
	display: table;
}
#lablecFENT {
	margin: 0;
	width:1000px;
	padding:0;
	text-align:center;
}
#lablecFENT p {
	text-align:center;
	margin: 0;
}
#lablecCIM {
	font-size:20px;
	margin: 0;
}
#lablecFENT h1 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 18px;
	margin: 0px;
}
#lablecBAL {
	float:left;
	margin: 0;
	padding:0;
}
#lablecJOBB {
	float:right;
	margin: 0;
	padding:0;
}
/*-----------------------------------------------*/
/*--------------------- FORMOK  -----------------*/
/*-----------------------------------------------*/
.form-style-4{
    width: 550px;
    font-size: 16px;
    background: #e0e0e0;
    padding: 20px 20px 15px 20px;
    border: 2px solid #d0d0d0;
    margin:auto;
}
.form-style-4 input[type=submit],
.form-style-4 input[type=button],
.form-style-4 input[type=text],
.form-style-4 input[type=email],
.form-style-4 textarea,
.form-style-4 label
{
    font-family: RotisBold;
    font-size: 16px;
    color: #000000;
}
.form-style-4 label
{
    font-family: Rotis;
}
.form-style-4 label {
    display:block;
    margin-bottom: 10px;
}
.form_span1 {
    width: 140px;
    display: inline-block;
    float: left;
}
.form_span2 {
}
.form-style-4 input[type=text],
.form-style-4 input[type=email]
{
	background: transparent;
    border: none;
    border-bottom: 1px dashed #101010;
    outline: none;
    padding: 0px 0px 0px 0px;
}
.form-style-4 textarea{
    padding: 0px 0px 0px 0px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #101010;
    width: 400px;
    overflow: hidden;
    resize:none;
    height:20px;
}
.form_input1
{
    width: 400px;
}
.form_input2 {
	margin-left:140px;
	width: 400px;
}
.form_megj {
	color:#A20B35;
	font-style:italic;
	font-size:14px;
}
.form_okmany_szama {
	width:190px;
}
.form_egyeb_jovedelem_span {
	margin-left:170px;
}
.form_egyeb_jovedelem_input {
	width:275px;
	margin-left:0px;
}
.form_jovedelem {
	margin-left: 130px;
}
.form_hiteltartozas {
	width:170px;
}
.form_ingatlan_erteke{
	width:300px;
}
.form_ingatlan_helye {
	width:320px;
}
.form_ingatlan_alapterulet {
	width:370px;
}
.form_hitel_osszege {
	width:30px;
}
.form_futamido {
	width:50px;
}
.form_futamido_span, .form_havi_torlesztes_span {
	visibility:hidden;
}
.form_khr_status_span {
	visibility:hidden;
	margin-left:303px;
}
.form_futamido_span {
	margin-left:35px;
}
.form_havi_torlesztes_span {
	margin-left:53px;
}

.form-style-4 textarea:focus,
.form-style-4 input[type=text]:focus,
.form-style-4 input[type=email]:focus,
.form-style-4 input[type=email] :focus
{
    border-bottom: 1px dashed #000000;
}

.form-style-4 input[type=submit],
.form-style-4 input[type=button]{
    background: #A20B35;
    border: none;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    color: #ffffff;
	
}
.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover{
background: #89092D;
cursor:pointer;
}
.form-style-4 input[type=submit]:disabled,
.form-style-4 input[type=button]:disabled{
	cursor: not-allowed;
	opacity: 0.5;
}
/*-----------------------------------------------*/
/*--------------------- POPUP -------------------*/
/*-----------------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
/*  transition: all 5s ease-in-out;*/
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -10px;
  right: 10px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #A20B35;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.content p {
	margin-left: 0px;
}
/*---------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------RESPONSIVE 1000px------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 1000px){
body {
	width:97%;
}
h2  {
	text-align:left;
}
/*-----------------------------------------------*/
/*---------- RESPONSIVE FEJLÉC ------------------*/
/*-----------------------------------------------*/
#headline  {
	background-color: #ffffff;
	width: 100%;
	padding-top: 0px;
	padding-bottom:0px;
	display: flex;
}
#headlineB {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding: 60px 10px 0px 10px;
	background-color: #f8f8f8;
	color: black;
}

/*-----------------------------------------------*/
/*------------RESPONSIVE SLOGEN ------------------*/
/*-----------------------------------------------*/
#headlinetext1  {
	font-family: Mekanik;
	font-size: inherit;	
	font-size: 40px;
	color: black;
	letter-spacing: 5px;
	text-align: center;
}

/*-----------------------------------------------*/
/*------------ESPONSIVE KÉPEK -------------------*/
/*-----------------------------------------------*/
#keppar1 {
	display: block;
	width: 100%;
	float:none;
}
#kep1 {
	/*padding:0 10px 0 10px;*/
}
#kepkeret1 {
	width: 25%;
    float: left;
}
#kep1 img {
	width:100%;
	height:auto;
}

/*-----------------------------------------------*/
/*----------- RESPONSIVE LOGÓK ------------------*/
/*-----------------------------------------------*/
#headlinelogo {
	width:100%;
}
#logo {
	width:50%;
}
#logo img{
	/*width:50%;*/
}
#logo_mnb {
	/*width:30%;*/
}
#logo_mnb img {
	width:auto;
}

/*-----------------------------------------------*/
/*----------- RESPONSIVE POPUP ------------------*/
/*-----------------------------------------------*/
.box{
    width: 70%;
}
.popup{
    width: 70%;
}

/*-----------------------------------------------*/
/*----------- RESPONSIVE MENU -------------------*/
/*-----------------------------------------------*/
.mobile-menu li a {
	padding: 19px 0px 19px 0px;
}

  .mobile-menu .lines {
    border-bottom: 15px double #f8f8f8; 
    border-top: 5px solid #f8f8f8; 
    content:"";
    height: 5px; 
    width:20px;
    padding-right:15px;
  float: right;
}
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.mobile-menu .show-menu {
		display:block;
	}
/*-----------------------------------------------*/
/*---------- RESPONSIVE TARTALOM ----------------*/
/*-----------------------------------------------*/
/*#textblokk, #lablec  {
	background-color: #ffffff;
	width: 100%;
	padding-top: 0px;
	padding-bottom:0px;
}*/
#textblokkB, #lablecB {
	width:100%;
/*	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	background-color: #f8f8f8;
	color: black;
	height: 100%;*/
}
#kapcsolatok {
	float:none;
	width:100%;
}
#terkep {
	margin: 0px;
}
#terkep iframe {
	width:100%;
	height:100%;
}
#CIM {
	font-size: 18px;
	margin: 0 0 10px 10px;
}
#TEL {
	font-size: 15px;
	margin: 0 0 10px 10px;
	text-align:left;
}

/*-----------------------------------------------*/
/*---------- RESPONSIVE LÁBLÉC ------------------*/
/*-----------------------------------------------*/
#lablec {
	background-color: #A20B35;
}
#lablecB {
	background-color: #A20B35;
	color: white;
	display: table;
}
#lablecFENT {
	margin: 0;
	width:1000px;
	padding:0;
	text-align:center;
}
#lablecFENT p {
	text-align:center;
	margin: 0;
}
#lablecCIM {
	font-size:20px;
	margin: 0;
}
#lablecFENT h1 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 18px;
	margin: 0px;
}
/*#lablecBAL {
	float:left;
	margin: 0;
	padding:0;
}
#lablecJOBB {
	float:right;
	margin: 0;
	padding:0;
}*/
}
/*---------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------RESPONSIVE 550px------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width : 550px){
body {
	width:94%;
}
ol, ul  {
	margin:10px 10px 10px 0px;
}
p {
	margin-left: 10px;
}
h1  {
	margin:20px 0px 10px 0px;
}
h2  {
	margin:0px 0px;
}
#logo img {
	width:80%;
	height: auto;
}
#logo_mnb img {
	width:80%;
	height:auto;
}
.pirosmnb {
	margin-left: 20px;
}
.pirosmnb:first-letter {
	margin-left:-40px;
	padding: 0px 5px 0px 20px;
}
.pirosmnb2 {
	margin-left: 20px;
}
.pirosmnb2:first-letter {
	margin-left:-40px;
	padding: 0px 5px 0px 10px;
}
/*-----------------------------------------------*/
/*------------RESPONSIVE SLOGEN ------------------*/
/*-----------------------------------------------*/
#headlinetext1  {
	font-family: Mekanik;
	font-size: inherit;	
	font-size: 30px;
	color: black;
	letter-spacing: 3px;
	text-align: center;
}

/*-----------------------------------------------*/
/*---------- RESPONSIVE FORMOK  -----------------*/
/*-----------------------------------------------*/
.form-style-4{
    width: 95%;
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #d0d0d0;
    margin: auto;
}
.form_span1 {
    width: 135px;
    float: none;
}
.form-style-4 input[type=text],
.form-style-4 input[type=email]
{
	width: 85%;
}
.jovedelem_mod_span {
	margin-right: 100%;
}
.jovedelem_span {
	margin-right: 100%;
}
.form_jovedelem_span {
	width: 100%;
    display: block;
}
.form_khr_span {
	width: 100%;
    /*display: block;*/
}
.form_ingatlan_tipusa_span {
	width: 100%;
    display: block;
}
.form_kostrukcio {
	width: 100%;
    display: block;
}
#futamido {
	width: 100%;
    display: block;
}


.form-style-4 textarea{
    width: 85%;
}
.form_input1
{
    width: 400px;
}
.form_input2 {
	margin-left:140px;
	width: 400px;
}
.form_megj {
	color:#A20B35;
	font-style:italic;
	font-size:14px;
}
.form_okmany_szama {
	width:190px;
}
.form_egyeb_jovedelem_span {
	margin-left:5px;
}
.form_egyeb_jovedelem_input {
	width:275px;
	margin-left:0px;
}
.form_jovedelem {
	margin-left: 0px;
}
.form_jovedelem2 {
	margin-left: 0px;
}

.form_hiteltartozas {
	width:180px;
}
.form_ingatlan_erteke{
	width:310px;
}
.form_ingatlan_helye {
	width:340px;
}
.form_ingatlan_alapterulet {
	width:380px;
}
.form_hitel_osszege {
	width:30px;
}
.form_futamido {
	width:50px;
}
.form_futamido_span, .form_havi_torlesztes_span {
	visibility:hidden;
}
.form_khr_status_span {
	margin-left:0px;
}
.form_futamido_span {
	margin-left:0px;
}
.form_havi_torlesztes_span {
	margin-left:53px;
}

.form-style-4 textarea:focus,
.form-style-4 input[type=text]:focus,
.form-style-4 input[type=email]:focus,
.form-style-4 input[type=email] :focus
{
    border-bottom: 1px dashed #000000;
}

.form-style-4 input[type=submit],
.form-style-4 input[type=button]{
    background: #A20B35;
    border: none;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    color: #ffffff;
}
.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover{
background: #89092D;
cursor:pointer;
}

}