/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

html {
  scroll-behavior: smooth;
}

/*================ HEADER ==================*/

.zollner-header, .zollner-header .zollner-logo img {
    transition: all 0.3s;
}


.zollner-header.elementor-sticky--active .zollner-logo img {
    width: 30%;
}

.zollner-header{
    --background: #000000a6;
    --blur: 10px;
}
.zollner-header.elementor-sticky--effects{
    background: var(--background) !important;
    -webkit-backdrop-filter: blur(var(--blur));
    backdrop-filter: blur(var(--blur));
}
.zollner-header.elementor-sticky--effects .elementor-container{
    min-height: var(--height);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.elementor-sticky--effects .menu-color a {
	color: white !important;
	
}

.top-button {
    opacity: 0;
    transition: all 0.4s;
}
.top-button.elementor-sticky--effects {
    opacity: 1;
}

@media only screen and (max-width: 600px) {
  .zollner-header.elementor-sticky--active .zollner-logo img {
    width: 50%;
}
}

/*================ FORMULARE ==================*/
.gfield_description.gfield_consent_description {
    border: none !important;
    padding: 0px !important;
    overflow: hidden !important;
    line-height: 18px !important;
    margin-bottom: 11px;
    font-size: 14px !important;
}

/*================ ICONLIST ==================*/
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    align-items: start !important;
}

.elementor-icon-list-icon
{padding: 10px 0px 0 0 !important;
}

/*================ FOOTER ==================*/
.elementor-location-footer a {
    color: white;
}

.elementor-location-footer a:hover {
    color: #804C28;
}