/*
Theme Name: matchING
Description: specially for you
Author: iService
Author URI: http://www.iservice.at
Template: Divi
Version: 1.0
Tags:
*/
@import url("../Divi/style.css");

/*fix horizontal scrolling*/
html, body {
    overflow-x: hidden;
}

/* LOGO Settings mit und ohne schatten 3 Versionen */

@media only screen and (min-width:680px) {

    body.home #main-header #logo_container2 .logo_dark {
        visibility: visible;
        display: inline;
    }

    body.home #main-header #logo_container2 .logo_light {
        visibility: hidden;
        display: none;
    }

    body.home #main-header #logo_container2 .logo_dark2 {
        visibility: hidden;
        display: none;
    }


    body:not(.home) #main-header #logo_container2 .logo_dark {
        visibility: hidden;
        display: none;
    }

    body:not(.home) #main-header #logo_container2 .logo_dark2 {
        visibility: hidden;
        display: none;
    }

    body:not(.home) #main-header #logo_container2 .logo_light {
        visibility: visible;
        display: inline;
    }

    body.page-id-1502 #main-header #logo_container2 .logo_light, body.page-id-983 #main-header #logo_container2 .logo_light, body.page-id-48 #main-header #logo_container2 .logo_light, body.page-id-402 #main-header #logo_container2 .logo_light, body.page-id-400 #main-header #logo_container2 .logo_light, body.page-id-398 #main-header #logo_container2 .logo_light, body.page-id-36 #main-header #logo_container2 .logo_light {
        visibility: hidden;
        display: none;
    }

    body.page-id-1502 #main-header #logo_container2 .logo_dark2, body.page-id-983 #main-header #logo_container2 .logo_dark2, body.page-id-48 #main-header #logo_container2 .logo_dark2, body.page-id-402 #main-header #logo_container2 .logo_dark2, body.page-id-400 #main-header #logo_container2 .logo_dark2, body.page-id-398 #main-header #logo_container2 .logo_dark2, body.page-id-36 #main-header #logo_container2 .logo_dark2 {
        visibility: visible;
        display: inline;
    }




    #main-header #logo_container2 {
        visibility: visible;
        position: absolute;
        top: -32px;
        left: 0px;
        z-index: 9999999;
    }

    #main-header {
        z-index: 999999;
    }

    #main-header .logo_container {
        transition: all 100ms ease-in-out 0ms;
        -webkit-transform: all 100ms ease-in-out 0ms;
        -moz-transition: all 100ms ease-in-out 0ms;
        -o-transition: all 100ms ease-in-out 0ms;

        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;

        width: 0px;
        opacity: 0;
        // visibility: hidden;
    }

    #main-header #logo_container2 {
        visibility: visible;
        transition: all 800ms linear 0ms;
        -webkit-transform: all 800ms linear 0ms;
        -moz-transition: all 800ms linear 0ms;
        -o-transition: all 800ms linear 0ms;

        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;

        width: 200px;
    }

    .et-fixed-header#main-header .logo_container {
        transition: all 1200ms ease-in-out 400ms;
        -webkit-transform: all 1200ms ease-in-out 400ms;
        -moz-transition: all 1200ms ease-in-out 400ms;
        -o-transition: all 1200ms ease-in-out 400ms;

        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;

        width: 200px;
        opacity: 1;
        // visibility: visible;
    }

    .et-fixed-header#main-header #logo_container2 {
        /* visibility: hidden !important; */
        transition: all 800ms linear 0ms;
        -webkit-transform: all 800ms linear 0ms;
        -moz-transition: all 800ms linear 0ms;
        -o-transition: all 800ms linear 0ms;

        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        width: 0px !important;
    }

}


/* MOBILE Improvement */
@media only screen and (max-width:680px) {

    .et-fixed-header#main-header .logo_container {
        visibility: visible;
        display: inline;
    }

    #main-header .logo_container2 {
        visibility: hidden !important;
        display: none !important;
    }


}



/* DIVI Standards */


