﻿ul.tabs-liste{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs-liste li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs-liste li a.current{
    background: #ededed;
    color: #222;
}




.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}


ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}

.resp-tabs-list li {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    padding: 0 15px;
    margin: 20px 4px 0px 0px;
    list-style: none;
    font-style: normal;
    cursor: pointer;
    float: left;
    color: #4f4f4f;
    text-align: left;
    line-height: 15px;
}

@media screen and (max-width: 480px) {
    .resp-tabs-list li {font-size: 13px;}
}

.resp-tabs-list li:first-child {
    border-right: 2px solid #4f4f4f;
}

.resp-tabs-container {
 text-align: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    color: #c41230 !important;
}

.resp-tab-active {
    border-bottom: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
text-align: left;
}



h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (min-width: 720px) {
    .resp-tabs-list li br{
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    ul.resp-tabs-list {
        /*display: none;*/
    }

    h2.resp-accordion {
        display: none;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}