.layerListTemplate {
    width: 95%;
}

.layerListTemplate .buttonClose {
    background: black;
    color: white;
    padding: 10px 25px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 100;
    z-index: 1;
}

.layerListTemplate .buttonClose:before {
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 3.25rem;
}

.layerListTemplate .buttonClose:hover {
    animation: bounce 1s infinite;
}


/* Liste Allgemein */

.layerListTemplate .head {
    text-align: center;
    margin-bottom: 2rem;
}

.layerListTemplate .content {
    margin-bottom: 2rem;
    text-align: center;
}

.layerListTemplate .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 -2.5%;
}

.layerListTemplate .list .item {
    width: 20%;
    padding: 0;
    margin: 0 2.5% 4rem 2.5%;
    transition: transform .2s;
}

.layerListTemplate .list .item:hover,
.layerSlider .item .article-image:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.1);
}

.layerListTemplate .list .item .inner {
    position: relative;
    height: 100%;
}

.layerListTemplate .list .item .inner .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 50px;
}

.layerListTemplate .list.yarn .item .inner .title {
    min-height: unset;
}

.layerListTemplate .list .item .inner .subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
}


/* Liste Marke / Klasse / Gruppe */

.layerListTemplate .list .item .article-image {
    position: relative;
}

.layerListTemplate .list.pattern .item .article-image {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 90.75%;
    margin-bottom: 1rem;
}

