/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* Specific category colors */
.cat-agroforst { background-color: #6C7E20 !important; }
.cat-boden     { background-color: #A3683E !important; }
.cat-wasser    { background-color: #0178BD !important; }

/* Neutral grey if multiple of the above are present */
.cat-multiple  { background-color: #999999 !important; }



/* Slide In From The Top Sticky Navigation */

.header-2 {
 transform: translatey(-110px) !important;
 -moz-transition: all .3s ease !important;
 -webkit-transition: all .3s ease !important;
 transition: all .3s ease !important;
 width: 100% !important;
}


.elementor-sticky--effects.header-2  {
 height: auto !important;
 transform: translatey(0px) !important;
}

.elementor-sticky--effects.header-1 {
 display: none !important;
}

/* End Of Slide In From The Top Option */

/* slider - stops text wrapping on large screens */
@media only screen and (min-width: 1025px) {
#n2-ss-2item1 {
	text-wrap: nowrap;
}
}

/* removes margin after text */
.cl-zero-bottom-margin p {
	margin-bottom: 0px;
}