/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.et-l--header ul#menu-main-menu li > ul.sub-menu {
    padding-top: 20px !important;
    overflow: visible;
    box-shadow: none;
}
.et-l--header ul#menu-main-menu li > ul.sub-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    bottom: 0;
    background: #2f9b30;
    border-radius: 10px;
}
.nav li.et-touch-hover > ul, .nav li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.product-content-area .container {
    width: 100% !important;
    padding: 0 15px;
    max-width: 1230px;
}
.product-info {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 50px;
}
.product-info-left, .product-info-right {
    width: 49%;
}
.product-info-left{
    border: 1px solid #D7F5DE;
    box-shadow: 0px 0px 20px 0px #F0F0F0;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.product-title, h3.related-section-title{
    font-size: 40px;
    font-weight: 700;
    color: #0C3915;
    margin: 10px 0;
}
.product-content {
    background: #effcf2;
    padding: 80px 0;
}
.product-content p{
    color: #414743;
    font-size: 17px;
}
.product-content strong{
    color: #0E2012
}

.related-products {
    padding: 50px 0;
}
h3.related-section-title{
    text-align: center;
}
.product-item{
    padding: 10px;
    text-align: center;
}
.product-item-wrap{
    border: 1px solid #D7F5DE;
    border-radius: 20px;
    overflow: hidden;
}
.product-item-info{
    padding: 10px 15px 30px 15px;
}
.product-item-info h3{
    color: #0E2012;
    font-size: 20px;
    font-weight: 700 !important;
}
.product-desc{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.product-detail-link{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 10px 0 0 0;
    display: inline-block;
    text-decoration: underline;
    color: #21A73F;
}
.slick-prev:before, .slick-next:before, .slide-prev:before, .slide-next:before {
    content: '';

    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.slick-prev:before, .slide-prev:before{
    transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slick-next:before, .slide-next:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.slick-prev, .slick-next{
    border: 2px solid #414743;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    z-index: 9;
}
.products-list {
    display: flex    ;
    flex-wrap: wrap;
}
.products-list .product-item{
    width: 25%;
}
.category-products .products-list .product-item{
    width: 33.33%;
}
.products-list .product-item .product-item-wrap{
    height: 100%;
}
.pagination-item {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    justify-items: center;
    border: 1px solid transparent;
    margin: 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    color: #414743;
}
.pagination-item.number{
    border: 1px solid #D7F5DE;
}
.pagination-item.number.current, .pagination-item.number:hover{
    background: #0C3915;
    color: #fff;
}


.pagination-item.prev:before, .pagination-item.next:before{
    content: '';

    border: solid #414743;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}
.pagination-item.prev:before{
    transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.pagination-item.next:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #21A73F;
    border-bottom: 8px solid #21A73F;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 8;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.job-item-wrap > a {
    display: flex;
    align-items: center;
}
span.job-item-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
span.job-item-title {
    margin: 0 50px 0 20px;
    flex: 1;
    font-size: 18px;
    color: #0c3915;
    font-weight: 500;
}
span.job-item-location {
    width: 150px;
    color: #414743;
    font-weight: 500;
    font-size: 15px;
}
.job-item-post-time{
    color: #414743;
    font-weight: 500;
    font-size: 15px;
    width: 200px;
}
.job-item {
    padding: 10px 0;
    border-bottom: 1px solid #91d5a1;
}

.job-item:last-child{
    border-bottom: none;
}
.jobs-search-form{
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
    max-width: 600px;
}
.search_keywords, .search_location {
    width: 48%;
}
.jobs-search-form input[type="text"] {
    padding: 12px 10px;
    font-size: 15px;
    font-family: 'Roboto';
    border: 1px solid #eee;
    width: 100%;
}
.jobs-search-form .search-job-btn{
    color: #fff;
    background: #21a73f;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    font-family: 'Roboto';
    margin: 10px 0;
    cursor: pointer;
}

.downloads-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.download-item {
    background: #effcf2;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
span.download-item-title {
    display: block;
    padding: 15px 20px 20px 20px;
    font-size: 19px;
    font-weight: 700;
    color: #0E2012;
    line-height: 1.7;
}
.download-item-img img{
    width: 100%;
}

/** Slider*/
/*
.carousel { 
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
            perspective: 500px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  
  .carousel.carousel-slider {
    top: 0;
    left: 0;
  }
  
  .carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
  }
  
  .carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px;
  }
  
  .carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  
  .carousel.carousel-slider .carousel-item p {
    font-size: 15px;
  }
  
  .carousel .carousel-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .carousel .carousel-item > img {
    width: 100%;
  }
  
  .carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  
  .carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
  }
  
  .carousel .indicators .indicator-item.active {
    background-color: #fff;
  }
  
  .carousel.scrolling .carousel-item .materialboxed,
  .carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none;
  } */
/** */
.slides  .slick-list{
    padding-top: 100px !important;
    padding-bottom: 140px !important;
}
.slides-list{
    
}
.slides-list .carousel-item {
  position: relative;
  padding: 0 1px;
}
 
.slide-item-wrap {
    position: relative;
    border-radius:35px; 
    transition: all 300ms ease;
    box-shadow: 0 0 13px -5px #000;
    margin: 0 10px;
}
.slide-item.carousel-item.slick-center{
    z-index: 9;
}
.slide-item.carousel-item.slick-center .slide-item-wrap{
    scale: 1.35;
    position: relative;
}
 
.slide-item.carousel-item.slick-center .readmore{
    display: block;
    width: 45px;
    height: 45px;
    background: url('assets/images/plus-icon.svg');
    background-size: 100%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    box-shadow: 0 0 13px -5px #000;
    border-radius:50%;
    background-color:#fff !important;
}
.slide-titles{
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    text-align: right; 
    transition: opacity ease 0.5s;
    opacity: 0;
    visibility: hidden;
}
.slides-list .slide-item.slick-center .slide-titles{
    visibility: visible;
    opacity: 1;
}
 .slides{
    position: relative;
 }
.slide-title-1, .slide-title-2 {
    background: #21A73F;
    padding: 6px 15px;
    border-radius: 50px 0 0 50px;
    display: inline-block;
    margin: 0 0 10px 0;
}
.slide-img img{
    width: 100%;
    border-radius:20px !important;
}
.slide-prev, .slide-next{
    width: 60px;
    height: 60px;
    display: flex;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    border-radius:  50%;
    cursor: pointer;
}
.slide-prev::before, .slide-next::before{
    position: absolute;
    border-color: #21A73F;
    top: 50%;
    padding: 7px;
    margin-top: -7px;
}
.slide-prev::before{
    left: 50%;
    margin-left: -5px;
}
.slide-next::before{
    right: 50%;
    margin-right: -5px;
}
.slide-prev{
    left: calc(26% - 70px);
}
.slide-next{
    right: calc(26% - 70px);
}


.team-filter-letter ul {
    list-style:  none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

 
.team-filter-letter a {
  display: inline-block;
  border-bottom:2px solid #eee;
  min-width: 26px;
  text-align: center;
  padding:2px;
  line-height: 1.5;
  margin:0 15px 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.team-filter-letter a:hover, .team-filter-letter a.active{
    border-color: #369c1c;
    color: #369c1c;
}
 
.team-filter-search {
    display: flex;
    margin:  20px 0 40px;
    justify-content: space-between;
}
.team-filter-department select, input.member-keyword,  input.member-keyword:focus{
    padding:  10px;
    border:  1px solid #eee;
    height: 40px;
}
.team-filter-search-form {
    display: flex;
}
.search-member-btn svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}
.search-member-btn {
    background:  #369c1c;
    border:  none;
    width: 44px;
    padding:0;
    cursor: pointer;
}



.team-list {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 10px;
}
.team-item {
    position: relative;
    overflow: hidden;
}


span.team-name {
    display: block;
    background: #21A73F;
    color: #fff;
    font-size: 18px;
    padding: 3px 5px;
    text-align: center;
}
.team-avatar img{
    display: block;
}
.team-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition: left ease 0.5s;
    background: #21A73F;
    padding: 20px;
}
.team-info span.team-name{
    padding: 0;
    text-align: left;
}
.team-item:hover .team-info {
    left: 0;
}
span.team-position {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    display: block;
}
.team-contact svg{
    height: 12px;
}
.team-contact {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 20px;
}
.team-contact a {
    display: inline-flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    background: #21a73f;
    margin-right: 5px;
    border: 1px solid #fff;
}
.team-contact a:hover {
    background-color: #369c1c;
}
.team-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    background:  #fff;
}
.team-popup-wrap {
    overflow-y: auto;
}
.team-popup-info {
    display: flex;
    height: 100vh;
}
.team-info-left {
    width: 50%;
}
.team-info-right {
    width: 50%;
    background-color: #ccc;
    background-size: cover;
    background-position:center;
}
.team-popup-info .team-name{
    color: #000;
    background:  none;
    text-align: left;
    font-size: 30px;
    padding:  0;
}
.team-popup-info .team-position{
    color: #000;
    font-size: 18px;
    margin: 15px 0;
}
.team-popup-info .team-contact{
    position: relative;
    padding:  0;
    bottom: auto;
    margin:  30px 0 50px;
  }
.t-phone, .t-email {
    font-size: 18px;
}
.team-popup-info .team-contact a svg{
    fill: #666666;
}
.team-popup-info .about {
    font-size: 18px;
    margin:  30px 0 0 0;
}

.team-mdbutton > div {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border:  1px solid transparent;
    background:  #2f9b30;
    line-height: 33px;
    position: relative;
    cursor: pointer;
    transition:  all .2s;
}
.team-mdbutton > div:hover{
    background: #369c1c;
}
.team-mdbutton > div::after {
    content: "";
    border:  solid rgb(255, 255, 255); 
    border-width:  0 1px 1px 0;
    display: inline-block;
    padding:  4px;
}
.team-mdbutton > div.team-mdleft::after {
    transform: rotate(135deg);
    -webkit-transform:  rotate(135deg);
    margin-right: -4px;
}
.team-mdbutton > div.team-mdright::after {
    transform: rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
    margin-left: -4px;
}
.team-mdbutton > div.team-mdclose::before, .team-mdbutton > div.team-mdclose::after {
    position: absolute;
    top: 50%;
    padding:  0;
    border:  0;
    content: "";
    background-color: rgba(255,255,255,1);
  }
.team-mdbutton > div.team-mdclose::before {
    left: 50%;
    display: block;
    height: 1px;
    width: 19px;
    margin-left: -10px;
    margin-top: -1px;
    transform: rotate(45deg);
    -webkit-transform:  rotate(45deg);
    -ms-transform: rotate(45deg);
}
.team-mdbutton > div.team-mdclose::after {
    display: block;
    height: 19px;
    width: 1px;
    margin-left: 15px;
    margin-top: -10px;
    transform: rotate(45deg);
    -webkit-transform:  rotate(45deg);
    -ms-transform: rotate(45deg);
}

.team-mdbutton {
    position: absolute;
    top: 19px;
    left: 20px;
}
.team-info-left {
    width: 50%;
    padding:  30px 30px 30px 178px;
}

body.popup-open{
    overflow-y: hidden !important;
}
.team-info-right img{
    display: none;
}
@media screen and (max-width: 1200px){
    .slick-prev{
        left: 15px;
    }
    .slick-next{
        right: 15px;
    }
    .related-products .container{
        padding: 0 5px;
    }
    
}
@media screen and (max-width: 1024px){
    .products-list .product-item{
        width: 33.33%;
    }
    .job-item-post-time{
        width: 100px;
    }
    .team-list {
        grid-template-columns: repeat(3, 1fr); 
    }
    .team-info-left {
        width: 50%;
        padding: 75px 20px 30px 20px;
    }
}
@media screen and (max-width: 840px){
    .downloads-list { 
        grid-template-columns: repeat(2, 1fr); 
    }
    .slide-prev, .slide-next{
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .slide-titles{
        font-size: 14px;
    }
    .slide-item.carousel-item.slick-center .slide-item-wrap {
        scale: 1.6;
    }
    .slide-title-1, .slide-title-2{
        padding: 2px 10px;
    }
    .slide-item.carousel-item.slick-center .readmore { 
        width: 25px;
        height: 25px;
        bottom: -12px;
        margin-left: -12px;
    }
}
@media screen and (max-width: 767px){
    .product-info{
        flex-wrap: wrap;
    }
    .product-info-left, .product-info-right {
        width: 100%;
    }
    .products-list .product-item, .category-products .products-list .product-item {
        width: 50%;
    }
    .downloads-list { 
        gap: 20px
    }
    .team-list {
        grid-template-columns: repeat(2, 1fr); 
    }
    .team-popup-info {
        
        flex-wrap: wrap;
    }
    .team-info-left, .team-info-right{
        width: 100%;
    }
    .team-info-right img{
        display: block;
    }
}
@media screen and (max-width: 640px){
    .job-item-wrap > a { 
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    span.job-item-title {
        flex: auto;
        margin: 0;
        width: calc(100% - 40px);
        padding: 0 0 0 20px;
    }
    span.job-item-location, .job-item-post-time{
        width: calc(100% - 40px);
        padding-left: 20px;
    }
    .slide-titles{
        opacity: 1;
        visibility: visible;
    }
    .slide-titles {
        font-size: 22px;
    }
    .slide-title-1, .slide-title-2 {
        padding: 5px 15px;
    }
    .slide-prev{
        left: 10px;
    }
    .slide-next{
        right: 10px;
    }
    .slides .slick-list {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
      }
     
}
@media screen and (max-width: 480px){
    .products-list .product-item, .category-products .products-list .product-item{
        width: 100%;
    }
    .downloads-list { 
        grid-template-columns: repeat(1, 1fr); 
    }
    .team-filter-search{
        flex-wrap: wrap;
    }
    .team-filter-department, .team-filter-search-form{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .team-filter-department select, input.member-keyword {
        width: 100%;
    }
}
@media screen and (max-width: 390px){
    .products-list .product-item{
        width: 100%;
    }
    
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.section-title {
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    left: calc(50% - 25px);
    background: #353535;
}

.section-title h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}


.team-9 {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.6s;
    transform-style: preserve-3d;
    min-height:420px !important;
}

.team-9:hover {
    transform: rotateY(180deg);
}

.team-9 .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.team-9 .team-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.team-9 .team-content {
    text-align: center;
}

.team-9 .team-content h2 {
    font-size: 25px;
    font-weight: 700;

    margin-bottom: 5px;
}

.team-9 .team-content h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #2f9b30;
}



.team-9 .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    border-radius: 5px;
    transform: rotateY(180deg);
}

.team-9 .team-overlay h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-9 .team-overlay h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

.team-9 .team-overlay p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.team-9 .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.team-9 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team-9 .team-social a.social-tw {
    background: #00acee;
}

.team-9 .team-social a.social-fb {
    background: #3b5998;
}

.team-9 .team-social a.social-li {
    background: #0e76a8;
}

.team-9 .team-social a.social-in {
    background: #3f729b;
}

.team-9 .team-social a.social-yt {
    background: #c4302b;
}

.team-9 .team-social a:last-child {
    margin-right: 0;
}

.team-9 .team-social a:hover {
    background: #222222;
}

#menu-quicklinks  {
    display: flex !important;
    justify-content: end !important;
}


/* Korrekturen Laden! */
.acf-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center; /* Inhalte horizontal zentrieren */
}

.acf-table th,
.acf-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    vertical-align: middle; /* Inhalte vertikal zentrieren */
}

.acf-table thead {
    background-color: #f4f4f4;
    font-weight: bold;
}

.acf-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.acf-table tbody tr:hover {
    background-color: #f1f1f1;
}



#menu-main-menu {
    margin-left: 40px !important;
}

.et_pb_menu .et_pb_menu__menu>nav>ul {
    display: flex !important
;
    margin-left: 30px;
}


.et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    left:auto !important;
    right:0 !important;
}