#et-footer-nav a {
    /* font-weight: 500 !important;
    font-size: 17px; */
}

#main-header, #et-top-navigation {
    /*  font-weight: 300 !important; */
}

#footer-info a {
    /*  font-weight: 300 !important; */
}

#main-content a:hover {
    /*  text-decoration: underline; */
}

#top-header a {
    /* font-weight: 300 !important; */
}


/* STARTSEITE */

#startheader h1 {
    /*font-size: 56px;
    color: #ffffff !important; */
}

#startheader h4 {
    /*font-size: 30px;
    color: #ffffff !important; */
}


body:not(.home) #page-container #top-header {
    background-color: #ffffff !important;
    /* background-color: #0caaa8 !important; */
}

body:not(.home) #page-container #main-header {
    background-color: #ffffff !important;
    /* background-color: #0caaa8 !important; */
}

body:not(.home) #page-container #top-header a {
    color: #7db928;
}

body:not(.home) #page-container #main-header a {
    color: rgba(0, 0, 0, 0.7);
}

body:not(.home) #page-container #top-header li.current_page_item a {
    color: rgba(0, 0, 0, 0.7);
}

body:not(.home) #page-container #main-header li.current_page_item a {
    color: #7db928;
}

#main-header #et-top-navigation {
    //  width: 80%;
    //   left: 10%;
    width: 89%;
    padding-left: 5% !important;
}

#main-header.et-fixed-header #et-top-navigation {

    padding-left: 5% !important;

}



#main-header.et-fixed-header #et-top-navigation {
    width: 87%;
    //width: 80%;


}

#top-menu-nav {
    width: 100%;
}

#top-menu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#k2021-menu-id li, #top-menu li {
    padding-right: 5%;
    padding-left: 2%;
    font-size: 14px;
}

#k2021-menu-id .et_pb_menu__menu, #k2021-menu-id .et_pb_menu__menu>nav, #k2021-menu-id .et_pb_menu__menu>nav>ul {
    width: 100%;
}

#k2021-menu-id2 .et-menu>li {
    padding-left: 0px !important;
    padding-right: 15px !important;
}

#k2021-menu-id2 li.symbol-social-facebook, #k2021-menu-id2 li.symbol-social-instagram, #k2021-menu-id2 li.symbol-social-linkedin, #k2021-menu-id2 li.symbol-social-tiktok{
    padding-left: 0px !important;
    padding-right: 2px !important;
}


#k2021-menu-id li ul li a {
    font-size: 13px;
    line-height: 1.2em;
    text-transform: none;
}



.et-fixed-header #top-menu li li a, #top-menu li li a {
    font-size: 13px;
    line-height: 1.2em;

}

#top-menu li li a {
    color: #656565;
    width: 240px;
    padding: 6px 20px;
    text-transform: none;
}

#top-menu li li {
    margin: 0px;
    padding: 0px 10px;

}

/* END STARTSEITE */

/* NAVI */


header li.zt-adler-mm img {
    -webkit-transition: all 400ms linear 0s;
    /* Safari */
    transition: all 400ms linear 0s;
    width: 80px;
}

header.et-fixed-header li.zt-adler-mm img {
    -webkit-transition: all 400ms linear 0s;
    /* Safari */
    transition: all 400ms linear 0s;
    width: 46px;
}

li.symbol-social-facebook a::before {
    font-family: ETmodules !important;
    content: "\e093";
    font-size: 1.2em;
    font-weight: 400;
}

li.symbol-social-facebook a span {
    display: none;
}

li.symbol-social-facebook {
    margin-right: 5px !important;
    // display: none !important;
}


li.symbol-social-tiktok a::before {
    font-family: ETmodules !important;
    content: "\e07b";
    font-size: 1.2em;
    font-weight: 400;
}

li.symbol-social-tiktok a span {
    display: none;
}

li.symbol-social-tiktok {
    margin-right: 5px !important;
}


li.symbol-social-instagram a::before {
    font-family: ETmodules !important;
    content: "\e09a";
    font-size: 1.2em;
    font-weight: 400;
}

