
/* Global font fixer (only mac) */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* GeneratePress fixes */
.site-content
{
	display: block;
}

/* Elementor basics fixes */
.elementor-text-editor p:last-child
{
	margin-bottom: 0;
}
p.elementor-heading-title
{
	margin-bottom: 0;
}

a.elementor-button
{
	position: relative;
	z-index: 1;
}

.elementor-element > .elementor-background-overlay
{
	pointer-events: none;
}


/* Elementor lightbox fix */
.elementor-lightbox .elementor-lightbox-item
{
	padding: 0;
}


/* Elementor utils */
.no-margin
{
	margin: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap
{
	flex-direction: row;
	flex-wrap: nowrap;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element
{
	display: flex;
	align-items: center;
	width: auto;
	margin-bottom: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element .elementor-icon-wrapper
{
	display: flex;
	align-items: center;
}
.nox-pos-static.elementor-widget
{
	position: static;
}

/*****************************************************************/
/* noxweb fixes */
/*****************************************************************/
.noxweb-page .e-con .elementor-widget.elementor-widget
{
	margin-block-start: 10px;
	margin-block-end: 10px;
}
.elementor-widget.elementor-widget-heading+.elementor-widget.elementor-widget-icon-list,
.elementor-widget.elementor-widget-heading+.elementor-widget.elementor-widget-text-editor
{
	margin-top: 10px;
}



/*****************************************************************/
/* Antenne Handicap */
/*****************************************************************/
/* Basics */
*:not(.fa):not(i):not(.elementor-icon)
{
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important; /* 'OpenDyslexic', */
}
body {
  font-size: 140%;
  color: #000;
}

/* Dynamic Colors */
body.noxweb-page.ah-color-orange
{
	--e-global-color-primary: #FF9600;
    --e-global-color-accent: #FF9600;
}
body.noxweb-page.ah-color-blue
{
	--e-global-color-primary: #007cbe;
    --e-global-color-accent: #007cbe;
}
body.noxweb-page.ah-color-green
{
	--e-global-color-primary: #558300;
    --e-global-color-accent: #558300;
}
body.noxweb-page.ah-color-pink
{
	--e-global-color-primary: #d322b2;
    --e-global-color-accent: #d322b2;
}
body.noxweb-page.ah-color-purple
{
	--e-global-color-primary: #6f42c1;
    --e-global-color-accent: #6f42c1;
}


.content-without-elementor {
  padding: 20px;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline-block;
}

/* Top navigation */
.noxweb-page .ah-header-topnav.e-con .elementor-widget.elementor-widget,
.noxweb-page .ah-header-mainnav.e-con .elementor-widget.elementor-widget
{
	margin-block-start: 0px;
	margin-block-end: 0px;
}

.noxweb-page .ah-header-topnav .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-widget-default-navmenu .elementor-menu {
  background-color: #262626 !important;
}

.noxweb-page .ah-header-topnav {
  background-color: #262626 !important;
}

.noxweb-page .ah-header-topnav ul.elementor-nav-menu {
  padding-right: 10px;
}

.noxweb-page .ah-header-topnav ul.elementor-nav-menu li.menu-item {
  padding-left: 0;
}

.noxweb-page .ah-header-topnav ul.elementor-nav-menu li.menu-item a {
  padding: 1.4em 1.2em 1.2em;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #262626 !important;
  color: #ffffff !important;
}

.noxweb-page .ah-header-topnav ul.elementor-nav-menu li.menu-item a:hover,
.noxweb-page .ah-header-topnav ul.elementor-nav-menu li.menu-item a:focus {
  color: #ffffff !important;
  background-color: #444444 !important;
}

.noxweb-page .ah-header-topnav ul.elementor-nav-menu li.menu-item.current-menu-item a,
.noxweb-page .ah-header-topnav ul.elementor-nav-menu li.menu-item.current_page_parent a {
  color: #ffffff !important;
  background-color: #444444 !important;
}

.noxweb-page .ah-header-topnav ul.elementor-nav-menu li.menu-item a:after {
  display: none;
  content: none;
}

/* Search box */
.noxweb-page .ah-header-topnav form.elementor-search-form {
  padding: 6px 6px 6px 16px;
}

@media (max-width: 767px) {
	.noxweb-page .ah-header-topnav form.elementor-search-form {
    padding-left: 160px;
  }
}
.noxweb-page .ah-header-topnav .elementor-search-form__container {
  background-color: #ffffff;
  border-radius: 0 !important;
}

.noxweb-page .ah-header-topnav .elementor-search-form input[type=search] {
  min-height: 30px;
  font-size: 0.9em;
  line-height: normal;
}

.noxweb-page .ah-header-topnav .elementor-search-form input[type=search]:focus {
  color: #222222;
}

.noxweb-page .ah-header-topnav .ah-font-resizer h5 {
  display: none;
}
.noxweb-page .ah-header-topnav .ah-font-resizer p {
  margin: 0;
  padding: 4px 0 0;
  font-size: 1.1em;
  text-align: right !important;
}
.noxweb-page .ah-header-topnav .ah-font-resizer a
{
	color: #fff;
	text-decoration: none;
}
.noxweb-page .ah-header-topnav .ah-font-resizer a:hover
{
	color: #ddd;
	text-decoration: none;
}

/* Main menu */
.ah-header-mainnav .elementor-image {
  text-align: left;
}
.ah-header-mainnav .elementor-image a {
  display: inline-block;
  text-align: left;
  margin-top: -34px;
}
.ah-header-mainnav .elementor-image img {
  width: 130px;
  margin-left: 10px;
}
.ah-header-mainnav .elementor-column-wrap {
  padding: 0 !important;
}
.ah-header-mainnav .ah-menu.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.ah-header-mainnav .elementor-widget-default-navmenu .elementor-menu {
  background-color: transparent !important;
}
.ah-header-mainnav .ah-menu.elementor-widget-nav-menu .elementor-nav-menu--main {
  display: block;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu {
  display: flex;
  flex-direction: row;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding-left: 0;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 1em !important;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.3em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: normal !important;
  background-color: #ffffff !important;
  color: #ff9600 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item a:after {
  display: none;
  content: none;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-orange a {
  color: #ff9600 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-orange a:hover,
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-orange a:focus {
  color: #ffffff !important;
  background-color: #ff9600 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-orange.current-menu-item a, .ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-orange.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #ff9600 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-blue a {
  color: #007cbe !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-blue a:hover,
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-blue a:focus {
  color: #ffffff !important;
  background-color: #007cbe !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-blue.current-menu-item a, .ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-blue.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #007cbe !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-green a {
  color: #558300 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-green a:hover,
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-green a:focus {
  color: #ffffff !important;
  background-color: #558300 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-green.current-menu-item a, .ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-green.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #558300 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-pink a {
  color: #d322b2 !important;
  /* v1: ca0aa4 */
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-pink a:hover,
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-pink a:focus {
  color: #ffffff !important;
  background-color: #d322b2 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-pink.current-menu-item a, .ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-pink.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #d322b2 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-purple a {
  color: #6f42c1 !important;
  /* v1: 5500ad, v2: 6f00e0 */
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-purple a:hover,
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-purple a:focus {
  color: #ffffff !important;
  background-color: #6f42c1 !important;
}
.ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-purple.current-menu-item a, .ah-header-mainnav .ah-menu ul.elementor-nav-menu li.menu-item.ah-color-purple.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #6f42c1 !important;
}

/* Mobile nav menu */
/*
.ah-mobile-nav {
  position: absolute;
  right: 20px;
  top: 28px;
}

@media (max-width: 767px) {
  .ah-mobile-nav {
    top: -60px;
  }
}
.ah-mobile-nav .elementor-nav-menu--dropdown {
  position: absolute;
  top: 51px;
  right: -20px;
  width: 100vw;
}
*/
.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a {
  display: block;
  padding: 1em !important;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: normal !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a:hover {
  color: #ffffff !important;
  background-color: #444444 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.current-menu-item a {
  color: #ffffff !important;
  background-color: #444444 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main a {
  color: #ff9600 !important;
  background-color: #ffffff !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main a:hover {
  color: #ffffff !important;
  background-color: #ff9600 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main.current-menu-item a,
.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #ff9600 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-blue a {
  color: #007cbe !important;
  background-color: #ffffff !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-blue a:hover {
  color: #ffffff !important;
  background-color: #007cbe !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-blue.current-menu-item a,
.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-blue.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #007cbe !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-green a {
  color: #558300 !important;
  background-color: #ffffff !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-green a:hover {
  color: #ffffff !important;
  background-color: #558300 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-green.current-menu-item a,
.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-green.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #558300 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-pink a {
  color: #d322b2 !important;
  /* v1: ca0aa4 */
  background-color: #ffffff !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-pink a:hover {
  color: #ffffff !important;
  background-color: #d322b2 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-pink.current-menu-item a,
.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-pink.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #d322b2 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-purple a {
  color: #6f42c1 !important;
  /* v1: 5500ad, v2: 6f00e0 */
  background-color: #ffffff !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-purple a:hover {
  color: #ffffff !important;
  background-color: #6f42c1 !important;
}

.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-purple.current-menu-item a,
.ah-mobile-nav .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item.ah-mobile-nav-main-purple.current-page-ancestor a {
  color: #ffffff !important;
  background-color: #6f42c1 !important;
}

/* Header image */
.noxweb-page .ah-cover-shortcode,
.noxweb-page .e-con .elementor-widget.elementor-widget.ah-cover-shortcode
{
	margin: 0;
}
.ah-header-image {
  height: 50vh;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Hack: Home title position in cover */
.noxweb-page .elementor-element.ah-home-title
{
	position: absolute;
	top: calc(-25vh - 97px );
	left: 0;
}

@media (max-width: 767px) {
  .ah-header-image {
    height: 30vh;  
  }
  .noxweb-page .elementor-element.ah-home-title
  {
	  top: calc(-15vh - 88px );
  }
}  



.ah-header-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: grayscale(1) brightness(1.2);
  mix-blend-mode: multiply;
}

.ah-header-image {
  filter: saturate(0.7) brightness(1.2);
  background-color: #ff9600;
}

.ah-color-blue .ah-header-image {
  background-color: #49a8f2;
}

.ah-color-green .ah-header-image {
  background-color: #7ab61d;
}

.ah-color-pink .ah-header-image {
  filter: saturate(0.5) brightness(1.5);
  background-color: #d636b6;
}

.ah-color-purple .ah-header-image {
  filter: saturate(0.6) brightness(1.7);
  background-color: #6f42c1;
}

.ah-footer-multicolor-line
{
	background: linear-gradient(to right,
		#ff9600 0%, #ff9600 20%,
		#49a8f2 20%, #49a8f2 40%,
		#7ab61d 40%, #7ab61d 60%,
		#d636b6 60%, #d636b6 80%,
		#6f42c1 80%, #6f42c1 100%);
}

/* Header logo */
.noxweb-page .ah-header-mainnav.e-con .elementor-widget.elementor-widget.ah-header-logo,
.ah-header-logo
{
	margin-top: -38px;
}
.ah-header-logo img
{
	max-width: 130px;
}
@media (max-width: 767px)
{
	.noxweb-page .ah-header-mainnav.e-con .elementor-widget.elementor-widget.ah-header-logo,
	.ah-header-logo
	{
		margin-top: 0px;
	}
	.ah-header-logo img
	{
		max-width: 90px;
	}
}
  
/* Breadcrumb */
.noxweb-page .ah-breadcrumb {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}

.noxweb-page .ah-breadcrumb p {
  margin: 0 0 20px 0;
  font-size: 0.9em;
  color: #767676;
}

.noxweb-page .ah-breadcrumb p a {
  color: #767676;
}

.noxweb-page .ah-breadcrumb p a:hover {
  color: #262626;
}

/* Sticky footer */
#wrap {
  min-height: 100vh;
  padding-bottom: 65px;
}

footer {
  width: 100%;
}

footer .elementor-column-wrap {
  padding: 0 !important;
}

footer p {
  font-size: 1em;
  margin: 10px 0;
}

.noxweb-page .site-footer a,
.noxweb-page .site-footer a:hover,
.noxweb-page .site-footer a:active
{
	text-decoration: none;
}

/* Colored footer */
.ah-footer-address {
  background-color: #ff9600;
}

.ah-color-blue .ah-footer-address {
  background-color: #007cbe;
}

.ah-color-green .ah-footer-address {
  background-color: #558300;
}

.ah-color-pink .ah-footer-address {
  background-color: #d322b2;
}

.ah-color-purple .ah-footer-address {
  background-color: #6f42c1;
}

/* Forms */
.elementor-widget-form .elementor-button,
.ah-color-orange .elementor-widget-form .elementor-button {
  background-color: #ff9600;
}

.ah-color-blue .elementor-widget-form .elementor-button {
  background-color: #007cbe;
}

.ah-color-green .elementor-widget-form .elementor-button {
  background-color: #558300;
}

.ah-color-pink .elementor-widget-form .elementor-button {
  background-color: #d322b2;
}

.ah-color-purple .elementor-widget-form .elementor-button {
  background-color: #6f42c1;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button[type=submit]:focus,
.button:hover {
  background-color: #262626;
}

input[type=checkbox]:focus,
input[type=radio]:focus,
button[type=submit]:focus {	
    outline:solid !important;
}

/* Content */
#main {
  padding-bottom: 10vh;
}

#main #content-wrap {
  padding: 30px 0 70px;
  max-width: 100%;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
  font-size: 2.3em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #ff9600;
}

.ah-color-orange h1,
.ah-color-orange .elementor-widget-heading h1.elementor-heading-title {
  color: #ff9600;
}

.ah-color-blue h1,
.ah-color-blue .elementor-widget-heading h1.elementor-heading-title {
  color: #007cbe;
}

.ah-color-green h1,
.ah-color-green .elementor-widget-heading h1.elementor-heading-title {
  color: #558300;
}

.ah-color-pink h1,
.ah-color-pink .elementor-widget-heading h1.elementor-heading-title {
  color: #d322b2;
}

.ah-color-purple h1,
.ah-color-purple .elementor-widget-heading h1.elementor-heading-title {
  color: #6f42c1;
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title:not(h1) {
  color: #333333;
}

h2,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
  display: inline-block;
  width: auto;
  margin: 1em 0;
  padding: 0.6em 30px 0.4em;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #262626;
}

/* Special for custom colors in page */
.ah-color-orange:not(body) h2 {
  background-color: #ff9600;
}

.ah-color-blue:not(body) h2 {
  background-color: #007cbe;
}

.ah-color-green:not(body) h2 {
  background-color: #558300;
}

.ah-color-pink:not(body) h2 {
  background-color: #d322b2;
}

.ah-color-purple:not(body) h2 {
  background-color: #6f42c1;
}
/*
h3, h4, h5, h6,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
  margin: 1.4em 0 0.6em 30px;
  line-height: 1.1em;
}
*/
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol,
h4 + p,
h4 + ul,
h4 + ol,
h5 + p,
h5 + ul,
h5 + ol,
h6 + p,
h6 + ul,
h6 + ol {
  margin-top: 0;
}
/*
h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.15em;
}

h5 {
  font-size: 1.05em;
}

h6 {
  font-size: 1.05em;
}

p {
  font-size: 1.05em;
  margin: 1em 0 1em 30px;
}

ul, ol {
  margin: 1em 0 1em 50px;
}

li {
  font-size: 1.05em;
  line-height: 1.5em;
  padding-left: 10px;
}
*/
a,
.elementor a {
  color: #ff9600;
  text-decoration: underline;
}

a:hover,
.elementor a:hover {
  color: #262626;
  text-decoration: underline;
}

a:focus,
.elementor a:focus {
  outline: solid;
}

.ah-color-blue a,
.ah-color-blue .elementor a {
  color: #007cbe;
}

.ah-color-blue a:hover,
.ah-color-blue .elementor a:hover {
  color: #262626;
}

.ah-color-green a,
.ah-color-green .elementor a {
  color: #558300;
}

.ah-color-green a:hover,
.ah-color-green .elementor a:hover {
  color: #262626;
}

.ah-color-pink a,
.ah-color-pink .elementor a {
  color: #d322b2;
}

.ah-color-pink a:hover,
.ah-color-pink .elementor a:hover {
  color: #262626;
}

.ah-color-purple a,
.ah-color-purple .elementor a {
  color: #6f42c1;
}

.ah-color-purple a:hover,
.ah-color-purple .elementor a:hover {
  color: #262626;
}

.elementor-widget-button {
  margin-left: 40px;
  margin-right: 40px;
}

.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #ff9600;
  text-decoration: none;
}

.ah-color-orange .elementor-widget-button a.elementor-button,
.ah-color-orange .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #ff9600;
}

.ah-color-blue .elementor-widget-button a.elementor-button,
.ah-color-blue .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #007cbe;
}

.ah-color-green .elementor-widget-button a.elementor-button,
.ah-color-green .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #558300;
}

.ah-color-pink .elementor-widget-button a.elementor-button,
.ah-color-pink .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #d322b2;
}

.ah-color-purple .elementor-widget-button a.elementor-button,
.ah-color-purple .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #6f42c1;
}

.ah-color-orange:not(body) .elementor-widget-button a.elementor-button,
.ah-color-orange:not(body) .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #ff9600;
}

.ah-color-blue:not(body) .elementor-widget-button a.elementor-button,
.ah-color-blue:not(body) .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #007cbe;
}

.ah-color-green:not(body) .elementor-widget-button a.elementor-button,
.ah-color-green:not(body) .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #558300;
}

