/*
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:*/
/*
.main_color, #main {
  background-color: transparent !important;
}

section.av_textblock_section {
  background-color: #fff !important;
}
*/

div.suche {
    z-index: 2000;
    margin-top: -40px;
    position: relative;
    margin-left: 30%;
    width: 400px;
}

div.suche .avia-arrow {
	display:none;
}

@media only screen and (max-width: 1024px) {
	div.suche {
	display:none !important;
	}
}

div.wpsl-dropdown {
    width: auto !important;
    min-width: 140px !important;
}

#wpsl-hvh-assortment .wpsl-dropdown, #wpsl-hvh-wood-type .wpsl-dropdown {
    z-index: 1 !important;
    width: 179px !important;
}

#wpsl-search-input, #wpsl-category .wpsl-dropdown {
    width: 179px !important;
}

#wpsl-search-btn {
    color: #FFF;
    background-color: #7fb52f;
    background-image: none;
    font-weight: bold;
    text-transform: uppercase !important;
    width: 100px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    overflow: hidden;
    width: 100%;
    height: auto;
}
.embed-container iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
    padding-bottom: 75%;
}