/**
 * Copyright (C): Violution GbR
 * Kaiserstraße 64
 * 44135 Dortmund
 * Tel +49 231 5495839
 *
 * @package    Violution.net 2023
 * @author     Daniela Brigula
 *
 * Violution.net 2023
 */

/* Mini-Hero mit Animation */
#main #shop-mini-hero{
    position: relative;
    overflow: visible;
}

/* Dimmer */
#hero-shop .ce_bgimage-image:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

#hero-shop h1.hero-headline_1{
    text-transform: uppercase;
    color: #fff !important;
    line-height: 1.23;
    letter-spacing: normal;
    margin-bottom: 20px;
    width: 80%;
    font-weight: 800 !important;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
    display: block;
}

#main #hero-shop .hero-headline_2 p{
    font-size: 26px !important;
    color: #fff !important;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
    position: relative;
    display: block;
    padding-left: 55px !important;
    font-weight: 300 !important;
    animation: fadeinMiniHero 0.5s;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
    opacity: 0;
    margin-bottom: 0;
    visibility: hidden;
}

#main #hero-shop .hero-headline_2 p:after {
    background: #fff;
    margin-top: -3px;
    width: 40px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 34%;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
}

@keyframes fadeinMiniHero {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-300px);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
    }
}

.mod_article.pitch{
    background-color: #1a0d34;
    padding: 64px 0 35px;
}

.mod_article.pitch .container{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#main .mod_article.pitch p{
    padding-bottom: 18px !important;
}

#main .mod_article.pitch p,
#main .mod_article.pitch p strong{
    font-weight: 300 !important;
    color: #f4f4f4 !important;
    font-size: 22px !important;
}

#main .mod_article.pitch p strong{
    font-weight: normal !important;
}

#main .mod_article.pitch p em strong{
    font-size: 50px !important;
    font-weight: 600 !important;
    font-style: normal;
    line-height: 19px;
    margin-bottom: 44px;
    display: block;
}

.shop .mod_article:not(.fullwidth) > .container {
    padding-bottom: 0 !important;
}

/* Produkt Filter */
.mod_iso_productfilter {
    position: relative;
    display: block;
    padding-bottom: 20px;
    padding-top: 0;
}

#main .mod_iso_productfilter a.clear_filters{
    font-size: 15px !important;
    text-decoration: underline !important;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #545454;
    margin: 13px auto 0 auto;
    display: block;
}

.start .article_13716 .col_9 .attributes{
    padding-top: 8px;
}

.mod_iso_productfilter .clear_filters:before{
    font: 19px/1 FontAwesome;
    text-rendering: auto;
    display: inline-block;
    color: #545454;
    content: "\f057";
    width: 22px;
}

.mod_iso_productfilter:before {
    content:"Produkte filtern";
    font-size: 1.1rem;
    font-weight: 500;
    color: #acacac;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
}

#main .mod_iso_productfilter a.clear_filters:hover,
#main .mod_iso_productfilter a.clear_filters:focus,
#main .mod_iso_productfilter a.clear_filters:hover:before,
#main .mod_iso_productfilter a.clear_filters:focus:before{
    color: #7e4290;
}

.mod_iso_productfilter select,
.mod_iso_productfilter input{
    margin-bottom: 12px;
}

.mod_iso_productfilter input.submit{
    margin-top: 7px;
    text-transform: uppercase;
}

/* Shop-Footer Ergänzung */
#shop-infos {
    background-color: rgba(221, 221, 221, 0.35);
    border-top: 1px solid #1f103c1f;
}

#shop-infos .inside {
    max-width: 1240px;
    margin: 0 auto;
    display: block;
    padding: 36px 50px 26px 50px;
    overflow: hidden;
    color: #fff;
}

#shop-infos .inside li a{
    white-space: nowrap !important;
}

#shop-infos .inside h4{
    color: #1f103c;
    margin-bottom: 23px !important;
    font-size: 1.6rem !important;
    font-weight: 300;
}

.zahlungsarten .zahlungsart_icon{
    width: 96px;
    height: 55px;
    display: inline-block;
    background-image: url("../layout/shop/icons_zahlungsarten.svg");
    background-size: auto 108%;
    background-repeat: no-repeat;
    background-position: -2px 0;
    margin-right: 7px;
    position: relative;
    border: 1px solid #1f103c1f;
}

.zahlungsarten .zahlungsart_icon.visa{
    background-position: -1px 0px;
}

.zahlungsarten .zahlungsart_icon.mastercard{
    background-position: -85px 0px;
}

