/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* wpml language switcher */
.wpml-ls-menu-item .wpml-ls-flag {
    width: 18px;
    height: 12px;
}


/* videos responsive - https://www.netz-gaenger.de/blog/wordpress-tutorials/wordpress-eingebettete-videos-responsive-machen/ */
.video-shortcode{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.video-shortcode iframe, .video-shortcode video, .video-shortcode object, .video-shortcode embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* icons footer */
#footer-icons{
	width: 50px!important;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	@media (min-width: 900px){
		margin-right: 20px;
	}
	@media (min-width: 1000px){
		margin-right: 40px;
	}
	@media (min-width: 1100px){
		margin-right: 60px;
	}
	@media (min-width: 1200px){
		margin-right: 80px;
	}
}
#footer-icons li:not(:first-child){
	margin-top: 15px;
}
#footer-icons li img{	
	transition: .5s;
}
#footer-icons li a:hover img{
	transform: scale(1.1);
}


/* old video css - error here: https://www.frauenhelfenfrauen-es.de/veranstaltungen/femizide-morde-an-frauen-weil-sie-frauen-sind/
.video-shortcode{
    overflow: hidden!important;
    position: relative!important;
}
.fusion-video iframe, iframe{
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
*/