li.symbol-social-instagram a span {
    display: none;
}

li.symbol-social-instagram {
    margin-right: 5px !important;
    // display: none !important;
}

li.symbol-social-youtube a::before {
    font-family: ETmodules !important;
    content: "\e0a3";
    font-size: 1.2em;
    font-weight: 400;
}

li.symbol-social-youtube a span {
    display: none;
}

li.symbol-social-youtube {
    // display: none !important;
}

li.symbol-social-linkedin a::before {
    font-family: ETmodules !important;
    content: "\e09d";
    font-size: 1.2em;
    font-weight: 400;
}

li.symbol-social-linkedin {
    margin-right: 5px !important;
    // display: none !important;
}

li.symbol-social-linkedin a span {
    display: none;
}





#main-header.et-fixed-header #et-top-navigation, #main-header #et-top-navigation {
    width: 100%;
    padding-left: 0% !important;
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    float: unset;
    align-content: center;
    text-align: center;
}




/* END NAVI */


/* HEADER */





@media only screen and (max-width:981px) {

    #main-header .container {}

}






/* CONTENT */

#main-content .et_pb_text a, .et_pb_posts a.more-link {
    color: #7db928;
    // color: #e0732a
    -webkit-transition: all 400ms linear 0s;
    /* Safari */
    transition: all 400ms linear 0s;
    // text-decoration: underline;
}

#main-content .et_pb_text a:hover, .et_pb_posts a.more-link:hover {
    color: #ccaa00;
    // text-decoration: underline;
}

.listesechsschritte .sechschritteelement h3 span {
    margin-left: 40px;
    display: inline-block;
}

.listesechsschritte .sechschritteelement_content {
    margin-left: 4px;
    border-left: 3px dotted #7db928;
    padding-left: 51px;
    padding-bottom: 16px;
    margin-bottom: 10px;
}

.listesechsschritte .sechschritteelement_content2 {
    margin-left: 4px;
    border-left: 3px dotted #ffffff;
    padding-left: 51px;
    padding-bottom: 16px;
    margin-bottom: 10px;
}

#main-content ol li {
    text-indent: -13px;
    margin-left: 13px;
    line-height: 1.3em;
    padding-bottom: 9px;
}

#main-content ul li {
    text-indent: 0px;
    margin-left: 0px;
    line-height: 1.3em;
    padding-bottom: 9px;
}



/* BLOG Grid */

.is_custom_post .et_pb_blog_grid .et_pb_post {
    padding: 0px 0px 0px 0px;
    border: 0px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;

}

@media only screen and (max-width:981px) {
    .is_custom_post .et_pb_blog_grid .et_pb_post {
        padding: 10px 10px 10px 10px;
    }

}

.is_custom_post .et_pb_image_container {
    margin: 0px 0px 0px 0px;
}


.is_custom_post .et_pb_post .more-link {
    padding-top: 15px;
    display: inline-block;
}

/* Umschalter Schatten */

#main-content .et_pb_toggle.et_pb_toggle_open {

    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;

}


/* Form 7 Styles */

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 8px;
    color: #222;
    padding: 8px;
    width: 100%;
}



.wpcf7-form input[type="submit"] {
    transition: all 1200ms linear !important;
    -webkit-transition: all 1200ms !important;
    /* Safari */
    background: #7dbd42 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    border-radius: 8px !important;
    border: 0px;
    font-size: 0.75em !important;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    min-height: 40px !important;
    padding: 10px 40px !important;
    font-size: 17px !important;
    cursor: pointer;


}

.wpcf7-form input[type="submit"]:hover {
    /* background: #51851a none repeat scroll 0 0 !important; */
    background: #ddaa00 none repeat scroll 0 0 !important;
    color: #444444 !important;
}

.darkform .wpcf7-form input[type="submit"] {
    transition: all 1200ms linear !important;
    -webkit-transition: all 1200ms !important;
    /* Safari */
    background: #ffffff none repeat scroll 0 0 !important;
    color: #444444 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    border-radius: 8px !important;
    border: 0px;
    font-size: 0.75em !important;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    min-height: 40px !important;
    padding: 10px 40px !important;
    font-size: 17px !important;
    cursor: pointer;


}

