/*
 Theme Name:   Hello Elementor Child
 Description:  Child Theme by DIGITALEWEGE
 Author:       Christoph Geier
 Author URI:   https://digitalewege.de/
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

:root {

}

/*
body {
    cursor: none;
}


.custom-cursor {
    position: fixed; 
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 99999;
}
.custom-cursor-circle {
    fill: #D9D9D9;
    stroke: #D9D9D9;
    stroke-width: 2px;
    border-radius: 50%;
}
*/

.dw_section{
	padding-top: 150px;
	padding-bottom: 150px;
}

.dw_section_100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.dw_section_top{
	padding-top: 150px;
}

.dw_section_bottom{
	padding-bottom: 150px;
}


.dw_output_bubble {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2DBCB;
    border-radius: 60px;
    text-align: center;
    padding: 20px;
    word-break: break-word;
}

.dw_feedback_listing .jet-listing-grid__item:nth-child(1){
    transform: translate(14%, 0px);
    
}

.dw_feedback_listing .jet-listing-grid__item:nth-child(2){
    transform: translate(10%, 50px) rotate(6deg);
    z-index: 2;
}

.dw_feedback_listing .jet-listing-grid__item:nth-child(3){
    transform: translate(0%, 100px);
    z-index: 3;
}

.dw_outline{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E2DBCB;
    color: transparent !important;
}

.dw_encirclement {
    position: relative;
    display: inline-block;
}

.dw_encirclement::before {
    width: 115%;
    content: "";
    height: 115%;
    position: absolute;
    background-image: url("/wp-content/uploads/2024/05/Vector.svg");
    background-position: center;
    overflow: visible;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dw_menue .current-menu-item a{
    position: relative!important;
    display: inline-block!important;
}

.dw_menue .current-menu-item a::before {
    width: 140%;
    content: "";
    height: 140%;
    position: absolute;
    background-image: url("/wp-content/uploads/2025/04/Vector-1-1.svg");
    background-position: center;
    overflow: visible;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)!important;
    background-color: transparent!important;
    max-height: 92px;
}

.dw_menue .menu-item a:hover {
    font-style: italic;
    font-weight: 300 !important;
}

.dw_menue .menu-item{
    border: solid #E2DBCB;
    border-width: 1px 0px!important;
    padding: 0px 200px!important;
}

.cases_tile_container_logo{
    opacity: 0;
    transition: all 0.5s;
}

.cases_tile_container_logo_button{
    opacity: 0;
    transition: all 0.5s;
}

.cases_tile_container:hover .cases_tile_container_logo{
    opacity: 1;
}

.cases_tile_container:hover .cases_tile_container_logo_button{
    opacity: 1;
}

.single-cases .dw_header{
    background-color: transparent!important;
}

.dw_dyn_heading .elementor-headline-dynamic-letter{
    font-size: 3.375rem;
    line-height: 1.2em;
    font-weight: 600;
}

.dw_hotspots .e-hotspot__button {
    padding: 15px!important;
    border: solid 1px #1A1A1A;
    border-radius: 20px!important;
}

.dw_hotspots .e-hotspot__label{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
}

.dw_hotspots .e-hotspot__label button{
    padding: 7px 28px 7px 14px;
    position: relative;
    background-color: transparent;
    border: solid 1px #1A1A1A;
    border-radius: 12px;
    font-size: 1rem;
    color: #1A1A1A;
}

.dw_hotspots .e-hotspot__label button::after{
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0px, -50%);
}

.dw_hotspots .e-hotspot__button::after {
    width: 6px;
    content: "";
    height: 50px;
    background-color: #2C5B5E;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50px);
    border: solid 1px #1A1A1A;
}


.e-hotspot:nth-of-type(2) .e-hotspot__button {
    background-color: #C64B0A!important;
}

.e-hotspot:nth-of-type(3) .e-hotspot__button {
    background-color: #FF9B00!important;
}

.e-hotspot:nth-of-type(2) .e-hotspot__button::after  {
    background-color: #C64B0A!important;
}

.e-hotspot:nth-of-type(3) .e-hotspot__button::after  {
    background-color: #FF9B00!important;
}


.dw_upcounter .elementor-counter-number-wrapper {
    border: solid 1px #E2DBCB;
    width: 125px;
    align-self: center;
	align-items: center;
    border-radius: 125px;
}

.dw_upcounter span.elementor-counter-number {
    height: 125px;
	display: flex;
    align-items: center;
}

.dw_upcounter .elementor-counter-title {
    text-align: center;
}


