/* fira-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/fira-sans-v18-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/fira-sans-v18-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* fira-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fira-sans-v18-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/fira-sans-v18-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* fira-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/fira-sans-v18-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* fira-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/fira-sans-v18-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/fira-sans-v18-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html, body, p {
	font-family: "Fira Sans";
	font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  {
	font-family: "Fira Sans";
	font-weight: 400;
}
.mainmenu ul li a {
	font-family: "Fira Sans";
	font-weight: 400;
}

#bottom .inside {
  font-size: 1em;
}


body.home .logo a {
  opacity: 0;
}
.header .mod_search {
  margin-left: 15px;
}
.header .mod_socials a i {
  display: inline-block;
}

#article-1 .ce_bgimage .ce_bgimage-inside {
  width: 100%;
  height: 100%;
}
#article-1 .headimgedralif {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
#article-1 .headlogoimg img {
	max-width: 70%;
}
#article-1 .headtxt img {
	max-width: 70%;
}
#article-1 .headtxt img {
	max-width: 37.5%;
}
#article-1 .headwrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#article-1 .headlogoimg, #article-1 .headtxt {
	width: calc(100% - 80px);
}

@media only screen and (max-width: 1320px) {
	#article-1 .headimgedralif {
	  right: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.ce_bgimage.fullscreen-image:not(.vertical_centered) .ce_bgimage-outer {
		height: 100%;
	}
	#article-1 .headlogoimg img {
		max-width: 95%;
	}
	#article-1 .headtxt img {
		max-width: 50%;
	}
	#article-1 .headlogoimg, #article-1 .headtxt {
		width: calc(100% - 40px);
	}
	#article-1 .headimgedralif {
	  right: 40px;
	  bottom: 80px;
	}
	body.home .logo a {
	  opacity: 1;
	}
}