/*
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
*/

.rot {
	background: #b02b2c !important;
}

/* POST GRID ALIGN LEFT */

.post-grid .grid-items {
    text-align: left;
}

.grid-items {
    width: 100% !important;
}




/* Color of Progress-Bars */


.silver-bar .bar {
    background:  #fdf645;
}


.green-bar .bar {
    background:  #75bc37;
}


.orange-bar .bar {
    background:  #fca042;
}


.red-bar .bar {
    background:  #ef4431;
}



/* Search and Filter Search Form */

/* Horizontal alignment */
.searchandfilter > ul > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
}

.searchandfilter ul li {
	color: #0a0a0a;
}

.searchandfilter ul li li {
    padding: 0 0;
}

.searchandfilter .noUi-connect {
    background-color: #666666;
}

.searchandfilter label {
    color: #0a0a0a;
    padding: 2px 0;
    font-size: 25px;
}

.searchandfilter h4 {
	font-weight: 300;
    color: #0a0a0a;
    padding: 5px 0 10px;
    font-size: 25px;
}



.header-scrolled .logo img { opacity: 0; }
.header-scrolled .logo a {
background-image: url(https://essenmitherz.ch/wp-content/uploads/2019/10/logo-empty.png);
background-size: contain;
background-repeat: no-repeat;
}

