/*
 Theme Name:   Divi Child Theme From MP-Webdesign
 Theme URI:    https://www.elegantthemes.com/
 Description:  This child theme made by MP-Webdesign
 Author:       MP-Webdesign
 Author URI:   https://maxpruegner.com/
 Template:     Divi
 Version:      2.3.0
*/

/*-------------------Add any custom CSS below this line-------------------*/

a {
    text-underline-offset: 4px;
}
.et_pb_button {
    position: relative;
}
.button-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: inherit;
}
.button-child-inner{
    position: absolute;
    top: 0;
    left: -105%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
	pointer-events: none;
	transform: skewX(10deg);
}
.et_pb_button:hover .button-child-inner{
    left: 105%;
}
.et_pb_button.transparent-button-green .button-child-inner {
    background: rgb(28 169 164 / 10%) !important;
}
.et_pb_number_counter .percent {
    height: unset !important;
}
.c-counter-styles span.percent-sign {
    color: #ffffff;
}
.c-counter-styles  .percent>p {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.c-counter-styles.custom-icon  .percent>p {
    flex-direction: row-reverse;
}
.c-counter-styles.custom-icon span.percent-sign {
    color: transparent;
	position: relative;
}
.c-counter-styles.custom-icon span.percent-sign:after {
    content: ">";
    color: #ffffff;
    font-weight: 800;
    position: absolute;
    inset: 0;
	margin-right:2px;
}

.subhead-text .et_pb_text_inner div,
.subhead-text .et_pb_text_inner p,
.subhead-text .et_pb_text_inner {
	position: relative;
	display: inline-block;
}

.subhead-text .et_pb_text_inner::before {
    content: "";
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: currentColor;
    animation: subheadPulse 1.8s ease-in-out infinite;
    margin-right: 11px;
    bottom: 2px;
}

@keyframes subheadPulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50%      { transform: scale(1.6); opacity: 0.45; }
}





.custom-timeline{
    position:relative;
}

.custom-timeline-track{
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:20;
}

.custom-timeline-line{
    position:absolute;
    top:0;
    left:0;
    height:2px;
    background: var(--gcid-p7v5878gnq);
}

.custom-timeline-progress{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:2px;
    background: var(--gcid-primary-color);
    transition:.45s ease;
}

.custom-timeline-dot{
    position:absolute;
    width:18px;
    height:18px;
    margin-left:-9px;
    margin-top:-8px;
    border-radius:50%;
    background:#16223d;
    border:2px solid var(--gcid-primary-color);
    z-index:2;
}

.custom-timeline-dot:after{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:50%;
    border:2px solid var(--gcid-primary-color);
    opacity:0;
    animation:timelinePulse 2s infinite;
}
.custom-timeline-dot:not(.completed):after{
    opacity:0 !important;
}
.custom-timeline-dot.completed{
    background: var(--gcid-primary-color);
}


@keyframes timelinePulse{
    from{
        transform:scale(.6);
        opacity:1;
    }
    to{
        transform:scale(1.8);
        opacity:0;
    }
}

@media(max-width:980px){
    .custom-timeline-line{
        width:2px;
        height:100%;
        left:18px;
        top:0;
    }
    .custom-timeline-progress{
        width:2px;
        height:0;
        left:18px;
        top:0;
    }
}
@media (min-width: 981px) {
	span.custom-timeline-dot {
		transform: translateX(-50%);
	}
}
.custom-timeline .et_pb_column {
    transition: all .3s ease-in-out;
}
.custom-timeline .et_pb_column:not(.active) {
    opacity: .5;
	filter: saturate(0.4);
}


.tick-icon-list ul {
    padding-left: 42px;
}
.tick-icon-list ul li {
    position: relative;
	padding: 5px 0;
}
.tick-icon-list ul li:before {
    content: "\4e";
    font-family: 'ETmodules';
    color: var(--gcid-primary-color);
    position: absolute;
    left: -40px;
    font-size: 1.4em;
}

.cross-icon-list ul {
    padding-left: 42px;
}
.cross-icon-list ul li {
    position: relative;
    padding: 5px 0;
}
.cross-icon-list ul li:before {
    content: "\4d";
    font-family: 'ETmodules';
    color: #7a7a7a;
    position: absolute;
    left: -40px;
    font-size: 1.4em;
}

.c-toggles .et_pb_toggle_title {
    padding: 18px 10% 18px 18px !important;
}
.c-toggles .et_pb_toggle_content {
    padding: 18px 10% 18px 18px;
}
.et_pb_toggle.et_pb_toggle_item.c-toggles .et_pb_toggle_title:before {
    content: "+" !important;
    font-family: Inter !important;
    background: #e6eef8;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    border-radius: 100px;
    right: 12px;
    transition: all .3s ease-in-out;
    margin: 0 !important;
    transform: translateY(-50%);
    top: 50% !important;
}
.et_pb_toggle.et_pb_toggle_item.c-toggles.et_pb_toggle_open .et_pb_toggle_title:before {
    background: var(--gcid-primary-color);
	color: var(--gcid-5ujjavqedn) !important;
	transform: translateY(-50%) rotate(-45deg);
}

.et_pb_toggle.et_pb_toggle_item.c-toggles .et_pb_toggle_title {
	transition: all .3s ease-in-out;
}
.et_pb_toggle.et_pb_toggle_item.c-toggles.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle.et_pb_toggle_item.c-toggles .et_pb_toggle_title:hover,
.et_pb_toggle.et_pb_toggle_item.c-toggles:active .et_pb_toggle_title,
.et_pb_toggle.et_pb_toggle_item.c-toggles:focus .et_pb_toggle_title {
	background: rgba(46, 94, 168, 0.05) !important;
}
.et_pb_toggle.et_pb_toggle_item.c-toggles.et_pb_toggle_open  {
	box-shadow: 0 0.5rem 1.5rem rgba(20, 33, 56, 0.10);
}


body #page-container .et_pb_section .full-width-button .et_contact_bottom_container {
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap !important;
    gap: 20px;
	width: 100%;
}
.full-width-button .et_pb_button_wrapper {
    width: 100%;
}
.full-width-button .et_pb_button_wrapper .et_pb_button {
    width: 100%;
    text-align: center;
	margin-left: 0;
}



.et_pb_menu.c-menu-style .et_pb_menu__menu>nav>ul>li {
    padding-left: 0;
    padding-right: 0;
    height: fit-content;
    margin: auto 2px;
}
.et_pb_menu.c-menu-style .et_pb_menu__menu>nav>ul>li>a {
    padding: 10px 14px;
    line-height: 1.05em;
	opacity: 1 !important;
	transition: all .2s ease-in-out;
	border-radius: 6px;
}
.c-menu-style .et_pb_menu__menu ul.et-menu.nav>li.in-viewport>a,
.et_pb_menu.c-menu-style .et_pb_menu__menu>nav>ul>li>a:hover {
    background: #1c2f4d;
}

/* Schwebende Bilder */
.schwebt {
  animation: schweben 8s ease-in-out infinite;
  transform: translate3d(0,0,0);
  will-change: transform;
  backface-visibility: hidden;
}

@keyframes schweben {
  0%,100% {
    transform: translate3d(0,0,0);
  }
  50% {
    transform: translate3d(0,-4px,0);
  }
}
@supports (-moz-appearance: none) {
  .schwebt {
    animation: none !important;
    transform: none !important;
  }
}