/*
Theme Name: Enfold Child
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:*/

#top #section-mobile-bergsteigen .container .content {
    vertical-align: top;
}

/*----------------------------------------
// CSS - Contact form label icons
//--------------------------------------*/
#top .avia_ajax_form.cf-label-icons label{
padding-left: 20px;
}
#top .avia_ajax_form.cf-label-icons label::before {
position: absolute;
left:0;
font-family: 'entypo-fontello';
color:#FFF;
}
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(2) label:before{
content:"ue80a";
}
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(3) label:before{
icon:'ue805';
color:#FFF;
}
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(4) label:before{
content:"ue826";
}
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(5) label:before{
content:"ue83b";
}
/* Input field do not support pseudo elements so we target the last p in the fieldset which is usually the submit button */
#top .avia_ajax_form.cf-label-icons fieldset p:last-child:before{
content:"ue844";
color:#FFF;
font-family: 'entypo-fontello';
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
}

/*----------------------------------------
// CSS - Masonry overlay animation
//--------------------------------------*/

/* Hide date */
#top span.av-masonry-date { display: none; }

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

@media only screen and (max-width: 767px) { 
#section-mobile-kontakt av_section_1.avia-section .av-parallax .av-parallax-inner {
    background-repeat: no-repeat;
    background-image: url(https://hauptwerk.at/wp-content/uploads/2024/01/Kontakt-scaled.jpg);
    background-position: 50% 20%;
}
}

@media only screen and (max-width: 767px) { 
#section-mobile-bg.avia-section .av-parallax .av-parallax-inner {
    background-repeat: no-repeat;
	background-size: cover !important;
    background-image: url(https://hauptwerk.at/wp-content/uploads/2024/01/startseite_mobile.jpg);
    background-position: 0% 50%;
}
}

@media only screen and (max-width: 767px) { 
#section-mobile-modelstart.avia-section .av-parallax .av-parallax-inner {
    background-repeat: no-repeat;
	background-size: contain !important;
    background-position: 0% 50%;
}
}

@media only screen and (max-width: 767px) { 
#section-mobile-team.avia-section .av-parallax .av-parallax-inner {
    background-repeat: no-repeat;
    background-image: url(https://hauptwerk.at/wp-content/uploads/2024/02/team-mobile-scaled.jpg);
    background-position: 0% 50%;
}
}