/*
* Add child theme CSS Rules
*/


/*======= case study ======= */

.case_study_cats .pix_button {
    width: 100%;
    margin: 0;
}

.case_study_cats .pix_button a {
    width: 100%;
    padding: 5px 15px;
    text-align: left;
    border-radius: 5px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px !important;
}

.case_study_cats .pix_button a:hover,
.pix_button a:focus {
    color: #b3dc10 !important;
}

.case_study_cats .pix_button {
    margin: 0px auto 15px;
}

.case_study_cats .vc_col-sm-3 .vc_column-inner {
    padding: 0px 10px;
}

.case_study_left_sidebar {
    background-color: #b3dc10;
    padding: 10px 0px;
    color: #000;
}

.case_study_left_sidebar figure.wpb_wrapper.vc_figure {
    margin-bottom: 50px;
}

.case_study_main_banner {
    margin-bottom: 0px;
}

.case_study_cats .active_page .pix_button a {
    color: #b3dc10 !important;
}

.case_study_right_content p {
    margin-bottom: 0px;
}

.case_study_main_page p {
    margin-bottom: 20px;
}


/*============= slider text ============ */

div.tp-caption {
    white-space: normal !important;
}

@media screen and (max-width: 767px) {
    .case_study_cats .pix_button a {
        font-size: 14px;
    }
}


/* Styles for Accordion */

.cus-toggle:last-child {
    border-bottom: 1px solid #dddddd;
}

.cus-toggle .cus-toggle-title {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    margin-bottom: 6px;
}

.cus-toggle .cus-toggle-title h3 {
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}

.cus-toggle .cus-toggle-inner {
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px;
}

.cus-toggle .cus-toggle-inner div {
    max-width: 100%;
}

.cus-toggle .cus-toggle-title .title-name {
    display: block;
    padding: 25px 25px 14px;
}

.cus-toggle .cus-toggle-title a i {
    font-size: 22px;
    margin-right: 5px;
}

.cus-toggle .cus-toggle-title i {
    position: absolute;
    background: url("https://www.hannspree.eu/wp-content/uploads/2019/06/plus_minus.png") 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin: 20px;
    right: 0;
}

.cus-toggle .cus-toggle-title.active i {
    background: url("https://www.hannspree.eu/wp-content/uploads/2019/06/plus_minus.png") 0px 0px no-repeat;
}

.cus-toggle-title {
    text-transform: uppercase;
}

.click_hide_column {
    display: none;
}


/*========== tablet ssection css === */

.cus-btn.active {
    color: #b3dc10;
}

.cus-toggle-inner .vc_tta-panel-heading {
    background-color: #b3dc10 !important;
}

.cus-toggle-inner .vc_tta-panel-heading h4 a span {
    color: #151515 !important;
    font-weight: 600;
}

.cus-toggle-inner .vc_tta-panel {
    padding: 10px 0px;
}

.cus-toggle .cus-toggle-title h3 span.title-name:after {
    content: "\36";
    float: right;
    font-family: "pix-fonts";
    font-size: 32px;
    position: relative;
    top: -10px;
    color: #b3dc10;
}

.cus-toggle .cus-toggle-title.active h3 span.title-name:after {
    content: "\35";
    float: right;
    font-family: "pix-fonts";
    font-size: 32px;
    position: relative;
    top: -10px;
    color: #b3dc10;
}
ul.mega-sub-menu {
    width: CALC(100% + 100PX) !IMPORTANT;
    MAX-WIDTH: 800PX !IMPORTANT;
}