/*
Theme Name: Agrargenossenschaft eG Rathendorf
Theme URI: https://generatepress.com
Template: generatepress
Author: LG-Solution
Author URI: -
Description: Agrargenossenschaft eG Rathendorf is a lightweight Child-WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: Agrargenossenschaft eG Rathendorf
Version: 1.00.1640207629
Updated: 2021-12-22 22:13:49
*/

/* Navigation Logo zentriert 
@media(min-width: 769px) {
    .inside-header>.site-branding,
    .inside-header>.navigation-branding,
    .inside-header>.site-logo,
    .site-branding-container,
    #site-navigation .navigation-branding .site-logo,
    #sticky-navigation .navigation-branding {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }

    #site-navigation {
        margin-left: unset !important;
        display: flex;
    }

    .site-header .main-navigation:not(#sticky-navigation) .inside-navigation {
        margin: unset;
    }

    #site-navigation,
    #primary-menu,
    .main-navigation .inside-navigation {
        flex: 1;
    }*/

    /* Change nth-child(#) to first item to right 
    .main-navigation ul li:nth-child(4) {
        margin-left: auto;
    }
}*/

/* mobile Navigation Hintergrund grün */
nav#mobile-header .main-nav ul.sf-menu {
    background-color: green;
}



/* Navigationsanimation Hauptmenu Linie */
@media (min-width: 769px) {
    .main-navigation .menu > .menu-item > a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);

        display: block;
        width: 0;
        height: 2px;

        background-color: currentColor;
        transition: 0.3s width ease;
    }
    .main-navigation .menu > .menu-item.current-menu-item > a::after,
    .main-navigation .menu > .menu-item.current-menu-ancestor > a::after,
    .main-navigation .menu > .menu-item > a:hover::after {
        width: 50%;}
}


/* Test für Fullsize Hintergrund */
.fullheight-section {min-height:  100vh !important}

/* Datenschutz Workaround */
.forminator-checkbox__wrapper label,.forminator-checkbox__wrapper div {float:left !important} 
.forminator-checkbox__wrapper div {margin-left:10px !important}

@media (max-width: 480px) {
	.form_ds {margin-left: 20px !important; margin-top: -22px !important}
}
/* Karriere Bewerbungsformular einblenden */
.hidden_toggle{display:none}

/* Icon links */

.swiper-button-next, .swiper-button-prev {color:#34482E !important}

