 
   /*slider*/
  
           
              .mw-box-slider {
                  position: relative;
                  align-items: center;
              }

              .slideshow-container {
                  padding: 20px 10px 15px 10px;
                z-index:2;
                 width: 78%;
              }

          .slideshow-inner-container{
            display: flex;
                   width: 100%;
                  height: 100%;
             justify-content: center;
             flex-direction: column;
                 align-items: center;
            background:white;
            border-radius:20px;
          }

              img.outter-box-frame {
                  position: relative;
                  z-index: 5;
              }

              img.slide-img {
                  width: 100%;
                  height: 100%;
                  object-fit: contain;
              }

              /* Stil für die Bilder */
              .mySlides {
                  display: none;
              }



              .prev, .next {
                  cursor: pointer;
                  padding: 10px;
                  background-color: rgba(255, 255, 255, 0.5);
                  border: 1px solid #ccc;
                  border-radius: 50%;
                  margin: 0 10px;
                color:#76539C !important;
              }

              .prev:hover, .next:hover {
                  background-color: rgb(0 0 0 / 15%);
              }

        .slider-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 10;
}
          .prev{
          height:45px;
          width:45px;
          display:flex;
          align-items:center;
          justify-content:center;
          padding:0px;
          }
          .next {
          height:45px;
          width:45px;
          display:flex;
          align-items:center;
          justify-content:center;
          padding:0px;
          }

.slider-customer-photo {
    width: 140px;
    height: 140px !important;
    padding: 12px;
    background: #FFF8FC;
    border-radius: 50% !important;
    border: 2px dashed #E3157C !important;
    transform: translateX(-40px);
}
.mw-box-slider {
    display: flex;
    grid-column-gap: 40px;
}
.slide-image-box {
    width: 22%;
    border-radius: 5px;

    position: relative;
}
.mySlides {
    background: #f7f7f7;
    padding: 35px 35px 35px 0px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
     animation: slideIn 0.5s ease-in-out;
     min-height: 400px;
} 
    @keyframes slideIn {
        from {
            transform: translateX(-100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
    
    .dot-nav {
    display: flex;
    grid-column-gap: 5px;
}

.dot {
    width: 38px;
    max-height: 8px;
    height: 8px;
    background: #dddddd;
    border-radius: 20px;
}

.dot.active {
    width: 58px;
    max-height: 8px;
    height: 8px;
    background: #259BD2;
}
 
.slider-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

svg.nav-arrow {
    width: 10px;
    fill: #259BD2;
}

.image-note {
    position: absolute;
    top: -80px;
    background: #d9f3ff;
    max-width: 220px;
    line-height: 1.5em;
    border-radius: 8px;
    right: -80px;
    z-index: 12;
    font-size: 16px;
}
  .image-note-content {
    padding: 15px;
    position: relative;
} 

.note-corner {
    position: absolute;
    width: 30px;
    height: 20px;
    background: #D9F3FF;
    transform: rotate(45deg);
      z-index: -1;
}

@media (max-width:767px){
    .mw-box-slider {
    display: block;
}
.slideshow-container {
    padding: 0px;
    z-index: 2;
    width: 100%;
}
.mySlides {
    flex-direction: column;
    align-items: center;
    padding:15px;
    text-align:center;
}
.slider-customer-photo {
    transform: translateX(0px);
    width:100px;
    height:100px !important;
    padding:7px;
    background-image: none;
    margin-bottom: 10px;
}

.dot {
    width: 18px;
}

.dot.active {
    width: 38px;
}
.slider-nav {
    margin-top: 15px;
}
.image-note {
    position: relative;
    top: 0;
    right: 0;
    max-width: 65%;
}
img.slide-box-img {
    width: 120px;
}
.slide-image-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-column-gap: 15px;
}

.note-corner {
    top: 15px;
    left: -10px;

}
}


/* section gradients */  
.gradient-hero::before {
    --background-overlay: '';
background: rgb(12,13,14);
background: linear-gradient(180deg, rgba(12,13,14,1) 0%, rgba(12,13,14,0.5) 25%, rgba(12,13,14,0.5) 69%, rgba(12,13,14,1) 100%);
}


.elementor-element {
    background-position: center;
    background-size: cover;
}


/* Leiter */  
.c-team-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 2px dashed #259BD2;
    padding: 8px;
    border-radius: 5px;
    background: #F5FEFF;
}



.calimero-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
      grid-row-gap: 20px;
}
img.c-team-member {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}
span.c-team-note {
    font-size: 14px;
    line-height: 1.4em;
}
span.c-team-note.is--name {
    font-weight: 600;
}

@media (max-width:1280px){
   .calimero-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
} 
}
@media (max-width:992px){
   .calimero-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
} 
}
@media (max-width:767px){
   .calimero-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
     grid-column-gap: 15px;
      grid-row-gap: 15px;
} 
}


a.video-link {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    transition: all 0.3s ease;
}

a.video-link:hover {
    transform: scale(1.1);
}

svg.play-icon {
    width: 35px;
    fill: #F9B805;
}



/* cta card below map */  
.svg_wrapper{
    width:140px;
}

@media only screen and (max-width:1280px){
.svg_wrapper{
    width:90px;
}
}
@media only screen and (max-width:767px){
.svg_wrapper{
    width:50px;
}
}

.service_card:hover .circle {
    transform: scale(1.08); 
}

circle.circle.is--grey {
    fill: #fff;
       transition: transform 0.5s ease;
}

path.path-pink{
    fill:#E31818;
}

path.path-red{
    fill:#6C2C2C;
}

path.path-blue{
    fill:#259BD2;
}
path.path-green{
    fill:#009539;
}
path.path-orange{
    fill:#F9B805;
}
svg.icon-box_icon {
    width: 100%;
}


.eapps-widget-toolbar {
    display: none!important;
}
button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-header-write-review-button {
    background-color: #259BD2 !important;
}


/* bewertungen like mainweb */  
.home-reviews_card {
    width: 380px;
    height: 100%;
    font-size:15px;
    line-height:1.80em;
    text-align: center;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px 20px 20px 20px;
    display: flex;
    position: relative;
    box-shadow: 0 0 30px -1px rgba(0,0,0,.1);
}

.home-reviews_wrapper {
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 40px;
    display: flex;
}
.home-reviews_component {
    width: 200%;
    display: flex;
}

.home-reviews_card-photo {
    width: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
}
  /* This targets all the children of the home-reviews_component on hover*/
  .home-reviews_component:hover > * {
    animation-play-state: paused;
  }

  /* This targets all the children of the home-reviews_component and adds an animation*/
  .home-reviews_component > * {
    will-change: transform;
    animation: marquee-horizontal 39s linear infinite;
  }
	
  /* Defines the animation */
  @keyframes marquee-horizontal {
    from { transform: translateX(0%); }
    to { transform: translateX(-100%); }
  }


.Main__Container-sc-1oq93m5-0.itrHqw.es-main-container {
    max-width: 1450px !important;
}
