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

.resp-tabs-list li {
    font-size: 13px;
    display: inline-block;
    padding:13px 0 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

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

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

.resp-tab-active {
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    background-color: #fff;
}

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

.resp-tab-content {
}

h2.resp-accordion {
    font-size: 13px;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 10px !important;
}

h2.resp-tab-title:last-child {
    background: blue;
}
.resp-tabs-list .arrows{
    right: 10px;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    box-shadow: 0 0 8px #bbb;
    float: left;
    width: 35%;
}

.resp-vtabs .resp-tabs-list li {
    color: #7e6f6f;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 0.85em;
    margin: 0;
    padding: 23px 0 23px 25px!important;
    text-transform: uppercase;
    text-align: left;
    background: #fff;
    border-bottom: solid 1px #efe9e6;
}

.resp-vtabs .resp-tabs-list li:last-child{
    border-bottom: none;
}

.resp-vtabs .resp-tabs-list li .arrows{
    display: none;
}

.resp-vtabs .resp-tabs-list li.resp-tab-active .arrows{
    border-color: transparent transparent transparent #8cbe23;
    display: inline-block;
    margin: 0 -18px 0 0;
    position: absolute;
}

.resp-vtabs .resp-tabs-list li .ico{
    display:inline-block;
    width:29px;
    height:29px;
    margin:0 20px -8px 0;
}

.resp-vtabs .resp-tabs-list li .angebote{
    background:url(../images/ico-angebote-0.png) no-repeat;
}
.resp-vtabs li.resp-tab-active .angebote, .resp-vtabs .resp-tabs-list li:hover .angebote{
    background:url(../images/ico-angebote-1.png) no-repeat;
}
.resp-vtabs .resp-tabs-list li .natur{
    background:url(../images/ico-natur-0.png) no-repeat;
}
.resp-vtabs li.resp-tab-active .natur, .resp-vtabs .resp-tabs-list li:hover .natur{
    background:url(../images/ico-natur-1.png) no-repeat;
}
.resp-vtabs .resp-tabs-list li .wandern{
    background:url(../images/ico-wandern-0.png) no-repeat;
}
.resp-vtabs li.resp-tab-active .wandern, .resp-vtabs .resp-tabs-list li:hover .wandern{
    background:url(../images/ico-wandern-1.png) no-repeat;
}
.resp-vtabs .resp-tabs-list li .sehen{
    background:url(../images/ico-sehen-0.png) no-repeat;
}
.resp-vtabs li.resp-tab-active .sehen, .resp-vtabs .resp-tabs-list li:hover .sehen{
    background:url(../images/ico-sehen-1.png) no-repeat;
}


.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #FEFFEF;
    float: left;
    width: 65%;
    height: 259px;
    clear: none;
    font-size: 0.7em;
    box-shadow: 3px 3px 6px -4px #aaa;
    position: relative;
    overflow: hidden;
}

.resp-vtabs .resp-tab-content {
}

.resp-vtabs .resp-tab-content img{
    /*max-width: 100%;*/
    height: auto;
}

.resp-vtabs li.resp-tab-active, .resp-vtabs .resp-tabs-list li:hover {
    background-color: #8cbe23;
    position: relative;
    z-index: 1;
    color:#fff;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}

h2.resp-tab-active span.resp-arrow {
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #EDE9D5 !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
}

.resp-easy-accordion .resp-tab-content:last-child {
}

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

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

h2.resp-accordion:first-child {
}

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

    h2.resp-accordion {
                    display: block;
                    background-color: #EDE9D5;
                    border-bottom: 1px solid #8cbe23;
                    font-size: 15px;
                    margin: 0;
                    padding: 10px;
                    text-align: left;
    }
                
                h2.resp-tab-active {
                    color:#fff;
                    background-color:#8cbe23!important;
                }
                
                .resp-vtabs .resp-tabs-container {
                    height:auto;
                }

    .resp-vtabs .resp-tab-content {
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
    }
}