/*
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:*/
a {
    text-decoration: underline;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

#top .main_menu .menu ul li a {
    color: #333;
}
#top .main_menu .menu ul li a:hover {
    color: #db002f;
}
#top .header_color .main_menu .menu ul .current_page_item > a {
    color: #db002f;
}
.header_color .sub_menu > ul > li > a,
.header_color .sub_menu > div > ul > li > a,
.header_color .main_menu ul:first-child > li > a,

#top .header_color .main_menu .menu ul .current-menu-item > a,
#top .header_color .sub_menu li ul a {
}
.tagcloud a {
    border: none;
    padding: 0 5px 0 0;
}
#top #wrap_all .avia-gallery .avia-gallery-thumb a {
    margin-right: 5px;
}
#top div .avia-gallery .avia-gallery-big {
    margin-bottom: 10px;
}
.avia-icon-list .iconlist_icon {
    height: 44px;
    width: 44px;
    line-height: 44px;
}

.content,
.sidebar {
    padding-bottom: 25px;
    padding-top: 30px;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
    font-size: inherit;
}

#top .fullsize .template-blog .post-title {
    font-size: 13px !important;
    padding: inherit;
}

.avia-section-large .content,
.avia-section-large .sidebar {
    padding-bottom: 20px;
    padding-top: 40px;
}
.arrow-text {
    padding-right: 10px;
    width: 23px;
}
.entry-content ul {
    list-style: none !important;
}
#top #searchsubmit {
    width: 30% !important;
}
.flex_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_item {
    flex: 1;
    padding-left: 20px; /* Adjust as needed */
}

.flex_container:nth-child(even) {
    background-color:#f7f7f7;
}


.unknown {
    color: #db002f;
    font-weight: bold;
}
#top div .ajax_not_found {
    display: none !important;
}
body .container_wrap .avia-builder-el-last {
    margin-top: 5%;
}
.product-images {
    margin-top: 20%;
}
.hersteller-images {
    display: flex;
    align-items: center;
    /* margin-top: 5%; */
}
/* .hersteller-img {
    height: 470px;
    width: 455px; */
/* margin-top: 10%;
} */

.av-special-heading {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 50px;
    position: relative;
}

.avia-image-container.avia-align-center {
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
    clear: both;
}
.avia-image-container {
    position: relative;
    max-width: 100%;
}
.avia-image-container.avia-align-center .avia-image-container-inner {
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
}
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 3px;
    position: relative;
    max-width: 100%;
}

#search-container{
    display: none;
}

.title_container .breadcrumb {
    right: unset !important;
}
    
.logo,.logo a {
    height: unset !important;
}

@media only screen and (max-width: 768px) {

    #search-container{
        display: block;
        padding-top: 1em;
        padding-bottom: 2em;
    }

}
