.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#CB1019;--e-global-color-text:#FFFFFF;--e-global-color-accent:#B9A564;--e-global-color-0fa6414:#212121;--e-global-color-62e9fce:#212121;--e-global-color-2d4de4a:#485257;--e-global-color-572cf87:#F5A800;--e-global-color-7669237:#034763;--e-global-color-2002761:#141514;--e-global-color-0395d1d:#D7263B;--e-global-color-efa9675:#034763;--e-global-color-d73553a:#485257;--e-global-color-d2114c3:#424242;--e-global-typography-primary-font-family:"Klavika";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Klavika";--e-global-typography-secondary-font-size:2.4em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Klavika";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Klavika";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-fb2fe48-font-family:"Klavika";--e-global-typography-fb2fe48-font-size:1.2em;--e-global-typography-fb2fe48-font-weight:700;--e-global-typography-fb2fe48-text-transform:uppercase;--e-global-typography-fb2fe48-line-height:1em;--e-global-typography-4ad467e-font-family:"Klavika";--e-global-typography-4ad467e-font-size:1.3em;--e-global-typography-4ad467e-font-weight:700;--e-global-typography-2c4a69d-font-family:"Klavika";--e-global-typography-2c4a69d-font-size:1.1em;--e-global-typography-2c4a69d-font-weight:400;--e-global-typography-2c4a69d-text-transform:uppercase;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h2{font-family:"Klavika", Sans-serif;font-size:36px;font-weight:400;text-transform:uppercase;}.elementor-kit-5 h3{color:var( --e-global-color-primary );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:var( --e-global-typography-2c4a69d-font-family ), Sans-serif;font-size:var( --e-global-typography-2c4a69d-font-size );font-weight:var( --e-global-typography-2c4a69d-font-weight );text-transform:var( --e-global-typography-2c4a69d-text-transform );padding:6px 28px 3px 28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:#B9A564;--lightbox-ui-color-hover:#FFFFFF;--lightbox-text-color:#B9A564;}@media(max-width:1523px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-2c4a69d-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h2{font-size:25px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-2c4a69d-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.snow-bg {
   position: relative;
}

.snow-bg:after {
   content: '';
   display: block;
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   pointer-events: none;
   background-image: url('https://hammerer.at/wp-content/uploads/2023/12/s1.webp'), url('https://hammerer.at/wp-content/uploads/2023/12/s2.webp'), url('https://hammerer.at/wp-content/uploads/2023/12/s3.webp');
    animation: snow 10s linear infinite;
}

@keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

.fullwidth_fix {
        left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw!important;
	position: relative!important;
	right: 50%;
	width: 100vw!important;
}

.glass-container {
    position: relative;
    background: rgba(10, 10, 10, 0.5); /* Transparente Hintergrundfarbe */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(10, 10, 10, 0.5); /* Sicherstellen, dass es auch im Hintergrund sichtbar bleibt */
}

a{
    text-decoration: none !important;
}

.main-header-bar.ast-sticky-active {
    box-shadow: none !important;
}

#ast-hf-mobile-menu
 {
    padding-bottom: 64px;
}/* End custom CSS */