/*
Theme Name:		Impuls Child
Theme URI:		http://impuls-werbeagentur.at
Description:	Impuls Child Theme
Author:				Impuls Werbeagentur by Andras Joni
Author URI:		http://impuls-werbeagentur.at
Template:			visual-composer-starter
Version:			1.0.0
Text Domain:	visual-composer-starter-child
*/

/********************START LOAD FONTS********************/
/*import fonts first*/
/*end import fonts first*/

/********************START IMPORT STYLES********************/
@import url("css/theme_fonts.css");
@import url("css/theme_layout.css");
@import url("css/theme_header.css");
@import url("css/theme_footer.css");
@import url("css/theme_custom.css");
@import url("css/animation.css");

@import url("css/module/werteslider.css");
@import url("css/module/kundenstimmenslider.css");
@import url("css/module/teilnehmerstimmenslider.css");
@import url("css/module/inspirationsslider.css");
@import url("css/module/kundenlogos.css");
@import url("css/module/leistungsversprechen.css");
@import url("css/module/partner-experten.css");
@import url("css/module/fullrow-cta.css");
@import url("css/module/seminar-cta.css");
@import url("css/module/awardmodul.css");
@import url("css/module/teaserboxen.css");
@import url("css/module/moodbild.css");
@import url("css/module/leistungsangebot.css");
@import url("css/module/seminar-anmeldung.css");

/********************END IMPORT STYLES********************/

img[src$=".svg"] {
    width: 100%;
    max-width: 100%;
}

.hide { 
	display: none !important;
}