/**
Theme Name: erexim
Author: Stephan Paschkin
Author URI: https://paschkin.de
Description: Erexim basiert auf dem Astra Theme von Brainstorm Force.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: erexim
Template: astra
*/

#main-header-bar {
	background-image: url(images/header-top.webp);
	background-position: top right;
	background-repeat: no-repeat;
}

.menu-link {
  text-decoration: underline !important;
  text-decoration-thickness: auto;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.menu-link:hover {
  text-decoration-thickness: auto;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;	
}