/*
Theme Name: Sparkling OEVT
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Template: sparkling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

sparkling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/


/* Kategorien ausblenden (Theme Sparkling) */
.cat-links {
  display: none !important;
}


/*
Custom Colorscheme
main-red: #EC0005;
*/

@import url("../sparkling/style.css");

body {
	/*background-color: #FFF0EE;*/
	background-color: #EFEFEF;
}

.navbar.navbar-default {
	background-color: #FFFFFF;
	border-bottom: 1px solid #dadada;
}

.navbar-default .navbar-nav > li > a {
	color: #1F1F1F;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #1F1F1F;
}


.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
}

/* POSTS */

.category-berichte {
	border-top: 1px solid #dadada;
}

.category-newsletter {
	border-top: 1px solid #dadada;
}

.category-homepage {
	border-top: 1px solid #dadada;
}


/* Remove Date from Frontpage */
.home .post .entry-meta {
     display: none;
}

.post-inner-content {
	margin-bottom: 40px;
}

/* Footer */

#colophon {
	background-color: #363636;
	border-top: 1px solid #dadada;
}

#post-151 {
	margin-bottom: 100px;
}

#footer-area a {
	color: #dadada;
}

#footer-area a:hover {
  color: #EC0005;
}

.cfa {
padding-top: 20px;
padding-bottom: 20px;
}

.dropdown-menu > .active {
	background-color: #0f0 !important;
	color: #fff !important;
}



/* Tablepress Costum Styling */

.tablepress .row-1 {
	color: #ffffff;
	background-color: #EC0005;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #EC0005;
}

.tablepress .row-hover tr:hover td {
	background-color: #efefef;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #6C2122;
}
/* ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
} */

/*https://colorlib.com/wp/forums/topic/dropdown-menu/ */