.layerMemberBar .icon {
    font-family: var(--main-font-fa);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    cursor: pointer;
}

.layerMemberBar .icon.brand {
    font-family: var(--main-font-fa-brand);
    font-weight: 400;
}

.layerMemberBar ul {
    list-style-type: none;
    align-items: flex-end;
}

.layerMemberBar li {
    display: inline-block;
    color: #000;
    margin-left: 20px;
    position: relative;
}

.layerMemberBar .cart-items {
    position: absolute;
    font-size: 0.6rem;
    color: var(--main-color);
    width: 15px;
    height: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    width: 100%;
    height: 100%;
    padding-bottom: 5px;
}

.layerMemberBar .buttonGetMember {
    font-family: var(--main-font-fa);
    font-size: 1.1rem;
    color: var(--main-color);
    width: unset;
    margin: 0 15px;
    padding: 0 15px;
    background: white;
    box-shadow: 1px 0 10px rgb(0 0 0 / 50%);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.layerMemberBar .buttonGetMember:hover {
    opacity: 1;
    color: white;
    background: var(--main-color);
    transition: all 0.5s ease-out;
}

.layerMemberBar .buttonGetMember a:hover {
    color: white;
    transition: all 0.5s ease-out;
}

.member-bar.popup {
    position: relative;
    background: none;
    z-index: unset;
}

.member-bar.popup.open {
    display: block;
}

.member-bar.popup .popup-container {
    display: none;
    z-index: 1;
    position: absolute;
    top: 36px;
    right: 4px;
    background: var(--main-color);
    color: white;
    width: 200px;
    padding: 10px;
    left: unset;
    color: white;
    max-height: unset;
    overflow: hidden;
}

.member-bar.popup.open .popup-container {
    display: block;
}

.member-bar.popup.open .popup-container ul {
    display: block;
    min-width: 250px;
}

.member-bar.popup.open .popup-container ul li {
    padding: 5px 10px;
    width: unset;
    width: 100%;
    margin: 0;
    color: white;
}

.member-bar.popup.open .popup-container .item {
    display: flex;
    margin: 0.25rem 0;
    justify-content: space-between;
}

.member-bar.popup.open .popup-container .item.total {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 0;
    margin: 0.5rem 0;
}

.member-bar.popup.open .popup-container .item.total .value {
    text-align: right;
}

.popup-container .search-form {
    position: relative;
    margin-bottom: 0;
}

.popup-container .search .input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    border: none;
    background: none;
    height: unset;
    width: unset;
    color: #FFF;
    font-size: 95%;
    border-bottom: 1px solid #FFF;
}

.popup-container .search .button {
    height: unset;
}

.layerMemberBar .naviMemberBar {
    text-align: left;
    padding: 10px 0;
}