.zahlungsarten .zahlungsart_icon.paypal{
    background-position: -171px 0px;
}

.zahlungsarten .zahlungsart_icon.vorkasse{
    background-position: -255px 0px;
}

#main #shop-infos ul{
    padding: 0 !important;
}

#main #shop-infos ul li{
    display: inline-block;
    font-size: 1.1rem;
    width: 38%;
}

#main #shop-infos ul li a{
    display: block;
    position: relative;
    padding-left: 13px;
}

#main #shop-infos ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    text-align: left;
    position: absolute;
    left: 0;
    display: block;
    height: 20px;
    width: 18px;
    margin-top: -1px;
}

/* Registrieren Formular */
.shop .mod_registration{
    background-color: #fdfdfd !important;
    border: 1px solid #ebedeb;
    padding: 25px 30px 45px;
    margin-bottom: 40px;
    max-width: 100%;
}

.mod_registration label {
    color: #545454 !important;
}

.mod_registration label.mandatory {
    font-weight: 600;
}

.mod_registration label.mandatory .mandatory{
    margin: 0 5px;
}

/* Login Formular */
.mod_login {
    background-color: #fdfdfd !important;
    border: 1px solid #ebedeb;
    padding: 25px 30px 45px;
    margin-bottom: 40px;
    max-width: 100%;
}

.mod_login h3,
.form_static_hl h2{
    color: #361b6a !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 1.35em !important;
    margin-bottom: 40px !important;
}

.form_static_hl h2{
    margin-top: 36px;
    margin-bottom: 0 !important;
}

button.submit, input.submit {
    width: 100%;
    font-size: 0.95rem;
    letter-spacing: 1px;
    padding: 15px 45px;
    border-radius: 0;
}

form p.error {
    color: #ff0000;
}

#main form .paymentmethod p.error{
    top: 14px;
    right: 20px;
}

/* Warenkorb */
#vio-cart{
    margin-top: 30px;
    margin-bottom: 100px;
}

#vio-cart table{
    width: 100%;
}

#vio-cart tr.product td{
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 20px 40px 20px;
    vertical-align: top;
}

#vio-cart tr.product td.price,
#vio-cart tr.product td.tax,
#vio-cart tr.product td.price.total,
#vio-cart tr.product th.price,
#vio-cart tr.product th.tax,
#vio-cart tr.product th.price.total{
    text-align: right;
    font-size: 1.1rem;
}

#vio-cart thead th{
    background-color: #f2f2f2;
    color: #8a8a8a;
    padding: 15px 20px;
    font-weight: 400;
    border-bottom: 1px solid #d9d9d9;
    white-space: nowrap;
    font-size: 1.1rem;
}

#vio-cart tr.product td.image{
    position: relative;
}

#vio-cart tr.product td.name .product_name{
    color: #361b6a !important;
    font-size: 1.6rem !important;
    display: block;
}

#vio-cart tr.product td.name .product_name:hover{
    color: #7e4290 !important;
}

#vio-cart tr.product td.name .subline {
    letter-spacing: .175em;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 10px;
}

#vio-cart tr.product td.image .remove {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 40px;
    height: 30px;
    overflow: hidden;
    text-indent: -2000rem;
}

#vio-cart tr.product td.image .remove:before {
    font: 25px/1 FontAwesome;
    text-rendering: auto;
    content: "\f1f8";
    color: #d7d7d7;
    text-indent: 0;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}

#vio-cart tr.product td.image .remove:hover:before {
    color: #361b6a;
}

#main #vio-cart tr.product td.name ul.product_variante{
    color: #555555 !important;
    font-size: 1rem !important;
    display: block;
    margin-top: 15px;
    padding: 0 !important;
}

#main #vio-cart tr.product td.name ul.product_variante li{
    margin-bottom: 0.1rem;
    max-width: 80%;
}

#main #vio-cart tr.product td.name ul.product_variante li.first{
    margin-bottom: 1rem;
}

#main #vio-cart tr.product td.name ul.product_variante li ul,
#main #vio-cart tr.product td.name ul.product_variante li ul li{
    margin-bottom: 0;
    display: inline;
    padding: 0 !important;
    font-size: 1em !important;
}

#vio-cart tr.product td.name{
    position: relative;
}

#vio-cart .image_container {
    width: 160px;
}

#vio-cart .modal-target:hover {
    filter: none;
    cursor: default;
}

#vio-cart .foot_line td{
    background-color: #f8f8f8;
    color: #555555;
    text-align: right;
    font-size: 1.1rem;
    padding: 6px 20px 5px 20px;
    vertical-align: top;
}

