#page-wrapper.full #page #main_content_wrapper {
        margin-left: 0 !important;
    }

    #faqDeNew {
        width: 100%;
    }

    .leftSide {
        width: 20%;
        min-height: 1600px;
        float: left;
        background-color: #F3F2F2;
        padding: 50px;
    }

    .leftSide p {
        font-family: 'brandon_medium', Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #222;
        text-align: center;
        margin-bottom: 20px;
        transition: all ease .2s;
    }

    .leftSide p:hover {
        text-decoration: underline;
    }

    .leftSide p.title {
        font-family: 'brandon_bold', Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #252525;
        margin-bottom: 40px;
    }

    .leftSide p.active {
        font-family: 'brandon_bold', Helvetica, Arial, sans-serif;
    }

    .leftSide p.active:hover,
    .leftSide p.title,
    .leftSide p.fragen,
    .leftSide p.belowFragen {
        text-decoration: none;
    }

    .leftSide p.store {
        font-family: 'brandon_bold', Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: underline;
        margin: 50px 0;
    }

    .leftSide p.fragen {
        font-family: 'brandon_bold', Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
    }

    .leftSide p.belowFragen {
        font-family: Roboto, sans-serif;
        font-size: 11px;
    }


    /* right side */

    .rightSide {
        width: 80%;
        float: right;
    }

    .bannerTop {
        background-color: black;
        width: 100%;
        height: 350px;
        position: relative;
    }

    .bannerTop__circle {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #282828;
    }

    .bannerTop__h1 {
        font-family: 'brandon_bold', Helvetica, Arial, sans-serif;
        font-size: 35px;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .rightSide__content {
        padding: 60px 80px;
    }

    .rightSide__content p.first {
        font-family: 'brandon_bold', Helvetica, Arial, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }

    .rightSide__content p.second {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        margin-bottom: 10px !important;
    }

    .rightSide__content h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    /*  accordion  */

    h4.accordion-toggle {
        /*
        font-family: 'brandon_medium', Helvetica, Arial, sans-serif;
        font-size: 16px;
*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;

        text-transform: uppercase;
        margin-bottom: 5px;
    }

    a:active,
    a:focus,
    a:hover {
        color: #222;
    }

    /*  -- hide/show --  */

    .display-desktop {
        display: block;
    }

    .display-mobile {
        display: none;
    }

    @media screen and (max-width: 420px) {

        .display-desktop {
            display: none;
        }

        .display-mobile {
            display: block;
        }

    }


    /*  -- mobile --  */

    @media screen and (max-width: 420px) {

        #collectionsPage .collectionInfo p:before {
            content: "";
        }

        #collectionsPage .collectionInfo p {
            padding: 0;
        }

        .rightSide__content {
            padding: 40px 20px;
        }

        #faqDeNew {
            padding-top: 60px;
            text-align: left;
        }

        .rightSide {
            width: 100%;
            float: none;
        }

        .rightSide__content p.first {
            margin-bottom: 10px !important;
        }

        .rightSide__content h3 {
            text-align: left;
        }

        .accordion-content p {
            margin: 20px 0;
            padding: 10px !important;
        }

        h4.accordion-toggle {
            margin-bottom: 15px;
        }

        .inner {
            padding-left: inherit !important;
        }
        
        .inner.show p {
            padding: 10px !important;
        }

    }


    /*  accordion styles  */

    a {
        text-decoration: none;
        color: inherit;
    }

    ul {
        list-style: none;
        padding: 0;
    }

    .inner {
        padding-left: 1em;
        overflow: hidden;
        display: none;
    }

    &.show {
        /*display: block;*/
    }


    li {
        margin: .5em 0;
    }

    a.toggleNew {
        width: 100%;
        display: block;
        padding: .25em;
        border-radius: 0.15em;
        transition: background .3s ease;

        &:hover {
            background: rgba(0, 0, 0, 0.9);
        }
    }

    /*    */

    ul.inner div.inner p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 20px;
        margin: 20px;
        padding: 30px;
        background-color: #F3F2F2;
    }