.elementor-kit-1399{--e-global-color-primary:#3A887D;--e-global-color-secondary:#54595F;--e-global-color-text:#193B36;--e-global-color-accent:#62E5D3;--e-global-color-a454d45:#C9AD42;--e-global-color-f946e63:#BDA536;--e-global-color-e5fe0e3:#FF0000;--e-global-color-c1456f7:#FF971E;--e-global-color-dbdf2ce:#B4B4B4;--e-global-color-f80a04a:#E70000;--e-global-color-013904a:#FFDA4C;--e-global-color-45b6af6:#E2E2E2;--e-global-color-93818b4:#141414;--e-global-color-e785a60:#727272;--e-global-color-339cf52:#4169E1;--e-global-typography-primary-font-family:"Metropolis";--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:"Metropolis";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-93818b4 );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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1399 button,.elementor-kit-1399 input[type="button"],.elementor-kit-1399 input[type="submit"],.elementor-kit-1399 .elementor-button{background-color:#02010100;color:var( --e-global-color-93818b4 );box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);border-radius:0px 0px 0px 0px;padding:19px 20px 15px 20px;}.elementor-kit-1399 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1399 a:hover{color:#CC3366;text-decoration:underline;}.elementor-kit-1399 h1{font-size:120px;}.elementor-kit-1399 button:hover,.elementor-kit-1399 button:focus,.elementor-kit-1399 input[type="button"]:hover,.elementor-kit-1399 input[type="button"]:focus,.elementor-kit-1399 input[type="submit"]:hover,.elementor-kit-1399 input[type="submit"]:focus,.elementor-kit-1399 .elementor-button:hover,.elementor-kit-1399 .elementor-button:focus{box-shadow:0px 0px 7px 0px rgba(0,0,0,0.5);}.elementor-kit-1399 label{color:#FFFFFF;font-size:35px;}.elementor-kit-1399 input:not([type="button"]):not([type="submit"]),.elementor-kit-1399 textarea,.elementor-kit-1399 .elementor-field-textual{font-size:30px;color:#FFFFFF;border-style:dashed;border-width:0px 0px 1px 0px;border-radius:0px 0px 0px 0px;transition:150ms;padding:0px 0px 0px 0px;}.elementor-kit-1399 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-1399 textarea:focus,.elementor-kit-1399 .elementor-field-textual:focus{color:var( --e-global-color-93818b4 );background-color:#FFFFFF;border-style:none;border-radius:1px 1px 1px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-1399{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1399{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*.marketing-demo .elementor-button {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Metropolis', sans-serif !important;
    --main-text: #141414;
    --main-text-variant: #7a7a7a;
}

#hero-menu .e-n-menu-title-container {
    text-decoration: underline;
}

#hero-menu .e-n-menu-title-container:hover {
    text-decoration: none;
}

a:not(#front-hero *):not(.elementor-button):not(#wpadminbar *) {
    background-color: #fff;
    color: #141414;
    font-weight: 500;
    text-decoration: underline;
}

a:hover:not(#front-hero *):not(.elementor-button):not(#wpadminbar *) {
    background-color: #141414;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Buttons */
/* Button container */
/*.elementor-button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #E2E2E2;
  overflow: hidden;
  text-decoration: none !important;
}

/* Fill box */
/*.elementor-button::before {
  content: '';
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

/* Hover class */
/*.elementor-button:hover::before {
  transform: scaleX(1);
  transform-origin: right;
}

/* Button text */
/*.elementor-button-text {
  z-index: 1;
  color: black;
  transition: color 0.25s ease;
}

/* Hover text color */
/*.elementor-button:hover .elementor-button-text {
  color: white;
}

/* Button icon */
/*.elementor-button-icon {
  color: black;
  z-index: 1;
  transition: color 0.5s ease;
}

/* Hover icon color */
/*.elementor-button:hover .elementor-button-icon {
/*  color: white;  
} /*/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Regular.eot');
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Regular.woff2') format('woff2'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Metropolis';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-RegularItalic.eot');
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-RegularItalic.eot?#iefix') format('embedded-opentype'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-RegularItalic.woff2') format('woff2'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-RegularItalic.woff') format('woff');
}
@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Bold.eot');
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Bold.woff2') format('woff2'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Medium.eot');
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Medium.woff2') format('woff2'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Metropolis';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-MediumItalic.eot');
	src: url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-MediumItalic.woff2') format('woff2'),
		url('https://leon-seo.de/wp-content/uploads/2024/03/Metropolis-MediumItalic.woff') format('woff');
}
/* End Custom Fonts CSS */