.elementor-kit-17{--e-global-color-primary:#1758DB;--e-global-color-secondary:#0D44B2;--e-global-color-text:#000000;--e-global-color-accent:#F5F5F5;--e-global-color-a8374b0:#FFFFFF;--e-global-color-6c7fcb0:#EAEAEA;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--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:500;--e-global-typography-645309b-font-size:22px;--e-global-typography-01526cc-font-size:26px;--e-global-typography-e39861a-font-size:50px;--e-global-typography-e39861a-line-height:1.3em;--e-global-typography-3d58982-font-size:40px;--e-global-typography-3d58982-line-height:1.3em;color:var( --e-global-color-text );font-size:20px;font-weight:400;line-height:36px;}.elementor-kit-17 button,.elementor-kit-17 input[type="button"],.elementor-kit-17 input[type="submit"],.elementor-kit-17 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Open Sans", Sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-a8374b0 );border-style:none;border-radius:50px 50px 50px 50px;padding:12px 40px 12px 40px;}.elementor-kit-17 button:hover,.elementor-kit-17 button:focus,.elementor-kit-17 input[type="button"]:hover,.elementor-kit-17 input[type="button"]:focus,.elementor-kit-17 input[type="submit"]:hover,.elementor-kit-17 input[type="submit"]:focus,.elementor-kit-17 .elementor-button:hover,.elementor-kit-17 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-a8374b0 );border-radius:50px 50px 50px 50px;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-kit-17 a{color:var( --e-global-color-text );}.elementor-kit-17 h1{color:var( --e-global-color-a8374b0 );font-family:"Open Sans", Sans-serif;font-size:70px;font-weight:600;line-height:1.3em;}.elementor-kit-17 h2{color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:50px;font-weight:700;line-height:1.3em;}.elementor-kit-17 h3{color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:600;line-height:0em;letter-spacing:0px;}.elementor-kit-17 h4{color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:24px;font-weight:500;line-height:1.3em;}.elementor-kit-17 h5{color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:22px;font-weight:600;line-height:1.2em;}.elementor-kit-17 h6{color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:10px;font-weight:600;line-height:1.2em;}.elementor-kit-17 input:not([type="button"]):not([type="submit"]),.elementor-kit-17 textarea,.elementor-kit-17 .elementor-field-textual{font-size:20px;color:var( --e-global-color-text );border-style:none;border-radius:50px 50px 50px 50px;padding:18px 20px 18px 20px;}.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-17 h1{font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-17{--e-global-typography-645309b-font-size:18px;--e-global-typography-01526cc-font-size:22px;--e-global-typography-e39861a-font-size:26px;--e-global-typography-3d58982-font-size:30px;font-size:20px;line-height:30px;}.elementor-kit-17 h1{font-size:36px;}.elementor-kit-17 h2{font-size:30px;}.elementor-kit-17 h3{font-size:22px;}.elementor-kit-17 button,.elementor-kit-17 input[type="button"],.elementor-kit-17 input[type="submit"],.elementor-kit-17 .elementor-button{font-size:18px;}.elementor-kit-17 input:not([type="button"]):not([type="submit"]),.elementor-kit-17 textarea,.elementor-kit-17 .elementor-field-textual{font-size:18px;}.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;
}

/* 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;
}

/* 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
}

/* Selection Farbe */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}

/* 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;
}

/* Warenkorb PopUp */

.xoo-cp-atcn {
    border-radius: 50px !important;
    font-size: 18px;
}

.xcp-btn {
    color: #ffffff !important;
    font-weight: 700;
    transition: 0.2s;
}

.xcp-btn:hover {
    background-color: var(--e-global-color-secondary);
}

.xoo-cp-qtybox input {
    padding: 5px 0px !important;
}

.xoo-cp-container {
    border-radius: 20px;
}

/* Shop */

.woocommerce-form-coupon-toggle {
    display: none;
}

/* Instagram Feed */

#sb_instagram .sbi_photo img {
    border-radius: 20px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://philippgodart.de/wp-content/uploads/OpenSans-SemiBoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */