body{
	background-color: #20307c;
}
.button_mine{
  border: solid 1px white;
  color: white; font-weight: bold; text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  text-decoration: none;
	min-width: 130px; width: 130px;
}
.button_mine:hover{ /* menügombok ráhúzásának stíluseleme */
  background-color: #434343;
  color: white;
  border-radius: 5px;
  box-shadow: rgba(128, 128, 128, 0.6) 4px 4px 4px;
	cursor: pointer;
}
.email_mine:hover{
  text-decoration: underline;
}
.footer_mine{ /* lábléc fixállása az oldal alján */
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
	padding-top: 12px;
}
.parallax1,.parallax2,.parallax3{ /* parallax közös */
  height: 550px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.svg_mine{
  height: 34px;
  width: 34px;
  margin-bottom: 8px;
}
.head3_mine{
  /* text-transform: uppercase; */
  font-weight: bold;
}
.p_mine{
  line-height: 50%;
}
.p_mine2{
  line-height: 90%;
}
.company-name{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-right: 12px;
}
.sub-cp-name{
	color: white;
	font-size: 22px;
	font-weight: bold;
}
.pics{
	float: left;
	border: 2px solid rgba(9, 2, 69, 0.7);
	border-radius: 20px;
	box-shadow: 5px 5px 3px rgba(13, 2, 96, 0.7);
	margin: 14px;
	width: 150px;
	height: 120px;
	opacity: 0.8;
}
.pics:hover{
	border: 4px solid rgba(14, 0, 92, 0.5);
	opacity: 1;
}
nav.top-contact-navigation{
	background-color: #010d45 !important;
}
.iso-logo{
	border-radius: 14px;
	cursor: pointer;
	width: 100px; height: 100px;
}
.afemfsz-table{
	border-collapse: collapse;
	/* width: 500px !important; */
	font-size: 14px;
}
.afemfsz-table td{
	/* border: solid white 1px; */
	padding: 5px;
}
.afemfsz-table th{
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
	padding: 5px;
}
.afemfsz-table td a{
	color: white;
	text-decoration: none;
}
.afemfsz-table td a:hover{
	cursor: pointer;
	text-decoration: underline;
	color: #29c9ff;
}