.layerMemberBar .naviMemberBar ul li {
    list-style-type: none;
    margin: 0;
    padding: 8px 15px;
    white-space: nowrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.layerMemberBar .naviMemberBar ul li:hover {
    background-color: #eee;
    color: var(--main-color);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Member: Meine Bestellungen */

.memberTemplate {
    width: 100%;
    margin-top: 2rem;
}

.memberOrder {
    margin-top: 1rem;
}

.memberOrder .accordion {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
    margin-bottom: 8px;
}

.memberOrder .accordion:after {
    content: '\f0dd';
    font: var(--fa-font-solid);
    font-size: 1.25rem;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 2.1rem;
}

.memberOrder .accordion h2 {
    font-weight: 300;
    font-size: 1rem;
    text-transform: unset;
    letter-spacing: 0.25px;
    font-family: var(--main-font);
}

.memberOrder .list {
    margin: 0 -2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.layerMemberOrders .list a {
    font-weight: 300 !important;
}

.memberOrder .list .item {
    line-height: 1.6;
    margin: 15px 2%;
    padding: 20px;
    border-radius: 5px;
    width: 21%;
    cursor: pointer;
    border: 1px solid #eee;
}

.memberOrder .list .item img {
    width: 100%;
}

.memberOrder .content .title {
    margin-top: 0.5rem;
}

.memberOrder .content .item-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.memberOrder .list .item .article {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.5rem
}

.layerMemberOrders .list .item-online {
    line-height: 1.6;
    margin: 15px 2%;
    background-color: var(--main-lightgrey-color);
    padding: 20px;
    border-radius: 5px;
    width: 29.333%;
}

.layerMemberOrders .list .item-online:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.layerMemberOrders .list .item-online .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.layerMemberOrders .list .item-online .row .image {
    width: 100%;
    margin-bottom: 5px;
}

.layerMemberOrders .list .item .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.layerMemberOrders .list .item .row:first-child {
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.layerMemberOrders .list .item .row .right {
    text-align: left;
}

.layerMemberOrders .list .item .row .left {
    text-align: left;
    width: 35%;
    font-weight: 700;
}

.fileOrders:before {
    font-size: 1.5rem;
    font-weight: 300;
    content: '\f1c1' !important;
    background-color: var(--main-color);
    color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 5px;
    font-family: var(--fa-font);
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 1rem;
}

.fileOrdersInactive:before {
    font-size: 140%;
    font-weight: 300;
    content: '\f1c1' !important;
    background-color: #fff;
    color: #eee;
    padding: 10px;
    border-radius: 5px;
    font-family: var(--fa-font);
}


/* Member Abonemmente/Mitgliedschaften */

.containerSubscription {
    width: 100%;
    padding: 25px;
    border: 1px solid #eee;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.containerSubscription .subtitle {
    color: var(--main-color);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.containerSubscription .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0.5rem 0;
    background: #eee;
    padding: 0.5rem 1rem;
}

.containerSubscription .item .name {
    font-weight: 700;
    color: var(--main-color);
    width: 20%;
}

.containerSubscription .item .date {
    display: flex;
    margin: 0 1rem;
    width: 40%;
}

.containerSubscription .item .date .to {
    margin: 0 1rem;
}

.containerSubscription .item .value {
    font-family: var(--fa-font);
    font-weight: 100;
    font-size: 1.5rem;
}

.containerSubscription .item .value.active {
    color: darkgreen;
    text-align: right;
}

.containerSubscription .item .value.inactive {
    color: darkred;
    text-align: right;
}

.containerSubscription .item .status-active,
.containerSubscription .item .status-inactive {
    width: 15%;
    text-align: right;
}


/* Customer Template */

.item-qr-code {
    width: 250px;
    padding: 20px 10px 0 10px;
    background: var(--main-color);
    border-radius: 10px;
}

.item-qr-code .logo {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
    background: none;
}

.item-qr-code img {
    width: 100%;
}

#svg-text-style {
    font-size: 9px;
}

@media only screen and (max-width: 950px) {
    .memberOrder .list .item {
        width: 29.333%;
    }
}

@media only screen and (max-width: 700px) {
    .layerMemberBar .buttonGetMember {
        display: none;
    }
    .memberOrder .list .item {
        width: 46%;
    }
}

@media only screen and (max-width: 750px) {
    .layerMemberBar .icon {
        font-family: var(--main-font-fa);
        text-align: center;
        font-size: 2rem;
        font-weight: 300;
        cursor: pointer;
        margin-top: 0.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .containerSubscription .item .name {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .containerSubscription .item .status-active,
    .containerSubscription .item .status-inactive,
    .containerSubscription .item .value.active,
    .containerSubscription .item .value.inactive {
        width: 100%;
        text-align: right;
    }
    .containerSubscription .item {
        justify-content: flex-start;
    }
    .memberOrder .content .item-title {
        flex-wrap: wrap;
    }
    .memberOrder .content .item-title .row {
        width: 100%;
        margin-top: 0.25rem;
    }
}