/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.smart-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 0.3s ease;
  min-height: 100px;
}

.header-inner {
  transition: padding 0.4s ease;
  padding-top: 28px;
  padding-bottom: 28px;
}

/* Nach oben wegscrollen */
.smart-header.header-hidden {
  transform: translateY(-100%);
}

/* Verkleinert
.smart-header.is-shrunk .header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
*/
/* Logo verkleinern 
.smart-header.is-shrunk .header-logo img {
  width: 180px !important;
}
*/

header > div {
  backdrop-filter: blur(5px);
}

/* Logo */
.header-logo img {
  width: 300px !important;
  transition: width 0.4s ease;
}

/*
#mainnav .elementor-nav-menu--dropdown {
  height: 100vh;
  margin-top: 18px;
}
*/
#mainnav ul.elementor-nav-menu li a:hover {
  text-decoration: underline;
}

.gform-theme.gform-theme--framework.gform_wrapper .button {
/* Local CSS API – which uses the global properties */
  --gf-local-bg-color: var(--e-global-color-primary)!important;
}
.gform_heading {
  display: none!important;
}