.elementor-kit-16{--e-global-color-primary:#E2A416;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#4A4A4A;--e-global-color-accent:#E27316;--e-global-color-a19d37c:#FFFFFF00;--e-global-color-633ad78:#00000080;--e-global-color-59ad77b:#AF5A14;--e-global-color-79f7f00:#B3B3B3;--e-global-color-a39b347:#E7E5E5;--e-global-color-95a7b80:#FAF1DC;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-letter-spacing:2px;color:#4A4A4A;font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:400;line-height:35px;}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{background-color:var( --e-global-color-primary );font-weight:600;text-transform:uppercase;color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;padding:15px 0px 16px 0px;}.elementor-kit-16 button:hover,.elementor-kit-16 button:focus,.elementor-kit-16 input[type="button"]:hover,.elementor-kit-16 input[type="button"]:focus,.elementor-kit-16 input[type="submit"]:hover,.elementor-kit-16 input[type="submit"]:focus,.elementor-kit-16 .elementor-button:hover,.elementor-kit-16 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-secondary );}.elementor-kit-16 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-16 a{color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:800;}.elementor-kit-16 a:hover{color:var( --e-global-color-primary );}.elementor-kit-16 h1{font-family:"Open Sans", Sans-serif;font-size:40px;font-weight:800;line-height:55px;letter-spacing:2px;}.elementor-kit-16 h2{font-family:"Open Sans", Sans-serif;font-size:30px;font-weight:800;line-height:45px;letter-spacing:2px;}.elementor-kit-16 h3{font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:800;line-height:35px;letter-spacing:0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*remove horizontal overflow*/
html, body {
    overflow-x: hidden;
    height: 100%; /* Footer sticky bottom */
    margin: 0; /* Footer sticky bottom */
    scroll-behavior: smooth;
}

/* Footer sticky bottom START */
body {
    display: flex;
    flex-direction: column;
}

/* Main Content Bereich für normale Seiten */
#content.site-main {
    flex: 1 0 auto;
}

/* Main Content Bereich für 404-Seite */
.elementor-location-single[data-elementor-type="error-404"] {
    flex: 1 0 auto;
}

/* Footer darf nicht schrumpfen */
footer.elementor-location-footer {
    flex-shrink: 0;
}
/* Footer sticky bottom END */

/*Text properties*/
p {
	margin-bottom: 0;
}

.bold {
	font-weight: bold;
}

/* Breadcrumbs Styling */

#breadcrumbs, 
#breadcrumbs a, 
#breadcrumbs span {
    font-size: 14px !important;
    font-weight: 600 !important;
}

/*hyphens*/
.hn {
  -moz-hyphens: none !important;
	-webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

.ha {
  -moz-hyphens: auto;
	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*color classes*/
.prime100 {
	color: var( --e-global-color-primary );
}

.sec100 {
	color: var( --e-global-color-secondary );
}

.txt100 {
	color: var( --e-global-color-text );
}

.acc100 {
	color: var( --e-global-color-accent );
}

/*color class transparent*/
.trans100 {
	color: var( --e-global-color-a19d37c );
}

/*link transition*/
a {
	transition: all .25s ease-in-out;
}

/*custom link classes*/
a.footer-banner {
	color: #000;
	transition: all .25s ease-in-out;
}

a.footer-banner:hover {
	color: #fff;
}

/*iconlist fix icon top*/
.elementor-icon-list-item {
    align-items: start !important;
    width: fit-content;
}

.elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 5px;
}

.context-menu {cursor: context-menu;}

/* Menü-Button no Button Styling */
.elementor-kit-16 .e-n-menu-toggle:focus,
.elementor-kit-16 .e-n-menu-toggle:hover,
.elementor-kit-16 .e-n-menu-toggle:active {
    background-color: transparent;
    outline: none;
    box-shadow: none ;
}

/* Heaxagon Button Shape*/
.hexagon .elementor-button {
    -webkit-clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 50%, calc(100% - 25px) 100%, 25px 100%, 0% 50%);
    clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 50%, calc(100% - 25px) 100%, 25px 100%, 0% 50%);
    
    padding-left: 50px;
    padding-right: 50px;
}


/* Scroll to Top Button*/
.elementor-element-eb4066d {
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.4s ease;
}
.elementor-element-eb4066d svg {
    fill: var(--e-global-color-primary) !important;
    width: 50px;
    height: auto;
    transition: fill 0.3s ease !important;
}
.elementor-element-eb4066d.in-footer svg {
    fill: var(--e-global-color-secondary) !important;
}

.elementor-element-eb4066d:hover {
    transform: translateY(-5px);
}
.elementor-element-eb4066d svg {
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.2));
}

@media (max-width: 767px) {
    .elementor-element-eb4066d {
        bottom: 15px;
        right: 15px;
        transform: scale(0.8);
    }
}

/* Mehr Button */

.mehr-button a.elementor-button {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: flex !important;
    display: inline-flex !important;
    width: auto !important;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.mehr-button .elementor-button-text {
    color: var(--e-global-color-text) !important;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}
.mehr-button a.elementor-button::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent; 
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--e-global-color-primary); 
    margin-right: 10px; 
    transition: border-left-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.mehr-button a.elementor-button:hover .elementor-button-text {
    color: var(--e-global-color-accent) !important;
}
.mehr-button a.elementor-button:hover::before {
    border-left-color: var(--e-global-color-accent) !important;
    transform: translateX(3px);
}


/* Clickable Card */

.clickable-card {
    position: relative !important;
    overflow: hidden;
    cursor: pointer;
}
.clickable-card .elementor-button-link::after,
.clickable-card .elementor-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.clickable-card .elementor-widget-button,
.clickable-card .elementor-button-link {
    position: static !important;
}/* End custom CSS */