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

/* Avada: Hover nur für NICHT verlinkte Icons deaktivieren */
.fusion-icon:not(a .fusion-icon):hover,
.fusion-icon-wrapper:not(a):hover,
.fusion-social-network-icon:not(a):hover {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  cursor: default;
}

.steiner-bewerben-btn{
display:block;
width:100%;
box-sizing:border-box;
text-align:center;
background-color:#1773b5;
color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:700;
text-transform:uppercase;
letter-spacing:0.5px;
text-decoration:none;
padding:15px 38px;
border-radius:4px;
line-height:1;
transition:background-color .2s ease;
}
.seidel-bewerben-btn:hover{
background-color:#125a8c;
color:#ffffff;
}
