.elementor-kit-15{--e-global-color-primary:#9FB6B5;--e-global-color-secondary:#9FA0A0;--e-global-color-text:#000000;--e-global-color-accent:#E5A8CC;--e-global-color-9c6618f:#F8FBFB;--e-global-color-425018b:#F5EFF2;--e-global-color-1affa38:#F5F5F5;--e-global-color-10be469:#FFFFFF;--e-global-typography-primary-font-family:"Roboto Slab";--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:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Slab";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.9em;--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:150px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Roboto Slab", Sans-serif;font-weight:400;color:var( --e-global-color-10be469 );border-radius:50px 50px 50px 50px;padding:15px 30px 15px 30px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{background-color:var( --e-global-color-9c6618f );color:var( --e-global-color-primary );}.elementor-kit-15 e-page-transition{background-color:var( --e-global-color-9c6618f );}.elementor-kit-15 h1{color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;font-size:52px;font-weight:400;line-height:1.3em;}.elementor-kit-15 h2{color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;font-size:45px;font-weight:300;line-height:1.2em;}.elementor-kit-15 h3{color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;font-size:30px;font-weight:400;line-height:1.2em;}.elementor-kit-15 h4{color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;font-size:24px;font-weight:400;line-height:1.2em;}.elementor-kit-15 h5{color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;font-size:20px;font-weight:400;line-height:1.2em;}.elementor-kit-15 h6{color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;font-size:18px;font-weight:400;line-height:1.2em;}.elementor-kit-15 input:not([type="button"]):not([type="submit"]),.elementor-kit-15 textarea,.elementor-kit-15 .elementor-field-textual{color:var( --e-global-color-text );accent-color:var( --e-global-color-text );background-color:var( --e-global-color-1affa38 );border-style:none;border-radius:50px 50px 50px 50px;}.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-15 h1{font-size:40px;}.elementor-kit-15 h2{font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15 h1{font-size:32px;}.elementor-kit-15 h2{font-size:24px;}.elementor-kit-15 h3{font-size:20px;}.elementor-kit-15 h4{font-size:18px;}.elementor-kit-15 h5{font-size:16px;}.elementor-kit-15 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Allgemein */

html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}

/* Selection Farbe */

::-moz-selection { /* Code for Firefox */
  color: red;
  background: yellow;
}

::selection {
  color: #ffffff;
  background: var(--e-global-color-primary);
}

/* Text Verlinkungen */

p a, label a, .wc-block-components-address-card a, .wc-block-checkout__terms a, .woocommerce-table__product-name a {
    position: relative;
    color: inherit !important;
}

p a:after, label a:after, .wc-block-components-address-card a:after, .wc-block-checkout__terms a:after, .woocommerce-table__product-name a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    top: 92%;
    border-bottom: 1px solid;
    transition: all .3s;
}

p a:hover::after, label a:hover::after, .wc-block-components-address-card a:hover::after, .wc-block-checkout__terms a:hover::after, .woocommerce-table__product-name a:hover::after {
    opacity: 0;
    right: 0px;
    width: 10px;
}

/* Verbesserte Eingangsanimationen */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/RobotoSlab-Thin.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://privatpraxis-stommel.de/wp-content/uploads/DMSans-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */