
.page-zahlungsarten .pagebuilder-column{ /*zahlungsarten page*/
    padding: 20px;
}

.field.field-name-prefix { /*registration page*/
    min-width: 100px;
}

.pagebuilder-button-primary:visited{
    color: #ffffff;
}
.page-layout-1column.page-with-filter .column.main {
    padding: 0;
}
.page-layout-1column.page-with-filter #maincontent > .page-title-wrapper{
    display: none;
}
.autocomplete-list.autocomplete-list-product dd {
    flex-basis: calc(33% - 20px);
}
@media (max-width: 768px){
    .autocomplete-list.autocomplete-list-product dd {
        flex-basis: calc(50% - 20px);
    }
    body:not(.cms-home) #maincontent{
        padding-top: 20px;
    }
}
.hausnumField{ /*checkout 1 page*/
    margin-top: 20px;
}
button:active {
    box-shadow: none;
}

@media (max-width: 768px){ /*popup hight on mobile*/
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: fit-content;
    }
    .modal-popup .modal-content h3 {
        margin-right: 10px;
    }
}

.mobile-inhalt,
.desctop-inhalt{
    display:none;
}

@media (min-width: 769px) {
    .desctop-inhalt{
        display: block;
    }
}
@media (max-width: 768px) {
    .mobile-inhalt{
        display: block;
    }
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    height: 42px;
    border-radius: 5px;
}
select{
    height: 38px;
    border-radius: 5px;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    font-size: 18px;
    color: #000000;
}
/*todo buttons*/
.action.primary, .action-primary, button, .page-header .block-minicart .block-content > .actions > .primary .action.primary, .page-header .block-minicart .block-content > .actions .secondary{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}
.amform-form .action.primary, button{
    background-color: #2d86ce;
    border: 1px solid #2d86ce;
}
.action-login.secondary{
    background-color: #ffffff;
    border: 1px solid #2d86ce;
    color: #2d86ce;
}
.payment-method-content .action-edit-address{
    background: #ffffff;
    color: #2d86ce;
}
.amform-form .action.primary:hover{
    background: #000000;
    border: 1px solid #000000;
}

#checkout .payment-option-content .form-discount .actions-toolbar button {
    width: 240px;
}
#cfawag > form > .button:before {
    left: 0;
    top: 12px;
}
.modal-body-content div[data-content-type="button-item"]{
    width: 250px;
}
.modal-body-content div[data-content-type="button-item"] a{
    width: 100%;
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 14px;
    font-weight: normal;
    padding-top: 14px;
    padding-bottom: 14px;
}
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    padding: 14px 17px;
    font-size: 14px;
}
.checkout-cart-index #discount-coupon-form #coupon_code{
    padding: 14px 14px;
    min-height: 47px;
}
.footer-newsletter-btn a {
    padding: 12px 34px;
    font-size: 14px !important;
    line-height: 1.2 !important;
    display: block;
    text-align: center;
    margin: 0;
}
/*todo buttons on checkout popup (new adress & payment)*/
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    text-decoration: none;
}
.checkout-index-index button.action.secondary.action-hide-popup span {
    background: transparent;
    padding: 7px 14px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
}
@media (min-width: 768px) {
    .block-search .action.search {
        padding: 0 !important;
    }
    .box-tocart .action.tocart,
    .checkout-methods-items .action.primary.checkout,
    #delivery_clone_button,
    #awag-float-panel .btn,
    #checkout-payment-method-load .action.primary.checkout.primary_uc,
    #confirm-order button{
        text-transform: uppercase;
    }
    .home-slider button, .home-kinder-unterwegs button, .home-for-kinder .pagebuilder-button-primary, .home-tabs button{
        font-size: 22px !important;
    }
}
@media (max-width: 767px){
    .home-banner .pagebuilder-button-primary {
        font-size: 14px;
        padding: 14px 14px !important;
        line-height: 1.2;
    }
    .footer-newsletter-btn > div{
        width: 100%;
    }
}

