/*
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
*/
a:focus-visible {
 outline: 2px solid #000;
 outline-offset: 4px;
}

/*******************
 * HEADER
 *******************/
.incon_header-btn p {
    margin: 0;
}

/*******************
 * LEISTUNGYBOX
 *******************/
.incon_btn-text p {
    margin-bottom: 0px!important;
}
.incon_btn-text p a {
    color: #D73F33;
    font-weight: bold;
}
.incon_btn-text p a:hover{
	color: #52819F;
}

/*******************
 * ICONS
 *******************/
.incon_check-icons i::before {
    font-size: 22px;
}


/*******************
 * FOOTER
 *******************/
#incon_footer .incon_links p a {
    color: #505253;
    text-decoration: underline;
}
#incon_footer .incon_links p a:hover {
    color: #35BAF2;
    text-decoration: underline;
}