/* Local embedding of Google fonts 
------------------------------------------------*/
/* sofia-sans-extra-condensed-900 - 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: 'Sofia Sans Extra Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/sofia-sans-extra-condensed-v2-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sofia-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: 'Sofia Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sofia-sans-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sofia-sans-900 - 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: 'Sofia Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/sofia-sans-v16-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Content
------------------------------------------------*/
body {
	color: #555;
	font-family: 'Sofia Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}

.cookiebar p, .cookiebar a {
	font-size: 1.1rem;
	line-height: 1.3rem;
	float: left;
	margin-right: 5px;
}
.cookiebar-close {
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding: 6px 15px;
}

.header.cloned .mainmenu ul li a.a-level_1:hover {
	color: rgba(0, 0, 0, 0.8);
}

.smartmenu .smartmenu-trigger .line, .smartmenu .smartmenu-trigger .line:before, .smartmenu .smartmenu-trigger .line:after, .smartmenu-content .smartmenu-close:before, .smartmenu-content .smartmenu-close:after {
	height: 2px;
}

.smartmenu .smartmenu-trigger .line:after {
	margin-top: -13px;
}

.mmenu_trigger .label {
	display: none;
}

.mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:after, .mmenu_trigger .burger .burger_lines:before {
	background: #fff;
}

.ce_revolutionslider_text {
	font-family: 'Sofia Sans';
	font-style: normal;
	font-weight: 900;
}

.mainmenu ul li a {
	font-size: 1.5rem;
}

.header.cloned .mainmenu ul li a {
	text-shadow: none;
}

.mainmenu ul li a, h1, h2, .ce_revolutionslider_text.big, .ce_teambox .name {
	font-family: 'Sofia Sans Extra Condensed';
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.ce_text_extented.align-center {
	font-size: 24px;
	line-height: 28px;
}

h1, .content_page h2 {
	font-size: 24px;
	line-height: 28px;
	color: var(--accentColor);
	margin-bottom: 0;
}

h2, .content_page h1 {
	font-size: 68px;
	line-height: 68px;
	padding: 26px 0 62px;
}

.content_page h1, .content_page h2 {
	color: #000 !important;
}

.content_page h1 {
	text-align: center;
}

.content_page h2 {
	padding: 62px 0 26px;
}

.content_page h2::before, .content_page h2::after {
	display: none;
}

h3 {
	font-size: 34px;
	line-height: 42px;
	font-weight: normal;
}

.content_page h3 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 30px 0 0 0;
	text-transform: uppercase;
}

.ce_teambox .name {
	text-transform: none;
}

.ce_teambox .function {
	color: #555;
}

.tab_fifth {
	max-width: 19%;
}

.ce_tabs .tabs.horizontal-clean ul {
	display: flex;
	align-items: flex-start
}

.ce_tabs .tabs.horizontal-clean li span {
	margin-left: 10px;
	margin-right: 10px;
}

.ce_tabs .tabs.horizontal-clean i {
	font-size: 3rem;
	margin-bottom: 10px;
}

.panes {
	max-width: 800px;
	margin: 0 auto 60px;
}

.map {
	display: block;
	text-align: center;
	position: relative;
	height: 500px;
	overflow: hidden;
	border: none;
	pointer-events: none;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	border: none !important;
}


/* Media Queries
------------------------------------------------*/
@media only screen and (max-width: 767px) {
	
	.cookiebar {
		padding: 10px 10px 0
	}
	
	.cookiebar p, .cookiebar a {
		font-size: 1rem;
		line-height: 1.3rem;
	}
	
	.cookiebar .cookiebar-close {
		position: absolute;
		margin-top: 0;
		display: inline-block;
		bottom: 5px;
		right: 5px;
	}
	
	.cookiebar-close {
		font-size: 1rem;
		line-height: 1.6rem;
		padding: 1px 4px 0;
		position: absolute;
		bottom: 5px;
		right: 5px;
	}
	
	#fix-wrapper {
		position: absolute;
	}
	
	.header {
		background: transparent !important;
	}
	
	.header.cloned {
		display: none;
	}
	
	.header .logo {
		width: 110px !important;
	}
	
	.smartmenu {
		display: block;
	}
	
	.smartmenu-content .mod_navigation li:not(.floatbox) {
		font-size: 1.2rem;
		padding-right: 0;
	}
	
	#slider:after {
		display: none;
	}
	
	.ce_tabs .tabs.horizontal-clean ul {
		display: block;
	}
	
	.tab_fifth {
		max-width: none;
	}
	
	.ce_tabs .tabs.horizontal-clean i {
		font-size: 1.5rem;
		margin-bottom: 0;
		display: inline-block;
		margin-right: 10px;
	}
	
	.ce_tabs .tabs.horizontal-clean {
		padding-bottom: 0;
	}
	
	.panes {
		margin: 0;
	}
	
	h2, .content_page h1 {
		font-size: 44px;
		line-height: 44px;
		padding: 26px 0 0;
	}
	
	.pt-xxl {
		padding-top: 0 !important;
	}
	
	.pb-xxl {
		padding-bottom: 0 !important;
	}
	
}