  .service-tab-container .kt-tabs-title-list li>a {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 11px !important;
}
.service-tabs .kt-tabs-title-list {
  width: 100% !important;
}
.mega-menu-list ul.kt-svg-icon-list {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.kt-tabs-icon-side-right {
  border-right: 2px solid white;
  }
  
.service-tabs .kt-tab-title span{
	font-family:'Serpentine W04 Medium' !important;
}

.service-tab-container .kt-tabs-title-list li>a {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 11px !important;
}
.service-tabs .kt-tabs-title-list li {
    flex: 1 !important;
}

.mega-menu span.kb-svg-icon-wrap.kb-svg-icon-fas_box-open.kt-svg-icon-list-single svg {
  fill: var(--orange-hover) !important;
}
.menu, .sub-menu {
  margin: unset;
  padding: unset;
}
.sub-menu {
  margin-top: 30px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  position: fixed;
  left: 0;
  z-index: 5;
}
.city-mega-menu, .service-mega-menu, .clearance-mega-menu, .others-mega-menu ,.Zusatzleistungen-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);
   background-image: linear-gradient(180deg, rgb(255 255 255) 46%, #f6fbe9 85%);
  border-radius: 0 0 0px 0px !important;
  overflow: hidden;
  top:18px;	
}
.city-mega-menu.show-menu, .service-mega-menu.show-menu, .clearance-mega-menu.show-menu{
  /* border-bottom: 20px solid #f0faff; */
  height: 238px !important;
  position: absolute;
  transition: all 0.3s cubic-bezier(.2,.1,.1,.1);
}

.others-mega-menu.show-menu {
	height:167px !important;
  position: absolute;
  transition: all 0.3s cubic-bezier(.2,.1,.1,.1);
}

.Zusatzleistungen-mega-menu.show-menu {
	height:167px !important;
  position: absolute;
  transition: all 0.3s cubic-bezier(.2,.1,.1,.1);
}

.chevron-icon > a > svg > g > path {
  fill: #444242;
  transition: all 0.2s linear;
}
.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
}
.chevron-icon:hover > a > svg > g > path {
  fill: #9CDE0B;
}
.chevron-icon.rotate-icon > a > svg > g > path {
  fill:#9CDE0B;
}


.chevron-icon>a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  transition: all 0.2s linear;
}

.chevron-icon.rotate-icon>a {
  color:#9CDE0B !important;
}

@media only screen and (max-width :1380px){
	.service-mega-menu{
		top:0 !important;
	}
}









.city-mega-menu,.service-mega-menu,.kontakt-mega-menu, .city-mega-menu, .clearance-mega-menu, .anfrage-menu, .others-mega-menu ,.Zusatzleistungen-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) 46%, #f6fbe9 85%);
    border-radius: 0 0 0px 0px!important;
    overflow: hidden
    top: 14px;
  }
  
  /* .city-mega-menu.show-menu,.service-mega-menu.show-menu,.kontakt-mega-menu.show-menu,  .city-mega-menu.show-menu {
    border-bottom: 20px solid #f0faff;
    position: absolute;
    transition: all 0.3s cubic-bezier(.2,.1,.1,.1) 0.4s
  } */
 
  .city-mega-menu.mega-menu.show-menu {
    height: 320px!important;
  }

  li#menu-item-1818 .city-mega-menu.show-menu {
    height: 390px!important
  }

  #menu-item-1820 .kontakt-mega-menu.show-menu {
    height: 340px!important
  } 

.mega-menu {
  opacity: 0;
  visibility: hidden;
}

