.elementor-kit-63{--e-global-color-primary:#071952;--e-global-color-secondary:#EBF4F6;--e-global-color-text:#071952;--e-global-color-accent:#088395;--e-global-color-8f10fb3:#37B7C3;--e-global-color-2e4c3a8:#3E4C63;--e-global-color-0e51dc1:#D7E4E9;--e-global-color-9a777f0:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:33px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:1.1px;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-1ff7cf2-font-family:"Manrope";--e-global-typography-1ff7cf2-font-size:50px;--e-global-typography-1ff7cf2-font-weight:600;--e-global-typography-1ff7cf2-line-height:1.2em;--e-global-typography-668b4c2-font-family:"Work Sans";--e-global-typography-668b4c2-font-size:25px;--e-global-typography-668b4c2-font-weight:400;--e-global-typography-668b4c2-letter-spacing:1.1px;--e-global-typography-d0718f5-font-family:"Manrope";--e-global-typography-d0718f5-font-size:20px;--e-global-typography-d0718f5-font-weight:600;--e-global-typography-a6d43cd-font-family:"Work Sans";--e-global-typography-a6d43cd-font-size:12px;--e-global-typography-a6d43cd-font-weight:400;}.elementor-kit-63 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@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-63{--e-global-typography-primary-font-size:30px;--e-global-typography-1ff7cf2-font-size:38px;--e-global-typography-1ff7cf2-line-height:1.2em;--e-global-typography-668b4c2-font-size:19px;--e-global-typography-668b4c2-letter-spacing:-0.1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Dentority */





.repeater_icon_box
    .svg-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: var( --e-global-color-accent );
  -webkit-mask: var(--icon-url) no-repeat center / contain;
  mask: var(--icon-url) no-repeat center / contain;
}
.repeater_icon_box .icon_container {
    width: 51px;
    height: 51px;
    padding: 13px;
    border-radius: 15px;
    background-color: var( --e-global-color-secondary );
    margin-bottom: 20px;
}




.repeater_icon_box {
	padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var( --e-global-color-0e51dc1 );
  border-radius: 15px 15px 15px 15px;
  height: 100%;
}

.dt-repeater .dce-acf-repeater-item h3 {
  font-family: var( --e-global-typography-d0718f5-font-family ), Sans-serif;
  font-size: var( --e-global-typography-d0718f5-font-size );
  font-weight: var( --e-global-typography-d0718f5-font-weight );
}

/* Vorteile */


.dt-repeater.vorteil .repeater_icon_box {
    display: flex;
    gap: 15px;
}

.dt-repeater.vorteil .repeater_icon_box {
	padding: 0px;
	border: none;
}

.dt-repeater.vorteil .icon_container {
	margin-top: 5px;
}

.dt-repeater.vorteil h3 {
font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size: var( --e-global-typography-secondary-font-size );
  font-weight: var( --e-global-typography-secondary-font-weight );
  text-transform: var( --e-global-typography-secondary-text-transform );
  line-height: var( --e-global-typography-secondary-line-height );
  letter-spacing: var( --e-global-typography-secondary-letter-spacing );
  }


.dt-repeater.vorteil .svg-icon {
      background-color: var( --e-global-color-secondary );
  -webkit-mask: var(--icon-url) no-repeat center / contain;
    width: 24px;
  height: 24px;
}

.dt-repeater.vorteil .repeater_icon_box .icon_container {
   width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 25px;
    background-color: var( --e-global-color-primary );
}

/* ##### Prozess ####### */

.dt-ablauf {
  --step-gap: 26px;      /* Abstand zwischen den Schritten */
  --step-circle: 40px;   /* Durchmesser Nummernkreis */
  --step-indent: 62px;   /* Texteinzug */
  --step-line: 2px;      /* Stärke Verbindungslinie */
}

.dt-ablauf ol {
  list-style: none;
  counter-reset: list-counter;
  margin: 0 !important;
  padding: 0 !important;
}

.dt-ablauf ol > li {
  counter-increment: list-counter;
  position: relative;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: var(--step-gap) !important;
  padding-left: var(--step-indent) !important;
  margin: 0 !important;
  line-height: 1.65;
}

.dt-ablauf ol > li:last-child {
  padding-bottom: 0 !important;
}

/* Verbindungslinie zwischen den Schritten */
.dt-ablauf ol > li::after {
  content: "";
  position: absolute;
  left: calc((var(--step-circle) - var(--step-line)) / 2);
  top: calc(var(--step-circle) + 10px);
  bottom: 10px;
  width: var(--step-line);
  background-color: var( --e-global-color-accent );
  opacity: 0.5;
}

.dt-ablauf ol > li:last-child::after {
  display: none;
}