.darkform .wpcf7-form input[type="submit"]:hover {
    /* background: #51851a none repeat scroll 0 0 !important; */
    background: #ffcc00 none repeat scroll 0 0 !important;
    color: #444444 !important;
}

.pdf_download {
    padding: 10px 2px 10px 26px;
    background-image: url("https://neu.pefc.at/wp-content/uploads/2019/06/PDF-icon-small-20x26.png");
    background-repeat: no-repeat, repeat;
    background-position: left;

}

/* PRESSE TABS */


.newspressetab .et_pb_posts .et_pb_post .post-content {
    left: 0px;
    font-size: 14px;
    top: 48px;
}

.newspressetab .et_pb_posts .et_pb_post .post-content a {
    color: #7db928 !important;
}


.newspressetab .et_pb_posts .et_pb_post h2 {
    font-size: 18px;
    left: 0px;
    top: 20px;
}

.newspressetab .et_pb_posts .et_pb_post {
    padding-bottom: 180px;
}


.newspressetab .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery_item.et_pb_grid_item, .newspressetab .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_gallery_item.et_pb_grid_item {
    width: 29.353% !important;
    margin-right: 3.47% !important;
    margin-bottom: 7.47% !important;

}

.newspressetab .et_pb_gallery .et_pb_gallery_items .et_pb_grid_item {
    width: 29.353% !important;
    margin-right: 2.47% !important;
    margin-bottom: 7.47% !important;

}

.newspressetab .et_pb_row_3.et_pb_row {
    margin-left: 0px !important;
}

.newspressetab .et_pb_row_3.et_pb_row {
    margin-left: 0px !important;
}

.newspressetab .et_pb_tab_content .et_pb_row {
    margin-left: 0px !important;
}




@media only screen and (min-width:981px) {
    .newspressetab .et_pb_column_3_4 .et_pb_row_inner.et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery_item.et_pb_grid_item, .newspressetab .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_gallery_item.et_pb_grid_item {
        width: 29.353% !important;
        margin-right: 3.47% !important;
        margin-bottom: 7.47% !important;

    }

    .logo_container #logo {
        max-height: 110px;
    }
}


/* PROMO Sticker */

.promosticker9deg {

    position: fixed !important;
    z-index: 999999;
    bottom: 30px;
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -o-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);

}

/* END CONTENT */

/* FOOTER */

.footer-widget div#custom_html-3 {
    // margin-top: 86px;
}

.footer-widget div#tag_cloud-2 {
    // margin-top: 86px;
}

@media only screen and (max-width:767px) {

    .footer-widget div#custom_html-3 {
        // margin-top: 0px;
    }

    .footer-widget div#tag_cloud-2 {
        // margin-top: 0px;
    }

}

#main-footer .et_pb_widget a {
    transition: color 400ms linear 0s;
}

#main-footer .et_pb_widget a.footerlight {
    color: #aaaaaa;
    transition: color 400ms linear 0s;

}

#main-footer .et_pb_widget a:hover {
    color: #7dbd42;
}



/* END FOOTER */


/* GRAVITY FORM */


/*** BUTTON STYLING ***/
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    background: #7db928;
    text-transform: uppercase;
    border: 2px solid #7db928;
    padding: 9px 20px;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
    color: #ffffff;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0px !important;
}


/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background: #ccaa00;
    border: 2px solid #ccaa00;
    color: #212121;
}


/*** GRAVITY RADIO AND CHECKBOXES ***/
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
    visibility: hidden;
    margin: 0;
    width: 0 !important;
}

.gform_wrapper input[type=checkbox]+label,
.gform_wrapper input[type=radio]+label {
    font-size: 16px;
}