.ah-color-pink:not(body) .elementor-widget-button a.elementor-button,
.ah-color-pink:not(body) .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #d322b2;
}

.ah-color-purple:not(body) .elementor-widget-button a.elementor-button,
.ah-color-purple:not(body) .elementor-widget-button .elementor-button {
  color: #ffffff;
  background-color: #6f42c1;
}

body a.ah-color-orange {
  color: #ff9600;
}

body a.ah-color-orange:hover {
  color: #262626;
}

body a.ah-color-blue {
  color: #007cbe;
}

body a.ah-color-blue:hover {
  color: #262626;
}

body a.ah-color-green {
  color: #558300;
}

body a.ah-color-green:hover {
  color: #262626;
}

body a.ah-color-pink {
  color: #d322b2;
}

body a.ah-color-pink:hover {
  color: #262626;
}

body a.ah-color-purple {
  color: #6f42c1;
}

body a.ah-color-purple:hover {
  color: #262626;
}

form.elementor-form {
  margin: 0 30px;
}
form.elementor-form h3 {
  margin-left: 0;
}

input[type=button],
input[type=reset],
input[type=submit],
button[type=submit],
.button {
  background-color: #ff9600;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

.ah-color-blue input[type=button],
.ah-color-blue input[type=reset],
.ah-color-blue input[type=submit],
.ah-color-blue button[type=submit],
.ah-color-blue .button {
  background-color: #007cbe;
}

.ah-color-green input[type=button],
.ah-color-green input[type=reset],
.ah-color-green input[type=submit],
.ah-color-green button[type=submit],
.ah-color-green .button {
  background-color: #558300;
}

.ah-color-pink input[type=button],
.ah-color-pink input[type=reset],
.ah-color-pink input[type=submit],
.ah-color-pink button[type=submit],
.ah-color-pink .button {
  background-color: #d322b2;
}

.ah-color-purple input[type=button],
.ah-color-purple input[type=reset],
.ah-color-purple input[type=submit],
.ah-color-purple button[type=submit],
.ah-color-purple .button {
  background-color: #6f42c1;
}

.home-news {
  margin: 0 30px;
}

article.news-entry {
  margin-bottom: 2em;
}
article.news-entry span.date {
  color: #767676;
  font-size: 0.9em;
}
article.news-entry h3 {
  margin: 0 0 0.6em;
}
article.news-entry .excerpt p {
  font-size: 1em;
  margin: 0 0 0.6em;
}
article.news-entry p.readmore {
  text-align: right;
  margin-top: -0.5em;
}

article.search-entry {
  margin: 0 30px 2em;
}
article.search-entry a {
  text-decoration: none;
}
article.search-entry a:hover {
  text-decoration: none;
}
article.search-entry a:hover h3 {
  opacity: 0.8;
}
article.search-entry a:hover p.excerpt {
  opacity: 0.8;
}
article.search-entry a:hover .link {
  text-decoration: underline;
}
article.search-entry h3 {
  color: #ff9600;
  margin: 0 0 0.6em;
}
article.search-entry.ah-color-orange h3 {
  color: #ff9600;
}
article.search-entry.ah-color-blue h3 {
  color: #007cbe;
}
article.search-entry.ah-color-green h3 {
  color: #558300;
}
article.search-entry.ah-color-pink h3 {
  color: #d322b2;
}
article.search-entry.ah-color-purple h3 {
  color: #6f42c1;
}
article.search-entry p.excerpt {
  font-size: 1em;
  color: #000000;
}

.elementor-message {
  display: block;
  padding: 1.5em 2em;
  border-radius: 5px;
}
.elementor-message.elementor-message-success {
  color: #0f401b;
  border: 1px solid #9be7ac;
  background-color: #c4f1ce;
}
.elementor-message.elementor-message-error {
  color: #7c151f;
  border: 1px solid #f6cdd1;
  background-color: #fef9f9;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col, .row .col-12, .row .col-11, .row .col-10, .row .col-9, .row .col-8, .row .col-7, .row .col-6, .row .col-5, .row .col-4, .row .col-3, .row .col-2, .row .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.row .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.row .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.row .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.row .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.row .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.row .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.row .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .row .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ah-player {
  text-align: right;
}
.ah-player .player-container {
  display: inline-block;
  margin-right: 22px;
}
.ah-player .player-container .control-container {
  display: inline-block;
  padding-bottom: 4px;
}
.ah-player .player-container .control-container .amplitude-play-pause {
  display: inline-block;
  cursor: pointer;
  font-size: 0.8em;
  color: #929292;
}
.ah-player .player-container .control-container .amplitude-play-pause .text {
  vertical-align: top;
  line-height: 2em;
}
.ah-player .player-container .control-container .amplitude-play-pause.amplitude-paused i.icon-play {
  display: inline-block;
}
.ah-player .player-container .control-container .amplitude-play-pause.amplitude-paused i.icon-pause {
  display: none;
}
.ah-player .player-container .control-container .amplitude-play-pause.amplitude-playing i.icon-play {
  display: none;
}
.ah-player .player-container .control-container .amplitude-play-pause.amplitude-playing i.icon-pause {
  display: inline-block;
}
.ah-player progress.amplitude-song-played-progress {
  background-color: #eeeeee;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 3px;
  display: block;
  border: none;
}
.ah-player progress.amplitude-song-played-progress:not([value]) {
  background-color: #eeeeee;
}
.ah-player progress[value]::-webkit-progress-bar {
  background-color: #eeeeee;
}
.ah-player progress[value]::-moz-progress-bar {
  background-color: #ff9600;
}
.ah-player progress[value]::-webkit-progress-value {
  background-color: #ff9600;
}

.ah-color-orange .ah-player progress[value]::-moz-progress-bar {
  color: #ffffff;
  background-color: #ff9600;
}
.ah-color-orange .ah-player progress[value]::-webkit-progress-value {
  color: #ffffff;
  background-color: #ff9600;
}
.ah-color-orange .ah-player .player-container .control-container .amplitude-play-pause:hover {
  color: #ff9600;
}

.ah-color-blue .ah-player progress[value]::-moz-progress-bar {
  color: #ffffff;
  background-color: #007cbe;
}
.ah-color-blue .ah-player progress[value]::-webkit-progress-value {
  color: #ffffff;
  background-color: #007cbe;
}
.ah-color-blue .ah-player .player-container .control-container .amplitude-play-pause:hover {
  color: #007cbe;
}

.ah-color-green .ah-player progress[value]::-moz-progress-bar {
  color: #ffffff;
  background-color: #558300;
}
.ah-color-green .ah-player progress[value]::-webkit-progress-value {
  color: #ffffff;
  background-color: #558300;
}
.ah-color-green .ah-player .player-container .control-container .amplitude-play-pause:hover {
  color: #558300;
}

.ah-color-pink .ah-player progress[value]::-moz-progress-bar {
  color: #ffffff;
  background-color: #d322b2;
}
.ah-color-pink .ah-player progress[value]::-webkit-progress-value {
  color: #ffffff;
  background-color: #d322b2;
}
.ah-color-pink .ah-player .player-container .control-container .amplitude-play-pause:hover {
  color: #d322b2;
}

.ah-color-purple .ah-player progress[value]::-moz-progress-bar {
  color: #ffffff;
  background-color: #6f42c1;
}
.ah-color-purple .ah-player progress[value]::-webkit-progress-value {
  color: #ffffff;
  background-color: #6f42c1;
}
.ah-color-purple .ah-player .player-container .control-container .amplitude-play-pause:hover {
  color: #6f42c1;
}

.ah-login-box {
  display: block;
  width: 78%;
  max-width: 300px;
  margin: 0 auto;
}

body.no-js .ah-header-image img,
body.ie .ah-header-image img,
body.edge .ah-header-image img {
  opacity: 0.4;
}

body.ie .ah-header-image {
  position: relative;
  overflow: hidden;
}
body.ie .ah-header-image img {
  object-fit: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
body.ie .site-content {
  padding-bottom: 100px;
}
