/* Enter Your Custom CSS Here */


/* Mit diesem Eintrag wird der Hintergrund im MegaMenu auf Blau gestellt *//*
header.site-header .thim-menu .main-menu .widget_area .sub-menu, header.site-header .thim-menu .main-menu .menu-item-has-children .sub-menu 
{background-color: #2d3a43;}
/*
  
/* Mit diesem Eintrag wird das Post-Image auf max 600px Breite eingestellt*/
/*.wp-post-image {
	max-width: 600px;
}
*/

/*
 *Fußnoten zentral einrücken 
 */
.easy-footnotes-wrapper{
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 5%;
}



/*
 * Fußnoten einrücken
 * 

/*
*bring blockquote to main color scheme
*/
blockquote {
	
	  font-size: inherit;
    border-left: 3px solid #9ec2dc;
	
	  padding: 10px 20px;
    margin: 20px 0px 20px 0px;
	
	
}


/* Mit diesem Eintrag Thim: List Posts Style 3 anpassen*/
/*Bild ausblednen */
.list-post-style3 .media img {
   /* display: none;*/
}
/*Absatz korrigieren*/
.list-post-style3 p {
      color: #333333;
  		text-align: justify;
}
.list-post-style3 .article-date {
      color: #999;
}

/*Mobile Menü – Farben korrigieren*/
.thim-toggle-mobile-menu .inner {
	background-color: #ffffff;
	
}

.thim-toggle-mobile-menu .inner:after, .thim-toggle-mobile-menu .inner:before {
	background-color: #ffffff;
}

/*Kommentarfunktion ausblenden im Style 4*/
.list-post-style4 .comments-link {
	display: none;
}

.comment-total{
	display: none;
}

/*Autor ausblenden im Style 4*/
.list-post-style4 .author {
	display: none;
}

.list-post-style3 ul {
      color: #333333;
}

.list-post-style3 .title:after {
      bottom: 0px;
}
