/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*Newsletter re-captcha */
#newsletter_form_updated .re-captcha-newsletter .g-recaptcha {
    width: 225px;
    margin: 0 auto;
}
#newsletter_form_updated .g-recaptcha {
    transform:scale(0.75);
    transform-origin:0 0;
}
.error-newsletter,
.success-newsletter,
.captcha-newsletter {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  display:none;
}

.error-newsletter, .captcha-newsletter  {
  color: #D8000C;
  background-color: #FFBABA;
}
.success-newsletter {
  color: #270;
  background-color: #DFF2BF;
}
#newsletter_form_updated .datenchutz__label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-weight: normal;
}
/*Newsletter re-captcha */

/* Layout */

.half-width { width:48.5%; float:left; clear:none !important; }
.post:not(.type-autor) { background: #fff; box-shadow: rgba(0,0,0,.117647) 0 1px 3px; }
#posts-container { margin-bottom:100px; }
.home-page-circles > div { background-size: auto !important; }
.home #main { margin:0 auto; }
#main { margin:100px auto; }

.float-left, .left { float:left; }
.right { float:right; }
.post-content p.p-no-margin { margin-bottom: 0; }
a.active-link { color: #b4153e; }

.fusion-body .fusion-separator.sep-solid { border-bottom: none !important; }

.hide { display: none !important; }
body.page-template-100-width-praxisbewertung #main > .fusion-row { max-width: 100%; } 
html body.page-template-100-width-praxisbewertung #main { padding:0; } 

/* Custom Styles on Homepage */
body .avada-has-rev-slider-styles .avada-skin-rev { border:none; }

/* Recent posts home page */
.home .recent-news-home .fusion-column.col-lg-4 {width: 32%; margin-right: 0;}
.recent-news-home .fusion-column.col-lg-4 { padding:0; border: 1px solid #ddd; margin-right:4.5%; width:30%; }
.recent-news-home .fusion-column.col-lg-4:last-child {margin-right:0; }
.recent-news-home { margin-top:50px; }
.recent-news-home .recent-posts-content { padding:0 25px; }
.recent-news-home .recent-posts-content:after { content: "\f061"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #b51640; float:left; margin-bottom:25px; }
body .post-content .recent-news-home p { font-size:14px; }

/* Custom Styles on Homepage */



/* Header */
.fusion-contact-info { font-size:14px; }
.post-type-archive-product .avada-page-titlebar-wrapper { display: none; }

/* Header Menu */
.fusion-main-menu { margin-top:47px; }
.fusion-main-menu i { font-size:20px; }
#menu-main-menu .fusion-megamenu { padding:40px 0; }
.ltr .fusion-megamenu-wrapper .fusion-megamenu-sitewidth .fusion-megamenu-submenu:first-child { border-left:none; }
.ltr .fusion-megamenu-wrapper .fusion-megamenu-sitewidth .fusion-megamenu-submenu:last-child { border-right:none; }
.fusion-body .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu { border-color: #7d8184; }
.fusion-megamenu-wrapper .fusion-megamenu-submenu { padding: 0 0 31px 0; }
#menu-main-menu .fusion-megamenu-title a { color: #fff; }
#menu-main-menu .fusion-megamenu-title { color: #fff; }
.fusion-megamenu-bullet { display:none; }
#menu-main-menu .fusion-megamenu-holder { border:none;}
#menu-main-menu > li.fusion-megamenu-menu >  a .fusion-megamenu-icon{ color:#fff; }

/* agb checkbox  product page */
.product-agb-wrapper {
	margin-bottom: 10px;	
}
body .product-agb-wrapper label {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	padding: 5px ;
}
/* end agb checkbox */

/*  Product Filter */
body.post-type-archive-product .category-menu {
    justify-content: center;
}
#filters ul.is_subcat li a {
    padding: 10px 20px;
}
#filters ul {
    margin: 0;
    list-style: none;
}
#filters ul li {
    display: block;
    float: left;
}
#filters {
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180,180,180,.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180,180,180,.2);
    box-shadow: 0px 1px 2px 0px rgba(180,180,180,.2);
}
#filters {
    background: #ffffff;
    display: flex;
    justify-content: center;
    position: relative;
}
#filters ul li a {
    border: none;
    background: none;
    padding: 20px;
    font-size: 13px;
    cursor: pointer;
}
.has_subcat > a {
    position: relative;
}
.has_subcat > a:after {
    content: "";
    position: absolute;
    top: 27px;
    right: 5px;
    color: #333333;
    height: 5px;
    width: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
    transition: .2s ease;
}
a.filter-arrow-rotate:after {
    top: 27px;
    transform: rotate(-45deg);
}
ul.is_subcat {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: none;
    position: absolute;
    top: 100%;
    left: -231%;
}

