/*---------------------------------------------------------------------------------

 Theme Name:   Netzhelfer theme
 Theme URI:    https://netzhelfer.de
 Description:  NETZhelfer 
 Author:       NETZhelfer GmbH – Ihre Internetagentur aus Esslingen
 Author URI:   https://netzhelfer.de
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.column-center-aligned { 
display: flex;
    flex-direction: column;
    justify-content: center;
}



.oo-listinfotable { 
    min-height: 170px;
}



.oo-detailslink a {
background-color: #0b2b41!important;
	padding-top: 10px !important;
    padding-right: 30px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
}

.oo-listheadline { 
display:none!important;
}

a.estate-status > span, div.estate-status > span {
color:#0b2b41;
}

.oo-listtitle { 
color:#0b2b41;
}





/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto !important;
		font-size:16px!important;
	}
}








@media all and (min-width: 981px) {
   .kontakt a {
       color: #fff!important; /* Change button text color here */
    background-color: #13394f!important; /* Change button background color here */
    font-size: 14px!important; /* Change text size here */
    border-radius: 0px!important; /* Set this to 0px if you want a square CTA button */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 18px 16px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 32px!important;
    padding-right: 32px!important;
    border: 1px solid #13394f;
	   opacity: 1!important;
   }
   .kontakt a:hover {
      opacity: 1!important;
        color: #13394f!important; /* Change hover button text color here */
        background-color: #ded7cb!important; /* Change hover button background color here */
        
	   border: 1px solid #ded7cb;
   }
}


/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}



/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
	color:#000;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}





/* Remove default bullets */
.b-list {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0;
}

/* Add spacing + custom icon */
.b-list li {
    position: relative;
    padding-left: 28px; /* space for icon */
    margin-bottom: 8px;
}

/* Insert Font Awesome check icon */
.b-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid */
    position: absolute;
    left: 0;
    top: 5px;
    color: #ded7cb;
    font-size: 16px;
    line-height: 1.2;
}





/* Remove default bullets */
.b-list2 {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0;
}

/* Add spacing + custom icon */
.b-list2 li {
    position: relative;
    padding-left: 28px; /* space for icon */
    margin-bottom: 8px;
}

/* Insert Font Awesome check icon */
.b-list2 li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid */
    position: absolute;
    left: 0;
    top: 5px;
    color: #13394f;
    font-size: 16px;
    line-height: 1.2;
}

.center-center { 
display: flex;
    flex-direction: column;
    justify-content: center;
}


.highlight-row { 
    background-image: linear-gradient(132deg, #0b2b41 0%, #0b2b41 100% 100%) !important;
	padding:20px;
	color:#fff;
	border-radius:0px;
}

.highlight-row h2 { 
	color:#fff!important;
}


.highlight-row2 { 
   background-image: url(), linear-gradient(286deg, #f5f5f5 0%, #f5f5f5 100% 100%);
	padding:20px;
	color:#13394f;
	border-radius:0px;
}

.highlight-row2 h2 { 
	color:#13394f!important;
}


iframe {
        border: 0px solid #ded7cb;
	 border-radius:0px;
    }
 





 .bedzevi-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    justify-items: center;
    vertical-align: middle;
    margin: auto;
  padding: 10px;
}

 .bedzevi-grid img {


}



/* Sidebar hidden by default */
.scroll_trigger_slide_in {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: unset !important;
  left: unset !important;
  transform: translateX(100%) !important;
  transition: all 1s ease-in-out !important;
z-index: 99999 !important; /* much higher than typical site layers */
}



/* Ensure sidebar can scroll when content exceeds viewport height */
.scroll_trigger_slide_in {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: unset !important;
  width: 100vw;          /* full viewport width */
  height: 100vh;         /* full viewport height */
  overflow-y: auto;      /* enable vertical scroll */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; /* smooth iOS scrolling */ 
  transform: translateX(100%) !important;
  transition: all 1s ease-in-out !important;
  z-index: 99999 !important;
}

/* Sidebar slides in when active */
.activate_slide_in {
  transform: translateX(0) !important;
}

/* Always visible inside Divi Visual Builder */
.et-fb .scroll_trigger_slide_in {
  transform: translateX(0) !important;
}

/* Overlay style */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

/* Overlay visible state */
.overlay.show {
  opacity: 0.75;
  pointer-events: all;
}






















/* INFINITE ZOOM OUT → MINIMAL ZOOM IN → ZOOM OUT LOOP */
@media only screen and (min-width: 981px) {
    .anthemKenBurnsHeaderEaseIn .et-pb-parallax-wrapper,
    .anthemKenBurnsSectionEaseIn .et-pb-parallax-wrapper {
        margin-bottom: -60px;
        min-height: calc(100% + 60px);
        transform-origin: center center;
        animation: zoomInfinite 14s ease-in-out infinite;
        animation-play-state: running !important; /* prevent hover/scroll pause */
    }
}

@keyframes zoomInfinite {
    /* Fully zoomed out */
    0% {
        transform: scale(1.0) translate3d(0, 0, 0);
        opacity: 1;
    }

    /* Minimal zoom in after 7 seconds */
    50% {
        transform: scale(1.1) translate3d(-5px, -10px, 0);
    }

    /* Back to fully zoomed out */
    100% {
        transform: scale(1.0) translate3d(0, 0, 0);
    }
}




.gradient-overlay:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: inherit;
    top: 0;
    bottom: 0;
    width: 100%;
}


.et-pb-parallax-wrapper:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    width: 100%;
}






/*MOBILE MENU CSS */



/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}
/* Remove the top line in the mobile menu*/
.et_mobile_menu {
border-top:0;
}
/* Center-align moble menu items */
.et_mobile_menu li {
text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
padding-left:0 !important;
}
/* Make mobile menu fullwidth */
.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
}

/* Remove the animation to avoid delay */
.mobile_nav.opened .et_mobile_menu {
display:block !important;
}


et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\4c';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\4d';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}
.et_mobile_menu {
margin-top: 2px;
width: 230%;
margin-left: -65%;
}


.et_mobile_menu li a {

    padding: 8px 5%;

}

.et_mobile_menu li a {
    border-bottom: 0px solid rgba(0,0,0,.00);
    color: #000;
    padding: 10px 5%;
    display: block;
}

/*END MOBILE MENU CSS */