/**
* Theme Name:     A-Offermanns Relaunch 2026
* Author:         Juchem-Medien
* Template:       hello-elementor
* Text Domain:	   a-offermanns-relaunch-2026
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/


/* Header */ 

#notification { background: linear-gradient(90deg, #2BCEB5 0%, #0E988E 100%); }

#navigation { background:transparent; }



/* Header Funktion */ 
#masthead {
	width: 100%;
	transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position:fixed!important;
}

#masthead.is-sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

#notification {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: top;
}

#notification.is-hidden {
	transform: translateY(-100%);
	opacity: 0;
	max-height: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#logo {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 330px;
}

#masthead.is-sticky #logo {
	width: 230px;
}

#navigation .e-con-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}


/* Inhalte */ 

.topline p {
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Buttons */ 


.elementor-button-link  {
	text-transform:uppercase;
	text-decoration:none!important;
	background: linear-gradient(90deg, #2BCEB5 0%, #0E988E 100%);
	border:none;
}


.elementor-button-success .elementor-button.elementor-button-link {
	background: transparent;
	border:1px solid #fff;
}

.elementor-button-info .elementor-button.elementor-button-link {
	background: transparent;
	border:1px solid #0E988E;
	color:#0E988E;
}