.is_subcat.subcat-opened {
    padding: 10px 0;
    display: flex;
    width: 100%;
    left: 0;
    background: #f8f8f8;
    justify-content: center;
    border: 1px solid #ddd;
}
ul.is_subcat {
    position: absolute;
    top: 100%;
}
@media only screen and (max-width: 767px) {
    #filters ul li a {
        font-size: 15px;
        padding: 12px 20px;
    }
    body.post-type-archive-product h1.product_title {
        font-size: 28px;
    }
    ul.is_subcat {
        display: none;
        position: static;
        opacity: 1;
        margin-left: 20px;
    }
    ul.is_subcat li a {
        font-size: 14px !important;
        padding: 10px 30px !important;
    }
}
@media only screen and (max-width: 1024px) {
    #filters ul li {
        display: block;
        float: none;
    }
    #filters ul li a {
        display: block;
        float: none;
        border: none;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }
    #filters ul {
        padding: 0;
    }
    #filters ul li:last-child a {
        border: none;
    }
}

@media only screen and (max-width: 800px) {
    .archive.woocommerce .is_subcat.subcat-opened {
        display: block;
        position: static;
        background: 0 0;
        border: none;
    }
}
/* Product Filter */



/* Investor profile */
.title-chart { font-weight:bold; color:#b4153e; margin-top:25px; }
.deals-table { width:100%; margin-top:25px; float:left;  }
.deals-table thead { font-weight:bold; color:#000; border-bottom: 1px solid #000; }
.deals-table td { padding: 5px 5px; }
.deals-table tr { border-bottom: 1px solid #ddd; }
.deals-table td.target { width:250px; }
.deals-table td a { color:#b4153e; }

.investorprofile-template .single-post { width:100%; }

.navigation-buttons > span { width:50%; text-align: center; float:left; color:#b4153e; padding:10px 0; }
#sidebar .navigation-buttons > span { width:70%; }
.navigation-buttons .left { width: 25%; }
#sidebar .navigation-buttons .left { width: 15%; }
.navigation-buttons .right { width: 25%; text-align: right; }
#sidebar .navigation-buttons .right { width: 15%; }
.navigation-buttons { float:left; width:100%; margin-top:50px; padding-top:25px; }
#sidebar .navigation-buttons { border:none; margin-top:0; padding:0; margin-bottom:25px; }
.navigation-buttons a { color: #b4153e; }
.navigation-buttons i { background: #b4153e; color:#fff; padding:15px; }

.navigation-buttons .left i { margin-right:15px; }

.investor-logo { float:left; margin: 25px 0; border:1px solid #ddd; width:100%; padding:25px; background: #fff; }
.investor-logo img { display:block; margin:0 auto; }
.contact-data-block { float:left; width:100%;}
.contact-data-block a { color:#b4153e; }
.contact-data-block span b { color:#000; }
#canvas { width:100%; }
.ChartSecond { position:relative;}
.hide-label-second { position: absolute; height: 23px; width:100%; background: #fff; }

/* About us page*/
.fusion-person .person-desc .person-author .person-name { font-size: 22px; color: #333; font-weight: bold; }
.fusion-person .person-desc .person-author .person-title { color:#b51640; font-size:12px;   }
.fusion-about-us .parallax-inner { background-size:75% !important; }

/* Category Page*/
.category-menu { float:left; width:100%; font-size:16px; margin-bottom:100px; border-bottom:1px solid #ddd; display: flex; justify-content: center; padding-top: 20px; background: #ffffff; }
.category-menu .title { float:left; color: #333; text-transform: uppercase; margin-right:25px;}
.category-menu ul { margin: 0; }
.category-menu li { float:left; color: #ddd; list-style: none; margin-left:25px; padding:0 21px 15px; }
.category-menu li.active {  border-bottom:2px solid #b51640; }
.category-menu li a { color: #b51640; }
.fusion-blog-archive .fusion-read-more:after { display:none; }
.fusion-blog-archive .fusion-read-more i { color: #b51640; }
body .fusion-meta-info { margin-top:0; border:none; margin-bottom:15px; }

body .fusion-blog-layout-large .fusion-post-slideshow { border: 1px solid #ddd; margin-bottom:0; border-bottom: 0; }
.fusion-post-content { border: 1px solid #ddd; padding:25px; float:left; width:100%; }
.fusion-posts-container .second-element { margin-right:25px; }
.fusion-load-more-button.fusion-blog-button { margin:0 auto; width:244px; text-transform: inherit; font-weight: inherit;  }
.post-author-comment { padding:50px; border:1px solid #ddd; margin-top:50px; }
.about-author { margin-top:0; }
#respond { margin-top:0; }
body #main #comment-submit { background-color: #b51640; }

/* Single Post */
.single-post .post { padding:50px; border:1px solid #ddd; float:left; }
body #wrapper #main .post > h1.fusion-post-title { border-left:25px solid #b51640; margin-left:-50px; padding-left:25px; font-size:36px; line-height: 45px;}
.single-post .post .fusion-meta-info { font-size:16px; }
.single .comments-container { margin-top:0; }
.comment-respond .title-sep-container { display:none; }
.sidebar .widget.widget_recent_entries .widget-title { font-size:22px; font-weight:bold; }
.fusion-widget-area .widget_recent_entries li a:before { color:#b51640; }
.fusion-widget-area .widget_recent_entries li { border-bottom: none; padding: 10px 0px 10px 12px; }

/* Sidebar */
.sidebar .widget { float:left; }
.sidebar .widget.widget_recent_entries, .sidebar .widget.widget_custom_html { border: 1px solid #ddd !important; padding:25px; }
.sidebar .widget .widget-title { margin-top:0; }
.searchform .fusion-search-form-content .fusion-search-field label input { height:42px; }
.dgwt-wcas-st-more, .js-dgwt-wcas-suggestion-more { display:none; }


/* Footer */
.footer-icons i { float:left; margin-top:4px; margin-right:10px; }
.footer-icons i.fa-map-marker-alt { height:50px; }
.fusion-footer .fusion-widget-area h2 { color: #fff; font-size: 24px; font-family: Calibri, sans-serif; margin-top: 0;}
.fusion-footer .fusion-widget-area .block { font-size:16px; font-family: Calibri, sans-serif; }
.fusion-footer .fusion-social-links-footer { margin-top:-20px; float:left; text-align:left; }
.fusion-footer .fusion-copyright-content .fusion-social-links-footer { display:none; }

.fusion-footer footer .fusion-row .fusion-columns .fusion-column:first-child { width:25%; }
.fusion-footer footer .fusion-row .fusion-columns .fusion-column.fusion-column-last { width:75%; }

.footer-newsletter {
    padding: 0 30px;
}
.footer-newsletter-content {
    width: 1240px;
    margin: 0 auto;
    height: 397px;
    text-align:center;
}


/* Footer contact form */
.fusion-footer .fusion-footer-widget-area { border-top:0; }
.fusion-footer-widget-area .wpcf7-form .wpcf7-text { width:95% !important; margin-bottom:11px; height:42px; }
.fusion-footer-widget-area .wpcf7-form textarea { height:200px; }
.fusion-footer-widget-area .terms-and-conditions-button { float:left; margin-top:20px;  }
.fusion-footer-widget-area .terms-and-conditions-button .wpcf7-list-item { margin:0; }
.fusion-footer-widget-area .submit-button { float:right; margin-top:10px;  }

.fusion-alert-content { text-transform: initial; }
.fusion-footer-widget-area .left-content { float:left; width:50%; }
.fusion-footer-widget-area .right-content { float:left; width:50%; }
.fusion-footer-widget-area .wpcf7-acceptance .wpcf7-list-item-label { font-size:12px; }

body .fusion-alert.alert { float:left; margin-top:10px; width:100%; }
.fusion-alert-content { text-transform: initial; }


body .fusion-alert.alert { float:left; margin-top:10px; width:100%; }

/* WooCommerce */
.fusion-main-menu .fusion-menu-cart-checkout { background: #333; }
.woocommerce-terms-and-conditions-wrapper { margin-bottom:25px; padding: 25px 0; border-bottom: 1px solid #ddd; border-top:1px solid #ddd; }
/* WooCommerce */

.pmpro-member-profile-edit fieldset#pmpro_form_fieldset-contract-number,
.pmpro-member-profile-edit fieldset#pmpro_form_fieldset-directory-and-profile-preferences,
.pmpro-member-profile-edit fieldset#pmpro_form_fieldset-after_billing_fields legend,
.pmpro-member-profile-edit fieldset#pmpro_form_fieldset-before_submit_button legend {
    display: none;
}
@media only screen and (min-width: 650px) {
    .navigation-buttons .right i { margin-left:15px; }
}
/* Responsive styles MOBILE */
@media only screen and (max-width: 450px) {
  body .post { 
    width:100% !important;
  }
  .footer-newsletter-content { width:auto; height: auto; padding-bottom: 50px; }
  body #wrapper #main .post > h1.fusion-post-title { margin-left: -15px; word-break: break-all; }
  .single-post .post { padding:15px; }
  .post .navigation-buttons { display:none; }
  .deals-table { overflow-x: scroll; display:block; }
  .ChartSecond { position:relative; overflow-x: scroll; }
}