#vio-cart .foot_line.foot_first td{
    padding-top: 30px;
}

#vio-cart .foot_line.foot_last td{
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 600;
}

.mod_iso_checkout .steps{
    display: none;
}

.mod_iso_checkout h2{
    font-size: 2.8rem !important;
}

.mod_iso_checkout .paymentmethod h2:after{
    content:" wählen"
}

#main .paymentmethod label{
    font-weight: 600;
}

#main .paymentmethod .note p{
    padding-top: 8px !important;
    font-size: 0.9em !important;
    font-weight: 400;
    max-width: 600px;
}


.mod_iso_checkout form .widget-radio span label span{
    display: inline;
}

.mod_iso_checkout form .widget-radio span {
    margin-bottom: 20px;
}

.mod_iso_checkout form fieldset{
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 34px 30px 17px 30px;
    font-size: 1.2rem;
}

#iso_mod_checkout_review #vio-cart tr.product td.image .remove{
    display: none;
}

#iso_mod_checkout_review .info_container{
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 32px 30px 40px 30px;
    font-size: 1.2rem;
    margin-bottom: 40px;
}

#iso_mod_checkout_review .info_container h3{
    font-weight: 600 !important;
    color: #361b6a !important;
    font-size: 1.4rem !important;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

#iso_mod_checkout_review .info_container .info{
    line-height: 1.7em !important;
    color: #545454;
    font-size: 1.2rem !important;
}

#iso_mod_checkout_review .info_container .info .adr{
    margin-bottom: 20px;
}

#iso_mod_checkout_review .info_container .info .tel:before{
    content: "Telefon: ";
}

#iso_mod_checkout_review .info_container .info a:before{
    content: "E-Mail: ";
}

#iso_mod_checkout_review .payment_method{
    position: relative;
    padding-bottom: 80px;
}

#iso_mod_checkout_review .payment_method a{
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #361b6a;
    font-size: 1rem !important;
}

#iso_mod_checkout_review .payment_method a:before {
     content: "\f105";
     font-family: FontAwesome;
     margin-right: 5px;
}

#iso_mod_checkout_review .payment_method a:hover{
    color: #7e4290;
}

/* Checkout Buttons */
.mod_iso_cart .submit_container,
.mod_iso_checkout .submit_container{
    position: relative;
    width: 100%;
    margin: 60px 0;
    display: block;
    height: 100px;
}

.review.orderproducts #vio-cart {
    margin-bottom: 60px;
}

.mod_iso_cart .submit_container input,
.mod_iso_checkout .submit_container input{
    width: 150px;
}

.mod_iso_cart .submit_container input.next,
#iso_mod_checkout_review input.submit.confirm,
.mod_iso_cart .submit_container input.button_checkout,
.mod_iso_checkout .submit_container input.next{
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    font-size: .95rem;
    outline: none;
    border: 0;
    padding: 15px 45px;
    line-height: 1.4;
}

#iso_mod_checkout_review input.submit.confirm{
    width: auto;
}

.mod_iso_cart button.submit, .mod_iso_cart input.submit {
    width: auto !important;
}

.mod_iso_cart .submit_container a.submit.continue,
#iso_mod_checkout_review input.submit.previous{
    position: absolute;
    left: 0;
    top: 0;
    /*display: inline-block;*/
    cursor: pointer;
    transition: all .2s ease-out 0s;
    width: auto;
    background: #b9b9b9;
    color: #fff;
    border-radius: 0;
    min-width: 140px;
    line-height: 1.4;
    text-align: center;
    -webkit-appearance: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    font-size: .95rem;
    outline: none;
    border: 0;
    padding: 15px 45px;
}

.mod_iso_cart .submit_container a.submit.continue:hover,
.mod_iso_cart .submit_container a.submit.continue:focus,
#iso_mod_checkout_review input.submit.previous:hover,
#iso_mod_checkout_review input.submit.previous:focus{
    background: #d5d5d5;
}

/* Meine Bestellungen */
.mod_iso_orderhistory{
    padding-top: 11px;
    overflow: visible;
    margin-bottom: 120px;
}

.mod_iso_orderhistory .order{
    display: block;
    background-color: #f9f9f9;
    margin-bottom: 60px;
    overflow: visible;
    width: 100%;
    flex: none;
    max-width: 100%;
    position: relative;
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,.18);
    border: 1px solid #e3e3e3;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
}

.mod_iso_orderhistory .order em{
    color: #cecece;
}

.mod_iso_orderhistory .order:hover{
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,.25);
    border: 1px solid #d2d2d2;
}

.mod_iso_orderhistory .order .order_item_list{
    display: block;
}

.mod_iso_orderhistory .order .order_item{
    display: block;
    margin-bottom: 0;
}

.mod_iso_orderhistory .order .head-line{
    display: block;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d9d9d9;
    color: #555;
    position: relative;
    overflow: hidden;
}

.mod_iso_orderhistory .order .head-line .data{
    display: inline-block;
    min-height: 78px;
    width: calc(98%/5);
    padding: 14px 30px 15px 25px;
    font-size: 1.1rem;
    line-height: 1.6;
    position: relative;
    float: left;
}

.mod_iso_orderhistory .order .head-line .data span.label{
    display: block;
    font-weight: 600;
    color: #666666;
}

.mod_iso_orderhistory .order .head-line .data.order_invoice{
    text-align: right;
}

#main .mod_iso_orderhistory .order .head-line .data.order_invoice a {
    color: #361b6a;
    margin-top: 8.5%;
    position: relative;
    font-size: 16px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.mod_iso_orderhistory .order .head-line .data.order_invoice a:before {
    content: "\f1c1";
    font-family: FontAwesome;
    text-align: left;
    position: absolute;
    right: 100px;
    display: block;
    height: 20px;
    width: 18px;
    margin-top: -1px;
}

.mod_iso_orderhistory .order .head-line .data.order_invoice a:hover{
    color: #7e4290;
}

.mod_iso_orderhistory .order .head-line .data .status{
    color: #fff;
    display: block;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 5%;
    font-weight: 600;
    letter-spacing: 0.05rem;
    font-size: 1rem;
}

.mod_iso_orderhistory .order .head-line .data .status.wirdgeprüft{
    background-color: #888888;
    color: #ffffff;
}

.mod_iso_orderhistory .order .head-line .data .status.verfügbar{
    background-color: #4c9149;
}

.mod_iso_orderhistory .order .head-line .data .status.storniert{
    background-color: #a2010f;
}

.mod_iso_orderhistory .order .subline {
    letter-spacing: .175em;
    font-size: 16px;
    padding: 35px 0 0 25px;
}

.mod_iso_orderhistory .order h2 {
    padding: 0 0 15px 25px;
}

.mod_iso_orderhistory .order .ce_divider_extended{
    margin-left: 40px;
    margin-right: 55px;
    margin-top: 46px;
    margin-bottom: 20px;
}

.mod_iso_orderhistory .order .order_item:last-child .ce_divider_extended.version3{
    background: transparent !important;
    margin: 20px;
}

.mod_iso_orderhistory .order .order_item:last-child{
    margin-bottom: 0;
}

#main .mod_iso_orderhistory .order .order_item_infos{
    padding-bottom: 40px;
}

#main .mod_iso_orderhistory .order .order_item_infos ul {
    padding: 0 0 20px 25px !important;
    display: block;
    font-size: 1.05em !important;
}

#main .mod_iso_orderhistory .order .order_item_infos ul li {
    margin-bottom: 0.6em;
    line-height: 1.6;
    max-width: 80%;
}

#main .mod_iso_orderhistory .order .details{
    margin-left: 25px;
    margin-top: 10px;
}

#main .mod_iso_orderhistory .order .details a {
    padding: 15px 45px;
    background-color: #361b6a;
    font-weight: 700;
    position: relative;
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    font-size: .95rem;
    color: #ffffff;
    cursor: pointer;
}

#main .mod_iso_orderhistory .order .details a:hover {
    background-color: #7e4290;
}


.mod_iso_orderhistory .order .order_item_downloads {
    padding-top: 40px;
    margin-bottom: 15px;
}

.mod_iso_orderhistory .order .order_item_downloads h3{
    text-transform: uppercase;
    letter-spacing: .175em;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #7e4290 !important;
    margin-bottom: 20px !important;
}

#main .mod_iso_orderhistory .order .order_item_downloads ul{
    display: block;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    padding: 30px 25px 0 30px !important;
    margin-top: 15px;
    margin-right: 40px;
    height: 100%;
}

#main .mod_iso_orderhistory .order .order_item_downloads ul li{
    margin-bottom: 1.2em;
}


/* Registrierung */
.mod_registration{
    box-shadow: none;
}

/* Produkt Item */
.mod_iso_productlist{
    overflow: visible;
}

.mod_iso_productlist .pagination{
    text-align: right !important;
}

