/*
Theme Name: Gemeinsam stark fürs NLZ
Description: Custom theme
Author: Benjamin Stauß
Author URI: https://www.stauss.de
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

body .fusion-header-v2 .fusion-secondary-header {
    border-top: none;
}

body .fusion-secondary-header .fusion-alignleft {
    margin-left: calc(30% - 15px);
}

body .fusion-contact-info {
    font-family: 'HelveticaNeueLT-BlackCond';
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5625rem;
    text-decoration: none;
    height: 68px;
    line-height: 4.25rem;
}

aside#sidebar {
    z-index: 50000;
    position: relative;
}

aside#sidebar section#media_image-2 {
    margin-top: -20px;
    overflow: visible;
    z-index: 100000;
    position: relative;
}

aside#sidebar section#media_image-2 img {
    margin-top: -20px;
}

.fusion-secondary-menu > ul > li {
    border: none;
}

.fusion-secondary-menu > ul > li > a {
    font-family: 'HelveticaNeueLT-BlackCond';
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    color: #5aaadf;
    text-transform: uppercase;
    font-size: 1.1rem;
}

body .fusion-content-widget-area .widget li {
    border: none;
    padding: 0;
}

body .fusion-content-widget-area .widget li a {
    color: #000;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLT-BlackCond';
    font-size: 1.625rem;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
    transition: 200ms linear all;
    padding: 0;
}

body .fusion-content-widget-area .widget li a:hover,
body #wrapper .fusion-widget-area .current_page_item > a,
body #wrapper .fusion-widget-area .current_page_item > a:hover {
    color: #fff;
}

body .fusion-content-widget-area .widget li a::before {
    content: none;
}

body ul#menu-footer li a {
    font-family: 'HelveticaNeueLT-BlackCond';
    text-transform: uppercase;
}

body section#content {
    background: #fff url('assets/images/background.png') repeat;
    margin-bottom: 20px;
    padding: 20px;
    /*min-height: 678px; */
    min-height: 638px;
}

body .sidebar .widget h4.widget-title {
    color: #000;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLT-BlackCond';
    font-size: 1rem;
    display: block;
    cursor: pointer;
    position: relative;
    transition: 200ms linear all;
    padding: 0;
    background: transparent;
    margin: 0 0 15px 0;
    text-decoration: underline;
}

body aside#sidebar section#recent-posts-3 {
    background: #fff url('assets/images/background.png') repeat;
    padding: 15px 5px;
    margin-bottom: 20px !important;
}

body aside#sidebar section#recent-posts-3 ul li a {
    font-size: 1.3rem;
}

body aside#sidebar section#recent-posts-3 ul li a:hover {
    color: #5aaadf;
}

body h2.cmp-title {
    font-family: 'HelveticaNeueLT-BlackCond';
}

body.home .post-content p {
    font-size: 12px;
}

body.home .post-content h1 {
    font-family: 'HelveticaNeueLT-BlackCond';
    text-transform: uppercase;
    font-size: 48px;
    line-height: 0.9;
}

@media only screen and (max-width: 430px) {
    body.home .post-content h1 {
        font-size: 24px !important;
    }
}

body.home .post-content a {
    color: #fff;
    text-decoration: underline;
}

.nlz-left > div {
   background-image: url('https://www.gemeinsam-stark-fuers-nlz.de/wp-content/uploads/2019/04/nlz_left.png');
    background-repeat: no-repeat;
    background-blend-mode: inherit !important;
}

.nlz-right > div {
    background-image: url('https://www.gemeinsam-stark-fuers-nlz.de/wp-content/uploads/2019/04/nlz_right.png');
    background-repeat: no-repeat;
    background-blend-mode: inherit !important;
}

.nlz-whole > div {
    background-image: url('https://www.gemeinsam-stark-fuers-nlz.de/wp-content/uploads/2019/04/nlz.png');
    background-repeat: no-repeat;
    background-blend-mode: inherit !important;
    background-size: contain !important;
}

body .gform_wrapper .button,
body .gform_wrapper .gform_button {
    background-color:  #5aaadf;
}

body .fusion-button-default {
    background-color:  #fff;
    border-color:  #5aaadf;
    color:  #5aaadf;
}

body span.parsley {
    font-family: "Parsley";
    text-transform: none;
    font-weight: 400;
    font-size: 30px;
}

body .post-content h1,
body .post-content h2,
body .post-content h3,
body .post-content h4 {
    text-transform: uppercase;
}

@media only screen and (max-width: 1250px){
    body .fusion-secondary-header .fusion-alignright {
        display: none;
    }

    body .fusion-secondary-header .fusion-alignleft {
        width: 100%;
    }

}

@media only screen and (max-width: 800px){
    body .fusion-secondary-header .fusion-alignleft {
        margin-left: 0;
    }

    body .fusion-contact-info {
        padding: 0 0 20px 0;
    }

    body .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header {
        display: none;
    }

    body .fusion-secondary-header .fusion-alignleft {
        padding-bottom: 10px;
    }

    aside#sidebar section#media_image-2 {
        margin-top: 0;
    }

    body aside#sidebar section#recent-posts-3 {
        display: none;
    }
}