@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	background-color:#F3F0EB;
	background-image:url("../design/mine.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	 
}
#container
{
	position: relative;
	display: flex;
	width: 75%;
	height: 100%;
	margin: auto;
	z-index: 0;
	overflow: hidden;
	background-color: white;
	padding: 40px;
	padding-left: 0;
	padding-top: 4em;
	box-sizing: border-box;
}
#flecks
{
	position: absolute;
	display: block;
	margin-left: 60px;
	float: left;
}
#leftDesign
{
	position: relative;
	min-width: 40px;
	max-width: 40px;
	line-height: 100%;
	float: left;
	box-sizing: border-box;
	background-color: brown;
	margin-right: 20px;
}
.forms
{
	position: relative;
	float: right;
	margin-top: 60px;
}
#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: 94%;
	height: 3em;
	margin-left: 3%;;
	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: 100%;
	box-sizing: border-box;
	float: left;
	background-color: #F3F0EB;
	border-color: #A8A1A1;
	border-style: solid;
	border-width: thin;
	border-bottom: none;
	text-align: center;
	cursor: pointer;
	transition: background 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;
	box-sizing: border-box;
	text-align: center;
	background-color: floralwhite;
	text-decoration: none;
	color: black;
	transition: background 0.5s;
}
#dates-of-public-utility: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: #5EB881;
}
#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%;
}
#telephely_vis
{
	width: 100%;
	background-color:#3F3F3F;
	height: 38%;
	color: white;
	overflow: hidden;
}
#telephely_bukk
{
	width: 100%;
	background-color: #262626;
	height: 35%;
	color: white;
	overflow: hidden;
}
#telephely_vis > div
{
	width: 100%;
	margin: 10px;
	float: left;
	background-color: chocolate;
}
#telephely_bukk > div
{
	width: 100%;
	margin: 10px; 
	float: right;
	background-color: darkgray;
}
#telephely_vis > img
{
	position: relative;
	max-width: calc(60% - 20px);
	width: 100%;
	height: auto;
	margin: 10px;
	float: right;
	top: 50%;
	transform: translateY(-50%);
}
#telephely_bukk > img
{
	position: relative;
	max-width: calc(60% - 20px);
	width: 100%;
	height: auto;
	margin: 10px;
	float: left;
	top: 48%;
	transform: translateY(-50%);
}