.elementor-kit-15{--e-global-color-primary:#43AFFC;--e-global-color-secondary:#A2D5FE;--e-global-color-text:#1D2026;--e-global-color-accent:#51CA06;--e-global-color-fa85bd4:#FFFFFF;--e-global-color-d83ea70:#E0E9F1;--e-global-color-543c607:#F7F7F7;--e-global-color-ad4b444:#7B5723;--e-global-color-663fb01:#EDA948;--e-global-color-fe090dd:#68B567;--e-global-typography-primary-font-family:"Source Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-ffd7758-font-size:18px;--e-global-typography-3dc3e04-font-size:52px;--e-global-typography-3dc3e04-line-height:1.2em;background-color:var( --e-global-color-d83ea70 );color:#686868;font-family:"Source Sans", Sans-serif;font-size:17px;line-height:26px;}.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-accent );font-family:"Source Sans", Sans-serif;font-size:18px;font-weight:700;letter-spacing:0.5px;color:var( --e-global-color-fa85bd4 );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-fa85bd4 );border-radius:50px 50px 50px 50px;padding:18px 35px 18px 35px;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:var( --e-global-color-text );}.elementor-kit-15 h1{color:var( --e-global-color-text );font-weight:700;line-height:1.3em;}.elementor-kit-15 h2{color:var( --e-global-color-text );font-family:"Source Sans", Sans-serif;font-weight:700;line-height:1.3em;}.elementor-kit-15 h3{color:var( --e-global-color-text );font-family:"Source Sans", Sans-serif;font-weight:700;line-height:1.2em;}.elementor-kit-15 h4{color:var( --e-global-color-text );font-family:"Source Sans", Sans-serif;font-weight:700;line-height:1.2em;}.elementor-kit-15 h5{color:var( --e-global-color-text );font-family:"Source Sans", Sans-serif;font-weight:700;line-height:1.2em;}.elementor-kit-15 h6{color:var( --e-global-color-text );font-family:"Source Sans", Sans-serif;font-weight:700;line-height:1.2em;}.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{border-style:solid;border-width:3px 3px 3px 3px;border-color:#D5FFBB;}.elementor-kit-15 label{color:var( --e-global-color-fa85bd4 );}.elementor-kit-15 input:not([type="button"]):not([type="submit"]),.elementor-kit-15 textarea,.elementor-kit-15 .elementor-field-textual{border-style:none;border-radius:50px 50px 50px 50px;padding:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{--e-global-typography-3dc3e04-font-size:24px;}.elementor-kit-15 h1{font-size:30px;}.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-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{font-size:15px;}.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;
}

/* 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;
}

/* Silbentrennung */

:lang(de-de) body {
-ms-hyphens: auto !important;
-webkit-hyphens: auto !important;
hyphens: auto !important;
}
:lang(de-de) .elementor {
-ms-hyphens: auto !important;
-webkit-hyphens: auto !important;
hyphens: auto !important;
}

/* Selection Farbe */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: var(--e-global-color-primary);
}

::selection {
  color: #ffffff;
  background: var(--e-global-color-primary);
}

/* Formulare */

.elementor-field-textual {
    border-radius: 10px !important;
}

.c-header {
    color: #ffffff !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Source Sans';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://prowin-fennen.de/wp-content/uploads/SourceSans3-SemiBoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