@media only screen and (max-width: 768px) {
	.dw_section{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	
	.dw_section_100{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.dw_section_top{
		padding-top: 75px;
	}

	.dw_section_bottom{
		padding-bottom: 75px;
	}

    .dw_feedback_listing .jet-listing-grid__item:nth-child(1){
        transform: translate(0%, 0px);
        
    }
    
    .dw_feedback_listing .jet-listing-grid__item:nth-child(2){
        transform: translate(0%, 0px) rotate(0deg);
        z-index: 2;
    }
    
    .dw_feedback_listing .jet-listing-grid__item:nth-child(3){
        transform: translate(0%, 0px);
        z-index: 3;
    }

    .cases_tile_container_logo{
        opacity: 1;
    }

    .dw_dyn_heading .elementor-headline-dynamic-letter{
        font-size: 2.5rem;
        line-height: 1.2em;
    }

    .dw_menue .menu-item{
        padding: 20px 50px!important;
    }

    .dw_hotspots .e-hotspot__label button {
        font-size: 0.875rem;
    }

    .dw_hotspots .e-hotspot__button {
        padding: 10px !important;
    }
}


.dw_divider_full .elementor-divider::before {
    width: max(0px,(100vw - 1400px) / 2);
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    content: "";
    background-color: #E2DBCB;
    transform: translate(-100%, -50%);
}

.dw_divider_full .elementor-divider::after {
    width: max(0px,(100vw - 1400px) / 2);
    position: absolute;
    height: 1px;
    top: 50%;
    right: 0;
    content: "";
    background-color: #E2DBCB;
    transform: translate(100%, -50%);
}


.dw_sticky_icon{
	opacity: 0;
	transition: all 0.5s;
}

.dw_sticky_icon.elementor-sticky--effects{
	opacity: 1;
}

/*
.elementor-button .elementor-button-icon svg path{
	fill: #E2DBCB;
}
    */

.elementor-button:hover .elementor-button-icon svg path{
	fill: #2C5B5E;
}

.no_effect .elementor-button:hover .elementor-button-icon svg path{
	fill: #E2DBCB;
}

.dw_footer_menue a::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/09/nacona-pfeil-right_sand.svg);
    background-size: contain;
    background-position: center;
    top: 50%;
    right: 0;
    transform: translate(30px, -50%)!important;
    z-index: 9999999;
    opacity: 1 !important;
    background-repeat: no-repeat;
}

.dw_footer_menue a{
    display: inline!important;
}

.elementor-button-icon svg {
    height: 0.7em;
}


.dw_encirclement_double {
    position: relative;
    display: inline-block;
}

.dw_encirclement_double::before {
    width: 115%;
    content: "";
    height: 190%;
    position: absolute;
    background-image: url("/wp-content/uploads/2024/09/Kringel.svg");
    background-position: center;
    overflow: visible;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.dw_crossed_out {
    position: relative;
    display: inline-block;
}

.dw_crossed_out::before {
    width: 115%;
    content: "";
    height: 115%;
    position: absolute;
    background-image: url("/wp-content/uploads/2024/09/Vector.svg");
    background-position: center;
    overflow: visible;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.dw_li li {
    margin-bottom: 1em;
}


.dw_kringel {
    position: relative;
    display: inline-block;
}

.dw_kringel::before {
    width: 115%;
    content: "";
    height: 115%;
    position: absolute;
    background-image: url("/wp-content/uploads/2024/09/kringel_2.svg");
    background-position: center;
    overflow: visible;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.dark_arrow .elementor-button .elementor-button-icon svg path{
    fill: #1d1d1b!important;
}

.vc-zoom-wrapper {
    border-radius: 20px;
}

.vc_column-inner img{
	border-radius: 20px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-top: 35px;
}

figcaption{
	color: #E2DBCB;
	margin-top: 10px;
}

.vc_column-inner p span{
	color: #E2DBCB!important;
}

.dw_main_menue .menu-item a:hover, .dw_main_menue .current_page_item a{
    font-weight: bold !important;
}

.fine_line{
    font-weight: 200 !important;
}

.converted-date, .time-range{
    color: #1E1E1E;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 1.1625rem */
}

.date_day{
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 124%; /* 2.79rem */
    letter-spacing: -0.1125rem;
}

.converted-date{
    text-align: center;
}

.e-n-accordion-item-title{
    justify-content: space-between!important;
}

.dw_tch{
    font-size: 1.375rem;
    font-style: italic;
    font-weight: 300;
    line-height: 143%;
    letter-spacing: -0.06875rem;
}

.jet-hor-timeline-item.is-active .jet-hor-timeline-item__card-btn{
    background-color: var(--e-global-color-828544f);
}

.jet-hor-timeline-item.is-active .jet-hor-timeline-item__card-btn:hover{
    background-color: transparent;
    color: var(--e-global-color-828544f);
    border-color: var(--e-global-color-828544f);
}


.dw-nav-link.active .elementor-heading-title{
    color: var( --e-global-color-1abffd5 )!important;
}

.dw-nav-link.active{
    background-color: var(--e-global-color-accent)!important;
}


.dw-nav-link:hover{
    color: var( --e-global-color-1abffd5 )!important;
}

.dw-nav-link:hover{
    background-color: var(--e-global-color-accent)!important;
}

.dw_vertical_timeline .timeline-item__point {
    margin-top: 66px;
}

.dw_vertical_timeline .jet-timeline__line {
    top: 66px!important;
}

.dw_vertical_timeline .timeline-item__card {
    margin-left: 80px;
}


@media only screen and (max-width: 768px) {
	.dw_vertical_timeline .timeline-item__card{
		margin-left: 20px;
	}
	.jet-timeline-item h5 {
		word-break: break-word;
		hyphens: auto;
	}
}