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

.fusion-secondary-header {
    list-style-type:none;
    color:#fff;
    border-bottom:none;
    font-size:14px;
}

.fusion-secondary-menu ul li:hover {
	text-decoration:underline;
	}

.seitenwechsel a{
    color:#fff;
}

.seitenwechsel a:hover{
    color:#fff;
    text-decoration:underline;
}

.seiteaktiv {
    position:relative;
    width:auto;
    padding-left:10px;
    padding-top:16px;
    padding-bottom:16px;
    padding-right:10px;
    margin-left:10px;
    background-color:#fff;
    color:#d10019;
    height:35px;
    line-height:35px;
    font-weight:700;
}

.fusion-alignleft li{
    list-style:none;
    line-height:0;
    padding:0px;
    margin:0px;
}

.searchform .search-table .search-button input[type="submit"]{
    background: #fff;
    color:#7a7a7a;
    border:none;
}

.searchform .search-table .search-button input[type="submit"]:hover{
    color:#fff;
}

.azubi-start{
    position:absolute;
    bottom:0px;
    right:0px;
}

.wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
    position: relative;
    padding-right: 0px;
    outline: 0px;
    border: 0px;
    width: auto;
	padding-top:17px;
	padding-bottom:17px;

}

.wpml-ls-legacy-dropdown {
	 width:auto;
	 margin-right:10px;
	 padding-top: 10px;
	 }

.wpml-ls-sidebars-searchlanguage {
	margin-right:20px;
	padding-top: 10px;
    padding-bottom: 11px;
}
	 
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	z-index:300;
	height:30px;
	}
	
.panel-title a:hover {
	color:#d10019;
	}
	
.breadcrumbs-navigation, .breadcrumbs-navigation a {
	color: #333333;
	font-size:12px;
	}


.sub-icon2 {
  background-color:#d10019;  
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.sub-icon2:hover {
    background:#950213;

}

.entry-title, .fusion-post-title {
	font-weight:700;
	font-size:40px;
	color:#d10019;
}

/*------------------------------  Mobile  --------------------------*/


@media only screen and (max-width : 800px) {
  

  
 .seitenwechsel .seiteaktiv {

    width:auto;
    padding-left:10px;
    padding-top:11px;
    padding-bottom:11px;
    padding-right:10px;
    margin-left:10px;
    background-color:#fff;
    color:#d10019;
    height:35px;
    line-height:35px;
    font-weight:700;
}

.wpml-ls-legacy-dropdown {
	 width:60px;
	 margin-right:10px;
	 position:relative;
	 float:right;
	 
	 }
  
.fusion-social-links-header {
	width: 60px;
	float:left;
    position:relative;
	display:none;

  
}

.widget_icl_lang_sel_widget {
	position:relative;
	float:right;
	width:100%;
	}
	

.wpml-ls-sidebars-searchlanguage {
    width: 100px;
    float: right;
}
  
}  