input[type=checkbox]+label:hover,
input[type=radio]+label:hover {
    cursor: pointer;
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    font-family: "ETmodules" !important;
    font-size: 30px;
    position: relative;
    top: 0.3em;
    margin-right: 0.2em;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    display: -moz-inline;
    display: inline;
}

input[type=checkbox]+label:before {
    content: '\056';
}

input[type=checkbox]+label:hover:before {
    content: '\05a';
    filter: alpha(opacity=40);
    opacity: 0.4;
}

input[type=checkbox]:checked+label:before {
    content: '\05a';
    color: #7db928;
}

input[type=checkbox]:checked+label:hover:before {
    color: #7db928;
    filter: alpha(opacity=100);
    opacity: 1;
}

input[type=radio]+label:before {
    content: '\05b';
}

input[type=radio]+label:hover:before {
    content: '\05c';
    filter: alpha(opacity=40);
    opacity: 0.4;
}

input[type=radio]:checked+label:before {
    content: '\05c';
    color: #7db928;
}

input[type=radio]:checked+label:hover:before {
    color: #7db928;
    filter: alpha(opacity=100);
    opacity: 1;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: normal;
}


.gform_wrapper input[type="checkbox"]+label, .gform_wrapper input[type="radio"]+label {
    margin-left: -5px;
}

.gform_wrapper .gfield_checkbox li label {
    margin-left: -3px !important;
}

.gform_wrapper input[type=checkbox] {
    visibility: hidden;
    margin: 0;
    width: 0 !important;
}



/* END GRAVITY FORM */

/* Popup Close Icon Tweak */
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
    top: 0px !important;
    position: fixed !important;
}

@media(orientation: landscape) {
    .mfp-iframe-holder .mfp-content {
        max-height: calc(90vh - 50px) !important;
        max-width: 95%;
    }
}

@media(orientation: portrait) {
    .mfp-iframe-holder .mfp-content {
        max-width: 95%;
        aspect-ratio: 16/9;
    }
}

.mfp-iframe-scaler button.mfp-close {
    top: -50px;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
    top: -50px !important;
}

.video_popup_lightbox .mfp-iframe-holder .mfp-close {
    top: -50px;
}

.video_popup {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.video_popup a:before {
    content: 'play';
    cursor: pointer;
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 54.5px);
    z-index: 20;
    background-color: #fff;
    padding: 55px 27px;
    border-radius: 50%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0a2a3b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.video_popup a:after {
    content: 'E';
    cursor: pointer;
    font-family: 'ETmodules';
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 47px);
    z-index: 20;
    background-color: #fff;
    padding: 55px 27px;
    border-radius: 50%;
    font-size: 40px;
    text-transform: uppercase;
    color: #0a2a3b;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_popup.no_icon:before,
.video_popup.no_icon:after {
    display: none !important;
}

.video_popup:not(.no_icon):hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.video_popup:hover a:before {
    opacity: 0;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
}

.video_popup:hover a:after {
    opacity: 1;
    padding: 65px 37px;
    left: calc(50% - 64.5px);
    top: calc(50% - 65px);
    font-size: 56.5px;
}

@media all and (max-width: 980px) {
    .video_popup a:before {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 10px;
    }

    .video_popup a:after {
        top: calc(50% - 32.5px);
        left: calc(50% - 33px);
        padding: 33px 17px;
        font-size: 32px;
    }

    .video_popup:hover a:before {
        opacity: 0;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
    }

    .video_popup:hover a:after {
        opacity: 1;
        padding: 40px 22px;
        left: calc(50% - 43px);
        top: calc(50% - 42.5px);
        font-size: 42px;
    }
}

/* Show slider arrows always */
.et-pb-arrow-next {
    opacity: 1;
    right: 22px;
}

.et-pb-arrow-prev {
    opacity: 1;
    left: 22px;
}

.et-pb-active-slide .et_pb_slide_description {
    animation-name: none;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\33" !important;
}

/* MOBILE Collapse menu */

.et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\4c';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\4d';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}

.et_mobile_menu {
/* margin-top: 20px;
width: 230%;
margin-left: -65%; */
}


/* MOBILE Collapse menu */