.pagination-wrapper{
    min-height: 80px;
    display: block;
}

.product-item{
    background-color: #f9f9f9;
    margin-bottom: 60px;
    overflow: visible;
    display: block;
    width: 100%;
    flex: none;
    max-width: 100%;
    position: relative;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
    border: 1px solid #e3e3e3;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
}

.product-item .autogrid_grid.gutter_s > .column{
    padding: 20px 0 20px 15px;
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

.product-item .autogrid_grid.gutter_s > .column.product-image-container{
    background-color: #ffffff;
    padding: 20px 0 20px 0;
}

.full-width .product-item .column.product-image-container img{
    transform: scale(0.95);
    margin-top: 5px;
}

#main .product-image-container .image_container {
    padding-bottom: 30px;
    overflow: hidden;
}

#main .product-image-container .thema{
    width: 70%;
    display: block;
    text-align: left;
    font-size: 0.9rem !important;
    margin-bottom: 60px;
    margin-left: -5px;
    font-weight: 600;
}

#main .thema ul{
    padding: 0 0 0 0 !important;
    margin-top: 0;
    line-height: 1 !important;
}

.product-item .column.product-image-container{
    max-width: 96%;
    margin-left: 15px;
    padding-left: 0;
}

.product-item .autogrid_grid.gutter_s > .column{
    overflow: visible;
}

#main .thema ul li{
    white-space: nowrap;
    display: block;
    padding: 12px;
    margin: 13px 0;
    color: #ffffff;
    background-color: #e8a22b;
    font-size: 0.9rem !important;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
    position: relative;
    border-radius: 2px;
    border-width: 0;
    height: 40px;
}

/*#main .thema ul li:after {*/
/*    content:"";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 40px;*/
/*    background: #e8a22b;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -20px;*/
/*    line-height: 1;*/
/*    border-width: 0;*/
/*    -webkit-transform: skew(-20deg);*/
/*    -moz-transform: skew(-20deg);*/
/*    -o-transform: skew(-20deg);*/
/*    transform: skew(-20deg);*/
/*    border-radius: 2px;*/
/*}*/

#main p.install-hint{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 1rem !important;
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 2px;
}

#main p.install-hint:before{
    content: '';
    color: #7e4290;
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 15px;
    font-weight: 500;
}

#main .product-details p.install-hint {
    bottom: -18px;
}

#main .product-details .product-item-container p.teaser {
    margin-bottom: 0;
}

.product-item-container .sku,
.product-item-container h3,
.product-item-container h1,
.product-item-container .subline,
#main .product-item-container p.teaser{
    margin-left: 10px;
    margin-right: 30px;
}

.subline {
    letter-spacing: .175em;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #555555;
    margin-bottom: 10px;
}

.product-item-container h3{
    margin-bottom: 4px !important;
    margin-top: 42px;
}

.product-item-container h3 a{
    color: #575757 !important;
    font-weight: 400 !important;
    font-size: 2rem !important;
    text-shadow: none;
    display: block;
}

.product-item-container h3 a:hover{
    color: #7e4290 !important;
}

.product-item-container .sku{
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 20px;
    color: #999999;
}

#main .product-item-container p.teaser{
    font-size: 17px !important;
    line-height: 30px !important;
    color: #545454;
    margin-bottom: 126px;
}

#main .mod_iso_productlist .product-item-container p.teaser{
    margin-bottom: 170px;
}

#main .product-item-container p.teaser em{
    font-style: normal;
    font-weight: 600;
    color: #7e4290;
}

#main .product-item-container .price{
    color: #361b6a;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    position: absolute;
    right: 40px;
    bottom: 90px;
}

#main .product-item .price .price-info{
    font-size: 16px;
    font-weight: 400;
    color: #a6a6a6;
    display: block;
    text-align: right;
}

#main .product-item .submit_container{
    display: block;
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: calc(100% - 64px);
    text-align: right;
}

.action_container a.submit,
.action_container .submit,
.action_container button.submit,
.action_container input.submit{
    width: auto;
    display: inline-block;
}

.action_container .submit.details,
.action_container .other-buttons{
    display: inline-block;
    margin-left: 8px;
}

.add_to_cart_wrap{
    display: block;
    text-align: right;
    margin-top: 20px;
    clear: both;
}

.button_update_wrap{
    display: none;
}

.product-item div.submit a, input.submit.add_to_cart {
    cursor: pointer;
    transition: all .2s ease-out 0s;
    width: auto;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    min-width: 140px;
    text-align: center;
    position: relative;
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    margin-bottom: 0;
    background-color: #b9b9b9 !important;
    border-color: #b9b9b9 !important;
    border: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    font-size: 0.95rem;
    padding: 15px 45px;
}

