@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	background-color:#F3F0EB;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	 
}
#container
{
	position: relative;
	background-image:url("../design/melyepito.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 900px;
	margin: auto;
	z-index: 0;
	overflow: hidden;
	background-color: white;
	padding-left: 0;
	padding-top: 4em;
	box-sizing: border-box;
}
#flecks
{
	position: absolute;
	display: block;
	margin-left: 60px;
	float: left;
}
#start_form
{
	text-align: center;
}
#start_form > h1
{
	margin-top: 230px;
	color: white;
	font-size: 6em;
}
#leftDesign
{
	display: block;
	position: absolute;
	width: 1.5%;
	min-width: 10px;
	height: calc(100% - 80px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	box-sizing: border-box;
	opacity: 0;
}

#leftTop
{
	position: relative;
	height: 50%;
	width: 100%;
	background-color: #262626;
	box-sizing: border-box;
}
#leftBottom
{
	position: relative;
	height: 50%;
	width: 100%;
	background-color: #FFC000;
	box-sizing: border-box;
}

p
{
	width: 100%;
	text-align: justify;
}
#navBar
{
	position: fixed;
	width: 100%;
	height: 3em;
	margin-top: 0px;
	background-color:#F3F0EB;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #A8A1A1;
	box-sizing: border-box;
	box-shadow: 10px 5px 5px gray;
	z-index: 3;
}
#logo
{
	min-height: 47px;
	max-height: 47px;
 	width: auto;
  	height: auto;
	float: left;
}
#navBar>a
{
	text-decoration: none;
	color: black;
}
#hamburger
{
	height: 3em;
	width: 50px;
	background-color: darkgray;
	float: right;
	box-sizing: border-box;
	cursor: pointer;
	transition: background 0.5s;
}
#hamburger:hover
{
	background-color: #5EB881;
}
#toggle-menu
{
	width: 150px;
	float: right;
	margin-right: 0;
	display: none;
}
#menu_text
{
	font-size: 2.5em;
}
hr
{
	height: 12%;
	width: 75%;
	background-color: black;
	margin-top: 8%;
	border: 1px solid black;
    border-radius: 50% 50%;
}

.mainMenu
{
	padding: 0;
	height: 100%;
	width: calc((100% - 183px) / 7 );
	box-sizing: border-box;
	float: left;
	background-color: #F3F0EB;
	border-color: #A8A1A1;
	border-style: solid;
	border-width: thin;
	border-bottom: none;
	border-right: none;
	border-left: none;
	text-align: center;
	cursor: pointer;
	/*transition: background 0.5s;*/
	transition: color 0.5s;
	display: block;
	z-index: 1;
}
#menu_cover
{
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: -18px;
	z-index: 10;
}
.subMenu
{
	position: relative;
	height: 25%;
	width: 100%;
	float: left;
	margin-left: 0;
	border-style: solid;
	border-width: thin;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
	text-align: center;
	background-color: floralwhite;
	text-decoration: none;
	color: black;
	/*transition: background 0.5s;*/
	transition: color 0.5s;
}
.mainMenu:hover > .subMenuGroup
{
	opacity: 1;
	margin-top: 29px;
}

.menuActive
{
	background-color: #E7DECE;
}
.mainMenu>span, .subMenu>span
{
	position: relative;
	top: 25%;
	transform: translate(-50%);
}
.mainMenu:hover, .subMenu:hover
{
	/*background-color: #EC8B00;*/
	color: #EC8B00;
}
#contact
{
	border-right-style: solid;
	border-right-width: thin;
}
.subMenuGroup
{
	position: relative;
	width: 100%;
	display: block;
	margin-top: -100%;
	margin-left: 0;
	height: 350%;
	z-index: 2;
	opacity: 0;
	box-shadow: 10px 5px 5px gray;
	transition: margin-top 0.3s, opacity 0.9s;
}
#machinesTopLeft
{
	position: relative;
	width: 30%;
	float: left;
}
#machinesTopLeft img
{
	max-width: 98%;
	width: 100%;
	height: auto;
}
#machinesBottom > img
{
	display: block;
	position: relative;
	max-width: calc(20% - 5px);
	max-height: calc(100% -5px);
	width: 100%;
	height: auto;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	transform: translateY(-50%);
}
#machinesBottom
{
	height: auto;
	float: left;
	transform: translateY(50%);
}
#machinesTopRight
{
	width: 70%;
	position: relative;
	margin-bottom: 20px;
	float: right;
}
#machinesTable
{
	float: right;
	width: 100%;
}
#machinesTablePhone
{
	display: none;
	float: right;
	width: 100%;
}
#machinesTable > caption
{
	font-size: 2em;
	font-weight: bolder;
}
#machinesTablePhone > caption
{
	font-size: 1.2em;
	font-weight: bolder;
}
#machinesTable th
{
	background-color: #FFC000;
}
#machinesTablePhone th
{
	background-color: #FFC000;
}
.SecondCol
{
	width: 50%;
}
.FirstCol
{
	width: 50%;
}

.forms
{
	display: grid;
	grid-gap: 10px;
	width: calc(100%-2%);
   	background-color: white;
	float: left;
	position: relative;
	margin-left: 0.5%;
	margin-top: 30px;
	padding: 30px;
    margin-right: 10px;
    box-sizing: content-box;
}

#telephely_vis
{
    display: grid;
    grid-gap: 10px;
    grid-template-areas:
      'description image'
      'map map';
	position: relative;
	width: calc(100% - 20px);
	float: left;
	background-color:#3F3F3F;
	padding: 10px;
}

#vis_description
{
    grid-area: description;
	/*margin: 10px;*/
	padding: 5px;
    box-sizing: content-box;
	background-color: chocolate;
}
#telephely_vis > img
{
    grid-area: image;
	height: auto;
    width: 100%;
	max-width: 100%;
    max-height:100%;
	/*left: -50%;
	top: 50%;
	transform: translate(50%, -50%);*/
}
#telephely_bukk
{
    display: grid;
    grid-gap: 10px;
    grid-template-areas:
      'image_b description_b'
      'map_b map_b';
	position: relative;
	width: calc(100% - 20px);
	float: left;
	background-color:#3F3F3F;
	padding: 10px;
}

#bukk_description
{
    grid-area: description_b;
	/*margin: 10px;*/
	padding: 5px;
    box-sizing: content-box;
	background-color: chocolate;
}
#telephely_bukk > img
{
	grid-area: image_b;
	height: auto;
    width: 100%;
}

.iframe_map
{
    width: 100%;
    height: 100%;
}

.mapouter
{
    grid-area: map;
}

.mapouter_bukk
{
    grid-area: map_b;
}

.gmap_canvas
{
    overflow:hidden;
    background:none!important;
    height:500px;
    width:100%;
}

@media (max-width: 930px) 
{
    #telephely_vis
    {
        grid-template-areas:
          'description'
          'image'
          'map';
    }
    
    #telephely_bukk
    {
        grid-template-areas:
          'description_b'
          'image_b'
          'map_b';
    }
}

@media (max-width: 1450px) 
{
	.mainMenu
	{
		display: none;
	}
	
	#toggle-menu
	{
		display: block;
	}
}

.doc_link_div
{
	display: flex;
	position: static;
	width: 100%;
	min-width: 408px;
	height: 100px;
	background-color:rgba(238,135,48,1.00);
	
}
.doc_link_div > span
{
	display: table-cell;
    width: 100%;
    text-align: center;
	padding-top: 17px;
}

.doc_link_div:hover span
{
	text-decoration: underline;
}
.doc_link
{
	margin-left: 15%;
	text-decoration: none;
	width: 70%;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}

.fa
{
	margin-left: 30px;
	font-size: 1.3em;
}

.qualiti-logo
{
	position: relative;
	float: left;
}

#bejelento_form > h2
{
	color: rgba(236,139,0,1.00);
	font-size: 2.5em;
	text-align: center;
}

#bejelento_form > form > textarea
{
	margin-left: 5%;
	margin-right: 5%;
	box-sizing: border-box;
	width: calc(100% - 10%);
	height: 300px;
	resize: none;
}
#bejelento_form > form > input[type=submit]
{
	float: right;
	margin-right: 5%;
}
.div_intr1, .div_intr2
{
	border-style: solid;
	border-color: rgba(235,138,0,1.00);
}
.img_intr1
{
	width: 43%;
	float: left;
	margin-right: 10px;
}
.img_intr2
{
	width: 43%;
	float: right;
	margin-left: 10px;
}
.p_intr1
{
	float: right;
	width: 55%;
	margin-right: 10px;
}
.p_intr2
{	width: 55%;
	float: left;
	margin-left: 10px;
}
.quality-logo
{
	margin-right: 20px;
	width: 6%;
	float: left;
	margin-left: 20px;
	transform: translateY(-60px);
}
.gallery > img
{
	width: 100%;
}

#dates-of-public-utility_form
{
	width: 96%;
}
#ethical_code_form
{
	width: 94%;
	margin-left: 1%;
}

#bejelent_text
{
	resize: none;
	margin-left: 2%; 
	height: 200px;
	width: 96%;
}
#bekuld_submit
{
	float: right;
	margin-right: 2%;
}