/*todo header menu*/
@media (min-width: 768px), print {
    .navigation li.level2>a,
    .navigation li.level1>a {
        font-size: 12px;
    }
}
/*todo Account page*/
.block-collapsible-nav{
    top: 0
}
@media (max-width: 768px) {
    .account .column.main, .account .sidebar-additional {
        margin-top: 20px;
    }
    .account .block-collapsible-nav .title {
        border-top: none;
    }
}
/*todo job page*/
.job-item {
    padding: 24px;
    background-color: #fff;
    line-height: 1.2;
    border: 0;
    margin-top: 4px;
    color: #000000;
    display: flex;
}
.job-item span {

    display: inline-flex;
    align-items: center;
}
.job-item span.title {
    width: 40%;
    flex-basis: 40%;
}
.job-item span.time {
    width: 40%;
    flex-basis: 40%;
}
.job-item span.store {
    width: 20%;
    flex-basis: 20%;
}
@media (max-width: 768px){
    .job-item {
        padding: 12px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .job-item span {
        padding: 6px 0;
    }
    .job-item span.title {
        font-weight: 700;
    }
    .job-item span.title {
        width: 100%;
        flex-basis: 100%;
    }
    .job-item span.time {
        width: 46%;
        flex-basis: 46%;
    }
    .job-item span.store {
        width: 46%;
        flex-basis: 46%;
    }
}

/*todo Product page*/
.avail_legend_container {
    padding: 80px 0 0;
    border-top: 1px solid #cccccc;
    flex-wrap: nowrap;
}
#awag_availability img {
    width: 24px;
}
.avail_legend_container__descr small {
    font-size: 14px;
}
.avail_legend_container__item {
    text-align: center;
}
.avail_legend_container__descr {
    font-size: 14px;
}
#awag-float-panel {
    width: calc(100% - 20px);
}
/*price Fin & leasing-details*/
.tax-details {
    color: #999999;
    margin-bottom: 14px;
    display: block;
}
.product-info-main #Fin{
    margin-top: 4px;
    margin-bottom: 4px;
}
.product-info-main #Fin #button{
    color: #0085cd;
}
#Fin .finance #button,
.leasing-wrap .leasing-details{
    position: relative;
    padding-right: 30px;
}
#Fin .finance #button:before,
.leasing-wrap .leasing-details:before{
    content: "i";
    width: 20px;
    height: 20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}
.leasing-wrap{
    padding-bottom: 16px;
    padding-top: 10px;
}
.leasing-details{
    cursor: pointer;
    color: #333333;
    margin: 0;
}
.leasing-details:hover{
    text-decoration: underline;
}
.reserv_active{
    background-color: #2d86ce !important;
    border: 1px solid #2d86ce !important;
}
.product.data.items > .item.title.active > .switch {
    border-bottom: 1px solid #2d86ce;
}
.product.attribute.description span{
    font-size: 16px !important;
    font-family: "Roboto Condensed", sans-serif !important;
}
.product-info-stock-sku .stock.available,
.product.attribute.sku{
    display: none;
}
.table.additional-attributes{
    min-width: 50%;
}
#awag-float-panel .btn{
    background-color: #e42313 !important;
    border-color: #e42313 !important;
}
.avail_legend_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#cfawag .button{
    color: #000000;
}
@media screen and  (min-width: 992px) {
    #cfawag, .beratung_page{
        max-width: 70%;
    }
}
@media (min-width:768px) and (max-width: 1365px){
    #awagProdBenefits, .product.info.detailed{
        padding: 0 10px;
    }
}
@media (max-width: 768px){
    .fotorama__nav--dots .fotorama__nav__frame {
        width: auto;
    }
    .fotorama__dot {
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }
    .fotorama__nav__shaft {
        margin: 10px 0;
    }
}
/*===============================
todo Header Elastic Search Result
================================*/
.smile-elasticsuite-autocomplete-result > div{
    width: 100%;
}
.search-autocomplete .autocomplete-list-title-left {
    width: 0;
}
.catalogsearch-result-index .product-attribute-set-12 .product-item-details > *,
.catalogsearch-result-index .product-attribute-set-12 .lagerbestand-details{
    display: none;
}
.catalogsearch-result-index .product-attribute-set-12 .product-item-details > .product-item-name{
    display: block;
}
.smile-elasticsuite-autocomplete-result{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
.autocomplete-list:last-child{
    display: block;
    background: #eeeeee;
}
.autocomplete-list:last-child dd,
.autocomplete-list:last-child dt{
    padding-left: 0;
    padding-right: 0;
}
.autocomplete-list:first-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background: #ffffff;
}
.autocomplete-list:first-child dt {
    flex-basis: 100%;
}
.autocomplete-list:first-child dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 0 6px;
}
.autocomplete-list:first-child dd .product-item {
    text-align: center;
}
.search-autocomplete dl dd:not(:empty) {
    border: none;
    position: relative;
}
.search-autocomplete dl {
    border: none;
    padding: 40px 8px 10px;
    width: 100%;
}
.search-autocomplete .product-name{
    font-weight: 700;
}
.search-autocomplete dl dt, .search-autocomplete dl dd, .search-autocomplete dl dt:not(:empty), .search-autocomplete dl dd:not(:empty){
    background: transparent;
}
.search-autocomplete .product-image-box {
    padding: 10px 0;
}
.search-autocomplete dl dt:not(:empty) {
    border: none;
}
.smile-elasticsuite-autocomplete-result .product-shop {
    width: 80%;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
    width: 120px;
    text-align: center;
}
.smile-elasticsuite-autocomplete-result .product-image-box > img {
    max-height: 120px;
    width: auto;
}
.smile-elasticsuite-autocomplete-result .price-box *{
    white-space: wrap;
}
.search-autocomplete .product-item .price-box .price {
    font-weight: 400;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb{
    color: #000000;
}
.header.content .block-search .search-autocomplete {
    color: #000000;
}
.search-autocomplete dl dd {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.smile-elasticsuite-autocomplete-result .qs-option-name{
    margin-right: 14px;
}
.search-autocomplete dl dd .amount {
    color: #2b2b2b;
    position: absolute;
    right: 7px;
    top: 5px;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
    font-style: italic;
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    color: #2b2b2b;
}
.search-autocomplete {
    right: auto;
    position: fixed !important;
    /*display: block !important;*/ /* hide & show block for developer*/
    box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    background: #ffffff;
    height: auto;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.search-autocomplete .price-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.search-autocomplete .price-box .price{
    margin: 0 4px;
}
.search-autocomplete .price-box .price-label{
    display: none;
}
.search-autocomplete .price-box .old_regular_price{
    display: block !important;
    text-decoration: line-through;
    margin: 0 4px;
}
.search-autocomplete .price-box .price-final_price,
.search-autocomplete .price-box .normal-price{
    color: #D80226;
    margin: 0 4px;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price{
    text-decoration: line-through;
    margin: 0 4px;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price *{
    color: #000000;
}
.smile-elasticsuite-autocomplete-result .price-box span.discount{
    background: #D80226;
    color: #ffffff;
    padding: 2px 4px 4px;
}
.product-info-main .product-info-price .price-box > span.old-price,
.product-info-main .product-info-price .price-box > span.discount{
    display: block !important;
}

.autocomplete-list dd {
    flex-direction: column;
}
@media (min-width: 769px) {
    .search-autocomplete {
        width: 100% !important;
        left: 0;
    }
    .autocomplete-list:first-child dd {
        flex-basis: calc(33% - 20px);
        width: calc(33% - 20px);
    }
    .smile-elasticsuite-autocomplete-result > dl:nth-of-type(1):nth-last-of-type(2),
    .smile-elasticsuite-autocomplete-result > dl:nth-of-type(2):nth-last-of-type(1) {
        width: 80%;
    }
    .smile-elasticsuite-autocomplete-result > dl:nth-of-type(2):nth-last-of-type(1) {
        width: 20%;
    }
}
@media (min-width: 1366px) {
    .search-autocomplete {
        width: 1100px !important;
        left: calc((100vw - 1100px) / 2);
    }
}
@media (max-width: 768px) {
    .search-autocomplete {
        left: 1%;
        width: 100vw !important;
        margin-top: 0;
        max-height: 80vh;
    }
    .autocomplete-list:first-child dd {
        flex-basis: calc(50% - 20px);
        width: calc(33% - 20px);
    }
    .smile-elasticsuite-autocomplete-result {
        flex-direction: column;
        overflow: scroll;
    }
    .search-autocomplete .autocomplete-list-title-left > dl {
        width: 100%;
    }
}

/* Elastic Search Result End */


/*todo Category */
.catalog-category-view #maincontent{
    display: flex;
    flex-direction: column;
}
.catalog-category-view #maincontent .category-view{
    order: 1;
}
.catalog-category-view .page-wrapper{
    display: flex;
    flex-direction: column;
}
.catalog-category-view .page-wrapper .category-view {
    order: 3;
}

.catalog-category-view .page-wrapper #maincontent{
    order: 2;
}
.catalog-category-view .page-wrapper footer.page-footer{
    order: 4;
}


/*todo Category Left Filter*/
#layered-filter-block .filter-options-content .count{
    margin-left: 4px;
    min-width: 34px;
}
#layered-filter-block .filter-content .filter-options-item .item > a{
    justify-content: space-between;
    padding: 0;
}

