/*
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
*/
/* general */
h1, h2, h3, h4, h5 {
	text-rendering: geometricPrecision !important;
	   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

/***** Teaser Rollover for "Mitglieder" and "Partner"  *****/
.fusion-rollover .fusion-rollover-link,
.fusion-rollover .fusion-rollover-sep,
.fusion-rollover .fusion-rollover-gallery,
.fusion-rollover .fusion-rollover-categories {
	display: none;	
}

.fusion-image-wrapper .fusion-rollover {
	background-image: none !important;
	background-color: rgba(255,255,255,0.9);
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title .fusion-rollover-title-link {
	color: var(--awb-color4);
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title .fusion-rollover-title-link {
	font-size: 1rem;
	line-height: 1.2rem;
	display: block;
}

.fusion-portfolio-content-wrapper .fusion-image-wrapper img {
	padding: 30px;
}

/***** Metanavigation  *****/
#menu-metanavi {
	text-transform: uppercase;
}

/***** Lupen Position in Metanavi  *****/
.awb-menu__overlay-search-trigger::before {
  
  margin-top: -6px;

}


/***** Font Size on Portfolio-Teaser  *****/
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title .fusion-rollover-title-link {
  font-size: 2rem;
  line-height: 2rem;
}

/***** border color Checkbox Form  *****/
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label::before {
  border-color: #333 !important;
}

/***** Table Landesbauordnungen *****/
#table-landesbauordnungen.table-1 table thead {
	background-color: #f6f6f6;
	height: 110px;
}

#table-landesbauordnungen.table-1 table th {
	background-color: transparent;
	transform: rotate(-90deg);
	padding: 0px 5px;
  	text-align: center;
}

#table-landesbauordnungen.table-1 table td {
  padding: 6px;
}

/*linksbündigkeit Breadcrump in Mobile View*/
.fusion-page-title-bar .fusion-breadcrumbs {
  text-align: left;
}
