/*
Theme Name: bewerbung.jetztjob.at
Theme URI: http://bewerbung.jetztjob.at
Template: hello-elementor
Author: Sergey Pereyaslavskiy
Author URI: https://sigmacreativity.com/
Version: 1.0.1.1644873046
Updated: 2022-02-14 21:10:46

*/

/*** GENERAL ***/
a{
    color: var(--e-global-color-secondary);	
}
a:hover{
    color: var(--e-global-color-primary);	
}


/*** FOOTER ***/
.footer > div{
	min-height: 8vh;
    align-items: flex-end;
}


/*** CUSTOM CLASSES ***/
.section-embedcode > div{
	min-height: 85vh;	
}


.fixed{
	position: sticky;
    bottom: 0;
}