/*
Theme Name: EB Baumaschinen
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*Global*/
.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
}


/*Button Styles*/



#top .main_color .avia-color-theme-color:hover {
    background: transparent;
    color: #872321;
}

#top .main_color .avia-color-theme-color {
    background: #872321;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #872321;
    transition: ease-in-out .3s;
    padding: 15px 40px;
    line-height: 1rem;
}

#top .main_color .avia-color-theme-color-subtle {
    background: #fff;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #872321;
    transition: ease-in-out .3s;
    padding: 15px 40px;
    line-height: 1rem;
    color: #872321;
}
#top .main_color .avia-color-theme-color-subtle:hover {
    background: #872321;
    color: #fff;
}
#top .img-text-sec .flex_column_table .avia-button-wrap {
    margin-top: 20px;
}
/*Menü*/
.html_header_top.html_header_sticky #header {
    position: relative;
}
.html_header_top.html_header_sticky #header.header-scrolled {
    position: fixed;
}
.html_header_top.html_header_sticky #main {
    padding-top: 0;
}

#top #header_main .inner-container {
    padding: 20px;
    display: flex;
    align-items: center;
    height: fit-content !important;
    justify-content: space-between;
}

#top #header_main .container.av-logo-container {
    height: fit-content !important;
    line-height: normal !important;
}

#top #header_main span.logo.avia-standard-logo {
    position: relative;
}

#top #header_main .main_menu {
    position: relative;
}

#top ul#avia-menu span.avia-menu-fx {
    display: none;
}
#top ul#avia-menu {
    display: flex;
    align-items: center;
}
.main_menu .custom-button a {
    background: #872321;
    color: #fff;
    height: fit-content !important;
    line-height: normal !important;
    padding:15px 40px;
    border-radius: 5px;
    border: 1px solid #872321;
    transition: ease-in-out .3s;
}
.main_menu .custom-button a:hover {
    background: transparent;

}
.main_menu .custom-button a:hover span.avia-menu-text {
    color: #872321;
}
.main_menu .custom-button a span.avia-menu-text {
    color: #fff;
}

/*Intro*/
#top .intro-img .flex_column {
    position: absolute;
    max-width: 520px;
    width: 90%;
    background: #efefef;
    bottom: 30px;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 3px #bdbdbd40;
}


span.logo.avia-standard-logo a {
    display: flex;
    align-items: center;
}

#top .contact-sec .flex_column_table{
    display: flex;
    gap: 40px;
}
#top .img-text-sec .flex_column_table {
    display: flex;
}

.contact-sec iframe {
    width: 100%;
}

/*Logo Slider*/
#top .sp-lc-pagination.swiper-pagination.dots.swiper-pagination-clickable.swiper-pagination-bullets {
    margin-top: 30px;
}

/*Fixed Sitenav*/
.quick-nav {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    right: -50px;
    z-index: 99999;
}
.quick-nav.show {
    right: 0;
}
.quick-link {
    display: block;
    margin: 0 0 6px 0;
}
.quick-link a {
    padding: 0;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
span.link-icon {
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #313131;
    height: 100%;
    line-height: 50px;
    display: block;
    border: 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px 1px rgb(93 93 93 / 50%);
            box-shadow: 0px 1px 5px 1px rgb(93 93 93 / 50%);
}
span.link-icon:hover {
    background: #b1b1b1;    
}
.quick-link:last-child {
    margin: 0;
}


#top .new-machines-wrapper .entry-content-wrapper {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top .new-machines-wrapper .single-machine {
    border: 1px solid #CCCCCC;
    padding: 0px 50px 50px 50px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(96% / 3);
    margin-top: 80px;
    transition: ease-in-out 0.3s;
}
#top .new-machines-wrapper .single-machine:hover {
    box-shadow: 0px 0px 3px 3px #bdbdbd40;
}

#top .new-machines-wrapper .single-machine .avia-image-container {
    position: relative;
    top: -20px;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0px 20px;
}
#top .new-machines-wrapper .single-machine .avia-button-wrap {
    margin-top: auto;
}



/*Kundenstimme*/
#top .kundenstimme .av-special-heading {
    max-width: 1110px;
    margin: 0 auto;
    width: 80%;
}
#top .kundenstimme .av-subheading.av-subheading_below {
    margin-top: 20px;
}

/*Impressionen*/
#top .impressionen .container {
    max-width: 60%;
}


/*About us*/
#top .about-us {
    max-width: 85%;
    margin: 0 auto;
    width: 85%;
    display: flex;
    gap: 4%;
    padding: 50px;
}
#top .about-us .flex_cell {
    padding: 0;
    box-shadow: 0px 0px 7px 4px #c8c8c880;
}
#top .about-us .flex_cell .flex_cell_inner {
    display: flex;
    height: 100%;
}
#top .about-us .flex_cell .flex_column.av_three_fifth {
    padding: 30px;
    margin: 0;
}
#top .about-us .flex_cell .flex_column.av_two_fifth {
    display: flex;
    height: 100%;
}
#top .about-us .flex_cell .avia-image-container, #top .about-us .flex_cell .avia-image-container * {
    height: 100%;
    object-fit: cover;
}

/*Kontaktform*/

.half-columns p {
    display: flex;
    gap: 2%;
}
.half-columns p br {
    display: none;
}
#top .half-columns p label {
    width: calc(98% / 2);
}

#top .wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
 background: #872321;
font-size: 16px;
box-shadow: none;
border: 1px solid #872321;
transition: ease-in-out .3s;
padding: 15px 40px;
line-height: 1rem;
color: #fff;
}

#top .wpcf7-form  label {
    font-size: 14px;
}
#top .wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    color: #872321;
}
#top .wpcf7-form input.wpcf7-form-control {
    color: #000;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
}
#top .wpcf7-form input.wpcf7-form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #000;
}

#top .wpcf7-form textarea {
    color: #000;
    background: transparent;
    border: 0;
    border: 1px solid #000;
}
#top .wpcf7-form textarea:focus {
    border: 2px solid #000;
}




/*Responsive*/

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


.responsive .container {
    max-width: 100% !important;
}

#top .img-text-sec.reversed .flex_column_table {
    display: flex;
    flex-direction: column-reverse;
}
#top .img-text-sec.reversed .flex_column_table .flex_column {
    width: 100%;
}


#top .about-us {
    flex-direction: column;
    gap: 50px;
}
#top .about-us .flex_cell {
    width: 100%;
}

#top .contact-sec .flex_column_table {
    flex-direction: column;
}
#top .contact-sec .flex_column_table .flex_column {
    width: 100%;
}




#top .impressionen .container {
    max-width: 100%;
}





div#footer-page .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

div#footer-page .entry-content-wrapper .flex_column.av_one_third {
    width: 100%;
    padding: 0;
    margin: 0;
}
}