input.submit.add_to_cart{
    background-color: #361b6a !important;
    border-color: #361b6a !important;
    min-width: 280px;
}

input.submit.add_to_cart:hover{
    background-color: #7e4290 !important;
    border-color: #7e4290 !important;
}

.product-item div.submit.details a{
    background-color: #361b6a !important;
}

.product-item div.submit a:hover, input.submit.add_to_cart:hover{
    background-color: #7e4290 !important;
    border-color: #7e4290 !important;
}

.product-item div.submit a.remove:hover{
    background-color: #d5d5d5 !important;
    border-color: #d5d5d5 !important;
}

.action_container .submit_wrap{
    display: inline-block;
    position: relative;
}

.action_container .submit_wrap button.submit,
.action_container .submit_wrap input.submit{
    width: auto;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    font-size: .8rem;
    min-width: 140px;
    text-align: center;
    position: relative;
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 20px;
    cursor: pointer;
    transition: all .2s ease-out 0s;
    border: 0;
    margin-bottom: 0;
}

.submit_wrap:before{
    content: '';
    width: 100%;
    height: 100%;
    color: #361b6a;
    font-family: FontAwesome;
    text-indent: 0;
    text-align: center;
    position: absolute;
    font-size: 24px;
    line-height: 166%;
}

.action_container .submit_wrap.add_to_cart_wrap input.submit{
    padding-left: 40px;
    text-align: right;
}

.action_container .submit_wrap.add_to_cart_wrap:before{
    content: '\f218';
    color: #fff;
    text-align: right;
    font-size: 19px;
    line-height: 180%;
    position: absolute;
    left: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1000;
}

input.submit.toggle_favorites,
input.submit.update{
    min-width: 1px;
    padding: 12px 0;
    overflow: hidden;
    cursor: pointer;
    width: 32px;
    color: #fff;
    margin-bottom: 0;
    background-color: transparent !important;
    text-indent: -1000rem;
    border: 0;
    border-radius: 0;
    text-align: center;
    transition: all .2s ease-out 0s;
}

.submit_wrap.toggle_favorites_wrap{
    margin-right: 0;
    position: absolute;
    top: 28px;
    right: 40px;
}

.submit_wrap.update_wrap:before{
    content: '\f021';
    font-size: 18px;
    color: #aaaaaa;
    line-height: 40px;
    text-align: left;
}

.submit_wrap.update_wrap:hover:before{
    color: #7e4290;
}

.submit_wrap.toggle_favorites_wrap:before{
    content: '\f005';
    color: #aaaaaa;
    text-align: right;
    font-size: 26px;
    line-height: 1;
}

.submit_wrap.toggle_favorites_wrap.active:before,
.submit_wrap.toggle_favorites_wrap:hover:before{
    color: #7e4290;
}

.quantity_container{
    display: inline-block;
}

.quantity_container label {
    display: inline-block;
    margin: 0 6px 0 0;
}

.quantity_container input {
    display: inline-block;
    width: 40px;
    padding: 10px 0;
    margin: 0 3px 0 0;
    text-align: center;
    border-radius: 0;
}

/* Produkt Collection */
.collection_summary{
    border: 1px dotted #d9cc4e;
}

#main p.empty.message{
    text-align: center;
    font-style: italic;
    margin-top: 60px;
    margin-bottom: 180px;
    font-size: 22px !important;
    color: #dcdbdb;
}

#main p.empty.message:before{
    content: "\f119";
    font-family: FontAwesome;
    margin-right: 15px;
    display: inline-block;
    height: 20px;
    width: 18px;
    font-style: normal;
    font-size: 30px !important;
}

.produktuebersicht .action_container .submit.details{
    float: right;
    width: 80%;
}

.produktuebersicht .action_container .submit.details a{
    padding: 15px 45px;
}

.produktuebersicht .modal-target:hover {
    filter: none;
}

.produktuebersicht .modal-target {
    cursor: pointer;
}

/* Produkt Detailseite */
.mod_iso_productreader{
    overflow: visible;
}

.mod_article:not(.fullwidth).product-details > .container{
    padding-top: 0;
}

.product-details h1{
    margin-bottom: 30px;
}

.mod_iso_productreader .submit_wrap.toggle_favorites_wrap{
    top: -230px;
    right: 15px;
}