.filter-options-item {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.filter-options-title {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 40px 0 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}
.filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.filter-options-title:after {
    position: absolute;
    right: 13px;
    top: 12px;
}
#layered-filter-block .filter-content .filter-options-item .item > a{
    color: #000000;
}



/* todo POPUP*/ /*popup Reservirung*/
.modal-popup.modal-slide .modal-footer button {
    background-color: #2d86ce !important;
    border-color: #2d86ce !important;
    padding: 7px 15px;
}

/*todo Coockies*/
.amgdprjs-bar-template:not(:has(:not(style))) {
    display: none !important;
}
.amgdprjs-bar-template { /*less than 100 - paypal is above, less than 1000 - warenlorb float panel is above*/
    z-index: 1000 !important;
}
.amgdprjs-bar-template.-popup {
    top: calc(50% - 50px);
}

/*todo checkout */
.checkout-index-index select, .checkout-index-index input {
    border-radius: 6px;
    height: 42px;
    border: .5px solid #c2c2c2;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code,
.checkout-cart-index .cart-discount{
    display: none !important;
}
.checkout-payment-method .payment-method .payment-method-title label[for="payever_santander_installment"] {
    flex-direction: row;
}
.checkout-payment-method .payment-method .payment-method-title label[for="payever_santander_installment"]:after{
    display: none;
}
.table-checkout-shipping-method tbody td {
    vertical-align: middle;
}
/*New Checkout*/
.checkout-index-index .header.content {
    flex-direction: column;
}
.page-header.sticky .header.content .header-left{
    display: flex;
}

.checkout-index-index .header.content .header-left .logo {
    position: relative;
}
.checkout-index-index .fm-top-header-block,
.checkout-index-index .page-header.sticky .fm-top-header-block{
    margin-bottom: 0;
    padding: 8px 0;
}

.checkout-index-index header .search-selector,
.checkout-index-index header .nav-sections,
.checkout-index-index header.sticky .search-selector,
.checkout-index-index header.sticky .nav-sections{
    display: none !important;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important;
}
#checkout-payment-method-load .payment-method .payment-option.discount-code:after{
    display: none;
}
#place-ppp-order{
    display: none !important;
}
.checkout-payment-method .payment-option-content{
    padding-left: 0;
}