.layerListTemplate .list .item .article-image .image-link {
    background-color: #FFF;
    width: 100%;
    margin: 0 auto;
    padding: 100% 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.layerListTemplate .list .item .article-image .image-link img {
    width: 100%;
    display: block;
}

.layerListTemplate .list .item .article-image .icon {
    font-family: fontawesome;
    font-weight: 300;
    color: transparent;
    font-size: 4rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35rem;
}

.layerListTemplate .list .item .article-image .icon:hover {
    color: black;
    transition: all 0.8s ease-in-out;
    z-index: 1;
}

.layerListTemplate .list .item .article-image .image-link:hover {
    transition: all 0.8s ease-in-out;
    opacity: 0.5;
}


/* Filter Navigation */

.filter-navigation {
    width: 100%;
    display: flex;
    margin: 0 -1% 1rem -1%;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-navigation .filter-link {
    padding: 0.25rem 0.5rem;
    color: white;
    background: black;
    font-size: 1rem;
    margin: 0.5rem 1%;
}

.filter-navigation .filter-link:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}


/* Artikelliste */

.layerListTemplate .list .item .text {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
    position: relative;
    font-size: .9rem;
    line-height: 1.3rem;
}

.layerListTemplate .list .item .text .title {
    font-weight: 700;
    max-width: 95%;
    padding: 0;
    text-align: left;
}

.layerListTemplate .list .item .text .sub-title {
    display: block;
    width: 100%;
    position: relative;
}

.layerListTemplate .list .item .text .dispo .green,
.layerListTemplate .list .item .text .dispo .orange,
.layerListTemplate .list .item .text .dispo .red {
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.layerListTemplate .list .item .text .discount {
    text-transform: uppercase;
    display: inline;
    color: #000;
}

.layerListTemplate .list .item .text .discount .value {
    float: right;
    width: 50%;
    text-align: right;
}

.layerListTemplate .list .item .text .discount .label {
    float: left;
    width: 50%;
}

.layerListTemplate .list .item .text .price {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.layerListTemplate .list .item .text .price .label {
    float: left;
    width: 50%;
}

.layerListTemplate .list .item .text .price .value {
    float: right;
    width: 50%;
    text-align: right;
}


/* Artikelliste Bild */

.layerListTemplate .list.articles .item .article-image {
    background-color: #FFF;
}

.layerListTemplate .list.articles .item .article-image .image-link {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.layerListTemplate .list.articles .item .article-image .image-link img {
    max-width: 100%;
}

.flags {
    position: absolute;
    bottom: 4%;
    right: 0;
    width: 100px;
}

.flag {
    padding: 0px 5px;
    background-color: #000;
    color: #FFF;
    font-weight: 300;
    text-align: center;
    float: right;
}

.flag.yarn {
    top: 0;
    right: 0;
    left: unset;
    bottom: unset;
}

.flag.sale:before {
    font-family: fontawesome;
    font-weight: 100;
    content: '\f4d3';
    font-size: 30px;
}

.flag.discount {
    bottom: 55px;
    background-color: darkgreen;
}

.layerListTemplate .favorite {
    font-family: fontawesome;
    font-weight: 300;
    color: #FFF;
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    padding: 10px 0;
}

.layerListTemplate .favorite:after {
    content: '\f004';
    font-family: fontawesome;
}

.layerListTemplate .favorite:hover:after,
.layerListTemplate .favorite.active:after {
    font-weight: 900;
    transition: all 0.5s ease-out;
}


/* SUCHE */

.layerListTemplate form.search-form {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 30px;
}

.layerListTemplate .search-form .input,
.layerListTemplate .search-form .button {
    border: none;
    padding: 5px 0;
}

.layerListTemplate .search-form .input {
    background: transparent;
    width: 90%;
}

.layerListTemplate .search-form .button {
    border: none;
    background: none;
    height: 40px;
    width: 35px;
    color: #333333;
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 0;
}


/* Filter Wolle / Modelle / Publikationen */

.layerListTemplate .list-search,
.layerListTemplate .list-showFilter {
    width: 100%;
}

.layerListTemplate .list-search form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -1%;
}

.layerListTemplate .list-freePattern-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0.5rem 1%;
}

.layerListTemplate .list-search-item {
    width: 14.666%;
    margin: 0.5rem 1%;
}

.layerListTemplate .list-search-item .list-search-value select,
.layerListTemplate .list-search-item .list-search-value input {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-family: var(--main-font);
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-weight: 100;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    background: none;
}

.layerListTemplate .list-search-item .list-search-value select option {
    font-weight: 100;
    text-transform: none;
    min-height: 4em;
    white-space: unset;
}

.list-showFilter {
    margin-bottom: 2rem;
}

.list-showFilter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -1% 1rem -1%;
}

.list-showFilter ul li {
    padding: 5px 10px;
    background: black;
    color: white;
    width: 14.666%;
    margin: 0.5rem 1%;
    cursor: pointer;
}

.list-showFilter ul li.needleSize {
    font-size: 1rem;
    line-height: 1.6;
}

.list-showFilter ul li:after {
    content: '\f307';
    font-family: var(--main-font-fontawesome);
    font-weight: 100;
    float: right;
    line-height: 1.5;
    font-size: 1rem;
}

.list-showFilter .list-reset-button {
    font-family: var(--main-font-buttonFont);
    font-weight: 100;
    cursor: pointer;
    background: none;
    border: none;
}


/* Shop-Filter */

.form.articleGroup .select {
    margin-bottom: 10px;
}

.shopfilter {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.shopfilter-list {
    margin: 0 -10px 10px -10px;
}

.shopfilter-list:after {
    content: "";
    clear: both;
    display: table;
}

.shopfilter-list-item {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 220px;
    min-width: 180px;
    width: 25%;
    padding: 5px;
}

.shopfilter-list-item-inner {
    position: relative;
    margin: 0;
}

.shopfilter-list-link {
    display: block;
    background-color: #EEEEEE;
    color: #333333;
    border: 1px solid #CCCCCC;
    padding: 0 36px 0 7px;
    height: 28px;
    line-height: 28px;
    font-size: 80%;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.shopfilter-list-link:hover,
.shopfilter-list-link:focus,
.shopfilter-list-link:active {
    background-color: #333333;
    color: #FFFFFF;
}

.shopfilter-list-button {
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    font-size: 80%;
    cursor: pointer;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.shopfilter-list-item.open .shopfilter-list-button {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.shopfilter-list-button::after {
    position: absolute;
    content: '\f0d7';
    font-family: 'fontawesome';
    display: block;
    right: 0px;
    top: 0px;
    width: 30px;
    line-height: 2.1rem;
    padding: 0;
    text-align: center;
    font-size: 110%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid transparent;
}

.shopfilter-list-button.active::after {
    content: '\f00c';
}

.shopfilter-list-item.open .shopfilter-list-button::after {
    content: '\f0d8';
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.shopfilter-list-button:hover::after,
.shopfilter-list-button:focus::after,
.shopfilter-list-button:active::after {
    background-color: #000;
}

.shopfilter-list-popup {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.shopfilter-list-item.open .shopfilter-list-popup {
    display: block;
}

.shopfilter-list-popup-inner {
    max-height: 300px;
    border: 1px solid #000;
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    border-top: none;
    background-color: #fff;
    overflow: auto;
}

.shopfilter-list-popup-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 7px;
    font-size: 80%;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.shopfilter-list-popup-item a::after {
    position: absolute;
    content: '';
    font-family: 'fontawesome';
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    top: 5px;
    right: 5px;
    border: 1px solid #333;
}

.shopfilter-list-popup-item:hover a::after,
.shopfilter-list-popup-item:focus a::after,
.shopfilter-list-popup-item:active a::after {
    content: '\f0b0';
}

.shopfilter-list-popup-item.active a::after {
    content: '\f00c';
}

.shopfilter-list-popup-item.active a {
    background-color: #000;
}

.shopfilter-list-popup-item:hover a,
.shopfilter-list-popup-item:focus a,
.shopfilter-list-popup-item:active a {
    background-color: #000;
}

.shopfilter-list-popup-item.active a:hover,
.shopfilter-list-popup-item.active a:focus,
.shopfilter-list-popup-item.active a:active {
    text-decoration: line-through;
    background-color: #000;
}

.shopfilter-list-popup-item.active:hover a::after,
.shopfilter-list-popup-item.active:focus a::after,
.shopfilter-list-popup-item.active:active a::after {
    content: '\f00d';
}

.shopfilter-active {
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.shopfilter-active-item {
    display: block;
    float: left;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 80%;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shopfilter-active-item.reset {
    border-color: transparent;
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.shopfilter-active-item::after {
    content: '\00A0\00A0\f00d';
    font-family: 'fontawesome';
}

.shopfilter-active-item.reset::after {
    content: '\00A0\00A0\f1f8';
    font-family: 'fontawesome';
}


/* Thumbnails */

.article-slider-preview-images {
    margin-top: 10px;
}

.article-preview-image.active,
.article-slider-preview-image.active {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.article-slider-preview-images *,
.article-preview-images *,
.article-slider-preview-images .border {
    outline: none;
    margin: 0 -1px;
}


/* ARTIKELDETAIL */


/* Spalten */

.article-detail-view .col-left {
    width: 55%;
    float: left;
}

.article-detail-view .col-right {
    width: 40%;
    float: right;
    padding-left: 30px;
    margin-bottom: 70px;
}

.article-detail-view .col-right .content {
    margin: 10px 0;
}

.article-detail-view .main-content {
    padding-bottom: 100px;
}

.article-detail-view .row {
    width: 100%;
    position: relative;
}

.article-detail-view .row:after,
.article-detail-view .row.col-container:after {
    content: "";
    clear: both;
    display: table;
}

.article-detail-view .attributes .item {
    width: 100%;
    margin-bottom: 8px;
}

.article-detail-view .attributes .item.logo img {
    width: 50%;
    border: 1px solid #eee;
    position: relative;
    top: 3px;
}

.article-detail-view .title {
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.article-detail-view .subtitle {
    font-size: 1rem;
    font-weight: 300;
}

.article-detail-view .item-number {
    padding: 10px 0;
}

.article-detail-view .article-text {
    padding: 20px 0;
}

.article-detail-view .imageBrand {
    width: 30%;
    height: auto;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-detail-view .attributes .label,
.article-detail-view .item.price .label {
    float: left;
    width: 30%;
    margin-bottom: 5px;
}

.article-detail-view .attributes .value,
.article-detail-view .item.priceSale {
    float: right;
    width: 70%;
    margin-bottom: 5px;
}

.article-detail-view .downloads {
    margin-bottom: 15px;
}

.article-detail-view .downloads h3 {
    font-weight: 700;
    color: #be0d3d;
    line-height: 25px;
}

.article-detail-view .download a {
    line-height: 25px !important;
}

.article-detail-view .download a:hover {
    color: #be0d3d;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.article-detail-view .priceSale {
    margin-top: 10px;
}

.layerListTemplate .item .action .form,
.article-detail-view .col-right .action .form {
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    top: 35px;
    margin: 20px 0;
}

.article-detail-view .item-guest {
    padding: 25px 0;
}

.article-detail-view .item-guest .btn {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    margin-bottom: 0!important;
    padding: 6px 0!important;
}

.article-detail-view .item-guest .item-infoGiftbox {
    width: 100%;
    text-align: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 0;
    font-size: 95%;
    font-weight: 700;
}

.layerListTemplate .item .action .input,
.article-detail-view .col-right .action .input {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000;
}

.layerListTemplate .item .action .button,
.article-detail-view .col-right .action .button {
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: left;
    margin: 0;
    padding: 0 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: transform .2s;
}

.layerListTemplate .item .action .button:hover,
.article-detail-view .col-right .action .button:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.05);
    background: #000;
    border: 1px solid #000;
}

.layerListTemplate .item .action .button .icon:before,
.article-detail-view .col-right .action .button .icon:before {
    font-size: 18px;
    font-family: 'fontawesome';
    float: right;
    content: "\f291";
}

.buttontest:after {
    font-size: 18px;
    font-family: 'fontawesome';
    float: right;
    content: "\f291";
    color: black;
}


/* Marke */

.article-detail-view .marke .logo {
    width: 100px;
}


/* Zurueck Button */

.article-detail-view .row .btn {
    margin-bottom: 15px;
}

.grey {
    background: #9a9a9a;
    color: #fff;
}


/* Detail-Ansicht - Bilder */

.article-slider .slider-item {
    display: none;
}

.article-slider .slider-item img {
    width: 100%;
    border: 1px solid #000;
}

.modernizr_object-fit .article-slider .slider-item {
    position: relative;
    width: 100%;
}

.article-slider .slider-item:first-child {
    display: block;
}

.itemSizeChange.inactive,
.itemSizeChange.active {
    padding: 20px;
    margin: 10px 20px 0 0;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #FFF;
    float: left;
}

.itemSizeChange.active,
.itemSizeChange.inactive:hover {
    background-color: #000;
    border: 1px solid #000;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #333;
    font-weight: 700;
}

.itemSizeChange.inactive a,
.itemSizeChange.active a {
    font-weight: 300!important;
}

.article-slider-preview {
    position: relative;
}

.article-slider-preview .slide {
    opacity: 0;
}

.article-slider-preview .slick-slide {
    opacity: 1;
}

.article-slider-preview .slick-slider {
    margin-left: 16px;
    margin-right: 16px;
}

.article-slider-preview .article-slider-preview-image {
    width: 100%;
    border: 1px solid #000;
    cursor: pointer;
}

.article-slider-preview .less-then-five {
    margin-left: 0;
    margin-right: 0;
}

.article-slider-preview .border {
    position: relative;
}

.article-slider-preview .slide {
    width: 25%;
    float: left;
    padding: 0;
}

.article-slider-preview .border>a {
    display: block;
    width: 100%;
    padding-top: 100%;
}

.article-slider-preview .border .article-slider-preview-image {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.modernizr_no-object-fit .article-slider-preview .border .article-slider-preview-image {
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article-slider-preview .border img {
    width: 100%;
    border: 1px solid #000;
    cursor: pointer;
    background: #fff;
}

.article-slider-preview .slider-btn {
    height: 100%;
    width: 16px;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 100;
    outline: none;
    cursor: pointer;
}

.article-slider-preview .slider-btn.prev {
    left: 0;
}

.article-slider-preview .slider-btn.next {
    right: 0;
}

.article-slider-preview .slider-btn.prev::before,
.article-slider-preview .slider-btn.next::before {
    display: block;
    font-size: 16px;
    width: 16px;
    position: absolute;
    height: 16px;
    top: 40%;
    color: #7d7d7d;
}

.article-slider-preview .slider-btn.prev::before {
    content: "\f104";
    left: 4px;
}

.article-slider-preview .slider-btn.next::before {
    content: "\f105";
    left: 6px;
}


/* Impress, Belongs */

.article-detail-view #slider_1000001,
.article-detail-view #slider_1000002 {
    background: #000;
    margin-bottom: 30px;
}

.article-detail-view #slider_1000001 .head,
.article-detail-view #slider_1000002 .head {
    padding-top: 15px;
}

.article-detail-view #slider_1000001 .head .title,
.article-detail-view #slider_1000001 .head .subtitle,
.article-detail-view #slider_1000002 .head .title,
.article-detail-view #slider_1000002 .head .subtitle {
    text-align: center;
    color: #000;
}

.list.article-group .item {
    width: 33.33%;
    float: left;
    position: relative;
}

.list.article-group .item .image a img {
    width: 100%;
}

.list.article-group .item .title {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    display: block;
    background: rgba(47, 47, 47, 0.9);
}


/* Member: Merkliste */

.layerMemberWatchlist .list .item {
    overflow: hidden;
    font-size: 90%;
    padding: 10px 0;
    margin: 0;
}

.layerMemberWatchlist .list .item .head .title {
    font-size: 140%;
}

.layerMemberWatchlist .list .item .list {
    margin-bottom: 0;
    border-bottom: none;
}

.layerMemberWatchlist .list .item.set {
    overflow: hidden;
    border-top: none;
    font-size: 100%;
    padding: 0;
    margin-top: 10px;
}

.layerMemberWatchlist .list .item .image {
    float: left;
    width: 20%;
    line-height: 0;
}

.layerMemberWatchlist .list .item .image img {
    max-width: 100%;
    height: auto;
}

.layerMemberWatchlist .list .item .right {
    padding-left: 25%;
}

.layerMemberWatchlist .list .item .right:after {
    content: '';
    display: block;
    clear: right;
}

.layerMemberWatchlist .list .item .title {
    font-size: 120%;
    color: #000;
}

.layerMemberWatchlist .list .item .subtitle {
    color: #000;
}

.layerMemberWatchlist .list .item .number {
    font-size: 95%;
    color: #000;
    margin-bottom: 10px;
}

.layerMemberWatchlist .list .item .count {
    text-align: right;
    color: #000;
}

.layerMemberWatchlist .list .item .dispo {
    padding-left: 20px;
    font-size: 95%;
    margin-bottom: 15px;
    color: #000;
}

.layerMemberWatchlist .list .item .dispo:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -20px;
    margin-right: 10px;
}

.layerMemberWatchlist .list .item .dispo.green:before {
    background-color: green;
}

.layerMemberWatchlist .list .item .dispo.orange:before {
    background-color: orange;
}

.layerMemberWatchlist .list .item .dispo.red:before {
    background-color: red;
}

.layerMemberWatchlist .list .item .price {
    text-align: right;
    margin-bottom: 15px;
}

.layerMemberWatchlist .list .item .price.sale {
    margin-bottom: 0px;
}

.layerMemberWatchlist .list .item .action {
    width: 25%;
    float: right;
}

.layerMemberWatchlist .list .item .form {
    float: right;
    width: 85px;
    padding-right: 25px;
    position: relative;
}

.sendWatchlist {
    float: right;
}

.btnSendWatchlist {
    display: block;
    background-color: #cccccc;
    color: #333;
    padding: 5px 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 10px;
}

.btnSendWatchlist:hover {
    background-color: #cccccc;
    color: #000;
    -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.layerMemberOrders .list {
    margin: 0 -15px;
    font-size: 96%;
}

.memberTemplate.layerMemberOrders .list a {
    font-weight: 300 !important;
}

.fileOrders:before {
    font-size: 140%;
    font-weight: 400;
    content: '\f1c1' !important;
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 5px;
}

.fileOrdersInactive:before {
    font-size: 140%;
    font-weight: 400;
    content: '\f1c1' !important;
    background-color: #fff;
    color: #eee;
    padding: 10px;
    border-radius: 5px;
}

.memberTemplate.layerMemberOrders .list .item {
    display: block;
    line-height: 1.6;
    margin: 15px 15px;
    background-color: #faf3ed;
    padding: 20px;
    border-radius: 5px;
    width: 26%;
    float: left;
}

.memberTemplate.layerMemberOrders .list .item .row:first-child {
    margin-top: 15px;
}

.memberTemplate.layerMemberOrders .list .item .row:after {
    content: "";
    display: table;
    clear: both;
}

.memberTemplate.layerMemberOrders .list .item .right {
    text-align: left;
    float: left;
}

.memberTemplate.layerMemberOrders .list .item .left {
    text-align: left;
    float: left;
    width: 35%;
    font-weight: 700;
}

.layerListTemplate.layerMemberPatterns.memberTemplate .list-search {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.layerListTemplate.layerMemberPatterns.memberTemplate .list-search form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1%;
    align-items: baseline;
}

.layerListTemplate.layerMemberPatterns.memberTemplate .list-search-item {
    width: unset;
    margin: 0 1%;
    display: flex;
    align-items: baseline;
}

.layerListTemplate.layerMemberPatterns .list-search-label {
    margin-right: 0.5rem;
}

.layerListTemplate.layerMemberPatterns .list-filter-button:first-child {
    margin-right: 2rem;
    cursor: pointer;
}

.layerListTemplate.layerMemberPatterns .list-filter-button:nth-child(2),
.layerListTemplate.layerMemberPatterns .list-filter-button:nth-child(3) {
    cursor: pointer;
    text-transform: unset;
    background: #ccc;
    color: black;
}

.layerListTemplate.layerMemberPatterns .list-filter-button:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.animation {
    width: 100%;
    text-align: center;
}


/* Item BOX */

.layerListTemplate .list.yarn,
.layerListTemplate .list.modelle,
.layerListTemplate .list.pattern {
    align-items: stretch;
}

.layerListTemplate .list.modelle .item.emptyItemBox .item,
.layerListTemplate .list.pattern .item.emptyItemBox .item {
    height: 90%;
}

.layerListTemplate .list .item.emptyItemBox {
    display: flex;
    align-items: stretch;
}

.layerListTemplate .list .item.emptyItemBox .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
}

.layerListTemplate .list .item.box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.layerListTemplate .list .item.box {
    background-position: center;
    background-size: cover;
}

.layerListTemplate .list .item.box .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.layerListTemplate .list .item.box .inner .content {
    text-align: left;
    margin: 0;
    font-size: 1.1rem;
    width: 100%;
    padding: 1rem;
}

.layerListTemplate .list .item.box .title {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    min-height: unset;
    width: 100%;
    line-height: 1.2;
    margin: 0;
}

.layerListTemplate .list .item.box .subtitle {
    text-align: left;
    text-transform: uppercase;
    min-height: unset;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
}


/* Meine Auftragsverwaltung */

.layerListTemplate .list.eh {
    display: block;
    margin: 0;
}

.layerListTemplate .list.eh .list-item {
    width: 100%;
    margin: 1rem 0;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.layerListTemplate .list.eh .list-item .image {
    width: 20%;
    margin-right: 2rem;
}

.layerListTemplate .list.eh .list-item .image img {
    max-width: 200px;
    display: block;
}

.layerListTemplate .list.eh .list-item .right {
    min-width: 40%;
}

.layerListTemplate .list.eh .list-item .right .buttonLY.pdf {
    font-size: 1.3rem;
    float: right;
}

.layerListTemplate .list.eh .list-item .right .state {
    color: darkred;
}

.layerListTemplate .list.eh .list-item .right .state.true {
    color: green;
}

.layerListTemplate .list.eh .list-item .icon,
.layerListTemplate .list.ek .list-item .icon {
    font-family: var(--main-font-fontawesome);
    float: left;
    width: 50px;
}

.layerListTemplate .list.eh .form {
    margin: 10px 0;
}

.layerListTemplate .list.eh .form .send {
    display: flex;
}

.layerListTemplate .list.eh .form .input {
    padding: 10px;
    border: 1px solid #ccc;
}

.layerListTemplate .list.eh .form .icon.button {
    background: black;
    color: white;
}

.layerListTemplate .list.eh .form .icon.button.delete {
    margin-left: 10px;
}

.layerListTemplate .list.eh .list-item .left {
    width: 30%;
}


/* Referrer */

.layerListTemplate.referrer .label.radio {
    margin-bottom: 1rem;
}

.layerListTemplate.referrer .item-getModel,
.layerListTemplate.referrer .item-referrerText {
    width: 100%;
    margin: 2rem 2.5%;
}

.layerListTemplate.referrer .input {
    padding: 5px 10px;
    min-width: 50%;
    border: 1px solid #ccc;
}


/* API */

.layerMemberAPI.memberTemplate {
    width: 95%;
}

.layerMemberAPI .status {
    background-color: #eee;
    padding: 2rem;
    margin: 2rem 0;
}

.layerMemberAPI .status .item {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.layerMemberAPI .status .item.setting .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.layerMemberAPI .status .item.setting input:checked+.switch-slider {
    background: darkgreen;
}

.layerMemberAPI .status .item.setting .switch-slider {
    background: darkred;
}

.layerMemberAPI .status .item .label {
    width: 250px;
    font-weight: 600;
}

.layerMemberAPI .example {
    margin: 0 -2.5%;
    display: flex;
    flex-wrap: wrap;
}

.layerMemberAPI .example .item {
    margin-bottom: 15px;
    background-color: #eee;
    padding: 2rem;
    width: 45%;
    margin: 2rem 2.5%;
}

.layerMemberAPI .example .title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.layerMemberAPI .example .caption {
    font-size: 90%;
    margin-bottom: 15px;
}

.layerMemberAPI .example .json {
    margin-bottom: 10px;
}

.layerMemberAPI .cfdump_struct {
    width: 100%;
}

.layerMemberAPI .label,
.layerMemberAPI .value {
    margin: 0.5rem 0;
}

.layerMemberAPI .textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
}


/* Gratis Strickanleitungen Switch */


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 0.5rem;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.switch-slider {
    background-color: black;
}

input:focus+.switch-slider {
    box-shadow: 0 0 1px black;
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Newsletter Archiv */

.list.newsletter {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
}

.list.newsletter .item {
    width: 28.333%;
    margin: 1rem 2.5%;
    padding: 1.5rem;
    border: 1px solid #ccc;
}

.list.newsletter .item .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.list.newsletter .item .date {
    font-size: 0.95rem;
}

.list.newsletter .item .title {
    font-weight: 700;
}

.list.newsletter .item .link {
    font-family: var(--main-font-fontawesome);
    font-size: 1.5rem;
    font-weight: 100;
}

.list.newsletter .item .link a {
    background: #eee;
    margin-left: 0.5rem;
    padding: 8px;
}

.list.newsletter .item .link a:hover {
    background: black;
    color: white;
    transition: all 0.5s ease-out;
}


/* Liste Onlineshops */

.layerListTemplate .list.onlineshops {
    align-items: stretch;
}

.layerListTemplate .list.onlineshops .item {
    margin-bottom: 1.5rem;
}

.layerListTemplate .list.onlineshops .item {
    border: 1px solid #ccc;
    text-align: center;
}

.layerListTemplate .list.onlineshops .item .inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: center;
}

.layerListTemplate .list.onlineshops .item .inner .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    min-height: 50px;
    width: 100%;
    color: white;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.layerListTemplate .list.onlineshops .item .article-image {
    position: relative;
    padding: 2rem;
}

.layerListTemplate .list.onlineshops .item .article-image img {
    width: 80%;
}


/* Liste Meine Strickanleitungen */

.layerListTemplate .list.ek {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -2.5%;
}

.layerListTemplate .list .item .date {
    display: flex;
    font-family: var(--main-font-buttonFont);
    align-items: center;
    justify-content: center;
}

.layerListTemplate .list .item .date .icon {
    margin-left: 1rem;
    margin-right: 0.25rem;
}

@media only screen and (max-width: 1200px) {
    .layerListTemplate .list-search-item,
    .list-showFilter ul li {
        width: 18%;
    }
}

@media only screen and (max-width: 1000px) {
    .layerListTemplate .list .item {
        width: 28%;
    }
    .list.newsletter .item {
        width: 45%;
    }
}

@media only screen and (max-width: 900px) {
    .layerListTemplate .list-search-item,
    .list-showFilter ul li {
        width: 23%;
        font-size: 1rem;
    }
    .layerListTemplate .list-search-item .list-search-value select {
        font-size: 1rem;
        padding: 10px 5px;
    }
    .article-detail-view .col-left {
        width: 40%;
    }
    .article-detail-view .col-right {
        width: 55%;
        padding-left: 0;
    }
    .layerListTemplate .list .item {
        width: 45%;
        margin: 0 2.5% 0 2.5%;
    }
}

@media only screen and (max-width: 750px) {
    .layerListTemplate .list.eh .list-item {
        display: block;
        overflow: hidden;
    }
    .layerListTemplate .list.eh .list-item .image {
        width: 20%;
        margin-right: 5%;
        float: left;
    }
    .layerListTemplate .list.eh .list-item .right,
    .layerListTemplate .list.eh .list-item .left {
        width: 75%;
        float: right;
    }
}

@media only screen and (max-width: 650px) {
    .layerListTemplate .list-search-item,
    .list-showFilter ul li {
        width: 31.333%;
        font-size: 1rem;
    }
    .list.newsletter .item {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .article-detail-view .col-left,
    .article-detail-view .col-right {
        width: 100%;
        padding: 15px 0;
        float: none;
        margin: 0;
    }
    .layerListTemplate .list .item .text {
        font-size: .7rem;
        line-height: 0.9rem;
    }
    .layerListTemplate .list .item .text .discount .value {
        float: none;
        width: 100%;
        text-align: right;
    }
    .layerListTemplate .list .item .text .discount .label {
        float: none;
        width: 100%;
        text-align: right;
    }
    .layerListTemplate .list .item .inner .title,
    .layerListTemplate .list .item .inner .subtitle {
        font-size: 0.9rem;
    }
    .flag.new,
    .flag.sale {
        bottom: 0;
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 520px) {
    .layerListTemplate .list-search-item,
    .list-showFilter ul li {
        width: 48%;
        font-size: 1rem;
    }
    .layerListTemplate .list.eh .list-item .image {
        display: none;
    }
    .layerListTemplate .list.eh .list-item .right,
    .layerListTemplate .list.eh .list-item .left {
        width: 100%;
        float: none;
    }
    .layerListTemplate .list.pos .item .article-image {
        position: relative;
        padding: 0.5rem;
    }
    .layerListTemplate .list.pos .item .inner .title {
        font-size: 0.7rem;
    }
}