/*
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
*/


.ctm-skew {
    transform: skewX(-52deg) scaleX(1.1) !important;
}

.ctm-skew2{
    transform: skewX(52deg) scaleX(1.1) !important;
}

.umzug-reinigung-icons img {
	width: 35px !important;
	height: auto;
}


/* Responsive */

@media all and (max-width: 1100px) {
	.umzug-reinigung-icons img {
		width: 30px !important;
	}
}

@media all and (max-width: 820px) {
	.fusion-body .fusion-title.fusion-title-highlight .fusion-highlighted-text-wrapper .awb-animate {
		margin-top: 5px !important;
	}
}


@media all and (min-width: 672px) and (max-width: 820px) {
	.fusion-title h1 {
		font-size: 6vw !important;
	}
}

@media all and (max-width: 672px) {
	.fusion-title h3, .post-content h3 {
		font-size: 6vw !important;
	}
}

@media all and (max-width: 360px) {
	.fusion-title h2 {
		hyphens: auto;
   		-webkit-hyphens: auto;
   		-moz-hyphens: auto;
   		-ms-hyphens: auto;
		hyphenate-limit-chars: 10 3 4;
   		-webkit-hyphenate-limit-before: 3; /* For Safari */
  		-webkit-hyphenate-limit-after: 4; /* For Safari */
  		-ms-hyphenate-limit-chars: 10 3 4;
	}
}