/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/*
Theme Name:     enfold-child-2
Description:    
Author:         IDM3Admin
Template:       enfold

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*---------------------------------------------------------------------------------------------------
CSS - Aufbau
- Allgemeines
- Kacheln und Kachel-Seiten
- sticky menu der Unterseiten
- Entfernen der Stricke zwischen den Social Bookmarks
- Schriften
- Header
- Suche
- Blog
- Sonstiges

- Hoffmann digital
- Metasuche

- Mobile Styles
-- Kacheln mit Balken
-- Burger Menü früher einschalten
-----------------------------------------------------------------------------------------------------*/

/*-------------------------------
Allgemeines
----------------------------------*/
/*verhindert dass das Menü in der Länge abgeschnitten bzw. vom PluginInhalt verdeckt wird*/
#top #wrap_all {
    overflow: visible !important;
}
#top #avia-menu li{
	overflow:visible !important;
}

/*Hintergrundfarbe*/
#main, body{
    background-color: #fff;
}

#main main{
    padding:0px;
    min-height:100px;
}


/* Rahmen bei Bildern weg */
div.wp-caption.alignnone  {
   border: none !important;
   margin-bottom: 0px !important;
 } 

/* Galerien in Marginalienspalten erhalten 100px Rand links */
div.avia-gallery {
   margin-left: 100px !important;
 } 

/* Bild/Text Verhältnis bei AJAX-Portfolio-Einträgen verändern */
div.av_table_col.first.portfolio-preview-image  {
   width: 40% !important;
 } 
div.av_table_col.portfolio-entry.portfolio-preview-content  {
   width: 60% !important;
 } 
.grid-entry .grid-content {
    min-height: 80px;
}
.div.flex_column.av_two_fifth.flex_column_div.av-zero-column-padding.avia-builder-el-8.el_after_av_two_fifth.el_before_av_one_fifth  {
   margin-left: 147px !important;
 } 


/*.page-id-1470 div.stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container, .page-id-1560 div.stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container{
   margin-bottom: -56px !important;
   background-color: rgba(255, 255, 255, 0) !important;
} */
.avia-section.sub_page{
   margin-top: -56px !important;
   position: relative;
   background-color: rgba(255, 255, 255, 0) !important;
} 

/* Breadcrumbs */
div.breadcrumb.breadcrumbs.avia-breadcrumbs {
   background-color: rgba(255, 255, 255, .7) !important;
   right: -5px;
   padding: 1px;
   padding-right: 50px;
   border-radius: 4px;
} 

/*Link in Farbsektion einer Seite*/
.av-section-color-overlay-wrap h1 a {
    font-size: 55px;
}

/*Weißraum verkleinern zwischen dem Untermenü und der ersten Überschrift*/
div#after_submenu .template-page.content.av-content-full.alpha.units{
	padding: 20px 0px;
}


/* Sekundäres Menü rechts oben */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
#header_meta {
  border-top:none;
  z-index: 10;
  min-height: 0px;
  border-bottom-width: 1px;
  margin-bottom:-1px;
  margin-top: 0px;
  top: 10px;
  height: 0px;
  border: solid 0px white;
 }
}

/*Suchergebnissseite*/

.search .template-search.content{width: 100%;}
.search .sidebar{ display: none !important;}

}