.mega-menu.show-menu {
  opacity: 1;
  visibility: visible;
}

  
    /* blog  */
  
  /* .all-post nav.pagination {
    margin-top: 40px
  }
  
  .all-post nav.pagination .wp-block-query-pagination-numbers .page-numbers {
    padding: 4px 10px;
    background: #fff;
    font-size: 20px;
    margin: 1px;
    transition: all 0.2s linear
  }
  
  .all-post nav.pagination .wp-block-query-pagination-numbers .page-numbers.current {
    background: #f29e09;
    color: #fff
  }
  
  .all-post nav.pagination .wp-block-query-pagination-numbers .page-numbers:hover {
    background: #f29e09;
    color: #fff
  }
  
  
  .nxt-prv .kt-inside-inner-col {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
    padding: 33px 0px;
  }
  .nxt-prv .kt-inside-inner-col div a:hover {
    background: #265d88;
  }
  .nxt-prv .kt-inside-inner-col div a {
    color: #fff;
    background: #f29e09;
    font-size: 20px;
    padding: 6px 18px;
    border-radius: 10px;
  }
  .all-post.home .post-loop ul.columns-3 li {
    box-shadow: 0 3px 40px 0 #0000000f
  }
  .all-post .wp-block-post-title a:hover {
    color: var(--golden)
  }
  
  .all-post .post-loop ul li > div {
    padding: 0px!important
  }
  
  
  .all-post .post-loop ul.columns-3 li {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 40px 0 #0000000f;
  }
  
  
  .all-post .post-loop ul.columns-3 {
    gap: 30px
  }
  
  .all-post .post-loop ul li > div > div {
    display: flex;
    flex-direction: column;
    gap: 10px
  }
  
  .all-post .post-loop ul li > div > div h2 {
    font-size: 21px;
    line-height: 28px
  }
  
  .all-post .post-loop ul li > div .wp-block-group__inner-container .wp-block-post-date {
    color: var(--golden);
    font-weight: 700
  }
  
  .all-post .post-loop ul li > div .wp-block-group__inner-container p {
    font-size: 17px;
    line-height: 27px
  }
  
  .all-post .post-loop ul li > div .wp-block-group__inner-container img {
    border-radius: 10px;
  }
  .all-post a.wp-block-post-excerpt__more-link {
    background: #ec9b09;
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
    border-radius: 8px;
  }
  
  .all-post a.wp-block-post-excerpt__more-link:hover {
    background: #265d88;
  }
  .post-left {
    background: #fff!important;
    padding: 25px;
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 5px 6px 30px 0 rgba(0,0,0,.1)
  }
  
  .post-left h1 {
    font-size: 31px;
    line-height: 40px
  }
  
  .post-left h2 {
    padding-top: 15px!important;
    font-size: 26px;
    line-height: 32px
  }
  

  
  .post-left figure.wp-block-post-featured-image img {
    border-radius: 25px
  }
  
  span.kb-table-of-contents-title {
    color: #fff;
    background: #f29e09;
    padding: 10px 15px 10px 15px;
    font-size: 20px!important;
    border-radius: 10px 10px 0 0;
  }
  
  .post-left .kb-table-of-content-wrap {
    padding: 0px!important;
    background: #f4f8fc;
    border-radius: 10px;
  }
  
  .post-left nav.wp-block-kadence-tableofcontents.kb-table-of-content-nav {
    padding: 25px 0
  }
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline li a {
    text-decoration: none
  }
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline li {
    padding: 6px 0
  }
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline {
    margin-top: 5px;
    padding-left: 31px;
    padding: 10px 20px 20px 40px;
  }
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li a {
    padding: 6px 0px!important;
  }
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li ol.kb-table-of-contents-list-sub {
    padding-top: 7px;
    padding-left: 23px
  }
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li a:hover {
    color: #1d2b62
  }
  
  .post-left {
    background: #fff!important;
    padding: 25px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 40px 0 #0000000f;
  }
  
  .post-left h1 {
    font-size: 31px;
    line-height: 40px
  }
  
  .post-left h2 {
    padding-top: 15px!important;
    font-size: 26px;
    line-height: 36px
  }
  .post-left h3 {
    padding-top: 15px !important;
    font-size: 23px;
    line-height: 33px;
  }
  .post-left h4 {
    padding-top: 15px !important;
    font-size: 21px;
    line-height: 31px;
  }

  
  .post-left figure.wp-block-post-featured-image img {
    border-radius: 10px;
  }
  
  .post-right ul.wp-block-latest-posts li {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 3px 40px 0 #0000000f;
    display: flex;
    flex-direction: column;
    gap: 5px
  }
  
  .post-right ul.wp-block-latest-posts li img {
    border-radius: 10px;
  }
  
  .single-post #content .post-left .kt-inside-inner-col>ul {
    padding-left: 0;
    margin: 0
  }
  
  .single-post #content .post-left .kt-inside-inner-col>ul li {
    list-style-type: none;
    position: relative;
    padding-left: 23px;
    padding-bottom: 9px;
    line-height: 25px
  }
  
  .single-post #content .post-left .kt-inside-inner-col>ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/02/check-mark-3.svg);
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-size: cover
  }
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li a {
    color: #265d88 !important;
  }
  
  .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list-style-numbered li:before {
    color: #265d88;
  }
  
  
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li>ol.kb-table-of-contents-list-sub ol.kb-table-of-contents-list-sub {
    padding-left: 43px;
  }
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li>ol.kb-table-of-contents-list-sub ol.kb-table-of-contents-list-sub li:before {
    margin-left: -43px;
  }
  
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li>ol.kb-table-of-contents-list-sub li >ol.kb-table-of-contents-list-sub li>ol.kb-table-of-contents-list-sub {
    padding-left: 54px;
  }
  
  .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li>ol.kb-table-of-contents-list-sub li >ol.kb-table-of-contents-list-sub li>ol.kb-table-of-contents-list-sub li:before {
    margin-left: -54px;
  }
  
  @media only screen and (max-width: 767px) {
    .col-50 {
      width: 100% !important;
  }
  .cus-form.job-form {
    padding: 20px;
    border-radius: 30px;
  }
   
    .post-left nav.wp-block-kadence-tableofcontents.kb-table-of-content-nav {
        padding: 10px 0 25px 0
    }
  
    .post-left {
        padding: 10px
    }
  
    .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline {
        padding: 7px 10px 10px 33px
    }
  
    .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline>li ol.kb-table-of-contents-list-sub {
        padding-left: 15px
    }
  
    .post-left ol.kb-table-of-content-list.kb-table-of-content-list-columns-1.kb-table-of-content-list-style-numbered.kb-table-of-content-link-style-underline li a {
        font-size: 16px!important
    }
  
    
    .single-post {
        word-wrap: break-word
    }
  
  } */
  
  
  
  
  /* blog  */