.elementor-kit-6{--e-global-color-primary:#A7C7E7;--e-global-color-secondary:#931640;--e-global-color-text:#081F3F;--e-global-color-accent:#FF8C42;--e-global-color-294e6f0:#4CAF50;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Barlow", Sans-serif;font-size:20px;font-weight:500;line-height:1.2em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:1.2em;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Barlow ExtraBold", Sans-serif;font-size:54px;}.elementor-kit-6 h2{color:var( --e-global-color-text );}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Barlow ExtraBold", Sans-serif;font-size:18px;font-weight:normal;color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-radius:30px 30px 30px 30px;padding:15px 25px 15px 25px;}.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);}.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-6{--e-global-typography-primary-font-size:18px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:1.2em;font-size:18px;line-height:1.2em;}.elementor-kit-6 h1{font-size:36px;line-height:1.2em;}.elementor-kit-6 h2{font-size:24px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul {
    margin-bottom: 1.2em;
}
a.dLink {
    color:#C53A32;
    text-decoration: underline;
}
a.dLink:hover {
    color:#C53A32;
    text-decoration: none;
}
/* SWAP DETAIL ICON BLUE */
#details .elementor-button-text {
    position: relative;
    text-align: left;
    padding-left: 1.8em; /* Platz für das Icon links */
    
}

#details .elementor-button-text::before,
#details .elementor-button-text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: opacity 300ms ease;
}

/* Standard-Icon (sichtbar zuerst) */
#details .elementor-button-text::before {
  background-image: url('https://myotwin.com/wp-content/uploads/2025/07/PlusCircleIcon.svg');
  opacity: 1;
  z-index: 1;
}

/* Hover-Icon (unsichtbar zuerst) */
#details .elementor-button-text::after {
  background-image: url('https://myotwin.com/wp-content/uploads/2025/07/PlusCircleIconNega.svg');
  opacity: 0;
  z-index: 2;
}

/* Beim Hover tauscht das Icon */
#details:hover .elementor-button-text::before {
  opacity: 0;
}

#details:hover .elementor-button-text::after {
  opacity: 1;
}

/* SWAP DETAIL ICON WHITE */
#details_w .elementor-button-text {
    position: relative;
    text-align: left;
    padding-left: 1.8em; /* Platz für das Icon links */
    
}

#details_w .elementor-button-text::before,#details_w .elementor-button-text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: opacity 300ms ease;
}

/* Standard-Icon (sichtbar zuerst) */
#details_w .elementor-button-text::before {
  background-image: url('https://myotwin.com/wp-content/uploads/2025/07/PlusCircleIcon_w.svg');
  opacity: 1;
  z-index: 1;
}

/* Hover-Icon (unsichtbar zuerst) */
#details_w .elementor-button-text::after {
  background-image: url('https://myotwin.com/wp-content/uploads/2025/07/PlusCircleIconNega_w.svg');
  opacity: 0;
  z-index: 2;
}

/* Beim Hover tauscht das Icon */
#details:hover .elementor-button-text::before {
  opacity: 0;
}

#details_w:hover .elementor-button-text::after {
  opacity: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-Medium.eot');
	src: url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-Medium.woff2') format('woff2'),
		url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-MediumItalic.eot');
	src: url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-MediumItalic.woff2') format('woff2'),
		url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-MediumItalic.woff') format('woff');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-Bold.eot');
	src: url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-Bold.woff2') format('woff2'),
		url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Barlow ExtraBold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-ExtraBold.eot');
	src: url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('https://myotwin.com/wp-content/uploads/2025/07/Barlow-ExtraBold.woff2') format('woff2'),
		url('https://myotwin.com/wp-content/uploads/2025/07/BarlowCondensed-ExtraBold.woff') format('woff');
}
/* End Custom Fonts CSS */