/* 
 * Wordpress Plugin "Enqueue CSS, JS"
 * Text einfügen unter "custom_css"
 */
/* Menu Farben */
.catchresponsive-nav-menu a, .catchresponsive-nav-menu .current-menu-ancestor > a, .catchresponsive-nav-menu .current_page_ancestor > a,
.catchresponsive-nav-menu a:visited, .catchresponsive-nav-menu .current-menu-ancestor > a:visited, .catchresponsive-nav-menu .current_page_ancestor > a:visited,
.catchresponsive-nav-menu .sub-menu a,
#search-toggle{
	background-color: #616060 !important;
	color: #ffffff !important;
}
.catchresponsive-nav-menu a:hover, .catchresponsive-nav-menu .current-menu-ancestor > a:hover, .catchresponsive-nav-menu .current_page_ancestor > a:hover,
.catchresponsive-nav-menu a:visited:hover, .catchresponsive-nav-menu .current-menu-ancestor > a:visited:hover, .catchresponsive-nav-menu .current_page_ancestor > a:visited:hover,
.catchresponsive-nav-menu li:hover > a, .catchresponsive-nav-menu .sub-menu a:hover, .catchresponsive-nav-menu .sub-menu a:visited:hover,
.catchresponsive-nav-menu .sub-menu .current-menu-item a, .catchresponsive-nav-menu .current-menu-item > a,
#search-toggle:hover, #search-toggle:focus{
	background-color: #2c2c6f !important;
	color: #ffffff !important;
}
.nav-primary{
	background-color: #616060 !important;
	color: #ffffff !important;
}

/* Seitentitel */
.entry-title{
  display:none;
  margin-top:-120px !important;
  margin-bottom:40px !important;
  color: #ffffff !important;
  background-color: rgba(44, 44, 111, 0.6) !important;
  padding: 20px !important;
  position:relative;
}
/* Suchtitel nicht wie Seitentitel behandeln */
.archive-post-wrap .entry-title{
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding:0 !important;
  font-size:24px !important;
  background-color:transparent !important;
}
.archive-post-wrap .entry-title a{
  color:#404040 !important;
  cursor:pointer !important;
  text-decoration:none !important;
}

/* Logo linksbuendig */
.logo-right#site-branding, header > .wrapper {
	padding-left: 0px !important;
}
#site-header {
	padding-right:0 !important;
}
.site-title a {
    color: #2C2C6F !important;
}
.site-title {
	font-size: 53px !important;
  	font-family: sans-serif !important;
 }
.site-description{
    font-size: 17px !important;
}
/* Footer ausblenden */
#footer-content {
	display:none;
}

/* Suche oben rechts ausblenden */
#header-right-search {
	display:none;
}

/* Suchleiste im Menü farblich hervorheben */
#search-container .search-field {
	border-color: #2c2c6f !important;
}
#search-container {
	background-color: #616060 !important;
}

/* VC Tabellen */
table{
  border:none !important;
  margin: 0 !important;
}
td{
  border: none !important;
  padding: 0 !important;
}

/* Brandschutz Liste Icons */
.b-l-icons {
  list-style-type: none !important;
  padding-left: 50px;
  padding-bottom:15px;
  margin-left: 0px;
  background-image:url('/wp-content/uploads/2016/08/Fotolia_21438180_XS_25x25.jpg');
  background-repeat:no-repeat;
  background-position:left top;
}

/* allgemeine Klasse für Links, die nicht unterstrichen werden sollen */
a.g-a-hover-no-text-decoration{
  text-decoration:none !important;
}
/* hiding the metaData in News section Date and Author*/
p.entry-meta {
    display: none;
}