@import url(../../root.css);

@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Flaticon.eot") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Flaticon.woff2") format("woff2"), /* Super Modern Browsers */
  url("fonts/Flaticon.woff") format("woff"), /* Pretty Modern Browsers */
  url("fonts/Flaticon.ttf") format("truetype"), /* Safari, Android, iOS */
  url("fonts/Flaticon.svg") format("svg");
  /* Legacy iOS */
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.container.theme-breadcrumb {
  margin-top: 50px;
}

a,
a:active{
	color:var(--genex-first-color);
}

a:visited,
a:hover,
a:focus{
	color: var(--genex-first-color-darker);
}
/*=========== Header Section =========*/

.header {
  width: 100%;
  height: 100px;
  background: var(--white-color);
  padding: 0 20px;
  color: var(--white-color);
  border-bottom: 1px solid #dbe2eb;
  border-top: solid 4px var(--genex-first-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
}

.logo {
  float: left;
}

.logo_aggr {
  display: flex;
  align-items: center;
}

.logo_aggr .logo__img {
  width: 220px;
}

.logo img {
  width: 270px;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0px;
}

.menu {
  float: right;
  line-height: 100px;
}

.menu .dropdown {
  display: none;
}

.menu li {
	display: inline-block;
	position: relative;
}

/* Jquery kódhoz kell */


.menu  a {
  color: var(--black-color);
  text-decoration: none;
  padding: 39px 40px;
  font-size: 1.063rem;
  transition: all 0.4s;
}

.menuactive {
  color: var(--genex-first-color) !important;
}
.menu .businessLines i {
	width: 20px;
	height: 20px;
	border: solid 1px var(--black-color);
	border-radius: 50%;
	font-size: 1rem;
	padding: 1px 0px 0px 1px;
	margin: 2px 0 2px 10px;
	color: var(--black-color);
	text-align: center;
}

.menu  a:hover {
  color: var(--genex-first-color);
}

.menu #phone:hover {
  border-bottom: none;
}
.nav__sublink {
	width: max-content;
	position: absolute;
	left: 20%;
	top: 98%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--card-bg-color);
	box-shadow: 0 10px 8px 0 rgb(129 154 180 / 30%);
	display: none;
  }
  
  .nav__sublink li {
	list-style: none;
	height: max-content;
	line-height: 3;
  }
  
  .nav__sublink li a {
	color: var(--black-color);
  }
  
  .nav__sublink li i {
	width: 20px;
	height: 20px;
	border: solid 1px var(--black-color);
	border-radius: 50%;
	font-size: 1rem;
	padding: 1px 1px 0px 0px;
	margin: 2px 0 2px 10px;
	color: var(--black-color);
	text-align: center;
  }
  
  /* Hover-re lenyíló sublink */
  
  .menu .fyi-li-has-sub:hover .nav__sublink {
	display: flex;
	z-index: 999;
  }

/* Telefonszám */

.menu #phone {
  width: 258px;
  height: 57px;
  background-color: var(--genex-first-color);
  padding: 18px 38.3px 15px 35.6px;
  color: var(--white-color);
  border-radius: 30px;
  margin-left: 20px;
}

.menu #phone i {
  padding-right: 10px;
}

/* Hamburger ikon | Bezárás ikon */

.show-menu-btn, .hide-menu-btn {
  transition: 0.4s;
  font-size: 1.875rem;
  cursor: pointer;
  display: none;
}

.show-menu-btn {
  float: right;
}

.show-menu-btn i {
  line-height: 100px;
}

.show-menu-btn:hover, .hide-menu-btn:hover {
  color: var(--genex-first-color);
}

/* Nem látható elem, csak a mobilnézeti menühöz kell */

#chk {
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}

/*=========== Header Section End =========*/
.section-wrapper {
  padding: 2rem 5rem;
}

.section-tittle h3 {
  color: var(--genex-first-color);
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 15px;
}

/*a genex style guide alapján poppins font kell az adatlapra*/
#bull-pdf-wrapper *{
	font-family:'Poppins', sans-serif!important;
}