.checkout-index-index .opc-block-summary {
    margin: 40px 0 20px;
}
.checkout-index-index .page-header .header.content .header-left .logo {
    width: 100px;
    margin: 10px 0;
}
.checkout-index-index .header-top-bar {
    background: #eeeeee;
    padding: 6px;
    max-width: calc(100vw - 28px);
}
@media (min-width: 769px) {
    .checkout-index-index #checkout .payment-option-content .form-discount{
        flex-direction: row;
    }

}
@media (max-width: 768px) {
    .checkout-index-index .page-header .header.content .header-left .logo {
        display: none;
    }
    .checkout-index-index .opc-block-summary {
        width: 100%;
    }
    .checkout-index-index .opc-summary-wrapper .modal-custom .action-close {
        margin: 0 15px;
    }
    .opc-summary-wrapper .modal-content {
        margin-top: 50px;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
        right: 10px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        border: none;
        top: 0;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number{
        display: none;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{
        position: relative;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:before{
        position: absolute;
        content: '\e622';
        font-family: 'luma-icons';
        font-size: 20px;
        line-height: 20px;
        width: 35px;
        top: 0;
        color: #000000;
        transform: rotate(270deg);
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter-number {
        font-size: 20px;
        color: #000000;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
        display: none;
    }
    .checkout-index-index .fm-top-header-block {
        display: none;
    }
    .checkout-index-index .header.content .header-left .logo {
        right: auto;
    }
    .checkout-index-index .nav-toggle{
        display: none;
    }
    .checkout-index-index .page-header .header.content .header-left .logo img {
        width: 54%;
        margin: 0 auto;
    }
}
/*New checkout End*/
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    display: flex;
    align-items: center;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title input {
    margin-top: -4px;
}
.checkout-payment-method .payment-method .payment-method-title label[for="banktransfer"],
.checkout-payment-method .payment-method .payment-method-title label[for="cashondelivery"],
.checkout-payment-method .payment-method .payment-method-title label[for="checkmo"]{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
    flex-direction: row-reverse;
}
.checkout-payment-method .payment-method .payment-method-title label:after {
    position: relative;
    content: "";
    background-size: cover;
}
.checkout-payment-method .payment-method .payment-method-title label[for="paypal_express"]{
    flex-direction: row;
}
.checkout-payment-method .payment-method .payment-method-title label[for="paypal_express"] > span{
    order: 1;
}
label[for="checkmo"]:after {
    background: url("../images/payment/barzahlung.png");
    background-position: center center;
    width: 68px;
    height: 28px;
    top: -3px;
    left: 0px;
    right: auto;
}
label[for="banktransfer"]:after {
    background: url('../images/payment/vorkasseb.png');
    width: 100px;
    height: 26px;
    top: -7px;
    left: 10px;
    right: auto;
}
label[for="targocredit"] {
    min-height: 32px;
    align-items: center;
    flex-direction: row-reverse;
}
.targo_payment_info {
    text-align: left;
}
label[for="targocredit"]:after {
    background: url("../images/payment/Targobank_logo.svg-3.png");
    width: 100px;
    height: 15px;
    top: -3px;
    left: 0;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
label[for="awag_leasing"]{
    justify-content: space-between !important;
    min-height: 32px;
    align-items: center;
    flex-direction: row-reverse;
}
label[for="awag_leasing"]:after{
    background: url("../images/awag_leasing.png");
    width: 59px;
    height: 51px;
    top: 0;
    left: 0;
    right: auto;
}

label[for="cashondelivery"]:after {
    background: url('../images/payment/barzahlung.png');
    background-position: center center;
    width: 68px;
    height: 28px;
    top: -3px;
    left: -5px;
    right: auto;
}

@media  (max-width: 768px) {
    .payments{
        padding-right: 14px;
        padding-left: 14px;
    }
    .home-cat-slider p {
        font-size: 30px;
    }
}

/*werkstat*/
.cms-werkstatt .grid{
    background: #585657;
    padding: 80px 0 40px 20px;
}
.cms-werkstatt .column.main h2{
    color: #585657;
    font-size: 46px;
    font-weight: 700;
    padding-left: 35%;
}
.cms-werkstatt .grid .row{
    display: grid;
    margin-bottom: 10px;
    align-items: center;
}
@media (min-width: 769px) {
    .cms-werkstatt .grid.green .row{
        grid-template-columns: 60% 20% 20%;
    }
    .cms-werkstatt .grid.red .row{
        grid-template-columns: 58% 14% 14% 14%;
    }
}
@media (min-width: 1220px) {
    .cms-werkstatt .grid.green .row{
        grid-template-columns: 34% 33% 33%;
    }
    .cms-werkstatt .grid.red .row{
        grid-template-columns: 34% 22% 22% 22%;
    }
}

.cms-werkstatt .grid .row .text{
    text-align: right;
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
}
.cms-werkstatt .grid .row .line{
    background: #ffffff;
    height: 14px;
}
.cms-werkstatt .row.thead > div{
    text-align: center;
}
.cms-werkstatt .thead{
    font-size: 24px;
    color: #fff;
    position: relative;
}

.cms-werkstatt .flag{
    background: transparent;
    position: absolute;
    width: 98px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 49px;
    left: calc(50% - 48px);
    top: 44px;
}
.cms-werkstatt .flag.green.left{
    height: 206px;
}
.cms-werkstatt .flag.green.right{
    height: 284px;
}
.cms-werkstatt .flag.red.left{
    height: 320px;
}
.cms-werkstatt .flag.red.center{
    height: 436px;
}
.cms-werkstatt .flag.red.right{
    height: 550px;
}
.cms-werkstatt .flag:before{
    content: "";
    width: 66px;
    height: 100%;
    top: 0;
    position: absolute;
    -webkit-box-shadow: 0px 7px 8px -3px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 7px 8px -3px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 7px 8px -3px rgba(0, 0, 0, 0.85);
}
.cms-werkstatt .green.flag:before{
    background: #89c802;
}
.cms-werkstatt .red.flag:before{
    background: #ee1513;
}

.cms-werkstatt .flag:after{
    content: '';
    position: absolute;
    width: 68px;
    height: 40px;
    bottom: -40px;
    background-size: 100%;
}
.cms-werkstatt .green.flag:after{
    background: url(../images/green-ico.png) no-repeat top center;
}
.cms-werkstatt .red.flag:after{
    background: url(../images/red-ico.png) no-repeat top center;
}
.cms-werkstatt .flag span{
    transform: rotate(-90deg);
    bottom: 0;
    position: relative;
}

.cms-werkstatt .row.tfooter{
    margin-top: 80px;
    height: auto;
}
.cms-werkstatt .grid .row .tfoot{
    background: #ffffff;
    height: 34px;
    color: #585657;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
.cms-werkstatt .row.tfooter > p{
    grid-column-start: 2;
    grid-column-end: 5;
    color: #ffffff;
    font-size: 18px;
    padding-top: 14px;
}
@media (max-width: 768px) {
    .cms-werkstatt .grid {
        padding: 20px 0 40px 6px;
    }
    .cms-werkstatt .grid.green .row{
        grid-template-columns: 50% 25% 25%;
    }
    .cms-werkstatt .grid.red .row{
        grid-template-columns: 46% 18% 18% 18%;
    }
    .cms-werkstatt .flag {
        width: 60px;
        left: calc(50% - 30px);
    }
    .cms-werkstatt .grid .row {
        align-items: end;
        height: 38px;
    }
    .cms-werkstatt .grid .row .text {
        font-size: 14px;
        line-height: 1.4;
    }
    .cms-werkstatt .thead {
        font-size: 14px;
    }
    .cms-werkstatt .flag:before {
        width: 38px;
    }
    .cms-werkstatt .flag:after {
        width: 38px;
        bottom: -39px;
        background-size: 109%;
        background-position: top center;
    }
    .cms-werkstatt .column.main h2 {
        padding-left: 0;
        font-size: 32px;
    }
    .cms-werkstatt .flag.green.left {
        height: 280px;
    }
    .cms-werkstatt .flag.green.right {
        height: 378px;
    }
    .cms-werkstatt .flag.red.left{
        height: 426px;
    }
    .cms-werkstatt .flag.red.center{
        height: 522px;
    }
    .cms-werkstatt .flag.red.right{
        height: 715px;
    }
    .cms-werkstatt .row.tfooter{
        margin-top: 40px;
        height: auto;
    }
    .cms-werkstatt .row.tfooter > p{
        font-size: 14px;
    }
    .cms-werkstatt .grid .row .tfoot {
        font-size: 16px;
        line-height: 1.8;
    }
}
@media (max-width: 373px){
    .cms-werkstatt .grid .row {
        min-height: 38px;
    }
    .cms-werkstatt .grid.green .row {
        grid-template-columns: 58% 21% 21%;
    }
    .cms-werkstatt .grid.red .row{
        grid-template-columns: 46% 18% 18% 18%;
    }
    .cms-werkstatt .flag:before {
        width: 32px;
    }
    .cms-werkstatt .flag:after {
        width: 32px;
    }
    .cms-werkstatt .thead {
        font-size: 12px;
    }
    .cms-werkstatt .grid .row .text {
        font-size: 13px;
    }
}


/* Tabs */


#pills-all .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#pills-all .row > div{
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    padding-right: 15px;
    padding-left: 15px;
}
#content-seite .zahlart {
    background: #599ed6;
    padding: 14px 40px;
    margin-bottom: 20px;
    min-height: 62px;
    display: flex;
    align-items: center;
}
#content-seite p, .content-seiten-inhalt p {
    color: #585857;
    font-weight: 300;
    line-height: 25px;
}

#content-seite div.filter{
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
}
.tab-nav {
    margin: 0;
    padding: 0;
}

.tab-link {
    margin-right: 5px;
    padding: 10px 20px;
    color: #585857;
    display: inline-block;
    background-color: #eef1f2;
    text-decoration: none;
}
.tab-link.is-active {
    background-color: #629ece;
}
.tab-link:last-child {
    margin-right: 0;
}
.tab-link:hover {
    text-decoration: underline;
}

/* Tab Content */
.tab-content {
    display: none;
    background-color: #ffffff;
}
.tab-content.is-active {
    display: block;
    padding: 20px;
}
#product-options-wrapper .control select[id^="attribute"] {
    width: max-content;
}
.payment-method-content .checkout-billing-address{
    display:none;
}
.payment-method-content .checkout-billing-address:nth-child(3) {
    display: block;
}
@media (max-width: 768px){
    #pills-all .row > div {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    #content-seite div.filter {
        display: block;
        padding: 0;
        margin: 0;
    }
    .tab-nav {
        padding: 0 0 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tab-link {
        margin-top: 10px;
        width: 60%;
        text-align: center;
        border-radius: 5px;
    }
    #content-seite .zahlart {
        padding: 10px 20px;
    }
}
@media (min-width:768px) and (max-width: 1023px){
    div#opc-sidebar {
        width: 100% !important;
    }
    #checkout .opc-summary-wrapper .modal-content {
        height: auto !important;
    }
}
/*===============================
todo Checkout Payments
================================*/
#checkout-step-payment .payment-method .form-check-label label{
    padding-left: 0;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title > div {
    padding-left: 10px;
}
.checkout-payment-method .payment-method .payment-method-title label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    width: 100% !important;
}
.form-check-label{
    width: 100%;
}
label[for="pickupcharge"],
label[for="unzer_cards"],
label[for="unzer_giropay"],
label[for="targocredit"]{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
}

