.elementor-kit-16{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0068FF;--e-global-color-a19d37c:#FFFFFF00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-16 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-16 button,.elementor-kit-16 input[type="button"],.elementor-kit-16 input[type="submit"],.elementor-kit-16 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-16{font-size:16px;}.elementor-kit-16 h1{font-size:28px;}.elementor-kit-16 h2{font-size:22px;}.elementor-kit-16 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Sticky Footer – Start */
html, body {
    height: 100%;
}
body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}
main, #content, #primary, .site-main, .elementor-location-single, .elementor-location-archive, .error404 #content {
    flex: 1 0 auto;
}
/* Sticky Footer – Ende */

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

.bold {
	font-weight: bold;
}

/*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;
}

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

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

/*old ul style properties*/
/*ul.usstyle > li {
	 margin-left: -20px;
	 padding: 0;
	 list-style-type: square;
	 color: #64b3bf;
}*//* End custom CSS */