/*
Theme Name:   Aino Child
Theme URI:    
Description:  Aino Child Theme
Author:       Jenni Gergen
Author URI:   https://www.nemadesign.de
Template:     aino
Version:      2.6.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
*/


/* latin */

::before, ::after {
	vertical-align: middle !important;
}



.alignfull .alignwide, .content-gap, .site-footer, .wp-block-ainoblocks-accordion-faq-block.alignfull, .wp-block-group.has-background.content-gap {
  padding-left: var(--widewidth-outer-gap);
  padding-right: var(--widewidth-outer-gap);
  padding-left: 0 !important;
  padding-right: 0!important;
}
.wp-block-heading {
  font-weight: 500 !important;

}

.image-wrap {
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-wrap img {
  width: 100%;
  animation: move 20s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 20s ease;
  -webkit-animation: move 20s ease;
  -0-animation: move 20s ease;
  -moz-animation: move 20s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}