.mod_iso_productreader .thema{
    margin-top: 150px;
    width: 50%;
}

.mod_iso_productreader .thema h3{
    margin-left: 0;
    margin-bottom: 0px !important;
}

.mod_iso_productreader .thema ul{
    margin-top: 30px !important;
}

/* Gallery */
.mod_iso_productreader .main-image{
    height: auto;
    width: 100%;
    display: table;
}

.mod_iso_productreader .main-image figure{
    height: 400px;
    width: 100%;
}

.mod_iso_productreader .main-image figure img{
    object-fit: cover;
}

.mod_iso_productreader .detail_gallery{
    width: 80px;
    height: auto;
    position: absolute;
    left: -100px;
    text-align: right;
    top: 0;
}

.mod_iso_productreader .detail_gallery .image_container{
    border: 1px solid #ccc;
    width: 80px;
    height: 80px;
    margin: 0 10px 20px 10px;
    transition: all 0.5s;
    position: relative;
}

.mod_iso_productreader .detail_gallery .image_container.active,
.mod_iso_productreader .detail_gallery .image_container:hover{
    border: 1px solid #8269b0;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}

.mod_iso_productreader .detail_gallery .image_container img{
    object-fit: cover;
    vertical-align: center;
}

.mod_iso_productreader .submit_wrap.toggle_favorites_wrap:before{
    font-size: 35px;
}

.product-feature-list,
.product-data-list{
    margin-bottom: 60px;
    margin-left: 10px;
}

.product-feature-list h2,
.product-data-list h2{
    font-size: 1.4rem !important;
    color: #60327d !important;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

.product-data-list .info{
    display: block;
    margin-bottom: 16px;
    font-size: 1.1rem !important;
}

.product-data-list .info li:after,
.product_variante li ul li:after{
    content: ", ";
}

.product-data-list .info li:last-child:after,
.product_variante li ul li:last-child:after{
    content: "";
}

.product-feature-list .ce_divider_extended,
.product-data-list .ce_divider_extended{
    margin-bottom: 30px;
}

.product-data-list .info strong{
    display: block;
    width: 185px;
    float: left;
}

.product-data-list .info .value strong{
    display: inline;
    width: auto;
    float: none;
}

#main .product-data-list .info .value a{
    color: #361b6a;
    text-decoration: underline !important;
}

#main .product-data-list .info .value a:hover{
    color: #7e4290;
}

.product-data-list .info .value{
    display: block;
    padding-left: 205px;
}

#main .product-data-list .info ul{
    display: inline;
    padding: 0 !important;
    margin-top: 0;
    font-size: 1em !important;
    line-height: 1em !important;
}

#main .product-data-list .info ul li{
    display: inline;
}

#main .product-feature-list ul{
    padding: 0 !important;
    margin-top: 5px;
}

#main .product-feature-list ul li{
    padding-left: 26px;
    margin-bottom: 20px;
}

.product-feature-list ul li:before{
    content: '';
    color: #7e4290;
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
    font-weight: 500;
    position: absolute;
    left: 23px;
}

.autogrid_row.checkoutstart{
    background-color: #f7f7f7;
    padding: 25px 15px 36px 15px;
    margin-bottom: 40px !important;
    margin-top: 100px !important;
}

#main .mod_iso_productreader .product-item-container .price{
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    margin-bottom: 15px;
    text-align: right;
    font-size: 46px;
}

#main .mod_iso_productreader .product-item-container .price-info{
    font-size: 16px;
    font-weight: 400;
    color: #a6a6a6;
    display: block;
    text-align: right;
}

#main .options p.install-hint:before{
    margin-left: 0;
}

.product-item-container .offer{
    padding-top: 50px;
}

.product-item-container .options .widget-select label{
    font-size: 1.1rem !important;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.product-item-container .options .widget-select select{
    transition: all 0.4s;
}

.product-item-container .options .widget-select select:hover,
.product-item-container .options .widget-select select:focus{
    border: 1px solid rgba(93, 17, 128, 0.8);
}

.mod_iso_productreader{
    margin-bottom: 60px;
}

/* Akkordeons */
.default-accordeons .column{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.default-accordeons .ce_accordion{
    padding-left: 0 !important;
    margin-left: 10px;
    transition: all 0.5s;
}

#main .default-accordeons ul{
    list-style: square;
    padding-top: 0 !important;
}

#main .default-accordeons ul li{
    margin-bottom: 0 !important;
}

.default-accordeons .ce_accordion.first summary h2{
    border-top: 1px solid #f2f2f2 !important;
}