/* Nummernkreis */
.dt-ablauf ol > li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: var(--step-circle);
  height: var(--step-circle);
  line-height: calc(var(--step-circle) - 2px);
  border-radius: 50%;
  background-color: var( --e-global-color-secondary );
  color: var( --e-global-color-accent );
  border: 0px solid var( --e-global-color-accent );
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: box-shadow .25s ease;
}

/* .dt-ablauf ol > li:hover::before {
  box-shadow: 0 0 0 6px rgba(21, 105, 174, .14);
}*/

/* Titelzeile */
.dt-ablauf ol > li strong {
  display: block;
  margin-bottom: 6px;
  color: #0b2a4a;
  line-height: 1.3;
}

/* verhindert die Leerzeile durch das <br> im <strong> */
.dt-ablauf ol > li strong br {
  display: none;
}

/* Mobil enger */
@media (max-width: 767px) {
  .dt-ablauf {
    --step-gap: 32px;
    --step-circle: 34px;
    --step-indent: 52px;
  }
  .dt-ablauf ol > li::before {
    font-size: 14px;
  }
}

/* ##### Repeater FAQ ########## */

.dt-faq-repeater .acc_head svg {
  width: 8px;
}

.dt-faq-repeater  .accordionjs .acc_section.acc_active > .acc_head {
  border-bottom: 1px solid var( --e-global-color-secondary );
}






/* Link im Text Farbe */

.elementor-widget-text-editor a, .elementor-widget-toggle .elementor-tab-content a {
    color: var( --e-global-color-primary );
}

/* Link im Text Farbe */

.elementor-text-editor a, .elementor-widget-toggle .elementor-tab-content a {
    color: #000;
    text-decoration: underline;
    /* color: var( --e-global-color-primary ) */;
}

/* Links on non Elementor Pages */

.elementor-widget-theme-post-content .elementor-widget-container > p a
{
	color: var( --e-global-color-primary );
}

/* Bold */


.elementor-widget-text-editor strong, .elementor-tab-content strong {
    font-weight: 700;
}

/* Aufzählung */

.elementor-widget-text-editor ul, .elementor-tab-content ul, .mtd-beitrag-inhalt ul {
  list-style-type: none;
  padding-bottom: 20px;
	padding-left: 15px;
}

.elementor-widget-text-editor ul ul, .mtd-beitrag-inhalt ul ul {
	padding-top: 20px;
	padding-bottom: 0px;
}

.elementor-widget-text-editor ul li, .elementor-tab-content ul li{
  padding-left: 15px; /* Add the desired padding value on the left side */
  text-indent: -15px; /* Add negative text-indent to offset the bullet point */

}

.elementor-widget-text-editor ol li, .elementor-widget-text-editor ul li, .elementor-tab-content ul li {
	padding-bottom: 10px;
}

.elementor-widget-text-editor ul li::before, .elementor-tab-content ul li:before
{
  content: "-";
  display: inline-block;
  width: 15px;
}


/* Checkbox Design */

.elementor-field-type-acceptance input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.elementor-field-type-acceptance > div label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
	vertical-align: -3px;
	border: 2px solid var( --e-global-color-primary );
	padding: 0.12em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.elementor-field-type-acceptance > div label {
	margin-right: 1em;
	position: relative;
}
.elementor-field-type-acceptance > div label:after {
	border-right: 2px solid var( --e-global-color-primary );
	border-top: 2px solid var( --e-global-color-primary );
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	top: 9px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 6px;
	display: none;
}
.elementor-field-type-acceptance > div input:hover + label:before {
	border-color: var( --e-global-color-primary );
}
.elementor-field-type-acceptance > div input:checked + label:before {
	border-color: var( --e-global-color-primary );
	background: var( --e-global-color-primary );
}
.elementor-field-type-acceptance > div input:checked + label:after {
	-moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.1s ease 0s running;
	display: block;
	width: 7px;
	height: 16px;
	border-color: #fff;
}
@keyframes check {
 0% {
 height: 0;
 width: 0;
}
 25% {
 height: 0;
 width: 6px;
}
 50% {
 height: 11px;
 width: 6px;
}}

/* Cookie Notice */

#cmplz-document * {
  color: var( --e-global-color-text ) !important;
  font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
  font-size: var( --e-global-typography-text-font-size ) !important;
  font-weight: var( --e-global-typography-text-font-weight ) !important;
  line-height: var( --e-global-typography-text-line-height ) !important;
}

#cmplz-document h1, #cmplz-document h2, #cmplz-document h3, #cmplz-document h4, #cmplz-document h5, #cmplz-document h6 {
  font-weight: 600 !important;
}

#cmplz-document a {
  color: var( --e-global-color-primary ) !important;
}/* End custom CSS */