label[for="unzer_giropay"]:after {
    background: url(../images/payment/unzer_giropay.png);
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
label[for="unzer_cards"]:after {
    background: url(../images/payment/unzer_cards.png);
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
label[for="pickupcharge"]:after {
    background: url(../images/payment/zahlart_bar_im_laden.png);
    width: 120px;
    height: 34px;
    top: 0;
    left: 0;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
/*todo cbxPls*/
.mp-custom-form .field.cbxPls {
    position: relative;
}

.mp-custom-form-popup .mp-1column {
    width: 100%;
    float: left;
    position: relative;

}
.mp-custom-form .field.cbxPls .label {
    left: 8%;
}
.mp-custom-form .field.cbxPls .control {
    display: flex;
}
.mp-custom-form .field.cbxPls .control > label {
    padding-left: 20px;
}

.mp-custom-form .field.cbxPls .label {
    position: absolute;
    top: 0;
    left: 12px;
}

/*todo cfawag*/
@media (min-width: 992px) {
    #cfawag{
        max-width: 70%;
    }
}

#limiter {
    width: 100%;
}
.limiter .limiter-text {
    margin-left: 1rem;
}
.field.limiter {
    margin-right: 1.5rem;
}


.wg-hscu-smo .wg-hscu-m .wg-hscu-mmwcb .wg-hscu-pmm button{
    color: #000000;
    margin-left: 4px;
    margin-right: 4px;
}
.wg-hscu-smo .wg-hscu-m .wg-hscu-mmwcb .wg-hscu-pmm button.wg-hscu-pmmba{
    color: #ffffff;
    margin-left: 4px;
    margin-right: 4px;
}
.product-brand img{
    max-height: 50px;
}

.product-brand .brandName{
    font-size: 40px;
    font-weight: 700;
}


/* todo dots for sliders */
.mp-banner-slider .owl-dots {
    position: relative;
    top: 100%;
    left: auto;
}
.owl-theme .owl-dots .owl-dot,
.slick-dots li {
    height: 22px;
    width: 22px;
    margin: 0 5px;
}
.owl-theme .owl-dots .owl-dot span,
.slick-dots li button {
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
    padding: 8px !important;
    border-radius: 50% !important;
}
.owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    padding: 0;
    width: 16px;
    height: 16px;
}

@media (min-width: 769px) {
    .slick-dots{
        display: none;
    }
}

@media (max-width: 768px) {
    .slick-arrow{
        display: none !important;
    }
}