/*
 Theme Name:   hello-elementor-child
 Theme URI:    https://aryussoftware.de
 Description:  A child theme of hello-elementor WordPress theme.
 Author:       Max Aryus
 Author URI:   https://aryussoftware.de
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html



/* Optional: you can add a transition effect when the image changes */
.elementor-element-fa263e4 img {
    transition: opacity 0.3s ease;
}

#team .swiper-wrapper{
    height:1000px!important;
}

#team .qodef-e-inner {
  display: flex;
  flex-direction: column;
  height: 95%;
  align-items: center;;
}


.elementor-column:hover > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-icon-wrapper > .elementor-icon > i {
  transform: translateX(15px);
  transition: transform 0.3s ease;
  color: rgb(40, 167, 225) !important;
}

span:hover.elementor-divider-separator {
  transform: translateX(15px);
  transition: transform 0.3s ease;
}

.is-form-id-697 {
    border-radius: 10px;
}

input#is-search-input-697.is-search-input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

button.is-search-submit .is-search-icon {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; 
}

#team .qodef-e-text {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

@media only screen and (max-width: 700px) {
	#team .attachment-full {
  	width:180px!important;
	}

	#team .swiper-wrapper{
    height:600px!important;
  }
	#team .qodef-e-text {
	  position: absolute;
	  top: 35%;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0 40px;

  }
  .clist{
    text-align: center;
    list-style-position: inside;
  }

}

