.city-mega-menu, .service-mega-menu{
  position: absolute !important;
  width: 100vw;
  z-index: 9999;
  height: 0px !important;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(.2,.1,.1,.1) 0s;
  background-image: linear-gradient(180deg, rgb(255 255 255) 20%, rgb(240, 250, 255) 80%);
  /* border-radius: 0 0 100px 100px !important; */
  overflow: hidden;
  box-shadow: 0px 10px 8px #00000012;
}
.city-mega-menu.show-menu, .service-mega-menu.show-menu{
  height: 350px !important;
  position: absolute;
  transition: all 0.3s cubic-bezier(.2,.1,.1,.1) 0.4s;
}

.chevron-icon > a > svg > g > path {
  fill: var(--blue);
}
.chevron-icon>a>svg {
  transform: rotateX(0deg);
  transition: all .2s linear;
  width: 20px;
  height: 17px;
  z-index: -1;
  position: relative
}

.chevron-icon.rotate-icon>a>svg {
  transform: rotateX(180deg);
  width: 20px;
  height: 17px
}

.sub-menu {
  margin-top: 25px !important;
    background-color: #ffffff !important;
    background-image: none !important;
    position: fixed;
    left: 0;
    z-index: 5;
}
.chevron-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.foot-col-cent .kt-inside-inner-col {
  width: 100%;
  justify-content: center;
  align-items: center
}

.foot-col-cent .kt-inside-inner-col .wp-block-kadence-column {
  flex: unset!important
}

.foot-col-cent {
  justify-content: center;
  align-items: center;
  flex-basis: 100;
  background: var(--blue);
}


@media only screen and (max-width: 1024px){

  #scroll-top {
    bottom: 110px !important;
  }
}
@media only screen and (max-width: 767px){
  
  
  #scroll-top {
    bottom: 88px !important;
    right: 10px !important;
  }
}
/* menu-style */
#main-header .menu-item-has-children {
  position: relative;
}

#header-menu ul#menu-header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;

}
.menu, .sub-menu{
  margin: unset ;
    padding: unset;
}

.menu li {
  list-style: none;
}
#header-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#main-header .show-menu+.sub-menu{
  display: grid;
}

#main-header .sub-menu.show-menu{
  display: grid;
}
.header-nav {
  flex-grow: 1;
}
div#header-menu {
  flex-grow: 1;
}
.header-nav {
  justify-content: space-between;
}
#header-menu ul#menu-header-menu li a {
  color: #331832;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s linear;
}
/* menu-style-end */




/* click-call */
.dropbtn {
   
    cursor: pointer;
    border: none;
    background: #fff ;
    margin: 0px !important;
    border-radius: 8px;
  }
  .dropbtn svg{
    cursor: pointer;
    box-shadow: 0px 12px 45px rgba(44, 72, 107, 0.3);
    animation: shadow 2s infinite;
    border-radius: 8px;

  }
 
  
  .click-call {
    position: fixed;
    display: inline-block;
    bottom: 100px;
    left: 25px;
    z-index:999;
}
  
  .click-call-content {
  height:0;
    opacity:0;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top:30px;
    transition:all 0.3s linear;
    
  }
  .click-call-content {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
}
  
  .click-call-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .click-call a:hover {background-color: #ddd;}
  
  .show-click-content {
    top:-170px;
  opacity:1;
  height:140px;
}
/* click-call-end */

/* header-css */

.max-width-sec{
    max-width: 1350px;
    margin: 0 auto;
    padding:10px;
}
.header {
    padding: 6px;
    text-align: center;
}
.main-header-bg, .header-bg {
    display:block;
    width:100%;
    z-index: 99;
}
  #main-header {
    overflow: hidden;

  }
  
  .header-nav a {
    text-align: center;
    padding: 0px 5px;
    text-decoration: none;
    font-size: 17px;
  }
  .header-nav{
    display: flex;
    gap: 10px;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + #content {
    padding-top: 60px;
  }
  div#main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
    z-index: 99;
    position: relative;
}

.header-logo img.custom-logo {
    width: 150px;
}
.main-header-bg {
    background: #ebebeb;
}
.header.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width:1024px){
    .main-header-bg, .header-bg {
        display:none;
    }
  }

  /* header-css-end */


/* side-floating-button */


.float-container-btns {
    position: fixed;
    top: 50%;
    display: flex;
    flex-direction: column;
    right: -216px;
    width: 273px;
    z-index: 99;
}
.float-container-btns a {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 9px;
    margin-bottom: 10px;
    border-left: 4px solid #585958;
    transition: all 0.2s linear;
    background: #fff;
    border-radius: 15px 0px 0px 15px;
    font-size: 19px;
    /* box-shadow: 0px 3px 6px #00a7e11f; */
}
.float-container-btns a svg {
    margin-right: 9px;
}
.float-container-btns>a:hover {
    transform: translateX(-206px);
    transition: all 0.2s linear;
}


@media only screen and (max-width:1024px){
    .float-container-btns{
        display: none;
    }
}
/* side-floating-button-end*/

/* scroll-top */

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 6px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fff;
    color: white;
    cursor: pointer;
    padding: 10px 10px 5px 10px;
    border-radius: 50%;
    z-index: 99;
    border: 2px solid var(--blue);
  }
  
  #scroll-top:hover {
    background-color: #F1F1F1;
  }
/* scroll-top-end */


/* mobile-header */

#mobile-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    box-shadow: 2px 4px 8px #0000000a;
    display:none;
    z-index: 99;
  }
  .mobi-logo img {
    width: 120px;
    text-align: center;
}
.mobi-logo {
    display: flex;
    justify-content: center;
    padding: 5px;
    background: #fafafa;
}
 
  @media only screen and (max-width:1024px){
    #mobile-header {
        display:block;
        width:100%;
    }
  }
 /* mobile-header-end */

/* menu-leistungen-popup */

   /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgb(255 255 255 / 100%); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  z-index: 999;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 5px;
  text-decoration: none;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99;
}
.popup-logo img {
  width: 150px;
}


/* menu-leistungen-popup-end */

/* popup-form */

/* The Modal (background) */
.popup-form {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 999;
}

/* Modal Content */
.popup-form-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

/* The Close Button */
.close-popup {
  color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    right: 6px;
    position: absolute;
    top: 0;
}

.close-popup:hover,
.close-popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* popup-form-end */




  @keyframes shadow {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(44, 72, 107, 0.3);
        box-shadow: 0 0 0 0 rgba(44, 72, 107, 0.3);
        transform: scale(1);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(44, 72, 107, 0.3);
        box-shadow: 0 0 0 18px rgba(44, 72, 107, 0.3);
        transform: scale(1.05);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(44, 72, 107, 0.3);
        box-shadow: 0 0 0 0rgba(44, 72, 107, 0.3);
        transform: scale(1);
    }
  }