/*
Theme Name: responsive-miti
Description: Child theme fuer des responsive-thema 
Author: miti
Template: responsive
*/

@import url("../responsive/style.css");

h6 { font-size: 20px }


.post-meta {
  display: none;  /* Autor und Datum bei allen ausblenden  */
}

.category-privat .post-meta {
  display: inline;  /* in dieser Kategorie Autor und Datum einblenden */
	color: #9f9f9f;
	font-size: 16px;
	margin-bottom: 10px;
}

.post_title {
	margin-bottom: 0px;
}


.category-privat .post-data,
.category-buecher .post-data,
.category-marketing .post-data,
.category-artikel .post-data,
.category-software .post-data,
.category-privat .post-data {
   display: none;  /* anzeige der kategorie ausblenden */
}

.powered {
  display: none;  /* Autor und Datum bei allen ausblenden  */
}
.col-300 {
  margin-bottom: 4px
}



.textwidget p {  /* silbentrennung für den text in den textwidgets */
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
}

.textwidget p {  /* zeilenabstand für den text in den textwidgets */
line-height: 145%;
  margin: 1em 0;
}

.textwidget h2 {
  margin-bottom: 14px;  
  }

.fp_willkommen, .fp_auszeichnet {
	min-height:450px
    }

.fp_willkommen { /* grafik, im willkommen block auf der frontpage */
  background-position: right bottom !important;
  }

.fp_auszeichnet li {
  margin-bottom: 9px !important;
  }

.textwidget li {
  margin-bottom: 5px;  
  }


#container {
   background-color: #ffffff;
   padding: 0 14px;
  }

#header {
   background-color: #efefef;
  }

.panel-row-style {
  margin: 0px 14px; 
    }
  
.page h1.entry-title { /* keine überschriften auf pages */ 
  display: none;
  }

#wrapper {
  border: 0px;
  padding: 0px;
  margin: 0px;
}  
  
.top-menu {
  padding-right: 10 px;
  }

/* menüs mit farbverläufen  */

/*    background: red; /* For browsers that do not support gradients */
/*    background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
/*    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
/*    background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
/*    background: linear-gradient(red, yellow); /* Standard syntax */
 

/* Menüfarbe grün

 .menu {
    background: #264D00;
    background: -moz-linear-gradient(center top , #408000, #66CC00);  
    background: -webkit-linear-gradient(#408000, #66CC00);  
    background: -o-linear-gradient(#408000, #66CC00); 
    background: linear-gradient(#408000, #66CC00); 
    clear: both;
    margin: 0 auto;
  }

.menu a:hover {
    background: #264D00;
    background: -moz-linear-gradient(center top , #264D00, #408000);  
    background: -webkit-linear-gradient(#264D00, #408000);  
    background: -o-linear-gradient(#264D00, #408000); 
    background: linear-gradient(#264D00, #408000); 
  color: #fff;
}
 */

.menu a { font-size: 1.2em; }

/* Menüfarbe blau */

 .menu {
    background: #8299b0; 
    clear: both;
    margin: 0 auto;
  }

.menu a:hover {
    background: #58738d; /* #62809d; */
  color: #fff;
}

h5 { margin-top: 0px; margin-bottom: 20 px; }

/* optimierungen für siteorigin widgets */

.widget_siteorigin-panels-builder { margin-bottom: 0px !important; } /* kein abstand hinter dem panels builder widget */
.sow-image-grid-wrapper { padding-top: 0px !important; } /* kein Abstand vor dem image grid */