/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.hinweis {
font-size: 1.0rem;
color: #444444;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

.avia-promocontent #subline {
width: 200px;
}



}



/*
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 */

#top .no_margin.av_one_fifth {
padding: 5px;
}

.avia-button-no .avia-promocontent {
padding-right: 5px;
}

#sunten .av_four_fifth {
background-color: #999999;
}

.flex_cell_inner #nav {
font-size: 0.8em;
text-align: left:
}

.flex_cell_inner .av_promobox {
margin-left: 255px;
}

}

@media only screen and (max-width: 568px) {
  /* Add your Mobile Styles here */

.flex_cell no_margin .av_one_fifth  .avia-builder-el-11  el_before_av_cell_four_fifth  .avia-builder-el-first {
vertical-align: top;
padding: 30px;

}

.flex_cell_inner .av_promobox {
margin-left: 5px;
width: 200px;
}

.flex_cell_inner #nav {
font-size: 0.8em;
text-align: right:

}

#top .no_margin.av_one_fifth {
padding: 5px;
}

}




/* END */