.default-accordeons .ce_accordion{
    transition: all 0.5s;
    border-bottom: 1px solid #f2f2f2 !important;
}

.default-accordeons .ce_accordion summary {
    padding: 0 !important;
    cursor: pointer;
    list-style: none !important;
    transition: all 0.5s;
}

.default-accordeons .ce_accordion summary h2{
    transition: all 0.4s;
    padding: 30px 50px;
    position: relative;
    font-size: 1.4rem !important;
    color: #60327d !important;
    margin-bottom: 0;
    line-height: 1.35;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
    display: block;
    background-color: #ffffff;
}

.default-accordeons .ce_accordion summary h2:before {
    content: '\f105';
    color: #361b6a;
    font-family: FontAwesome;
    font-size: 28px;
    font-weight: 800;
    position: absolute;
    left: 23px;
    top: 25px;
}

.default-accordeons .ce_accordion[open] h2,
.default-accordeons .ce_accordion:hover h2,
.default-accordeons .ce_accordion:focus h2 {
    background-color: #f2f2f2 !important;
}

#main .default-accordeons .inner-acc{
    transition: all 0.3s;
    padding: 30px 0 60px 50px;
}

#main .default-accordeons .inner-acc p{
    max-width: 760px;
    font-size: 1.3rem;
}

details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; margin-top: -10px}
    100%  {opacity: 1; margin-top: 0px}
}

/* Hinweise */
#main .rechtshinweis p{
    font-size: 0.9em !important;
    margin-top: 20px;
    max-width: 760px;
    padding: 0 30px 0 45px;
    color: #888888;
}

#main .rechtshinweis p strong{
    color: #888888;
}

/* Support Trigger */
.support-trigger, .hinweis-text{
    margin-top: 30px;
}

.support-trigger .contentwrap,
.hinweis-text .contentwrap{
    border: 1px solid #e3e3e3;
    padding: 0 !important;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
    border-bottom: 10px solid #361b6a;
}

.hinweis-text .contentwrap{
    border-bottom: 1px solid #e3e3e3;
}

.support-trigger h3,
.hinweis-text h3{
    padding: 30px 15px 0 25px !important;
    text-transform: uppercase;
    color: #361b6a !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

#main .support-trigger p,
#main .hinweis-text p{
    padding: 0 15px 16px 25px !important;
    font-size: 1em !important;
    line-height: 1.65em !important;
}

#main .hinweis-text p{
    margin-bottom: 20px;
}

#main .support-trigger a.hyperlink_txt{
    margin: 10px 25px 30px 25px !important;
    width: calc(100% - 50px);
}

#main .support-trigger{
    margin-bottom: 60px;
}

/* Support-Seite */
.support-hinweis h2{
    margin-bottom: 5px;
}

.tipps-kontakt{
    margin-bottom: 20px;
}

#main .tipps-kontakt h3{
    text-transform: uppercase;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #7e4290 !important;
}

#main .tipps-kontakt p{
    line-height: 1.5em !important;
    font-size: 1.15em !important;
    padding: 0 0 0.5em !important;
}

/* Lightbox */
.modal-target {
    width: 300px;
    cursor: nesw-resize;
    transition: 0.4s;
}

.modal-target:hover {
    filter: brightness(0.6);
}

.modal {
    display: none;
    position: fixed;
    z-index: 100000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    margin: auto;
    display: block;
    width: 70%;
    opacity: 1 !important;
    max-width: 700px;
}

.modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
}

/* Add Animation */
.modal-content, .modal-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-atransform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.modal-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #f1f1f1;
    font-size: 52px;
    font-weight: 500;
    transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.back a:before {
    bottom: 0;
}

/* Payment Methoden */
#ctrl_paymentmethod span > input{
   float: left;
   margin-top: 8px;
}

#ctrl_paymentmethod span > label{
    position: relative;
    padding-left: 148px;
    display: block;
}

#ctrl_paymentmethod span > label .note{
    display: block;
    max-width: 360px;
}

#ctrl_paymentmethod span > label:before{
    content: "";
    text-align: left;
    position: absolute;
    top: 7px;
    left: 30px;
    width: 96px;
    height: 55px;
    display: block;
    background-image: url(../layout/shop/icons_zahlungsarten.svg);
    background-size: auto 108%;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
}

/* PayPal */
#ctrl_paymentmethod span:nth-child(1) > label:before{
    background-position: -175px 0;
}

/* Vorkasse */
#ctrl_paymentmethod span:nth-child(2) > label:before{
    background-position: -266px 0;
}